@salesforce/plugin-signups 2.6.14 → 2.6.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -123,7 +123,7 @@ EXAMPLES
123
123
  $ sf org create shape --target-org SourceOrg
124
124
  ```
125
125
 
126
- _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.14/src/commands/org/create/shape.ts)_
126
+ _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.15/src/commands/org/create/shape.ts)_
127
127
 
128
128
  ## `sf org create snapshot`
129
129
 
@@ -179,7 +179,7 @@ FLAG DESCRIPTIONS
179
179
  as a version control system tag or commit ID.
180
180
  ```
181
181
 
182
- _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.14/src/commands/org/create/snapshot.ts)_
182
+ _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.15/src/commands/org/create/snapshot.ts)_
183
183
 
184
184
  ## `sf org delete shape`
185
185
 
@@ -219,7 +219,7 @@ EXAMPLES
219
219
  $ sf org delete shape --target-org SourceOrg --no-prompt
220
220
  ```
221
221
 
222
- _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.14/src/commands/org/delete/shape.ts)_
222
+ _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.15/src/commands/org/delete/shape.ts)_
223
223
 
224
224
  ## `sf org delete snapshot`
225
225
 
@@ -264,7 +264,7 @@ FLAG DESCRIPTIONS
264
264
  The IDs of scratch org snapshots start with 0Oo.
265
265
  ```
266
266
 
267
- _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.14/src/commands/org/delete/snapshot.ts)_
267
+ _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.15/src/commands/org/delete/snapshot.ts)_
268
268
 
269
269
  ## `sf org get snapshot`
270
270
 
@@ -311,7 +311,7 @@ FLAG DESCRIPTIONS
311
311
  The IDs of scratch org snapshots start with 0Oo.
312
312
  ```
313
313
 
314
- _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.14/src/commands/org/get/snapshot.ts)_
314
+ _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.15/src/commands/org/get/snapshot.ts)_
315
315
 
316
316
  ## `sf org list shape`
317
317
 
@@ -344,7 +344,7 @@ EXAMPLES
344
344
  $ sf org list shape --json > tmp/MyOrgShapeList.json
345
345
  ```
346
346
 
347
- _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.14/src/commands/org/list/shape.ts)_
347
+ _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.15/src/commands/org/list/shape.ts)_
348
348
 
349
349
  ## `sf org list snapshot`
350
350
 
@@ -386,6 +386,6 @@ EXAMPLES
386
386
  $ sf org list snapshot --target-dev-hub SnapshotDevHub
