@salesforce/plugin-signups 2.6.27 → 2.6.29

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.27/src/commands/org/create/shape.ts)_
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)_
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.27/src/commands/org/create/snapshot.ts)_
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)_
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.27/src/commands/org/delete/shape.ts)_
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)_
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.27/src/commands/org/delete/snapshot.ts)_
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)_
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.27/src/commands/org/get/snapshot.ts)_
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)_
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.27/src/commands/org/list/shape.ts)_
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)_
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.27/src/commands/org/list/snapshot.ts)_
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)_
390
390
 
391
391
  <!-- commandsstop -->
@@ -1,33 +1,33 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
- "version": "2.6.27",
3
+ "version": "2.6.29",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-signups",
9
- "version": "2.6.27",
9
+ "version": "2.6.29",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
13
- "@salesforce/core": "^8.11.0",
13
+ "@salesforce/core": "^8.12.0",
14
14
  "@salesforce/kit": "^3.2.3",
15
- "@salesforce/sf-plugins-core": "^12.2.1",
15
+ "@salesforce/sf-plugins-core": "^12.2.2",
16
16
  "change-case": "^5.4.4"
17
17
  },
18
18
  "devDependencies": {
19
- "@oclif/plugin-command-snapshot": "^5.2.39",
19
+ "@oclif/plugin-command-snapshot": "^5.2.40",
20
20
  "@salesforce/cli-plugins-testkit": "^5.3.39",
21
21
  "@salesforce/dev-scripts": "^11.0.2",
22
- "@salesforce/plugin-command-reference": "^3.1.52",
22
+ "@salesforce/plugin-command-reference": "^3.1.54",
23
23
  "@salesforce/ts-types": "^2.0.11",
24
24
  "@types/chai-as-promised": "^7.1.8",
25
25
  "@types/chai-string": "^1.4.5",
26
26
  "chai-as-promised": "7.1.2",
27
27
  "chai-string": "^1.6.0",
28
- "eslint-plugin-sf-plugin": "^1.20.22",
28
+ "eslint-plugin-sf-plugin": "^1.20.24",
29
29
  "jsforce": "^2.0.0-beta.28",
30
- "oclif": "^4.17.46",
30
+ "oclif": "^4.18.0",
31
31
  "ts-node": "^10.9.2",
32
32
  "typescript": "^5.5.4"
33
33
  },
@@ -3690,9 +3690,9 @@
3690
3690
  }
3691
3691
  },
3692
3692
  "node_modules/@jsforce/jsforce-node": {
3693
- "version": "3.8.1",
3694
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.1.tgz",
3695
- "integrity": "sha512-+IZZC7VfNjhkTyeAspBc4Z35Y5eAP0RIWQnyfKahsbY/aLjiFRIM9ejl1YbWbrbabf5ODFSUgBGmOiEYLW3f7Q==",
3693
+ "version": "3.8.2",
3694
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.2.tgz",
3695
+ "integrity": "sha512-ewaRr9JnZRW6I28C/TzUnv5p70zMrWsKCq2ovRW6X557/ikdfvA24F9k4cQXZnTG2lZLEfVn+WwdBGEtY7pPnQ==",
3696
3696
  "license": "MIT",
3697
3697
  "dependencies": {
3698
3698
  "@sindresorhus/is": "^4",
@@ -3862,9 +3862,9 @@
3862
3862
  }
3863
3863
  },
3864
3864
  "node_modules/@oclif/plugin-command-snapshot": {
3865
- "version": "5.2.39",
3866
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz",
3867
- "integrity": "sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==",
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
3868
  "dev": true,
3869
3869
  "license": "MIT",
3870
3870
  "dependencies": {
@@ -3875,7 +3875,7 @@
3875
3875
  "lodash.difference": "^4.5.0",
3876
3876
  "lodash.get": "^4.4.2",
3877
3877
  "lodash.sortby": "^4.7.0",
3878
- "semver": "^7.7.1",
3878
+ "semver": "^7.7.2",
3879
3879
  "ts-json-schema-generator": "^1.5.1"
3880
3880
  },
3881
3881
  "engines": {
@@ -4241,12 +4241,12 @@
4241
4241
  }
4242
4242
  },
4243
4243
  "node_modules/@salesforce/core": {
4244
- "version": "8.11.0",
4245
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.0.tgz",
4246
- "integrity": "sha512-S4UgHKUy1hykRQVaoYm+LSktQgRhI3ltAUoLGI25/Q8gYokERTa2E7MpPMb+X/kTpjJJvDlnQqelB/sQJs/AKA==",
4244
+ "version": "8.12.0",
4245
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.12.0.tgz",
4246
+ "integrity": "sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==",
4247
4247
  "license": "BSD-3-Clause",
4248
4248
  "dependencies": {
4249
- "@jsforce/jsforce-node": "^3.8.1",
4249
+ "@jsforce/jsforce-node": "^3.8.2",
4250
4250
  "@salesforce/kit": "^3.2.2",
4251
4251
  "@salesforce/schemas": "^1.9.0",
4252
4252
  "@salesforce/ts-types": "^2.0.10",
@@ -4258,9 +4258,9 @@
4258
4258
  "js2xmlparser": "^4.0.1",
4259
4259
  "jsonwebtoken": "9.0.2",
4260
4260
  "jszip": "3.10.1",
4261
- "pino": "^9.4.0",
4261
+ "pino": "^9.7.0",
4262
4262
  "pino-abstract-transport": "^1.2.0",
4263
- "pino-pretty": "^11.2.2",
4263
+ "pino-pretty": "^11.3.0",
4264
4264
  "proper-lockfile": "^4.1.2",
4265
4265
  "semver": "^7.6.3",
4266
4266
  "ts-retry-promise": "^0.8.1"
@@ -4311,6 +4311,41 @@
4311
4311
  "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
4312
4312
  "license": "MIT"
4313
4313
  },
4314
+ "node_modules/@salesforce/core/node_modules/pino-abstract-transport": {
4315
+ "version": "1.2.0",
4316
+ "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
4317
+ "integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
4318
+ "license": "MIT",
4319
+ "dependencies": {
4320
+ "readable-stream": "^4.0.0",
4321
+ "split2": "^4.0.0"
4322
+ }
4323
+ },
4324
+ "node_modules/@salesforce/core/node_modules/readable-stream": {
4325
+ "version": "4.4.2",
4326
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
4327
+ "integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
4328
+ "license": "MIT",
4329
+ "dependencies": {
4330
+ "abort-controller": "^3.0.0",
4331
+ "buffer": "^6.0.3",
4332
+ "events": "^3.3.0",
4333
+ "process": "^0.11.10",
4334
+ "string_decoder": "^1.3.0"
4335
+ },
4336
+ "engines": {
4337
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
4338
+ }
4339
+ },
4340
+ "node_modules/@salesforce/core/node_modules/split2": {
4341
+ "version": "4.2.0",
4342
+ "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
4343
+ "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
4344
+ "license": "ISC",
4345
+ "engines": {
4346
+ "node": ">= 10.x"
4347
+ }
4348
+ },
4314
4349
  "node_modules/@salesforce/dev-config": {
4315
4350
  "version": "4.3.1",
4316
4351
  "resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.3.1.tgz",
@@ -4386,19 +4421,19 @@
4386
4421
  }
4387
4422
  },
