@salesforce/plugin-signups 2.6.29 → 2.6.31

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.29/src/commands/org/create/shape.ts)_
126
+ _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.31/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.29/src/commands/org/create/snapshot.ts)_
182
+ _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.31/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.29/src/commands/org/delete/shape.ts)_
222
+ _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.31/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.29/src/commands/org/delete/snapshot.ts)_
267
+ _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.31/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.29/src/commands/org/get/snapshot.ts)_
314
+ _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.31/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.29/src/commands/org/list/shape.ts)_
347
+ _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.31/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.29/src/commands/org/list/snapshot.ts)_
389
+ _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.31/src/commands/org/list/snapshot.ts)_
390
390
 
391
391
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
- "version": "2.6.29",
3
+ "version": "2.6.31",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-signups",
9
- "version": "2.6.29",
9
+ "version": "2.6.31",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
@@ -16,7 +16,7 @@
16
16
  "change-case": "^5.4.4"
17
17
  },
18
18
  "devDependencies": {
19
- "@oclif/plugin-command-snapshot": "^5.2.40",
19
+ "@oclif/plugin-command-snapshot": "^5.3.1",
20
20
  "@salesforce/cli-plugins-testkit": "^5.3.39",
21
21
  "@salesforce/dev-scripts": "^11.0.2",
22
22
  "@salesforce/plugin-command-reference": "^3.1.54",
@@ -3739,6 +3739,7 @@
3739
3739
  "version": "2.1.5",
3740
3740
  "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
3741
3741
  "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
3742
+ "dev": true,
3742
3743
  "license": "MIT",
3743
3744
  "dependencies": {
3744
3745
  "@nodelib/fs.stat": "2.0.5",
@@ -3752,6 +3753,7 @@
3752
3753
  "version": "2.0.5",
3753
3754
  "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
3754
3755
  "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
3756
+ "dev": true,
3755
3757
  "license": "MIT",
3756
3758
  "engines": {
3757
3759
  "node": ">= 8"
@@ -3761,6 +3763,7 @@
3761
3763
  "version": "1.2.8",
3762
3764
  "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
3763
3765
  "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
3766
+ "dev": true,
3764
3767
  "license": "MIT",
3765
3768
  "dependencies": {
3766
3769
  "@nodelib/fs.scandir": "2.1.5",
@@ -3771,9 +3774,9 @@
3771
3774
  }
3772
3775
  },
3773
3776
  "node_modules/@oclif/core": {
3774
- "version": "4.3.0",
3775
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.0.tgz",
3776
- "integrity": "sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==",
3777
+ "version": "4.3.3",
3778
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.3.tgz",
3779
+ "integrity": "sha512-A0mk4nlVE+r34fl91OdglXVPwhhfzM59IhSxnOigqMkwxFgT8z3i2WlUgzmazzvzSccs2KM4N2HkTS3NEvW96g==",
3777
3780
  "license": "MIT",
3778
3781
  "dependencies": {
3779
3782
  "ansi-escapes": "^4.3.2",
@@ -3783,7 +3786,6 @@
3783
3786
  "debug": "^4.4.0",
3784
3787
  "ejs": "^3.1.10",
3785
3788
  "get-package-type": "^0.1.0",
3786
- "globby": "^11.1.0",
3787
3789
  "indent-string": "^4.0.0",
3788
3790
  "is-wsl": "^2.2.0",
3789
3791
  "lilconfig": "^3.1.3",
@@ -3791,6 +3793,7 @@
3791
3793
  "semver": "^7.6.3",
3792
3794
  "string-width": "^4.2.3",
3793
3795
  "supports-color": "^8",
3796
+ "tinyglobby": "^0.2.14",
3794
3797
  "widest-line": "^3.1.0",
3795
3798
  "wordwrap": "^1.0.0",
3796
3799
  "wrap-ansi": "^7.0.0"
@@ -3862,9 +3865,9 @@
3862
3865
  }
3863
3866
  },
3864
3867
  "node_modules/@oclif/plugin-command-snapshot": {
3865
- "version": "5.2.40",
3866
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz",
3867
- "integrity": "sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==",
3868
+ "version": "5.3.1",
3869
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.1.tgz",
3870
+ "integrity": "sha512-ytLavwqDuQ2+1Z4vV0lREGKf0JP6GTtVvYnrCMk9FL+C+CU6qnPyzI9fttuqwLMbfrsX8Fl8/6TT7dCWdX6HSg==",
3868
3871
  "dev": true,
3869
3872
  "license": "MIT",
3870
3873
  "dependencies": {
@@ -3878,6 +3881,9 @@
3878
3881
  "semver": "^7.7.2",
3879
3882
  "ts-json-schema-generator": "^1.5.1"
3880
3883
  },
3884
+ "bin": {
3885
+ "oclif-snapshot": "bin/run.js"
3886
+ },
3881
3887
  "engines": {
3882
3888
  "node": ">=18.0.0"
3883
3889
  }
@@ -6134,6 +6140,7 @@
6134
6140
  "version": "2.1.0",
6135
6141
  "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
6136
6142
  "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
6143
+ "dev": true,
6137
6144
  "license": "MIT",
6138
6145
  "engines": {
6139
6146
  "node": ">=8"
@@ -6366,6 +6373,7 @@
6366
6373
  "version": "3.0.3",
6367
6374
  "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
6368
6375
  "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
6376
+ "dev": true,
6369
6377
  "license": "MIT",
6370
6378
  "dependencies": {
6371
6379
  "fill-range": "^7.1.1"
@@ -7501,6 +7509,7 @@
7501
7509
  "version": "3.0.1",
7502
7510
  "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
7503
7511
  "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
7512
+ "dev": true,
7504
7513
  "license": "MIT",
7505
7514
  "dependencies": {
7506
7515
  "path-type": "^4.0.0"
@@ -8519,6 +8528,7 @@
8519
8528
  "version": "3.3.3",
8520
8529
  "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
8521
8530
  "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
8531
+ "dev": true,
8522
8532
  "license": "MIT",
8523
8533
  "dependencies": {
8524
8534
  "@nodelib/fs.stat": "^2.0.2",
@@ -8604,6 +8614,7 @@
8604
8614
  "version": "1.15.0",
8605
8615
  "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
8606
8616
  "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
8617
+ "dev": true,
8607
8618
  "license": "ISC",
8608
8619
  "dependencies": {
8609
8620
  "reusify": "^1.0.4"
@@ -8702,6 +8713,7 @@
8702
8713
  "version": "7.1.1",
8703
8714
  "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
8704
8715
  "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
8716
+ "dev": true,
8705
8717
  "license": "MIT",
8706
8718
  "dependencies": {
8707
8719
  "to-regex-range": "^5.0.1"
@@ -9138,6 +9150,7 @@
9138
9150
  "version": "5.1.2",
9139
9151
  "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
9140
9152
  "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
9153
+ "dev": true,
9141
9154
  "license": "ISC",
9142
9155
  "dependencies": {
9143
9156
  "is-glob": "^4.0.1"
@@ -9208,6 +9221,7 @@
9208
9221
  "version": "11.1.0",
9209
9222
  "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
9210
9223
  "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
9224
+ "dev": true,
9211
9225
  "license": "MIT",
9212
9226
  "dependencies": {
9213
9227
  "array-union": "^2.1.0",
@@ -9665,6 +9679,7 @@
9665
9679
  "version": "5.3.1",
9666
9680
  "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
9667
9681
  "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
9682
+ "dev": true,
9668
9683
  "license": "MIT",
9669
9684
  "engines": {
9670
9685
  "node": ">= 4"
@@ -10167,6 +10182,7 @@
10167
10182
  "version": "2.1.1",
10168
10183
  "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
10169
10184
  "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
10185
+ "dev": true,
10170
10186
  "license": "MIT",
10171
10187
  "engines": {
10172
10188
  "node": ">=0.10.0"
@@ -10185,6 +10201,7 @@
10185
10201
  "version": "4.0.3",
10186
10202
  "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
10187
10203
  "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
10204
+ "dev": true,
10188
10205
  "license": "MIT",
10189
10206
  "dependencies": {
10190
10207
  "is-extglob": "^2.1.1"
@@ -10225,6 +10242,7 @@
10225
10242
  "version": "7.0.0",
10226
10243
  "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
10227
10244
  "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
10245
+ "dev": true,
10228
10246
  "license": "MIT",
10229
10247
  "engines": {
10230
10248
  "node": ">=0.12.0"
@@ -11461,6 +11479,7 @@
11461
11479
  "version": "1.4.1",
11462
11480
  "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
11463
11481
  "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
11482
+ "dev": true,
11464
11483
  "license": "MIT",
11465
11484
  "engines": {
11466
11485
  "node": ">= 8"
@@ -11470,6 +11489,7 @@
11470
11489
  "version": "4.0.8",
11471
11490
  "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
11472
11491
  "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
11492
+ "dev": true,
11473
11493
  "license": "MIT",
11474
11494
  "dependencies": {
11475
11495
  "braces": "^3.0.3",
@@ -12553,6 +12573,7 @@
12553
12573
  "version": "4.0.0",
12554
12574
  "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
12555
12575
  "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
12576
+ "dev": true,
12556
12577
  "license": "MIT",
12557
12578
  "engines": {
12558
12579
  "node": ">=8"
@@ -12579,6 +12600,7 @@
12579
12600
  "version": "2.3.1",
12580
12601
  "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
12581
12602
  "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
12603
+ "dev": true,
12582
12604
  "license": "MIT",
12583
12605
  "engines": {
12584
12606
  "node": ">=8.6"
@@ -12938,6 +12960,7 @@
12938
12960
  "version": "1.2.3",
12939
12961
  "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
12940
12962
  "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
12963
+ "dev": true,
12941
12964
  "funding": [
12942
12965
  {
12943
12966
  "type": "github",
@@ -13351,6 +13374,7 @@
13351
13374
  "version": "1.0.4",
13352
13375
  "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
13353
13376
  "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
13377
+ "dev": true,
13354
13378
  "license": "MIT",
13355
13379
  "engines": {
13356
13380
  "iojs": ">=1.0.0",
@@ -13387,6 +13411,7 @@
13387
13411
  "version": "1.2.0",
13388
13412
  "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
13389
13413
  "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
13414
+ "dev": true,
13390
13415
  "funding": [
13391
13416
  {
13392
13417
  "type": "github",
@@ -13723,6 +13748,7 @@
13723
13748
  "version": "3.0.0",
13724
13749
  "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
13725
13750
  "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
13751
+ "dev": true,
13726
13752
  "license": "MIT",
13727
13753
  "engines": {
13728
13754
  "node": ">=8"
@@ -14256,24 +14282,25 @@
14256
14282
  "license": "MIT"
14257
14283
  },
14258
14284
  "node_modules/tinyglobby": {
14259
- "version": "0.2.10",
14260
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.10.tgz",
14261
- "integrity": "sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==",
14262
- "dev": true,
14285
+ "version": "0.2.14",
14286
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
14287
+ "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
14263
14288
  "license": "MIT",
14264
14289
  "dependencies": {
14265
- "fdir": "^6.4.2",
14290
+ "fdir": "^6.4.4",
14266
14291
  "picomatch": "^4.0.2"
14267
14292
  },
14268
14293
  "engines": {
14269
14294
  "node": ">=12.0.0"
14295
+ },
14296
+ "funding": {
14297
+ "url": "https://github.com/sponsors/SuperchupuDev"
14270
14298
  }
14271
14299
  },
14272
14300
  "node_modules/tinyglobby/node_modules/fdir": {
14273
- "version": "6.4.2",
14274
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.2.tgz",
14275
- "integrity": "sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==",
14276
- "dev": true,
14301
+ "version": "6.4.5",
14302
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz",
14303
+ "integrity": "sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==",
14277
14304
  "license": "MIT",
14278
14305
  "peerDependencies": {
14279
14306
  "picomatch": "^3 || ^4"
@@ -14288,7 +14315,6 @@
14288
14315
  "version": "4.0.2",
14289
14316
  "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
14290
14317
  "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
14291
- "dev": true,
14292
14318
  "license": "MIT",
14293
14319
  "engines": {
14294
14320
  "node": ">=12"
@@ -14324,6 +14350,7 @@
14324
14350
  "version": "5.0.1",
14325
14351
  "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
14326
14352
  "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
14353
+ "dev": true,
14327
14354
  "license": "MIT",
14328
14355
  "dependencies": {
14329
14356
  "is-number": "^7.0.0"
package/oclif.lock CHANGED
@@ -1569,9 +1569,9 @@
1569
1569
  fastq "^1.6.0"
1570
1570
 
1571
1571
  "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.3.0":
1572
- version "4.3.0"
1573
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.0.tgz#9a2951f05f81a4c7ae5ffcc00b2d720cca0898e6"
1574
- integrity sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==
1572
+ version "4.3.3"
1573
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.3.tgz#a527536b62ef202c58d2b69ce9cd1e64eb3a94b1"
1574
+ integrity sha512-A0mk4nlVE+r34fl91OdglXVPwhhfzM59IhSxnOigqMkwxFgT8z3i2WlUgzmazzvzSccs2KM4N2HkTS3NEvW96g==
1575
1575
  dependencies:
1576
1576
  ansi-escapes "^4.3.2"
1577
1577
  ansis "^3.17.0"
@@ -1580,7 +1580,6 @@
1580
1580
  debug "^4.4.0"
1581
1581
  ejs "^3.1.10"
1582
1582
  get-package-type "^0.1.0"
1583
- globby "^11.1.0"
1584
1583
  indent-string "^4.0.0"
1585
1584
  is-wsl "^2.2.0"
1586
1585
  lilconfig "^3.1.3"
@@ -1588,14 +1587,15 @@
1588
1587
  semver "^7.6.3"
1589
1588
  string-width "^4.2.3"
1590
1589
  supports-color "^8"
1590
+ tinyglobby "^0.2.14"
1591
1591
  widest-line "^3.1.0"
1592
1592
  wordwrap "^1.0.0"
1593
1593
  wrap-ansi "^7.0.0"
1594
1594
 
1595
- "@oclif/plugin-command-snapshot@^5.2.40":
1596
- version "5.2.40"
1597
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz#911130e805ee0117dc3c7aa7de3ff7b5832debc8"
1598
- integrity sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==
1595
+ "@oclif/plugin-command-snapshot@^5.3.1":
1596
+ version "5.3.1"
1597
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.1.tgz#95fbba5980c89398dfb3ade0ae733d972f217a03"
1598
+ integrity sha512-ytLavwqDuQ2+1Z4vV0lREGKf0JP6GTtVvYnrCMk9FL+C+CU6qnPyzI9fttuqwLMbfrsX8Fl8/6TT7dCWdX6HSg==
1599
1599
  dependencies:
1600
1600
  "@oclif/core" "^4"
1601
1601
  ansis "^3.17.0"
@@ -4312,10 +4312,10 @@ faye@^1.4.0:
4312
4312
  tough-cookie "*"
4313
4313
  tunnel-agent "*"
4314
4314
 
4315
- fdir@^6.4.2:
4316
- version "6.4.2"
4317
- resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.2.tgz#ddaa7ce1831b161bc3657bb99cb36e1622702689"
4318
- integrity sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==
4315
+ fdir@^6.4.4:
4316
+ version "6.4.5"
4317
+ resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.5.tgz#328e280f3a23699362f95f2e82acf978a0c0cb49"
4318
+ integrity sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==
4319
4319
 
4320
4320
  figures@^3.0.0:
4321
4321
  version "3.2.0"
@@ -7498,12 +7498,12 @@ tiny-jsonc@^1.0.2:
7498
7498
  resolved "https://registry.yarnpkg.com/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz#208df4c437684199cc724f31c2b91ee39c349678"
7499
7499
  integrity sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw==
7500
7500
 
7501
- tinyglobby@^0.2.9:
7502
- version "0.2.10"
7503
- resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.10.tgz#e712cf2dc9b95a1f5c5bbd159720e15833977a0f"
7504
- integrity sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==
7501
+ tinyglobby@^0.2.14, tinyglobby@^0.2.9:
7502
+ version "0.2.14"
7503
+ resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
7504
+ integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
7505
7505
  dependencies:
7506
- fdir "^6.4.2"
7506
+ fdir "^6.4.4"
7507
7507
  picomatch "^4.0.2"
7508
7508
 
7509
7509
  tmp@^0.0.33:
@@ -862,5 +862,5 @@
862
862
  ]
863
863
  }
864
864
  },
865
- "version": "2.6.29"
865
+ "version": "2.6.31"
866
866
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
3
  "description": "Commands to interact with org shapes",
4
- "version": "2.6.29",
4
+ "version": "2.6.31",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -12,7 +12,7 @@
12
12
  "change-case": "^5.4.4"
13
13
  },
14
14
  "devDependencies": {
15
- "@oclif/plugin-command-snapshot": "^5.2.40",
15
+ "@oclif/plugin-command-snapshot": "^5.3.1",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/dev-scripts": "^11.0.2",
18
18
  "@salesforce/plugin-command-reference": "^3.1.54",
@@ -220,7 +220,7 @@
220
220
  "exports": "./lib/index.js",
221
221
  "type": "module",
222
222
  "sfdx": {
223
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.29.crt",
224
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.29.sig"
223
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.31.crt",
224
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.31.sig"
225
225
  }
226
226
  }