387
387
  ```
388
388
 
389
- _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.14/src/commands/org/list/snapshot.ts)_
389
+ _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.15/src/commands/org/list/snapshot.ts)_
390
390
 
391
391
  <!-- commandsstop -->
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
- "version": "2.6.14",
3
+ "version": "2.6.15",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-signups",
9
- "version": "2.6.14",
9
+ "version": "2.6.15",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
13
13
  "@salesforce/core": "^8.8.0",
14
14
  "@salesforce/kit": "^3.2.3",
15
- "@salesforce/sf-plugins-core": "^12.1.3",
15
+ "@salesforce/sf-plugins-core": "^12.2.0",
16
16
  "change-case": "^5.4.4"
17
17
  },
18
18
  "devDependencies": {
19
- "@oclif/plugin-command-snapshot": "^5.2.33",
19
+ "@oclif/plugin-command-snapshot": "^5.2.36",
20
20
  "@salesforce/cli-plugins-testkit": "^5.3.39",
21
- "@salesforce/dev-scripts": "^10.2.11",
21
+ "@salesforce/dev-scripts": "^10.2.12",
22
22
  "@salesforce/plugin-command-reference": "^3.1.43",
23
23
  "@salesforce/ts-types": "^2.0.11",
24
24
  "@types/chai-as-promised": "^7.1.8",
@@ -99,33 +99,6 @@
99
99
  "node": ">=16.0.0"
100
100
  }
101
101
  },
102
- "node_modules/@aws-crypto/crc32/node_modules/@aws-sdk/types": {
103
- "version": "3.679.0",
104
- "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.679.0.tgz",
105
- "integrity": "sha512-NwVq8YvInxQdJ47+zz4fH3BRRLC6lL+WLkvr242PVBbUOLRyK/lkwHlfiKUoeVIMyK5NF+up6TRg71t/8Bny6Q==",
106
- "dev": true,
107
- "license": "Apache-2.0",
108
- "dependencies": {
109
- "@smithy/types": "^3.5.0",
110
- "tslib": "^2.6.2"
111
- },
112
- "engines": {
113
- "node": ">=16.0.0"
114
- }
115
- },
116
- "node_modules/@aws-crypto/crc32/node_modules/@smithy/types": {
117
- "version": "3.5.0",
118
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.5.0.tgz",
119
- "integrity": "sha512-QN0twHNfe8mNJdH9unwsCK13GURU7oEAZqkBI+rsvpv1jrmserO+WnLE7jidR9W/1dxwZ0u/CB01mV2Gms/K2Q==",
120
- "dev": true,
121
- "license": "Apache-2.0",
122
- "dependencies": {
123
- "tslib": "^2.6.2"
124
- },
125
- "engines": {
126
- "node": ">=16.0.0"
127
- }
128
- },
129
102
  "node_modules/@aws-crypto/crc32c": {
130
103
  "version": "5.2.0",
131
104
  "resolved": "https://registry.npmjs.org/@aws-crypto/crc32c/-/crc32c-5.2.0.tgz",
@@ -138,33 +111,6 @@
138
111
  "tslib": "^2.6.2"
139
112
  }
140
113
  },
141
- "node_modules/@aws-crypto/crc32c/node_modules/@aws-sdk/types": {
142
- "version": "3.679.0",
143
- "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.679.0.tgz",
144
- "integrity": "sha512-NwVq8YvInxQdJ47+zz4fH3BRRLC6lL+WLkvr242PVBbUOLRyK/lkwHlfiKUoeVIMyK5NF+up6TRg71t/8Bny6Q==",
145
- "dev": true,
146
- "license": "Apache-2.0",
147
- "dependencies": {
148
- "@smithy/types": "^3.5.0",
149
- "tslib": "^2.6.2"
150
- },
151
- "engines": {
152
- "node": ">=16.0.0"
153
- }
154
- },
155
- "node_modules/@aws-crypto/crc32c/node_modules/@smithy/types": {
156
- "version": "3.5.0",
157
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.5.0.tgz",
158
- "integrity": "sha512-QN0twHNfe8mNJdH9unwsCK13GURU7oEAZqkBI+rsvpv1jrmserO+WnLE7jidR9W/1dxwZ0u/CB01mV2Gms/K2Q==",
159
- "dev": true,
160
- "license": "Apache-2.0",
161
- "dependencies": {
162
- "tslib": "^2.6.2"
163
- },
164
- "engines": {
165
- "node": ">=16.0.0"
166
- }
167
- },
168
114
  "node_modules/@aws-crypto/sha1-browser": {
169
115
  "version": "5.2.0",
170
116
  "resolved": "https://registry.npmjs.org/@aws-crypto/sha1-browser/-/sha1-browser-5.2.0.tgz",
@@ -180,20 +126,6 @@
180
126
  "tslib": "^2.6.2"
181
127
  }
182
128
  },
183
- "node_modules/@aws-crypto/sha1-browser/node_modules/@aws-sdk/types": {
184
- "version": "3.679.0",
185
- "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.679.0.tgz",
186
- "integrity": "sha512-NwVq8YvInxQdJ47+zz4fH3BRRLC6lL+WLkvr242PVBbUOLRyK/lkwHlfiKUoeVIMyK5NF+up6TRg71t/8Bny6Q==",
187
- "dev": true,
188
- "license": "Apache-2.0",
189
- "dependencies": {
190
- "@smithy/types": "^3.5.0",
191
- "tslib": "^2.6.2"
192
- },
193
- "engines": {
194
- "node": ">=16.0.0"
195
- }
196
- },
197
129
  "node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/is-array-buffer": {
198
130
  "version": "2.2.0",
199
131
  "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
@@ -207,19 +139,6 @@
207
139
  "node": ">=14.0.0"
208
140
  }
209
141
  },
210
- "node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/types": {
211
- "version": "3.5.0",
212
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.5.0.tgz",
213
- "integrity": "sha512-QN0twHNfe8mNJdH9unwsCK13GURU7oEAZqkBI+rsvpv1jrmserO+WnLE7jidR9W/1dxwZ0u/CB01mV2Gms/K2Q==",
214
- "dev": true,
215
- "license": "Apache-2.0",
216
- "dependencies": {
217
- "tslib": "^2.6.2"
218
- },
219
- "engines": {
220
- "node": ">=16.0.0"
221
- }
222
- },
223
142
  "node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/util-buffer-from": {
224
143
  "version": "2.2.0",
225
144
  "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
@@ -264,20 +183,6 @@
264
183
  "tslib": "^2.6.2"
265
184
  }
266
185
  },
267
- "node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types": {
268
- "version": "3.679.0",
269
- "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.679.0.tgz",
270
- "integrity": "sha512-NwVq8YvInxQdJ47+zz4fH3BRRLC6lL+WLkvr242PVBbUOLRyK/lkwHlfiKUoeVIMyK5NF+up6TRg71t/8Bny6Q==",
271
- "dev": true,
272
- "license": "Apache-2.0",
273
- "dependencies": {
274
- "@smithy/types": "^3.5.0",
275
- "tslib": "^2.6.2"
276
- },
277
- "engines": {
278
- "node": ">=16.0.0"
279
- }
280
- },
281
186
  "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer": {
282
187
  "version": "2.2.0",
283
188
  "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
@@ -291,19 +196,6 @@
291
196
  "node": ">=14.0.0"
292
197
  }
293
198
  },
294
- "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types": {
295
- "version": "3.5.0",
296
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.5.0.tgz",
297
- "integrity": "sha512-QN0twHNfe8mNJdH9unwsCK13GURU7oEAZqkBI+rsvpv1jrmserO+WnLE7jidR9W/1dxwZ0u/CB01mV2Gms/K2Q==",
298
- "dev": true,
299
- "license": "Apache-2.0",
300
- "dependencies": {
301
- "tslib": "^2.6.2"
302
- },
303
- "engines": {
304
- "node": ">=16.0.0"
305
- }
306
- },
307
199
  "node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from": {
308
200
  "version": "2.2.0",
309
201
  "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
@@ -347,33 +239,6 @@
347
239
  "node": ">=16.0.0"
348
240
  }
349
241
  },
350
- "node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types": {
351
- "version": "3.679.0",
352
- "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.679.0.tgz",
353
- "integrity": "sha512-NwVq8YvInxQdJ47+zz4fH3BRRLC6lL+WLkvr242PVBbUOLRyK/lkwHlfiKUoeVIMyK5NF+up6TRg71t/8Bny6Q==",
354
- "dev": true,
355
- "license": "Apache-2.0",
356
- "dependencies": {
357
- "@smithy/types": "^3.5.0",
358
- "tslib": "^2.6.2"
359
- },
360
- "engines": {
361
- "node": ">=16.0.0"
362
- }
363
- },
364
- "node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types": {
365
- "version": "3.5.0",
366
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.5.0.tgz",
367
- "integrity": "sha512-QN0twHNfe8mNJdH9unwsCK13GURU7oEAZqkBI+rsvpv1jrmserO+WnLE7jidR9W/1dxwZ0u/CB01mV2Gms/K2Q==",
368
- "dev": true,
369
- "license": "Apache-2.0",
370
- "dependencies": {
371
- "tslib": "^2.6.2"
372
- },
373
- "engines": {
374
- "node": ">=16.0.0"
375
- }
376
- },
377
242
  "node_modules/@aws-crypto/supports-web-crypto": {
378
243
  "version": "5.2.0",
379
244
  "resolved": "https://registry.npmjs.org/@aws-crypto/supports-web-crypto/-/supports-web-crypto-5.2.0.tgz",
@@ -396,20 +261,6 @@
396
261
  "tslib": "^2.6.2"
397
262
  }
398
263
  },
399
- "node_modules/@aws-crypto/util/node_modules/@aws-sdk/types": {
400
- "version": "3.679.0",
401
- "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.679.0.tgz",
402
- "integrity": "sha512-NwVq8YvInxQdJ47+zz4fH3BRRLC6lL+WLkvr242PVBbUOLRyK/lkwHlfiKUoeVIMyK5NF+up6TRg71t/8Bny6Q==",
403
- "dev": true,
404
- "license": "Apache-2.0",
405
- "dependencies": {
406
- "@smithy/types": "^3.5.0",
407
- "tslib": "^2.6.2"
408
- },
409
- "engines": {
410
- "node": ">=16.0.0"
411
- }
412
- },
413
264
  "node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer": {
414
265
  "version": "2.2.0",
415
266
  "resolved": "https://registry.npmjs.org/@smithy/is-array-buffer/-/is-array-buffer-2.2.0.tgz",
@@ -423,19 +274,6 @@
423
274
  "node": ">=14.0.0"
424
275
  }
425
276
  },
426
- "node_modules/@aws-crypto/util/node_modules/@smithy/types": {
427
- "version": "3.5.0",
428
- "resolved": "https://registry.npmjs.org/@smithy/types/-/types-3.5.0.tgz",
429
- "integrity": "sha512-QN0twHNfe8mNJdH9unwsCK13GURU7oEAZqkBI+rsvpv1jrmserO+WnLE7jidR9W/1dxwZ0u/CB01mV2Gms/K2Q==",
430
- "dev": true,
431
- "license": "Apache-2.0",
432
- "dependencies": {
433
- "tslib": "^2.6.2"
434
- },
435
- "engines": {
436
- "node": ">=16.0.0"
437
- }
438
- },
439
277
  "node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from": {
440
278
  "version": "2.2.0",
441
279
  "resolved": "https://registry.npmjs.org/@smithy/util-buffer-from/-/util-buffer-from-2.2.0.tgz",
@@ -2347,15 +2185,6 @@
2347
2185
  "node": ">=18"
2348
2186
  }
2349
2187
  },
2350
- "node_modules/@inquirer/confirm/node_modules/@inquirer/figures": {
2351
- "version": "1.0.6",
2352
- "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.6.tgz",
2353
- "integrity": "sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==",
2354
- "license": "MIT",
2355
- "engines": {
2356
- "node": ">=18"
2357
- }
2358
- },
2359
2188
  "node_modules/@inquirer/confirm/node_modules/@inquirer/type": {
2360
2189
  "version": "1.5.5",
2361
2190
  "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz",
@@ -2464,7 +2293,6 @@
2464
2293
  "version": "1.0.9",
2465
2294
  "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.9.tgz",
2466
2295
  "integrity": "sha512-BXvGj0ehzrngHTPTDqUoDT3NXL8U0RxUk2zJm2A66RhCEIWdtU1v6GuUqNAgArW4PQ9CinqIWyHdQgdwOj06zQ==",
2467
- "dev": true,
2468
2296
  "license": "MIT",
2469
2297
  "engines": {
2470
2298
  "node": ">=18"
@@ -2521,16 +2349,6 @@
2521
2349
  "node": ">=18"
2522
2350
  }
2523
2351
  },
2524
- "node_modules/@inquirer/input/node_modules/@inquirer/figures": {
2525
- "version": "1.0.6",
2526
- "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.6.tgz",
2527
- "integrity": "sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==",
2528
- "dev": true,
2529
- "license": "MIT",
2530
- "engines": {
2531
- "node": ">=18"
2532
- }
2533
- },
2534
2352
  "node_modules/@inquirer/input/node_modules/@inquirer/type": {
2535
2353
  "version": "1.5.5",
2536
2354
  "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz",
@@ -2623,15 +2441,6 @@
2623
2441
  "node": ">=18"
2624
2442
  }
2625
2443
  },
2626
- "node_modules/@inquirer/password/node_modules/@inquirer/figures": {
2627
- "version": "1.0.6",
2628
- "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.6.tgz",
2629
- "integrity": "sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==",
2630
- "license": "MIT",
2631
- "engines": {
2632
- "node": ">=18"
2633
- }
2634
- },
2635
2444
  "node_modules/@inquirer/password/node_modules/@inquirer/type": {
2636
2445
  "version": "1.5.5",
2637
2446
  "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz",
@@ -2844,16 +2653,6 @@
2844
2653
  "node": ">=18"
2845
2654
  }
2846
2655
  },
2847
- "node_modules/@inquirer/select/node_modules/@inquirer/figures": {
2848
- "version": "1.0.6",
2849
- "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.6.tgz",
2850
- "integrity": "sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==",
2851
- "dev": true,
2852
- "license": "MIT",
2853
- "engines": {
2854
- "node": ">=18"
2855
- }
2856
- },
2857
2656
  "node_modules/@inquirer/select/node_modules/@inquirer/type": {
2858
2657
  "version": "1.5.5",
2859
2658
  "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz",
@@ -3260,15 +3059,15 @@
3260
3059
  }
3261
3060
  },
3262
3061
  "node_modules/@oclif/plugin-command-snapshot": {
3263
- "version": "5.2.33",
3264
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.33.tgz",
3265
- "integrity": "sha512-jDTg0zVVm7FPnB7tdmAAh8IxGc1MOa5RzNkIbt5jykGx8mTDjELKHy97624QjSn0LafOXvhFGIv44lRr0zWkOA==",
3062
+ "version": "5.2.36",
3063
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.36.tgz",
3064
+ "integrity": "sha512-NM8up8CGfybXPVESMaeubBqY5jMtIzZYGVrzhMI92Du46O46Ld1IX4jSdnNMjwnTRzTYdz3Br57d5IpnfpEcKw==",
3266
3065
  "dev": true,
3267
3066
  "license": "MIT",
3268
3067
  "dependencies": {
3269
3068
  "@oclif/core": "^4",
3270
- "ansis": "^3.10.0",
3271
- "globby": "^14.0.2",
3069
+ "ansis": "^3.16.0",
3070
+ "globby": "^14.1.0",
3272
3071
  "just-diff": "^5.2.0",
3273
3072
  "lodash.difference": "^4.5.0",
3274
3073
  "lodash.get": "^4.4.2",
@@ -3280,19 +3079,62 @@
3280
3079
  "node": ">=18.0.0"
3281
3080
  }
3282
3081
  },
3082
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/braces": {
3083
+ "version": "3.0.3",
3084
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
3085
+ "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
3086
+ "dev": true,
3087
+ "license": "MIT",
3088
+ "dependencies": {
3089
+ "fill-range": "^7.1.1"
3090
+ },
3091
+ "engines": {
3092
+ "node": ">=8"
3093
+ }
3094
+ },
3095
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/fast-glob": {
3096
+ "version": "3.3.3",
3097
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
3098
+ "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
3099
+ "dev": true,
3100
+ "license": "MIT",
3101
+ "dependencies": {
3102
+ "@nodelib/fs.stat": "^2.0.2",
3103
+ "@nodelib/fs.walk": "^1.2.3",
3104
+ "glob-parent": "^5.1.2",
3105
+ "merge2": "^1.3.0",
3106
+ "micromatch": "^4.0.8"
3107
+ },
3108
+ "engines": {
3109
+ "node": ">=8.6.0"
3110
+ }
3111
+ },
3112
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/fill-range": {
3113
+ "version": "7.1.1",
3114
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
3115
+ "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
3116
+ "dev": true,
3117
+ "license": "MIT",
3118
+ "dependencies": {
3119
+ "to-regex-range": "^5.0.1"
3120
+ },
3121
+ "engines": {
3122
+ "node": ">=8"
3123
+ }
3124
+ },
3283
3125
  "node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
3284
- "version": "14.0.2",
3285
- "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz",
3286
- "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==",
3126
+ "version": "14.1.0",
3127
+ "resolved": "https://registry.npmjs.org/globby/-/globby-14.1.0.tgz",
3128
+ "integrity": "sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==",
3287
3129
  "dev": true,
3288
3130
  "license": "MIT",
3289
3131
  "dependencies": {
3290
3132
  "@sindresorhus/merge-streams": "^2.1.0",
3291
- "fast-glob": "^3.3.2",
3292
- "ignore": "^5.2.4",
3293
- "path-type": "^5.0.0",
3133
+ "fast-glob": "^3.3.3",
3134
+ "ignore": "^7.0.3",
3135
+ "path-type": "^6.0.0",
3294
3136
  "slash": "^5.1.0",
3295
- "unicorn-magic": "^0.1.0"
3137
+ "unicorn-magic": "^0.3.0"
3296
3138
  },
3297
3139
  "engines": {
3298
3140
  "node": ">=18"
@@ -3301,14 +3143,38 @@
3301
3143
  "url": "https://github.com/sponsors/sindresorhus"
3302
3144
  }
3303
3145
  },
3146
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/ignore": {
3147
+ "version": "7.0.3",
3148
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.3.tgz",
3149
+ "integrity": "sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==",
3150
+ "dev": true,
3151
+ "license": "MIT",
3152
+ "engines": {
3153
+ "node": ">= 4"
3154
+ }
3155
+ },
3156
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/micromatch": {
3157
+ "version": "4.0.8",
3158
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
3159
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
3160
+ "dev": true,
3161
+ "license": "MIT",
3162
+ "dependencies": {
3163
+ "braces": "^3.0.3",
3164
+ "picomatch": "^2.3.1"
3165
+ },
3166
+ "engines": {
3167
+ "node": ">=8.6"
3168
+ }
3169
+ },
3304
3170
  "node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
3305
- "version": "5.0.0",
3306
- "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
3307
- "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
3171
+ "version": "6.0.0",
3172
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-6.0.0.tgz",
3173
+ "integrity": "sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==",
3308
3174
  "dev": true,
3309
3175
  "license": "MIT",
3310
3176
  "engines": {
3311
- "node": ">=12"
3177
+ "node": ">=18"
3312
3178
  },
3313
3179
  "funding": {
3314
3180
  "url": "https://github.com/sponsors/sindresorhus"
@@ -3375,12 +3241,11 @@
3375
3241
  }
3376
3242
  },
3377
3243
  "node_modules/@oclif/table": {
3378
- "version": "0.4.5",
3379
- "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.5.tgz",
3380
- "integrity": "sha512-ldqrkQjWMCsIZ+yApLMs+eVqIgdBsp7lwTPTcSn8dvEVcifmTnBbMbZidhryKlsr9G+4MgjefOZ4akJvdcPN3A==",
3244
+ "version": "0.4.6",
3245
+ "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.6.tgz",
3246
+ "integrity": "sha512-NXh72vHHYnDrWPmVfh4i7kDydz3CXm/tSAr17fWhmWfMM+8jGn5uo6FXtvB0cd9s4skvDqzoRcsRwOeR73zIKA==",
3381
3247
  "license": "MIT",
3382
3248
  "dependencies": {
3383
- "@oclif/core": "^4",
3384
3249
  "@types/react": "^18.3.12",
3385
3250
  "change-case": "^5.4.4",
3386
3251
  "cli-truncate": "^4.0.0",
@@ -3708,9 +3573,9 @@
3708
3573
  "license": "BSD-3-Clause"
3709
3574
  },
3710
3575
  "node_modules/@salesforce/dev-scripts": {
3711
- "version": "10.2.11",
3712
- "resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.2.11.tgz",
3713
- "integrity": "sha512-LyX8njw21aKsDbpKDDJwtjX2n+V2OvS3vLg9zXLYlZvy8c2Lu8TfKSsXHS7jGhRLkBEYkJ4cJR+ClHuB2xo81A==",
3576
+ "version": "10.2.12",
3577
+ "resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.2.12.tgz",
3578
+ "integrity": "sha512-sQFrUm16PLefZ3U4scEP0+jCKrUvaVjvyMADoM7KK2sXCu9TkvwAD5XtPeBoUsf9SdWhdFf2isv1X8DKM5q/6w==",
3714
3579
  "dev": true,
3715
3580
  "license": "BSD-3-Clause",
3716
3581
  "dependencies": {
@@ -3899,15 +3764,15 @@
3899
3764
  "license": "ISC"
3900
3765
  },
3901
3766
  "node_modules/@salesforce/sf-plugins-core": {
3902
- "version": "12.1.3",
3903
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.3.tgz",
3904
- "integrity": "sha512-xJSzwl2G7OYSpZTokzWgq9Ybfw/ZtR3reQEFvJTNATLoPk7nv7UGo8WWbX1gcaepURBVvtmQlHsa8mVyoKjYmw==",
3767
+ "version": "12.2.0",
3768
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.0.tgz",
3769
+ "integrity": "sha512-aGNk74rMt8I+HTP7hRsX6kxiGTuun9ONrWkX7JvWDdtIoO9TsEbNVZENH8GFxHFalWPFCj31IMUQD/bGbxMFbg==",
3905
3770
  "license": "BSD-3-Clause",
3906
3771
  "dependencies": {
3907
3772
  "@inquirer/confirm": "^3.1.22",
3908
3773
  "@inquirer/password": "^2.2.0",
3909
3774
  "@oclif/core": "^4.2.4",
3910
- "@oclif/table": "^0.4.0",
3775
+ "@oclif/table": "^0.4.6",
3911
3776
  "@salesforce/core": "^8.5.1",
3912
3777
  "@salesforce/kit": "^3.2.3",
3913
3778
  "@salesforce/ts-types": "^2.0.12",
@@ -14144,9 +14009,9 @@
14144
14009
  "license": "MIT"
14145
14010
  },
14146
14011
  "node_modules/unicorn-magic": {
14147
- "version": "0.1.0",
14148
- "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
14149
- "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
14012
+ "version": "0.3.0",
14013
+ "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.3.0.tgz",
14014
+ "integrity": "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==",
14150
14015
  "dev": true,
14151
14016
  "license": "MIT",
14152
14017
  "engines": {
package/oclif.lock CHANGED
@@ -566,7 +566,7 @@
566
566
  "@smithy/types" "^4.1.0"
567
567
  tslib "^2.6.2"
568
568
 
569
- "@aws-sdk/types@3.734.0":
569
+ "@aws-sdk/types@3.734.0", "@aws-sdk/types@^3.222.0":
570
570
  version "3.734.0"
571
571
  resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.734.0.tgz#af5e620b0e761918282aa1c8e53cac6091d169a2"
572
572
  integrity sha512-o11tSPTT70nAkGV1fN9wm/hAIiLPyWX6SuGf+9JyTp7S/rC2cFWhR26MvA69nplcjNaXVzB0f+QFrLXXjOqCrg==
@@ -574,14 +574,6 @@
574
574
  "@smithy/types" "^4.1.0"
575
575
  tslib "^2.6.2"
576
576
 
577
- "@aws-sdk/types@^3.222.0":
578
- version "3.679.0"
579
- resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.679.0.tgz#3737bb0f190add9e788b838a24cd5d8106dbed4f"
580
- integrity sha512-NwVq8YvInxQdJ47+zz4fH3BRRLC6lL+WLkvr242PVBbUOLRyK/lkwHlfiKUoeVIMyK5NF+up6TRg71t/8Bny6Q==
581
- dependencies:
582
- "@smithy/types" "^3.5.0"
583
- tslib "^2.6.2"
584
-
585
577
  "@aws-sdk/util-arn-parser@3.723.0":
586
578
  version "3.723.0"
587
579
  resolved "https://registry.yarnpkg.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.723.0.tgz#e9bff2b13918a92d60e0012101dad60ed7db292c"
@@ -1106,12 +1098,7 @@
1106
1098
  "@inquirer/type" "^3.0.2"
1107
1099
  yoctocolors-cjs "^2.1.2"
1108
1100
 
1109
- "@inquirer/figures@^1.0.5", "@inquirer/figures@^1.0.6":
1110
- version "1.0.6"
1111
- resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.6.tgz#1a562f916da39888c56b65b78259d2261bd7d40b"
1112
- integrity sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==
1113
-
1114
- "@inquirer/figures@^1.0.9":
1101
+ "@inquirer/figures@^1.0.5", "@inquirer/figures@^1.0.6", "@inquirer/figures@^1.0.9":
1115
1102
  version "1.0.9"
1116
1103
  resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.9.tgz#9d8128f8274cde4ca009ca8547337cab3f37a4a3"
1117
1104
  integrity sha512-BXvGj0ehzrngHTPTDqUoDT3NXL8U0RxUk2zJm2A66RhCEIWdtU1v6GuUqNAgArW4PQ9CinqIWyHdQgdwOj06zQ==
@@ -1363,14 +1350,14 @@
1363
1350
  wordwrap "^1.0.0"
1364
1351
  wrap-ansi "^7.0.0"
1365
1352
 
1366
- "@oclif/plugin-command-snapshot@^5.2.33":
1367
- version "5.2.33"
1368
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.33.tgz#98211b0eebe3f38095b15ee064d38c278728f9ae"
1369
- integrity sha512-jDTg0zVVm7FPnB7tdmAAh8IxGc1MOa5RzNkIbt5jykGx8mTDjELKHy97624QjSn0LafOXvhFGIv44lRr0zWkOA==
1353
+ "@oclif/plugin-command-snapshot@^5.2.36":
1354
+ version "5.2.36"
1355
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.36.tgz#83b4ff3fcb0be14416a486405a15d29867a081d1"
1356
+ integrity sha512-NM8up8CGfybXPVESMaeubBqY5jMtIzZYGVrzhMI92Du46O46Ld1IX4jSdnNMjwnTRzTYdz3Br57d5IpnfpEcKw==
1370
1357
  dependencies:
1371
1358
  "@oclif/core" "^4"
1372
- ansis "^3.10.0"
1373
- globby "^14.0.2"
1359
+ ansis "^3.16.0"
1360
+ globby "^14.1.0"
1374
1361
  just-diff "^5.2.0"
1375
1362
  lodash.difference "^4.5.0"
1376
1363
  lodash.get "^4.4.2"
@@ -1407,12 +1394,11 @@
1407
1394
  lodash "^4.17.21"
1408
1395
  registry-auth-token "^5.0.3"
1409
1396
 
1410
- "@oclif/table@^0.4.0":
1411
- version "0.4.5"
1412
- resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.5.tgz#f878cf3b5a381351753d78f23f9fe2db3c849e41"
1413
- integrity sha512-ldqrkQjWMCsIZ+yApLMs+eVqIgdBsp7lwTPTcSn8dvEVcifmTnBbMbZidhryKlsr9G+4MgjefOZ4akJvdcPN3A==
1397
+ "@oclif/table@^0.4.6":
1398
+ version "0.4.6"
1399
+ resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.6.tgz#4e07fc11de9b8a3187a5ea43edce71c42811ab7e"
1400
+ integrity sha512-NXh72vHHYnDrWPmVfh4i7kDydz3CXm/tSAr17fWhmWfMM+8jGn5uo6FXtvB0cd9s4skvDqzoRcsRwOeR73zIKA==
1414
1401
  dependencies:
1415
- "@oclif/core" "^4"
1416
1402
  "@types/react" "^18.3.12"
1417
1403
  change-case "^5.4.4"
1418
1404
  cli-truncate "^4.0.0"
@@ -1494,10 +1480,10 @@
1494
1480
  resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.3.1.tgz#4dac8245df79d675258b50e1d24e8c636eaa5e10"
1495
1481
  integrity sha512-rO6axodoRF2SA1kknGttIWuL7HhIwSmweGlBzM8y2m5TH8DeIv4xsqYc8Cu+SrR3JT1FN4nh6XgrogI83AJfKg==
1496
1482
 
1497
- "@salesforce/dev-scripts@^10.2.11":
1498
- version "10.2.11"
1499
- resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.11.tgz#7f041c258bf8588f9847115cc7ad5a59b9865232"
1500
- integrity sha512-LyX8njw21aKsDbpKDDJwtjX2n+V2OvS3vLg9zXLYlZvy8c2Lu8TfKSsXHS7jGhRLkBEYkJ4cJR+ClHuB2xo81A==
1483
+ "@salesforce/dev-scripts@^10.2.12":
1484
+ version "10.2.12"
1485
+ resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.12.tgz#05cb48e60cf1a204ec8402aa803093c924b02bf7"
1486
+ integrity sha512-sQFrUm16PLefZ3U4scEP0+jCKrUvaVjvyMADoM7KK2sXCu9TkvwAD5XtPeBoUsf9SdWhdFf2isv1X8DKM5q/6w==
1501
1487
  dependencies:
1502
1488
  "@commitlint/cli" "^17.1.2"
1503
1489
  "@commitlint/config-conventional" "^17.8.1"
@@ -1575,15 +1561,15 @@
1575
1561
  string-width "^7.2.0"
1576
1562
  terminal-link "^3.0.0"
1577
1563
 
1578
- "@salesforce/sf-plugins-core@^12.1.3":
1579
- version "12.1.3"
1580
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.3.tgz#4150b231f50bcdb64d6bd471a9d8f25f7ca57273"
1581
- integrity sha512-xJSzwl2G7OYSpZTokzWgq9Ybfw/ZtR3reQEFvJTNATLoPk7nv7UGo8WWbX1gcaepURBVvtmQlHsa8mVyoKjYmw==
1564
+ "@salesforce/sf-plugins-core@^12.2.0":
1565
+ version "12.2.0"
1566
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.0.tgz#c53f5342841cc490752b78f2707e84d8946dd740"
1567
+ integrity sha512-aGNk74rMt8I+HTP7hRsX6kxiGTuun9ONrWkX7JvWDdtIoO9TsEbNVZENH8GFxHFalWPFCj31IMUQD/bGbxMFbg==
1582
1568
  dependencies:
1583
1569
  "@inquirer/confirm" "^3.1.22"
1584
1570
  "@inquirer/password" "^2.2.0"
1585
1571
  "@oclif/core" "^4.2.4"
1586
- "@oclif/table" "^0.4.0"
1572
+ "@oclif/table" "^0.4.6"
1587
1573
  "@salesforce/core" "^8.5.1"
1588
1574
  "@salesforce/kit" "^3.2.3"
1589
1575
  "@salesforce/ts-types" "^2.0.12"
@@ -2001,13 +1987,6 @@
2001
1987
  "@smithy/util-stream" "^4.1.1"
2002
1988
  tslib "^2.6.2"
2003
1989
 
2004
- "@smithy/types@^3.5.0":
2005
- version "3.5.0"
2006
- resolved "https://registry.yarnpkg.com/@smithy/types/-/types-3.5.0.tgz#9589e154c50d9c5d00feb7d818112ef8fc285d6e"
2007
- integrity sha512-QN0twHNfe8mNJdH9unwsCK13GURU7oEAZqkBI+rsvpv1jrmserO+WnLE7jidR9W/1dxwZ0u/CB01mV2Gms/K2Q==
2008
- dependencies:
2009
- tslib "^2.6.2"
2010
-
2011
1990
  "@smithy/types@^4.1.0":
2012
1991
  version "4.1.0"
2013
1992
  resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.1.0.tgz#19de0b6087bccdd4182a334eb5d3d2629699370f"
@@ -2606,7 +2585,7 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
2606
2585
  resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
2607
2586
  integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
2608
2587
 
2609
- ansis@^3.10.0, ansis@^3.14.0, ansis@^3.3.2, ansis@^3.5.2:
2588
+ ansis@^3.14.0, ansis@^3.16.0, ansis@^3.3.2, ansis@^3.5.2:
2610
2589
  version "3.16.0"
2611
2590
  resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.16.0.tgz#5e365fd173133756a01199c77fc9146bb22fb5eb"
2612
2591
  integrity sha512-sU7d/tfZiYrsIAXbdL/CNZld5bCkruzwT5KmqmadCJYxuLxHAOBjidxD5+iLmN/6xEfjcQq1l7OpsiCBlc4LzA==
@@ -2832,6 +2811,13 @@ braces@^3.0.2, braces@~3.0.2:
2832
2811
  dependencies:
2833
2812
  fill-range "^7.0.1"
2834
2813
 
2814
+ braces@^3.0.3:
2815
+ version "3.0.3"
2816
+ resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
2817
+ integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
2818
+ dependencies:
2819
+ fill-range "^7.1.1"
2820
+
2835
2821
  browser-stdout@^1.3.1:
2836
2822
  version "1.3.1"
2837
2823
  resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60"
@@ -3996,7 +3982,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
3996
3982
  resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
3997
3983
  integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
3998
3984
 
3999
- fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.2:
3985
+ fast-glob@^3.2.11, fast-glob@^3.2.9:
4000
3986
  version "3.3.2"
4001
3987
  resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
4002
3988
  integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -4007,6 +3993,17 @@ fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.2:
4007
3993
  merge2 "^1.3.0"
4008
3994
  micromatch "^4.0.4"
4009
3995
 
3996
+ fast-glob@^3.3.3:
3997
+ version "3.3.3"
3998
+ resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
3999
+ integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
4000
+ dependencies:
4001
+ "@nodelib/fs.stat" "^2.0.2"
4002
+ "@nodelib/fs.walk" "^1.2.3"
4003
+ glob-parent "^5.1.2"
4004
+ merge2 "^1.3.0"
4005
+ micromatch "^4.0.8"
4006
+
4010
4007
  fast-json-stable-stringify@^2.0.0:
4011
4008
  version "2.1.0"
4012
4009
  resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -4110,6 +4107,13 @@ fill-range@^7.0.1:
4110
4107
  dependencies:
4111
4108
  to-regex-range "^5.0.1"
4112
4109
 
4110
+ fill-range@^7.1.1:
4111
+ version "7.1.1"
4112
+ resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
4113
+ integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
4114
+ dependencies:
4115
+ to-regex-range "^5.0.1"
4116
+
4113
4117
  find-cache-dir@^3.2.0:
4114
4118
  version "3.3.2"
4115
4119
  resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b"
@@ -4427,17 +4431,17 @@ globby@^11.1.0:
4427
4431
  merge2 "^1.4.1"
4428
4432
  slash "^3.0.0"
4429
4433
 
4430
- globby@^14.0.2:
4431
- version "14.0.2"
4432
- resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.2.tgz#06554a54ccfe9264e5a9ff8eded46aa1e306482f"
4433
- integrity sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==
4434
+ globby@^14.1.0:
4435
+ version "14.1.0"
4436
+ resolved "https://registry.yarnpkg.com/globby/-/globby-14.1.0.tgz#138b78e77cf5a8d794e327b15dce80bf1fb0a73e"
4437
+ integrity sha512-0Ia46fDOaT7k4og1PDW4YbodWWr3scS2vAr2lTbsplOt2WkKp0vQbkI9wKis/T5LV/dqPjO3bpS/z6GTJB82LA==
4434
4438
  dependencies:
4435
4439
  "@sindresorhus/merge-streams" "^2.1.0"
4436
- fast-glob "^3.3.2"
4437
- ignore "^5.2.4"
4438
- path-type "^5.0.0"
4440
+ fast-glob "^3.3.3"
4441
+ ignore "^7.0.3"
4442
+ path-type "^6.0.0"
4439
4443
  slash "^5.1.0"
4440
- unicorn-magic "^0.1.0"
4444
+ unicorn-magic "^0.3.0"
4441
4445
 
4442
4446
  gopd@^1.0.1:
4443
4447
  version "1.0.1"
@@ -4686,6 +4690,11 @@ ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.0:
4686
4690
  resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
4687
4691
  integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
4688
4692
 
4693
+ ignore@^7.0.3:
4694
+ version "7.0.3"
4695
+ resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.3.tgz#397ef9315dfe0595671eefe8b633fec6943ab733"
4696
+ integrity sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==
4697
+
4689
4698
  immediate@~3.0.5:
4690
4699
  version "3.0.6"
4691
4700
  resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"
@@ -5645,6 +5654,14 @@ micromatch@^4.0.2, micromatch@^4.0.4:
5645
5654
  braces "^3.0.2"
5646
5655
  picomatch "^2.3.1"
5647
5656
 
5657
+ micromatch@^4.0.8:
5658
+ version "4.0.8"
5659
+ resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
5660
+ integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
5661
+ dependencies:
5662
+ braces "^3.0.3"
5663
+ picomatch "^2.3.1"
5664
+
5648
5665
  mime-db@1.52.0:
5649
5666
  version "1.52.0"
5650
5667
  resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
@@ -6218,10 +6235,10 @@ path-type@^4.0.0:
6218
6235
  resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
6219
6236
  integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
6220
6237
 
6221
- path-type@^5.0.0:
6222
- version "5.0.0"
6223
- resolved "https://registry.yarnpkg.com/path-type/-/path-type-5.0.0.tgz#14b01ed7aea7ddf9c7c3f46181d4d04f9c785bb8"
6224
- integrity sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==
6238
+ path-type@^6.0.0:
6239
+ version "6.0.0"
6240
+ resolved "https://registry.yarnpkg.com/path-type/-/path-type-6.0.0.tgz#2f1bb6791a91ce99194caede5d6c5920ed81eb51"
6241
+ integrity sha512-Vj7sf++t5pBD637NSfkxpHSMfWaeig5+DKWLhcqIYx6mWQz5hdJTGDVMQiJcw1ZYkhs7AazKDGpRVji1LJCZUQ==
6225
6242
 
6226
6243
  pathval@^1.1.1:
6227
6244
  version "1.1.1"
@@ -7521,10 +7538,10 @@ undici-types@~6.19.2:
7521
7538
  resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
7522
7539
  integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
7523
7540
 
7524
- unicorn-magic@^0.1.0:
7525
- version "0.1.0"
7526
- resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"
7527
- integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
7541
+ unicorn-magic@^0.3.0:
7542
+ version "0.3.0"
7543
+ resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.3.0.tgz#4efd45c85a69e0dd576d25532fbfa22aa5c8a104"
7544
+ integrity sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA==
7528
7545
 
7529
7546
  universalify@^0.1.0:
7530
7547
  version "0.1.2"
@@ -862,5 +862,5 @@
862
862
  ]
863
863
  }
864
864
  },
865
- "version": "2.6.14"
865
+ "version": "2.6.15"
866
866
  }
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
3
  "description": "Commands to interact with org shapes",
4
- "version": "2.6.14",
4
+ "version": "2.6.15",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^4",
9
9
  "@salesforce/core": "^8.8.0",
10
10
  "@salesforce/kit": "^3.2.3",
11
- "@salesforce/sf-plugins-core": "^12.1.3",
11
+ "@salesforce/sf-plugins-core": "^12.2.0",
12
12
  "change-case": "^5.4.4"
13
13
  },
14
14
  "devDependencies": {
15
- "@oclif/plugin-command-snapshot": "^5.2.33",
15
+ "@oclif/plugin-command-snapshot": "^5.2.36",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
- "@salesforce/dev-scripts": "^10.2.11",
17
+ "@salesforce/dev-scripts": "^10.2.12",
18
18
  "@salesforce/plugin-command-reference": "^3.1.43",
19
19
  "@salesforce/ts-types": "^2.0.11",
20
20
  "@types/chai-as-promised": "^7.1.8",
@@ -207,7 +207,7 @@
207
207
  "output": []
208
208
  },
209
209
  "link-check": {
210
- "command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
210
+ "command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|localhost|%s\" --markdown --retry --directory-listing --verbosity error",
211
211
  "files": [
212
212
  "./*.md",
213
213
  "./!(CHANGELOG).md",
@@ -219,7 +219,7 @@
219
219
  "exports": "./lib/index.js",
220
220
  "type": "module",
221
221
  "sfdx": {
222
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.14.crt",
223
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.14.sig"
222
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.15.crt",
223
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.15.sig"
224
224
  }
225
225
  }