4388
4423
  "node_modules/@salesforce/plugin-command-reference": {
4389
- "version": "3.1.52",
4390
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.52.tgz",
4391
- "integrity": "sha512-dsdbsnlRKHeDA1eknqHcl4s92eYK/ZZS19G2YA2C46yVg2hInTTJ0gzO/qgzGRADtphKUHM/ScIINVSwC/51Bw==",
4424
+ "version": "3.1.54",
4425
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.54.tgz",
4426
+ "integrity": "sha512-6iZPSbzJ7ISlx40+iKtN9gfwQJfB1c7G1bFIxheGQX0zSQ8NZuNHLWVSuj7VbCH7rWDF+NKG0/hX+LtVL/0Mlw==",
4392
4427
  "dev": true,
4393
4428
  "license": "Apache-2.0",
4394
4429
  "dependencies": {
4395
4430
  "@oclif/core": "^4",
4396
- "@salesforce/core": "^8.10.1",
4431
+ "@salesforce/core": "^8.11.0",
4397
4432
  "@salesforce/kit": "^3.2.3",
4398
4433
  "@salesforce/sf-plugins-core": "^11.3.12",
4399
4434
  "@salesforce/ts-types": "^2.0.11",
4400
4435
  "chalk": "^5.4.1",
4401
- "debug": "^4.4.0",
4436
+ "debug": "^4.4.1",
4402
4437
  "handlebars": "^4.7.8"
4403
4438
  },
4404
4439
  "engines": {
@@ -4510,16 +4545,16 @@
4510
4545
  "license": "ISC"
4511
4546
  },
4512
4547
  "node_modules/@salesforce/sf-plugins-core": {
4513
- "version": "12.2.1",
4514
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.1.tgz",
4515
- "integrity": "sha512-b3eRSzGO0weBLL1clHaJNgNP1aKkD1Qy2DQEc0ieteEm+fh1FfPA0QpJ9rh/hdmkJRip2x2R2zz9tflJ0wflbg==",
4548
+ "version": "12.2.2",
4549
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.2.tgz",
4550
+ "integrity": "sha512-LuNT1kzi0N185xhCBCOU9P650CwoehiICB2lCP1RsO98NqfHTRpD6Rq1TDQtLTudOh3pDUFZTgo8kt4qwz20yw==",
4516
4551
  "license": "BSD-3-Clause",
4517
4552
  "dependencies": {
4518
4553
  "@inquirer/confirm": "^3.1.22",
4519
4554
  "@inquirer/password": "^2.2.0",
4520
- "@oclif/core": "^4.2.10",
4555
+ "@oclif/core": "^4.3.0",
4521
4556
  "@oclif/table": "^0.4.6",
4522
- "@salesforce/core": "^8.8.5",
4557
+ "@salesforce/core": "^8.10.0",
4523
4558
  "@salesforce/kit": "^3.2.3",
4524
4559
  "@salesforce/ts-types": "^2.0.12",
4525
4560
  "ansis": "^3.3.2",
@@ -7273,9 +7308,9 @@
7273
7308
  }
7274
7309
  },
7275
7310
  "node_modules/debug": {
7276
- "version": "4.4.0",
7277
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz",
7278
- "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==",
7311
+ "version": "4.4.1",
7312
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz",
7313
+ "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
7279
7314
  "license": "MIT",
7280
7315
  "dependencies": {
7281
7316
  "ms": "^2.1.3"
@@ -8053,13 +8088,13 @@
8053
8088
  }
8054
8089
  },
8055
8090
  "node_modules/eslint-plugin-sf-plugin": {
8056
- "version": "1.20.22",
8057
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.22.tgz",
8058
- "integrity": "sha512-WSFeAT31guYZiu4UhxM/ye7lgfp+lEawE9AgFb85vkjqO6ma8x0yQLKx2CQtgsIM1t1RQrFUg11ODVLL1gh2eA==",
8091
+ "version": "1.20.24",
8092
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz",
8093
+ "integrity": "sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==",
8059
8094
  "dev": true,
8060
8095
  "license": "BSD-3-Clause",
8061
8096
  "dependencies": {
8062
- "@salesforce/core": "^8.10.1",
8097
+ "@salesforce/core": "^8.11.1",
8063
8098
  "@typescript-eslint/utils": "^7.18.0"
8064
8099
  },
8065
8100
  "engines": {
@@ -12118,9 +12153,9 @@
12118
12153
  }
12119
12154
  },
12120
12155
  "node_modules/oclif": {
12121
- "version": "4.17.46",
12122
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.46.tgz",
12123
- "integrity": "sha512-huMvamv0zzIXrCbW5sgy40P1L6fJjPe4IfZKSmkmuPNGSpTy+fcNZ0gYwIuMlxiT3RarLYxYie+RVTyJLE3zXw==",
12156
+ "version": "4.18.0",
12157
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.0.tgz",
12158
+ "integrity": "sha512-w5b35fT1tIZhJUv+GZLdEo4ZwF/wDeuNVL1cbOcgrQebcg0RMJE0ykFymVlfIPtOZqJzwfO6xeNEwqMy5fVtOw==",
12124
12159
  "dev": true,
12125
12160
  "license": "MIT",
12126
12161
  "dependencies": {
@@ -12133,8 +12168,8 @@
12133
12168
  "@oclif/plugin-help": "^6.2.27",
12134
12169
  "@oclif/plugin-not-found": "^3.2.48",
12135
12170
  "@oclif/plugin-warn-if-update-available": "^3.1.38",
12171
+ "ansis": "^3.16.0",
12136
12172
  "async-retry": "^1.3.3",
12137
- "chalk": "^4",
12138
12173
  "change-case": "^4",
12139
12174
  "debug": "^4.4.0",
12140
12175
  "ejs": "^3.1.10",
@@ -12553,17 +12588,17 @@
12553
12588
  }
12554
12589
  },
12555
12590
  "node_modules/pino": {
12556
- "version": "9.4.0",
12557
- "resolved": "https://registry.npmjs.org/pino/-/pino-9.4.0.tgz",
12558
- "integrity": "sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w==",
12591
+ "version": "9.7.0",
12592
+ "resolved": "https://registry.npmjs.org/pino/-/pino-9.7.0.tgz",
12593
+ "integrity": "sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==",
12559
12594
  "license": "MIT",
12560
12595
  "dependencies": {
12561
12596
  "atomic-sleep": "^1.0.0",
12562
12597
  "fast-redact": "^3.1.1",
12563
12598
  "on-exit-leak-free": "^2.1.0",
12564
- "pino-abstract-transport": "^1.2.0",
12599
+ "pino-abstract-transport": "^2.0.0",
12565
12600
  "pino-std-serializers": "^7.0.0",
12566
- "process-warning": "^4.0.0",
12601
+ "process-warning": "^5.0.0",
12567
12602
  "quick-format-unescaped": "^4.0.3",
12568
12603
  "real-require": "^0.2.0",
12569
12604
  "safe-stable-stringify": "^2.3.1",
@@ -12575,31 +12610,14 @@
12575
12610
  }
12576
12611
  },
12577
12612
  "node_modules/pino-abstract-transport": {
12578
- "version": "1.2.0",
12579
- "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
12580
- "integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
12613
+ "version": "2.0.0",
12614
+ "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
12615
+ "integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
12581
12616
  "license": "MIT",
12582
12617
  "dependencies": {
12583
- "readable-stream": "^4.0.0",
12584
12618
  "split2": "^4.0.0"
12585
12619
  }
12586
12620
  },
12587
- "node_modules/pino-abstract-transport/node_modules/readable-stream": {
12588
- "version": "4.4.2",
12589
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
12590
- "integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
12591
- "license": "MIT",
12592
- "dependencies": {
12593
- "abort-controller": "^3.0.0",
12594
- "buffer": "^6.0.3",
12595
- "events": "^3.3.0",
12596
- "process": "^0.11.10",
12597
- "string_decoder": "^1.3.0"
12598
- },
12599
- "engines": {
12600
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
12601
- }
12602
- },
12603
12621
  "node_modules/pino-abstract-transport/node_modules/split2": {
12604
12622
  "version": "4.2.0",
12605
12623
  "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
@@ -12610,9 +12628,9 @@
12610
12628
  }
12611
12629
  },
12612
12630
  "node_modules/pino-pretty": {
12613
- "version": "11.2.2",
12614
- "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.2.2.tgz",
12615
- "integrity": "sha512-2FnyGir8nAJAqD3srROdrF1J5BIcMT4nwj7hHSc60El6Uxlym00UbCCd8pYIterstVBFlMyF1yFV8XdGIPbj4A==",
12631
+ "version": "11.3.0",
12632
+ "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.3.0.tgz",
12633
+ "integrity": "sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==",
12616
12634
  "license": "MIT",
12617
12635
  "dependencies": {
12618
12636
  "colorette": "^2.0.7",
@@ -12623,7 +12641,7 @@
12623
12641
  "joycon": "^3.1.1",
12624
12642
  "minimist": "^1.2.6",
12625
12643
  "on-exit-leak-free": "^2.1.0",
12626
- "pino-abstract-transport": "^1.0.0",
12644
+ "pino-abstract-transport": "^2.0.0",
12627
12645
  "pump": "^3.0.0",
12628
12646
  "readable-stream": "^4.0.0",
12629
12647
  "secure-json-parse": "^2.4.0",
@@ -12822,9 +12840,19 @@
12822
12840
  }
12823
12841
  },
12824
12842
  "node_modules/process-warning": {
12825
- "version": "4.0.0",
12826
- "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-4.0.0.tgz",
12827
- "integrity": "sha512-/MyYDxttz7DfGMMHiysAsFE4qF+pQYAA8ziO/3NcRVrQ5fSk+Mns4QZA/oRPFzvcqNoVJXQNWNAsdwBXLUkQKw==",
12843
+ "version": "5.0.0",
12844
+ "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
12845
+ "integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
12846
+ "funding": [
12847
+ {
12848
+ "type": "github",
12849
+ "url": "https://github.com/sponsors/fastify"
12850
+ },
12851
+ {
12852
+ "type": "opencollective",
12853
+ "url": "https://opencollective.com/fastify"
12854
+ }
12855
+ ],
12828
12856
  "license": "MIT"
12829
12857
  },
12830
12858
  "node_modules/proper-lockfile": {
@@ -13497,9 +13525,9 @@
13497
13525
  "license": "BSD-3-Clause"
13498
13526
  },
13499
13527
  "node_modules/semver": {
13500
- "version": "7.7.1",
13501
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
13502
- "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
13528
+ "version": "7.7.2",
13529
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
13530
+ "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
13503
13531
  "license": "ISC",
13504
13532
  "bin": {
13505
13533
  "semver": "bin/semver.js"
package/oclif.lock CHANGED
@@ -1531,10 +1531,10 @@
1531
1531
  "@jridgewell/resolve-uri" "^3.1.0"
1532
1532
  "@jridgewell/sourcemap-codec" "^1.4.14"
1533
1533
 
1534
- "@jsforce/jsforce-node@^3.8.1":
1535
- version "3.8.1"
1536
- resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.8.1.tgz#482fcf2820b48a6b10930d33550eb4e4cbd1e480"
1537
- integrity sha512-+IZZC7VfNjhkTyeAspBc4Z35Y5eAP0RIWQnyfKahsbY/aLjiFRIM9ejl1YbWbrbabf5ODFSUgBGmOiEYLW3f7Q==
1534
+ "@jsforce/jsforce-node@^3.8.2":
1535
+ version "3.8.2"
1536
+ resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.8.2.tgz#68b903f6733ae479086ab02ea4a2de87a7f208eb"
1537
+ integrity sha512-ewaRr9JnZRW6I28C/TzUnv5p70zMrWsKCq2ovRW6X557/ikdfvA24F9k4cQXZnTG2lZLEfVn+WwdBGEtY7pPnQ==
1538
1538
  dependencies:
1539
1539
  "@sindresorhus/is" "^4"
1540
1540
  base64url "^3.0.1"
@@ -1568,7 +1568,7 @@
1568
1568
  "@nodelib/fs.scandir" "2.1.5"
1569
1569
  fastq "^1.6.0"
1570
1570
 
1571
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10":
1571
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.3.0":
1572
1572
  version "4.3.0"
1573
1573
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.0.tgz#9a2951f05f81a4c7ae5ffcc00b2d720cca0898e6"
1574
1574
  integrity sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==
@@ -1592,10 +1592,10 @@
1592
1592
  wordwrap "^1.0.0"
1593
1593
  wrap-ansi "^7.0.0"
1594
1594
 
1595
- "@oclif/plugin-command-snapshot@^5.2.39":
1596
- version "5.2.39"
1597
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz#988af7777afd743a612eef1c99778aab7c36a506"
1598
- integrity sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==
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==
1599
1599
  dependencies:
1600
1600
  "@oclif/core" "^4"
1601
1601
  ansis "^3.17.0"
@@ -1604,7 +1604,7 @@
1604
1604
  lodash.difference "^4.5.0"
1605
1605
  lodash.get "^4.4.2"
1606
1606
  lodash.sortby "^4.7.0"
1607
- semver "^7.7.1"
1607
+ semver "^7.7.2"
1608
1608
  ts-json-schema-generator "^1.5.1"
1609
1609
 
1610
1610
  "@oclif/plugin-help@^6.2.27":
@@ -1693,12 +1693,12 @@
1693
1693
  strip-ansi "6.0.1"
1694
1694
  ts-retry-promise "^0.8.1"
1695
1695
 
1696
- "@salesforce/core@^8.10.1", "@salesforce/core@^8.11.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5":
1697
- version "8.11.0"
1698
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.0.tgz#23d5ddcc318008230258ab449e70a26f671123c2"
1699
- integrity sha512-S4UgHKUy1hykRQVaoYm+LSktQgRhI3ltAUoLGI25/Q8gYokERTa2E7MpPMb+X/kTpjJJvDlnQqelB/sQJs/AKA==
1696
+ "@salesforce/core@^8.10.0", "@salesforce/core@^8.11.0", "@salesforce/core@^8.11.1", "@salesforce/core@^8.12.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1697
+ version "8.12.0"
1698
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.12.0.tgz#a458cc3e39f4e7df57d94f0deaaa0fd0660b18c9"
1699
+ integrity sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==
1700
1700
  dependencies:
1701
- "@jsforce/jsforce-node" "^3.8.1"
1701
+ "@jsforce/jsforce-node" "^3.8.2"
1702
1702
  "@salesforce/kit" "^3.2.2"
1703
1703
  "@salesforce/schemas" "^1.9.0"
1704
1704
  "@salesforce/ts-types" "^2.0.10"
@@ -1710,9 +1710,9 @@
1710
1710
  js2xmlparser "^4.0.1"
1711
1711
  jsonwebtoken "9.0.2"
1712
1712
  jszip "3.10.1"
1713
- pino "^9.4.0"
1713
+ pino "^9.7.0"
1714
1714
  pino-abstract-transport "^1.2.0"
1715
- pino-pretty "^11.2.2"
1715
+ pino-pretty "^11.3.0"
1716
1716
  proper-lockfile "^4.1.2"
1717
1717
  semver "^7.6.3"
1718
1718
  ts-retry-promise "^0.8.1"
@@ -1761,18 +1761,18 @@
1761
1761
  dependencies:
1762
1762
  "@salesforce/ts-types" "^2.0.12"
1763
1763
 
1764
- "@salesforce/plugin-command-reference@^3.1.52":
1765
- version "3.1.52"
1766
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.52.tgz#30ab766cd8bb8f66a8a636ee04f9d39717b8e5e6"
1767
- integrity sha512-dsdbsnlRKHeDA1eknqHcl4s92eYK/ZZS19G2YA2C46yVg2hInTTJ0gzO/qgzGRADtphKUHM/ScIINVSwC/51Bw==
1764
+ "@salesforce/plugin-command-reference@^3.1.54":
1765
+ version "3.1.54"
1766
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.54.tgz#62b48fa16fcefa27efa2ce0b7ba4c4be60249830"
1767
+ integrity sha512-6iZPSbzJ7ISlx40+iKtN9gfwQJfB1c7G1bFIxheGQX0zSQ8NZuNHLWVSuj7VbCH7rWDF+NKG0/hX+LtVL/0Mlw==
1768
1768
  dependencies:
1769
1769
  "@oclif/core" "^4"
1770
- "@salesforce/core" "^8.10.1"
1770
+ "@salesforce/core" "^8.11.0"
1771
1771
  "@salesforce/kit" "^3.2.3"
1772
1772
  "@salesforce/sf-plugins-core" "^11.3.12"
1773
1773
  "@salesforce/ts-types" "^2.0.11"
1774
1774
  chalk "^5.4.1"
1775
- debug "^4.4.0"
1775
+ debug "^4.4.1"
1776
1776
  handlebars "^4.7.8"
1777
1777
 
1778
1778
  "@salesforce/prettier-config@^0.0.3":
@@ -1803,16 +1803,16 @@
1803
1803
  string-width "^7.2.0"
1804
1804
  terminal-link "^3.0.0"
1805
1805
 
1806
- "@salesforce/sf-plugins-core@^12.2.1":
1807
- version "12.2.1"
1808
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.1.tgz#1048a5d1245f07f0e864f0f76e8818fd21a84fe6"
1809
- integrity sha512-b3eRSzGO0weBLL1clHaJNgNP1aKkD1Qy2DQEc0ieteEm+fh1FfPA0QpJ9rh/hdmkJRip2x2R2zz9tflJ0wflbg==
1806
+ "@salesforce/sf-plugins-core@^12.2.2":
1807
+ version "12.2.2"
1808
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.2.tgz#41e704e47ba997dcb6922ab9563aa19407079c85"
1809
+ integrity sha512-LuNT1kzi0N185xhCBCOU9P650CwoehiICB2lCP1RsO98NqfHTRpD6Rq1TDQtLTudOh3pDUFZTgo8kt4qwz20yw==
1810
1810
  dependencies:
1811
1811
  "@inquirer/confirm" "^3.1.22"
1812
1812
  "@inquirer/password" "^2.2.0"
1813
- "@oclif/core" "^4.2.10"
1813
+ "@oclif/core" "^4.3.0"
1814
1814
  "@oclif/table" "^0.4.6"
1815
- "@salesforce/core" "^8.8.5"
1815
+ "@salesforce/core" "^8.10.0"
1816
1816
  "@salesforce/kit" "^3.2.3"
1817
1817
  "@salesforce/ts-types" "^2.0.12"
1818
1818
  ansis "^3.3.2"
@@ -2841,7 +2841,7 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
2841
2841
  resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
2842
2842
  integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
2843
2843
 
2844
- ansis@^3.17.0, ansis@^3.3.2:
2844
+ ansis@^3.16.0, ansis@^3.17.0, ansis@^3.3.2:
2845
2845
  version "3.17.0"
2846
2846
  resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.17.0.tgz#fa8d9c2a93fe7d1177e0c17f9eeb562a58a832d7"
2847
2847
  integrity sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==
@@ -3222,7 +3222,7 @@ chalk@^2.4.2:
3222
3222
  escape-string-regexp "^1.0.5"
3223
3223
  supports-color "^5.3.0"
3224
3224
 
3225
- chalk@^4, chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
3225
+ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
3226
3226
  version "4.1.2"
3227
3227
  resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
3228
3228
  integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -3618,10 +3618,10 @@ dateformat@^4.6.3:
3618
3618
  resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.6.3.tgz#556fa6497e5217fedb78821424f8a1c22fa3f4b5"
3619
3619
  integrity sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==
3620
3620
 
3621
- debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.4.0:
3622
- version "4.4.0"
3623
- resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
3624
- integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
3621
+ debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.4.0, debug@^4.4.1:
3622
+ version "4.4.1"
3623
+ resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.1.tgz#e5a8bc6cbc4c6cd3e64308b0693a3d4fa550189b"
3624
+ integrity sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==
3625
3625
  dependencies:
3626
3626
  ms "^2.1.3"
3627
3627
 
@@ -4042,12 +4042,12 @@ eslint-plugin-jsdoc@^46.10.1:
4042
4042
  semver "^7.5.4"
4043
4043
  spdx-expression-parse "^4.0.0"
4044
4044
 
4045
- eslint-plugin-sf-plugin@^1.20.22:
4046
- version "1.20.22"
4047
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.22.tgz#d6454d3f6496163b7ca4756fed045edee6666ce1"
4048
- integrity sha512-WSFeAT31guYZiu4UhxM/ye7lgfp+lEawE9AgFb85vkjqO6ma8x0yQLKx2CQtgsIM1t1RQrFUg11ODVLL1gh2eA==
4045
+ eslint-plugin-sf-plugin@^1.20.24:
4046
+ version "1.20.24"
4047
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz#a16ce6d252ff3f3504005485050aa023bfef89a4"
4048
+ integrity sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==
4049
4049
  dependencies:
4050
- "@salesforce/core" "^8.10.1"
4050
+ "@salesforce/core" "^8.11.1"
4051
4051
  "@typescript-eslint/utils" "^7.18.0"
4052
4052
 
4053
4053
  eslint-plugin-unicorn@^50.0.1:
@@ -6225,10 +6225,10 @@ object.values@^1.1.7:
6225
6225
  define-properties "^1.2.0"
6226
6226
  es-abstract "^1.22.1"
6227
6227
 
6228
- oclif@^4.17.46:
6229
- version "4.17.46"
6230
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.17.46.tgz#c7bd4315ae4903ad5f9893f6d6e7b3b78c4209fb"
6231
- integrity sha512-huMvamv0zzIXrCbW5sgy40P1L6fJjPe4IfZKSmkmuPNGSpTy+fcNZ0gYwIuMlxiT3RarLYxYie+RVTyJLE3zXw==
6228
+ oclif@^4.18.0:
6229
+ version "4.18.0"
6230
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.18.0.tgz#4216a87ae947ae233a92f94448e970fce621b11a"
6231
+ integrity sha512-w5b35fT1tIZhJUv+GZLdEo4ZwF/wDeuNVL1cbOcgrQebcg0RMJE0ykFymVlfIPtOZqJzwfO6xeNEwqMy5fVtOw==
6232
6232
  dependencies:
6233
6233
  "@aws-sdk/client-cloudfront" "^3.787.0"
6234
6234
  "@aws-sdk/client-s3" "^3.787.0"
@@ -6239,8 +6239,8 @@ oclif@^4.17.46:
6239
6239
  "@oclif/plugin-help" "^6.2.27"
6240
6240
  "@oclif/plugin-not-found" "^3.2.48"
6241
6241
  "@oclif/plugin-warn-if-update-available" "^3.1.38"
6242
+ ansis "^3.16.0"
6242
6243
  async-retry "^1.3.3"
6243
- chalk "^4"
6244
6244
  change-case "^4"
6245
6245
  debug "^4.4.0"
6246
6246
  ejs "^3.1.10"
@@ -6488,7 +6488,7 @@ picomatch@^4.0.2:
6488
6488
  resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
6489
6489
  integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
6490
6490
 
6491
- pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.2.0:
6491
+ pino-abstract-transport@^1.2.0:
6492
6492
  version "1.2.0"
6493
6493
  resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz#97f9f2631931e242da531b5c66d3079c12c9d1b5"
6494
6494
  integrity sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==
@@ -6496,10 +6496,17 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.2.0:
6496
6496
  readable-stream "^4.0.0"
6497
6497
  split2 "^4.0.0"
6498
6498
 
6499
- pino-pretty@^11.2.2:
6500
- version "11.2.2"
6501
- resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.2.2.tgz#5e8ec69b31e90eb187715af07b1d29a544e60d39"
6502
- integrity sha512-2FnyGir8nAJAqD3srROdrF1J5BIcMT4nwj7hHSc60El6Uxlym00UbCCd8pYIterstVBFlMyF1yFV8XdGIPbj4A==
6499
+ pino-abstract-transport@^2.0.0:
6500
+ version "2.0.0"
6501
+ resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz#de241578406ac7b8a33ce0d77ae6e8a0b3b68a60"
6502
+ integrity sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==
6503
+ dependencies:
6504
+ split2 "^4.0.0"
6505
+
6506
+ pino-pretty@^11.3.0:
6507
+ version "11.3.0"
6508
+ resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.3.0.tgz#390b3be044cf3d2e9192c7d19d44f6b690468f2e"
6509
+ integrity sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==
6503
6510
  dependencies:
6504
6511
  colorette "^2.0.7"
6505
6512
  dateformat "^4.6.3"
@@ -6509,7 +6516,7 @@ pino-pretty@^11.2.2:
6509
6516
  joycon "^3.1.1"
6510
6517
  minimist "^1.2.6"
6511
6518
  on-exit-leak-free "^2.1.0"
6512
- pino-abstract-transport "^1.0.0"
6519
+ pino-abstract-transport "^2.0.0"
6513
6520
  pump "^3.0.0"
6514
6521
  readable-stream "^4.0.0"
6515
6522
  secure-json-parse "^2.4.0"
@@ -6521,17 +6528,17 @@ pino-std-serializers@^7.0.0:
6521
6528
  resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz#7c625038b13718dbbd84ab446bd673dc52259e3b"
6522
6529
  integrity sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==
6523
6530
 
6524
- pino@^9.4.0:
6525
- version "9.4.0"
6526
- resolved "https://registry.yarnpkg.com/pino/-/pino-9.4.0.tgz#e4600ff199efc744856a5b3b71c53e38998eae5a"
6527
- integrity sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w==
6531
+ pino@^9.7.0:
6532
+ version "9.7.0"
6533
+ resolved "https://registry.yarnpkg.com/pino/-/pino-9.7.0.tgz#ff7cd86eb3103ee620204dbd5ca6ffda8b53f645"
6534
+ integrity sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==
6528
6535
  dependencies:
6529
6536
  atomic-sleep "^1.0.0"
6530
6537
  fast-redact "^3.1.1"
6531
6538
  on-exit-leak-free "^2.1.0"
6532
- pino-abstract-transport "^1.2.0"
6539
+ pino-abstract-transport "^2.0.0"
6533
6540
  pino-std-serializers "^7.0.0"
6534
- process-warning "^4.0.0"
6541
+ process-warning "^5.0.0"
6535
6542
  quick-format-unescaped "^4.0.3"
6536
6543
  real-require "^0.2.0"
6537
6544
  safe-stable-stringify "^2.3.1"
@@ -6585,10 +6592,10 @@ process-on-spawn@^1.0.0:
6585
6592
  dependencies:
6586
6593
  fromentries "^1.2.0"
6587
6594
 
6588
- process-warning@^4.0.0:
6589
- version "4.0.0"
6590
- resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-4.0.0.tgz#581e3a7a1fb456c5f4fd239f76bce75897682d5a"
6591
- integrity sha512-/MyYDxttz7DfGMMHiysAsFE4qF+pQYAA8ziO/3NcRVrQ5fSk+Mns4QZA/oRPFzvcqNoVJXQNWNAsdwBXLUkQKw==
6595
+ process-warning@^5.0.0:
6596
+ version "5.0.0"
6597
+ resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-5.0.0.tgz#566e0bf79d1dff30a72d8bbbe9e8ecefe8d378d7"
6598
+ integrity sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==
6592
6599
 
6593
6600
  process@^0.11.10:
6594
6601
  version "0.11.10"
@@ -6996,10 +7003,10 @@ semver@^6.0.0, semver@^6.3.1:
6996
7003
  resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
6997
7004
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
6998
7005
 
6999
- semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1:
7000
- version "7.7.1"
7001
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
7002
- integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
7006
+ semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1, semver@^7.7.2:
7007
+ version "7.7.2"
7008
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
7009
+ integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
7003
7010
 
7004
7011
  sentence-case@^3.0.4:
7005
7012
  version "3.0.4"
@@ -524,6 +524,131 @@
524
524
  "snapshot:delete:org"
525
525
  ]
526
526
  },
527
+ "org:get:snapshot": {
528
+ "aliases": [
529
+ "force:org:snapshot:get"
530
+ ],
531
+ "args": {},
532
+ "deprecateAliases": true,
533
+ "description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
534
+ "examples": [
535
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
536
+ "Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
537
+ ],
538
+ "flags": {
539
+ "json": {
540
+ "description": "Format output as json.",
541
+ "helpGroup": "GLOBAL",
542
+ "name": "json",
543
+ "allowNo": false,
544
+ "type": "boolean"
545
+ },
546
+ "flags-dir": {
547
+ "helpGroup": "GLOBAL",
548
+ "name": "flags-dir",
549
+ "summary": "Import flag values from a directory.",
550
+ "hasDynamicHelp": false,
551
+ "multiple": false,
552
+ "type": "option"
553
+ },
554
+ "target-dev-hub": {
555
+ "aliases": [
556
+ "targetdevhubusername"
557
+ ],
558
+ "char": "v",
559
+ "deprecateAliases": true,
560
+ "name": "target-dev-hub",
561
+ "noCacheDefault": true,
562
+ "required": true,
563
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
564
+ "hasDynamicHelp": true,
565
+ "multiple": false,
566
+ "type": "option"
567
+ },
568
+ "api-version": {
569
+ "aliases": [
570
+ "apiversion"
571
+ ],
572
+ "deprecateAliases": true,
573
+ "description": "Override the api version used for api requests made by this command",
574
+ "name": "api-version",
575
+ "hasDynamicHelp": false,
576
+ "multiple": false,
577
+ "type": "option"
578
+ },
579
+ "loglevel": {
580
+ "deprecated": {
581
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
582
+ },
583
+ "hidden": true,
584
+ "name": "loglevel",
585
+ "hasDynamicHelp": false,
586
+ "multiple": false,
587
+ "type": "option"
588
+ },
589
+ "snapshot": {
590
+ "char": "s",
591
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
592
+ "name": "snapshot",
593
+ "required": true,
594
+ "summary": "Name or ID of snapshot to retrieve.",
595
+ "hasDynamicHelp": false,
596
+ "multiple": false,
597
+ "type": "option"
598
+ }
599
+ },
600
+ "hasDynamicHelp": true,
601
+ "hiddenAliases": [],
602
+ "id": "org:get:snapshot",
603
+ "pluginAlias": "@salesforce/plugin-signups",
604
+ "pluginName": "@salesforce/plugin-signups",
605
+ "pluginType": "core",
606
+ "strict": true,
607
+ "summary": "Get details about a scratch org snapshot.",
608
+ "enableJsonFlag": true,
609
+ "isESM": true,
610
+ "relativePath": [
611
+ "lib",
612
+ "commands",
613
+ "org",
614
+ "get",
615
+ "snapshot.js"
616
+ ],
617
+ "aliasPermutations": [
618
+ "force:org:snapshot:get",
619
+ "org:force:snapshot:get",
620
+ "org:snapshot:force:get",
621
+ "org:snapshot:get:force",
622
+ "force:snapshot:org:get",
623
+ "snapshot:force:org:get",
624
+ "snapshot:org:force:get",
625
+ "snapshot:org:get:force",
626
+ "force:snapshot:get:org",
627
+ "snapshot:force:get:org",
628
+ "snapshot:get:force:org",
629
+ "snapshot:get:org:force",
630
+ "force:org:get:snapshot",
631
+ "org:force:get:snapshot",
632
+ "org:get:force:snapshot",
633
+ "org:get:snapshot:force",
634
+ "force:get:org:snapshot",
635
+ "get:force:org:snapshot",
636
+ "get:org:force:snapshot",
637
+ "get:org:snapshot:force",
638
+ "force:get:snapshot:org",
639
+ "get:force:snapshot:org",
640
+ "get:snapshot:force:org",
641
+ "get:snapshot:org:force"
642
+ ],
643
+ "permutations": [
644
+ "org:get:snapshot",
645
+ "get:org:snapshot",
646
+ "get:snapshot:org",
647
+ "org:snapshot:get",
648
+ "snapshot:org:get",
649
+ "snapshot:get:org"
650
+ ]
651
+ },
527
652
  "org:list:shape": {
528
653
  "aliases": [
529
654
  "force:org:shape:list"
@@ -735,132 +860,7 @@
735
860
  "snapshot:org:list",
736
861
  "snapshot:list:org"
737
862
  ]
738
- },
739
- "org:get:snapshot": {
740
- "aliases": [
741
- "force:org:snapshot:get"
742
- ],
743
- "args": {},
744
- "deprecateAliases": true,
745
- "description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
746
- "examples": [
747
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
748
- "Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
749
- ],
750
- "flags": {
751
- "json": {
752
- "description": "Format output as json.",
753
- "helpGroup": "GLOBAL",
754
- "name": "json",
755
- "allowNo": false,
756
- "type": "boolean"
757
- },
758
- "flags-dir": {
759
- "helpGroup": "GLOBAL",
760
- "name": "flags-dir",
761
- "summary": "Import flag values from a directory.",
762
- "hasDynamicHelp": false,
763
- "multiple": false,
764
- "type": "option"
765
- },
766
- "target-dev-hub": {
767
- "aliases": [
768
- "targetdevhubusername"
769
- ],
770
- "char": "v",
771
- "deprecateAliases": true,
772
- "name": "target-dev-hub",
773
- "noCacheDefault": true,
774
- "required": true,
775
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
776
- "hasDynamicHelp": true,
777
- "multiple": false,
778
- "type": "option"
779
- },
780
- "api-version": {
781
- "aliases": [
782
- "apiversion"
783
- ],
784
- "deprecateAliases": true,
785
- "description": "Override the api version used for api requests made by this command",
786
- "name": "api-version",
787
- "hasDynamicHelp": false,
788
- "multiple": false,
789
- "type": "option"
790
- },
791
- "loglevel": {
792
- "deprecated": {
793
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
794
- },
795
- "hidden": true,
796
- "name": "loglevel",
797
- "hasDynamicHelp": false,
798
- "multiple": false,
799
- "type": "option"
800
- },
801
- "snapshot": {
802
- "char": "s",
803
- "description": "The IDs of scratch org snapshots start with 0Oo.",
804
- "name": "snapshot",
805
- "required": true,
806
- "summary": "Name or ID of snapshot to retrieve.",
807
- "hasDynamicHelp": false,
808
- "multiple": false,
809
- "type": "option"
810
- }
811
- },
812
- "hasDynamicHelp": true,
813
- "hiddenAliases": [],
814
- "id": "org:get:snapshot",
815
- "pluginAlias": "@salesforce/plugin-signups",
816
- "pluginName": "@salesforce/plugin-signups",
817
- "pluginType": "core",
818
- "strict": true,
819
- "summary": "Get details about a scratch org snapshot.",
820
- "enableJsonFlag": true,
821
- "isESM": true,
822
- "relativePath": [
823
- "lib",
824
- "commands",
825
- "org",
826
- "get",
827
- "snapshot.js"
828
- ],
829
- "aliasPermutations": [
830
- "force:org:snapshot:get",
831
- "org:force:snapshot:get",
832
- "org:snapshot:force:get",
833
- "org:snapshot:get:force",
834
- "force:snapshot:org:get",
835
- "snapshot:force:org:get",
836
- "snapshot:org:force:get",
837
- "snapshot:org:get:force",
838
- "force:snapshot:get:org",
839
- "snapshot:force:get:org",
840
- "snapshot:get:force:org",
841
- "snapshot:get:org:force",
842
- "force:org:get:snapshot",
843
- "org:force:get:snapshot",
844
- "org:get:force:snapshot",
845
- "org:get:snapshot:force",
846
- "force:get:org:snapshot",
847
- "get:force:org:snapshot",
848
- "get:org:force:snapshot",
849
- "get:org:snapshot:force",
850
- "force:get:snapshot:org",
851
- "get:force:snapshot:org",
852
- "get:snapshot:force:org",
853
- "get:snapshot:org:force"
854
- ],
855
- "permutations": [
856
- "org:get:snapshot",
857
- "get:org:snapshot",
858
- "get:snapshot:org",
859
- "org:snapshot:get",
860
- "snapshot:org:get",
861
- "snapshot:get:org"
862
- ]
863
863
  }
864
864
  },
865
- "version": "2.6.27"
865
+ "version": "2.6.29"
866
866
  }
package/package.json CHANGED
@@ -1,29 +1,29 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
3
  "description": "Commands to interact with org shapes",
4
- "version": "2.6.27",
4
+ "version": "2.6.29",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^4",
9
- "@salesforce/core": "^8.11.0",
9
+ "@salesforce/core": "^8.12.0",
10
10
  "@salesforce/kit": "^3.2.3",
11
- "@salesforce/sf-plugins-core": "^12.2.1",
11
+ "@salesforce/sf-plugins-core": "^12.2.2",
12
12
  "change-case": "^5.4.4"
13
13
  },
14
14
  "devDependencies": {
15
- "@oclif/plugin-command-snapshot": "^5.2.39",
15
+ "@oclif/plugin-command-snapshot": "^5.2.40",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
17
  "@salesforce/dev-scripts": "^11.0.2",
18
- "@salesforce/plugin-command-reference": "^3.1.52",
18
+ "@salesforce/plugin-command-reference": "^3.1.54",
19
19
  "@salesforce/ts-types": "^2.0.11",
20
20
  "@types/chai-as-promised": "^7.1.8",
21
21
  "@types/chai-string": "^1.4.5",
22
22
  "chai-as-promised": "7.1.2",
23
23
  "chai-string": "^1.6.0",
24
- "eslint-plugin-sf-plugin": "^1.20.22",
24
+ "eslint-plugin-sf-plugin": "^1.20.24",
25
25
  "jsforce": "^2.0.0-beta.28",
26
- "oclif": "^4.17.46",
26
+ "oclif": "^4.18.0",
27
27
  "ts-node": "^10.9.2",
28
28
  "typescript": "^5.5.4"
29
29
  },
@@ -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.27.crt",
224
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.27.sig"
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"
225
225
  }
226
226
  }