@salesforce/plugin-release-management 5.7.32 → 5.7.34

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
@@ -145,7 +145,7 @@ EXAMPLES
145
145
  $ sfdx channel promote --candidate latest-rc --target latest --platform win --platform mac
146
146
  ```
147
147
 
148
- _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.32/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.34/src/commands/channel/promote.ts)_
149
149
 
150
150
  ## `sfdx cli artifacts compare`
151
151
 
@@ -169,7 +169,7 @@ EXAMPLES
169
169
  $ sfdx cli artifacts compare
170
170
  ```
171
171
 
172
- _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.32/src/commands/cli/artifacts/compare.ts)_
172
+ _See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.34/src/commands/cli/artifacts/compare.ts)_
173
173
 
174
174
  ## `sfdx cli install jit test`
175
175
 
@@ -190,7 +190,7 @@ EXAMPLES
190
190
  $ sfdx cli install jit test
191
191
  ```
192
192
 
193
- _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.32/src/commands/cli/install/jit/test.ts)_
193
+ _See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.34/src/commands/cli/install/jit/test.ts)_
194
194
 
195
195
  ## `sfdx cli install test`
196
196
 
@@ -231,7 +231,7 @@ EXAMPLES
231
231
  $ sfdx cli install test --cli sf --method tarball --channel stable-rc
232
232
  ```
233
233
 
234
- _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.32/src/commands/cli/install/test.ts)_
234
+ _See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.34/src/commands/cli/install/test.ts)_
235
235
 
236
236
  ## `sfdx cli release automerge`
237
237
 
@@ -262,7 +262,7 @@ EXAMPLES
262
262
  $ sfdx cli release automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
263
263
  ```
264
264
 
265
- _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.32/src/commands/cli/release/automerge.ts)_
265
+ _See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.34/src/commands/cli/release/automerge.ts)_
266
266
 
267
267
  ## `sfdx cli release build`
268
268
 
@@ -325,7 +325,7 @@ EXAMPLES
325
325
  $ sfdx cli release build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3
326
326
  ```
327
327
 
328
- _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.32/src/commands/cli/release/build.ts)_
328
+ _See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.34/src/commands/cli/release/build.ts)_
329
329
 
330
330
  ## `sfdx cli releasenotes`
331
331
 
@@ -366,7 +366,7 @@ EXAMPLES
366
366
  $ sfdx cli releasenotes --cli sf --markdown > changes.md
367
367
  ```
368
368
 
369
- _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.32/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.34/src/commands/cli/releasenotes.ts)_
370
370
 
371
371
  ## `sfdx cli tarballs prepare`
372
372
 
@@ -394,7 +394,7 @@ EXAMPLES
394
394
  $ sfdx cli tarballs prepare
395
395
  ```
396
396
 
397
- _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.32/src/commands/cli/tarballs/prepare.ts)_
397
+ _See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.34/src/commands/cli/tarballs/prepare.ts)_
398
398
 
399
399
  ## `sfdx cli tarballs smoke`
400
400
 
@@ -424,7 +424,7 @@ EXAMPLES
424
424
  $ sfdx cli tarballs smoke
425
425
  ```
426
426
 
427
- _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.32/src/commands/cli/tarballs/smoke.ts)_
427
+ _See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.34/src/commands/cli/tarballs/smoke.ts)_
428
428
 
429
429
  ## `sfdx cli tarballs verify`
430
430
 
@@ -456,7 +456,7 @@ EXAMPLES
456
456
  $ sfdx cli tarballs verify --cli sf
457
457
  ```
458
458
 
459
- _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.32/src/commands/cli/tarballs/verify.ts)_
459
+ _See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.34/src/commands/cli/tarballs/verify.ts)_
460
460
 
461
461
  ## `sfdx cli versions inspect`
462
462
 
@@ -508,7 +508,7 @@ EXAMPLES
508
508
  $ sfdx cli versions inspect -l npm -c latest -d chalk -s
509
509
  ```
510
510
 
511
- _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.32/src/commands/cli/versions/inspect.ts)_
511
+ _See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.34/src/commands/cli/versions/inspect.ts)_
512
512
 
513
513
  ## `sfdx dependabot automerge`
514
514
 
@@ -548,7 +548,7 @@ EXAMPLES
548
548
  $ sfdx dependabot automerge --max-version-bump major
549
549
  ```
550
550
 
551
- _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.32/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.34/src/commands/dependabot/automerge.ts)_
552
552
 
553
553
  ## `sfdx github check closed`
554
554
 
@@ -575,7 +575,7 @@ EXAMPLES
575
575
  $ sfdx github check closed -o me@gus.com
576
576
  ```
577
577
 
578
- _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.32/src/commands/github/check/closed.ts)_
578
+ _See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.34/src/commands/github/check/closed.ts)_
579
579
 
580
580
  ## `sfdx npm dependencies pin`
581
581
 
@@ -601,7 +601,7 @@ DESCRIPTION
601
601
  in the package.json
602
602
  ```
603
603
 
604
- _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.32/src/commands/npm/dependencies/pin.ts)_
604
+ _See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.34/src/commands/npm/dependencies/pin.ts)_
605
605
 
606
606
  ## `sfdx npm package release`
607
607
 
@@ -633,7 +633,7 @@ DESCRIPTION
633
633
  publish npm package
634
634
  ```
635
635
 
636
- _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.32/src/commands/npm/package/release.ts)_
636
+ _See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.34/src/commands/npm/package/release.ts)_
637
637
 
638
638
  ## `sfdx plugins trust verify`
639
639
 
@@ -701,6 +701,6 @@ EXAMPLES
701
701
  $ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
702
702
  ```
703
703
 
704
- _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.32/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.34/src/commands/repositories/index.ts)_
705
705
 
706
706
  <!-- commandsstop -->
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.7.32",
3
+ "version": "5.7.34",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.7.32",
9
+ "version": "5.7.34",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@oclif/core": "^4.3.0",
12
+ "@oclif/core": "^4.3.2",
13
13
  "@octokit/core": "^6.1.5",
14
14
  "@octokit/plugin-paginate-rest": "^11.6.0",
15
15
  "@octokit/plugin-throttling": "^9.6.1",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
- "@salesforce/core": "^8.11.0",
17
+ "@salesforce/core": "^8.12.0",
18
18
  "@salesforce/kit": "^3.2.0",
19
19
  "@salesforce/plugin-command-reference": "^3.1.54",
20
20
  "@salesforce/plugin-trust": "^3.7.89",
@@ -36,13 +36,13 @@
36
36
  "sf-release": "bin/run.js"
37
37
  },
38
38
  "devDependencies": {
39
- "@oclif/plugin-command-snapshot": "^5.2.39",
39
+ "@oclif/plugin-command-snapshot": "^5.2.40",
40
40
  "@salesforce/dev-scripts": "^10.2.4",
41
41
  "@salesforce/ts-sinon": "^1.4.30",
42
42
  "@types/semver": "^7.7.0",
43
43
  "@types/shelljs": "^0.8.16",
44
44
  "aws-sdk-mock": "^5.9.0",
45
- "eslint-plugin-sf-plugin": "^1.20.23",
45
+ "eslint-plugin-sf-plugin": "^1.20.24",
46
46
  "oclif": "^4.17.46",
47
47
  "ts-node": "^10.9.2",
48
48
  "typescript": "^5.8.3"
@@ -4215,6 +4215,18 @@
4215
4215
  "node": ">=18"
4216
4216
  }
4217
4217
  },
4218
+ "node_modules/@jsforce/jsforce-node/node_modules/@sindresorhus/is": {
4219
+ "version": "4.6.0",
4220
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
4221
+ "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
4222
+ "license": "MIT",
4223
+ "engines": {
4224
+ "node": ">=10"
4225
+ },
4226
+ "funding": {
4227
+ "url": "https://github.com/sindresorhus/is?sponsor=1"
4228
+ }
4229
+ },
4218
4230
  "node_modules/@jsforce/jsforce-node/node_modules/agent-base": {
4219
4231
  "version": "6.0.2",
4220
4232
  "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
@@ -4620,9 +4632,9 @@
4620
4632
  }
4621
4633
  },
4622
4634
  "node_modules/@oclif/core": {
4623
- "version": "4.3.0",
4624
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.0.tgz",
4625
- "integrity": "sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==",
4635
+ "version": "4.3.2",
4636
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.2.tgz",
4637
+ "integrity": "sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==",
4626
4638
  "license": "MIT",
4627
4639
  "dependencies": {
4628
4640
  "ansi-escapes": "^4.3.2",
@@ -4632,7 +4644,6 @@
4632
4644
  "debug": "^4.4.0",
4633
4645
  "ejs": "^3.1.10",
4634
4646
  "get-package-type": "^0.1.0",
4635
- "globby": "^11.1.0",
4636
4647
  "indent-string": "^4.0.0",
4637
4648
  "is-wsl": "^2.2.0",
4638
4649
  "lilconfig": "^3.1.3",
@@ -4640,6 +4651,7 @@
4640
4651
  "semver": "^7.6.3",
4641
4652
  "string-width": "^4.2.3",
4642
4653
  "supports-color": "^8",
4654
+ "tinyglobby": "^0.2.13",
4643
4655
  "widest-line": "^3.1.0",
4644
4656
  "wordwrap": "^1.0.0",
4645
4657
  "wrap-ansi": "^7.0.0"
@@ -4696,9 +4708,9 @@
4696
4708
  }
4697
4709
  },
4698
4710
  "node_modules/@oclif/plugin-command-snapshot": {
4699
- "version": "5.2.39",
4700
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz",
4701
- "integrity": "sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==",
4711
+ "version": "5.2.40",
4712
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz",
4713
+ "integrity": "sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==",
4702
4714
  "dev": true,
4703
4715
  "license": "MIT",
4704
4716
  "dependencies": {
@@ -4709,7 +4721,7 @@
4709
4721
  "lodash.difference": "^4.5.0",
4710
4722
  "lodash.get": "^4.4.2",
4711
4723
  "lodash.sortby": "^4.7.0",
4712
- "semver": "^7.7.1",
4724
+ "semver": "^7.7.2",
4713
4725
  "ts-json-schema-generator": "^1.5.1"
4714
4726
  },
4715
4727
  "engines": {
@@ -5208,9 +5220,9 @@
5208
5220
  }
5209
5221
  },
5210
5222
  "node_modules/@salesforce/core": {
5211
- "version": "8.11.1",
5212
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.1.tgz",
5213
- "integrity": "sha512-plu13EOxApJBCdGKwbE8bMOrxB5YTnHKGVaBjAk2Mli2M0ADh+q3qn8eedYDG24oViFNcV+sjfjbamQpLNCclA==",
5223
+ "version": "8.12.0",
5224
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.12.0.tgz",
5225
+ "integrity": "sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==",
5214
5226
  "license": "BSD-3-Clause",
5215
5227
  "dependencies": {
5216
5228
  "@jsforce/jsforce-node": "^3.8.2",
@@ -5225,9 +5237,9 @@
5225
5237
  "js2xmlparser": "^4.0.1",
5226
5238
  "jsonwebtoken": "9.0.2",
5227
5239
  "jszip": "3.10.1",
5228
- "pino": "^9.4.0",
5240
+ "pino": "^9.7.0",
5229
5241
  "pino-abstract-transport": "^1.2.0",
5230
- "pino-pretty": "^11.2.2",
5242
+ "pino-pretty": "^11.3.0",
5231
5243
  "proper-lockfile": "^4.1.2",
5232
5244
  "semver": "^7.6.3",
5233
5245
  "ts-retry-promise": "^0.8.1"
@@ -5252,12 +5264,80 @@
5252
5264
  "url": "https://github.com/sponsors/epoberezkin"
5253
5265
  }
5254
5266
  },
5267
+ "node_modules/@salesforce/core/node_modules/buffer": {
5268
+ "version": "6.0.3",
5269
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
5270
+ "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
5271
+ "funding": [
5272
+ {
5273
+ "type": "github",
5274
+ "url": "https://github.com/sponsors/feross"
5275
+ },
5276
+ {
5277
+ "type": "patreon",
5278
+ "url": "https://www.patreon.com/feross"
5279
+ },
5280
+ {
5281
+ "type": "consulting",
5282
+ "url": "https://feross.org/support"
5283
+ }
5284
+ ],
5285
+ "license": "MIT",
5286
+ "dependencies": {
5287
+ "base64-js": "^1.3.1",
5288
+ "ieee754": "^1.2.1"
5289
+ }
5290
+ },
5291
+ "node_modules/@salesforce/core/node_modules/events": {
5292
+ "version": "3.3.0",
5293
+ "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
5294
+ "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
5295
+ "license": "MIT",
5296
+ "engines": {
5297
+ "node": ">=0.8.x"
5298
+ }
5299
+ },
5255
5300
  "node_modules/@salesforce/core/node_modules/json-schema-traverse": {
5256
5301
  "version": "1.0.0",
5257
5302
  "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
5258
5303
  "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
5259
5304
  "license": "MIT"
5260
5305
  },
5306
+ "node_modules/@salesforce/core/node_modules/pino-abstract-transport": {
5307
+ "version": "1.2.0",
5308
+ "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
5309
+ "integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
5310
+ "license": "MIT",
5311
+ "dependencies": {
5312
+ "readable-stream": "^4.0.0",
5313
+ "split2": "^4.0.0"
5314
+ }
5315
+ },
5316
+ "node_modules/@salesforce/core/node_modules/readable-stream": {
5317
+ "version": "4.4.2",
5318
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
5319
+ "integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
5320
+ "license": "MIT",
5321
+ "dependencies": {
5322
+ "abort-controller": "^3.0.0",
5323
+ "buffer": "^6.0.3",
5324
+ "events": "^3.3.0",
5325
+ "process": "^0.11.10",
5326
+ "string_decoder": "^1.3.0"
5327
+ },
5328
+ "engines": {
5329
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5330
+ }
5331
+ },
5332
+ "node_modules/@salesforce/core/node_modules/split2": {
5333
+ "version": "4.2.0",
5334
+ "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
5335
+ "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
5336
+ "license": "ISC",
5337
+ "engines": {
5338
+ "node": ">= 10.x"
5339
+ }
5340
+ },
5261
5341
  "node_modules/@salesforce/dev-config": {
5262
5342
  "version": "4.2.0",
5263
5343
  "resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.2.0.tgz",
@@ -5608,39 +5688,6 @@
5608
5688
  "node": ">=18.0.0"
5609
5689
  }
5610
5690
  },
5611
- "node_modules/@salesforce/plugin-info/node_modules/@jsforce/jsforce-node": {
5612
- "version": "3.8.1",
5613
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.1.tgz",
5614
- "integrity": "sha512-+IZZC7VfNjhkTyeAspBc4Z35Y5eAP0RIWQnyfKahsbY/aLjiFRIM9ejl1YbWbrbabf5ODFSUgBGmOiEYLW3f7Q==",
5615
- "license": "MIT",
5616
- "dependencies": {
5617
- "@sindresorhus/is": "^4",
5618
- "base64url": "^3.0.1",
5619
- "csv-parse": "^5.5.2",
5620
- "csv-stringify": "^6.4.4",
5621
- "faye": "^1.4.0",
5622
- "form-data": "^4.0.0",
5623
- "https-proxy-agent": "^5.0.0",
5624
- "multistream": "^3.1.0",
5625
- "node-fetch": "^2.6.1",
5626
- "xml2js": "^0.6.2"
5627
- },
5628
- "engines": {
5629
- "node": ">=18"
5630
- }
5631
- },
5632
- "node_modules/@salesforce/plugin-info/node_modules/agent-base": {
5633
- "version": "6.0.2",
5634
- "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
5635
- "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
5636
- "license": "MIT",
5637
- "dependencies": {
5638
- "debug": "4"
5639
- },
5640
- "engines": {
5641
- "node": ">= 6.0.0"
5642
- }
5643
- },
5644
5691
  "node_modules/@salesforce/plugin-info/node_modules/ansi-styles": {
5645
5692
  "version": "4.3.0",
5646
5693
  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@@ -5672,19 +5719,6 @@
5672
5719
  "url": "https://github.com/chalk/chalk?sponsor=1"
5673
5720
  }
5674
5721
  },
5675
- "node_modules/@salesforce/plugin-info/node_modules/https-proxy-agent": {
5676
- "version": "5.0.1",
5677
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
5678
- "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
5679
- "license": "MIT",
5680
- "dependencies": {
5681
- "agent-base": "6",
5682
- "debug": "4"
5683
- },
5684
- "engines": {
5685
- "node": ">= 6"
5686
- }
5687
- },
5688
5722
  "node_modules/@salesforce/plugin-info/node_modules/marked": {
5689
5723
  "version": "4.3.0",
5690
5724
  "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
@@ -5981,12 +6015,12 @@
5981
6015
  }
5982
6016
  },
5983
6017
  "node_modules/@sindresorhus/is": {
5984
- "version": "4.6.0",
5985
- "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
5986
- "integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
6018
+ "version": "5.6.0",
6019
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
6020
+ "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
5987
6021
  "license": "MIT",
5988
6022
  "engines": {
5989
- "node": ">=10"
6023
+ "node": ">=14.16"
5990
6024
  },
5991
6025
  "funding": {
5992
6026
  "url": "https://github.com/sindresorhus/is?sponsor=1"
@@ -7603,6 +7637,7 @@
7603
7637
  "version": "2.1.0",
7604
7638
  "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
7605
7639
  "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
7640
+ "dev": true,
7606
7641
  "license": "MIT",
7607
7642
  "engines": {
7608
7643
  "node": ">=8"
@@ -9696,6 +9731,7 @@
9696
9731
  "version": "3.0.1",
9697
9732
  "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
9698
9733
  "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
9734
+ "dev": true,
9699
9735
  "license": "MIT",
9700
9736
  "dependencies": {
9701
9737
  "path-type": "^4.0.0"
@@ -10425,13 +10461,13 @@
10425
10461
  }
10426
10462
  },
10427
10463
  "node_modules/eslint-plugin-sf-plugin": {
10428
- "version": "1.20.23",
10429
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.23.tgz",
10430
- "integrity": "sha512-zlvxTJW4nMugGqgedymkEEeP/uiW/hgVGaaKZXEnCU+FMU7aW4kgTtLn+1JWk08mLwRlv/5NynGcABnsON21PA==",
10464
+ "version": "1.20.24",
10465
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz",
10466
+ "integrity": "sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==",
10431
10467
  "dev": true,
10432
10468
  "license": "BSD-3-Clause",
10433
10469
  "dependencies": {
10434
- "@salesforce/core": "^8.10.3",
10470
+ "@salesforce/core": "^8.11.1",
10435
10471
  "@typescript-eslint/utils": "^7.18.0"
10436
10472
  },
10437
10473
  "engines": {
@@ -11806,6 +11842,7 @@
11806
11842
  "version": "11.1.0",
11807
11843
  "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
11808
11844
  "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
11845
+ "dev": true,
11809
11846
  "license": "MIT",
11810
11847
  "dependencies": {
11811
11848
  "array-union": "^2.1.0",
@@ -11859,18 +11896,6 @@
11859
11896
  "url": "https://github.com/sindresorhus/got?sponsor=1"
11860
11897
  }
11861
11898
  },
11862
- "node_modules/got/node_modules/@sindresorhus/is": {
11863
- "version": "5.6.0",
11864
- "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
11865
- "integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
11866
- "license": "MIT",
11867
- "engines": {
11868
- "node": ">=14.16"
11869
- },
11870
- "funding": {
11871
- "url": "https://github.com/sindresorhus/is?sponsor=1"
11872
- }
11873
- },
11874
11899
  "node_modules/graceful-fs": {
11875
11900
  "version": "4.2.11",
11876
11901
  "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
@@ -12237,6 +12262,7 @@
12237
12262
  "version": "5.3.1",
12238
12263
  "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
12239
12264
  "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
12265
+ "dev": true,
12240
12266
  "license": "MIT",
12241
12267
  "engines": {
12242
12268
  "node": ">= 4"
@@ -19244,6 +19270,7 @@
19244
19270
  "version": "4.0.0",
19245
19271
  "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
19246
19272
  "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
19273
+ "dev": true,
19247
19274
  "license": "MIT",
19248
19275
  "engines": {
19249
19276
  "node": ">=8"
@@ -19288,17 +19315,17 @@
19288
19315
  }
19289
19316
  },
19290
19317
  "node_modules/pino": {
19291
- "version": "9.4.0",
19292
- "resolved": "https://registry.npmjs.org/pino/-/pino-9.4.0.tgz",
19293
- "integrity": "sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w==",
19318
+ "version": "9.7.0",
19319
+ "resolved": "https://registry.npmjs.org/pino/-/pino-9.7.0.tgz",
19320
+ "integrity": "sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==",
19294
19321
  "license": "MIT",
19295
19322
  "dependencies": {
19296
19323
  "atomic-sleep": "^1.0.0",
19297
19324
  "fast-redact": "^3.1.1",
19298
19325
  "on-exit-leak-free": "^2.1.0",
19299
- "pino-abstract-transport": "^1.2.0",
19326
+ "pino-abstract-transport": "^2.0.0",
19300
19327
  "pino-std-serializers": "^7.0.0",
19301
- "process-warning": "^4.0.0",
19328
+ "process-warning": "^5.0.0",
19302
19329
  "quick-format-unescaped": "^4.0.3",
19303
19330
  "real-require": "^0.2.0",
19304
19331
  "safe-stable-stringify": "^2.3.1",
@@ -19310,64 +19337,14 @@
19310
19337
  }
19311
19338
  },
19312
19339
  "node_modules/pino-abstract-transport": {
19313
- "version": "1.2.0",
19314
- "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
19315
- "integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
19340
+ "version": "2.0.0",
19341
+ "resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
19342
+ "integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
19316
19343
  "license": "MIT",
19317
19344
  "dependencies": {
19318
- "readable-stream": "^4.0.0",
19319
19345
  "split2": "^4.0.0"
19320
19346
  }
19321
19347
  },
19322
- "node_modules/pino-abstract-transport/node_modules/buffer": {
19323
- "version": "6.0.3",
19324
- "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
19325
- "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
19326
- "funding": [
19327
- {
19328
- "type": "github",
19329
- "url": "https://github.com/sponsors/feross"
19330
- },
19331
- {
19332
- "type": "patreon",
19333
- "url": "https://www.patreon.com/feross"
19334
- },
19335
- {
19336
- "type": "consulting",
19337
- "url": "https://feross.org/support"
19338
- }
19339
- ],
19340
- "license": "MIT",
19341
- "dependencies": {
19342
- "base64-js": "^1.3.1",
19343
- "ieee754": "^1.2.1"
19344
- }
19345
- },
19346
- "node_modules/pino-abstract-transport/node_modules/events": {
19347
- "version": "3.3.0",
19348
- "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
19349
- "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
19350
- "license": "MIT",
19351
- "engines": {
19352
- "node": ">=0.8.x"
19353
- }
19354
- },
19355
- "node_modules/pino-abstract-transport/node_modules/readable-stream": {
19356
- "version": "4.4.2",
19357
- "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
19358
- "integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
19359
- "license": "MIT",
19360
- "dependencies": {
19361
- "abort-controller": "^3.0.0",
19362
- "buffer": "^6.0.3",
19363
- "events": "^3.3.0",
19364
- "process": "^0.11.10",
19365
- "string_decoder": "^1.3.0"
19366
- },
19367
- "engines": {
19368
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
19369
- }
19370
- },
19371
19348
  "node_modules/pino-abstract-transport/node_modules/split2": {
19372
19349
  "version": "4.2.0",
19373
19350
  "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
@@ -19378,9 +19355,9 @@
19378
19355
  }
19379
19356
  },
19380
19357
  "node_modules/pino-pretty": {
19381
- "version": "11.2.2",
19382
- "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.2.2.tgz",
19383
- "integrity": "sha512-2FnyGir8nAJAqD3srROdrF1J5BIcMT4nwj7hHSc60El6Uxlym00UbCCd8pYIterstVBFlMyF1yFV8XdGIPbj4A==",
19358
+ "version": "11.3.0",
19359
+ "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.3.0.tgz",
19360
+ "integrity": "sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==",
19384
19361
  "license": "MIT",
19385
19362
  "dependencies": {
19386
19363
  "colorette": "^2.0.7",
@@ -19391,7 +19368,7 @@
19391
19368
  "joycon": "^3.1.1",
19392
19369
  "minimist": "^1.2.6",
19393
19370
  "on-exit-leak-free": "^2.1.0",
19394
- "pino-abstract-transport": "^1.0.0",
19371
+ "pino-abstract-transport": "^2.0.0",
19395
19372
  "pump": "^3.0.0",
19396
19373
  "readable-stream": "^4.0.0",
19397
19374
  "secure-json-parse": "^2.4.0",
@@ -19656,9 +19633,19 @@
19656
19633
  }
19657
19634
  },
19658
19635
  "node_modules/process-warning": {
19659
- "version": "4.0.0",
19660
- "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-4.0.0.tgz",
19661
- "integrity": "sha512-/MyYDxttz7DfGMMHiysAsFE4qF+pQYAA8ziO/3NcRVrQ5fSk+Mns4QZA/oRPFzvcqNoVJXQNWNAsdwBXLUkQKw==",
19636
+ "version": "5.0.0",
19637
+ "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
19638
+ "integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
19639
+ "funding": [
19640
+ {
19641
+ "type": "github",
19642
+ "url": "https://github.com/sponsors/fastify"
19643
+ },
19644
+ {
19645
+ "type": "opencollective",
19646
+ "url": "https://opencollective.com/fastify"
19647
+ }
19648
+ ],
19662
19649
  "license": "MIT"
19663
19650
  },
19664
19651
  "node_modules/proggy": {
@@ -20812,6 +20799,7 @@
20812
20799
  "version": "3.0.0",
20813
20800
  "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
20814
20801
  "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
20802
+ "dev": true,
20815
20803
  "license": "MIT",
20816
20804
  "engines": {
20817
20805
  "node": ">=8"
@@ -21757,24 +21745,25 @@
21757
21745
  "license": "MIT"
21758
21746
  },
21759
21747
  "node_modules/tinyglobby": {
21760
- "version": "0.2.10",
21761
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.10.tgz",
21762
- "integrity": "sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==",
21763
- "dev": true,
21748
+ "version": "0.2.14",
21749
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
21750
+ "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
21764
21751
  "license": "MIT",
21765
21752
  "dependencies": {
21766
- "fdir": "^6.4.2",
21753
+ "fdir": "^6.4.4",
21767
21754
  "picomatch": "^4.0.2"
21768
21755
  },
21769
21756
  "engines": {
21770
21757
  "node": ">=12.0.0"
21758
+ },
21759
+ "funding": {
21760
+ "url": "https://github.com/sponsors/SuperchupuDev"
21771
21761
  }
21772
21762
  },
21773
21763
  "node_modules/tinyglobby/node_modules/fdir": {
21774
- "version": "6.4.2",
21775
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.2.tgz",
21776
- "integrity": "sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==",
21777
- "dev": true,
21764
+ "version": "6.4.5",
21765
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz",
21766
+ "integrity": "sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==",
21778
21767
  "license": "MIT",
21779
21768
  "peerDependencies": {
21780
21769
  "picomatch": "^3 || ^4"
@@ -21789,7 +21778,6 @@
21789
21778
  "version": "4.0.2",
21790
21779
  "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
21791
21780
  "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
21792
- "dev": true,
21793
21781
  "license": "MIT",
21794
21782
  "engines": {
21795
21783
  "node": ">=12"
package/oclif.lock CHANGED
@@ -1598,23 +1598,7 @@
1598
1598
  "@jridgewell/resolve-uri" "3.1.0"
1599
1599
  "@jridgewell/sourcemap-codec" "1.4.14"
1600
1600
 
1601
- "@jsforce/jsforce-node@^3.8.1":
1602
- version "3.8.1"
1603
- resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.8.1.tgz#482fcf2820b48a6b10930d33550eb4e4cbd1e480"
1604
- integrity sha512-+IZZC7VfNjhkTyeAspBc4Z35Y5eAP0RIWQnyfKahsbY/aLjiFRIM9ejl1YbWbrbabf5ODFSUgBGmOiEYLW3f7Q==
1605
- dependencies:
1606
- "@sindresorhus/is" "^4"
1607
- base64url "^3.0.1"
1608
- csv-parse "^5.5.2"
1609
- csv-stringify "^6.4.4"
1610
- faye "^1.4.0"
1611
- form-data "^4.0.0"
1612
- https-proxy-agent "^5.0.0"
1613
- multistream "^3.1.0"
1614
- node-fetch "^2.6.1"
1615
- xml2js "^0.6.2"
1616
-
1617
- "@jsforce/jsforce-node@^3.8.2":
1601
+ "@jsforce/jsforce-node@^3.8.1", "@jsforce/jsforce-node@^3.8.2":
1618
1602
  version "3.8.2"
1619
1603
  resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.8.2.tgz#68b903f6733ae479086ab02ea4a2de87a7f208eb"
1620
1604
  integrity sha512-ewaRr9JnZRW6I28C/TzUnv5p70zMrWsKCq2ovRW6X557/ikdfvA24F9k4cQXZnTG2lZLEfVn+WwdBGEtY7pPnQ==
@@ -1863,10 +1847,10 @@
1863
1847
  proc-log "^5.0.0"
1864
1848
  which "^5.0.0"
1865
1849
 
1866
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.3.0":
1867
- version "4.3.0"
1868
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.0.tgz#9a2951f05f81a4c7ae5ffcc00b2d720cca0898e6"
1869
- integrity sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==
1850
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2":
1851
+ version "4.3.2"
1852
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.2.tgz#522d5f94044ebde5f4041b0bad4f1abfe7a73f61"
1853
+ integrity sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==
1870
1854
  dependencies:
1871
1855
  ansi-escapes "^4.3.2"
1872
1856
  ansis "^3.17.0"
@@ -1875,7 +1859,6 @@
1875
1859
  debug "^4.4.0"
1876
1860
  ejs "^3.1.10"
1877
1861
  get-package-type "^0.1.0"
1878
- globby "^11.1.0"
1879
1862
  indent-string "^4.0.0"
1880
1863
  is-wsl "^2.2.0"
1881
1864
  lilconfig "^3.1.3"
@@ -1883,14 +1866,15 @@
1883
1866
  semver "^7.6.3"
1884
1867
  string-width "^4.2.3"
1885
1868
  supports-color "^8"
1869
+ tinyglobby "^0.2.13"
1886
1870
  widest-line "^3.1.0"
1887
1871
  wordwrap "^1.0.0"
1888
1872
  wrap-ansi "^7.0.0"
1889
1873
 
1890
- "@oclif/plugin-command-snapshot@^5.2.39":
1891
- version "5.2.39"
1892
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz#988af7777afd743a612eef1c99778aab7c36a506"
1893
- integrity sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==
1874
+ "@oclif/plugin-command-snapshot@^5.2.40":
1875
+ version "5.2.40"
1876
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz#911130e805ee0117dc3c7aa7de3ff7b5832debc8"
1877
+ integrity sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==
1894
1878
  dependencies:
1895
1879
  "@oclif/core" "^4"
1896
1880
  ansis "^3.17.0"
@@ -1899,7 +1883,7 @@
1899
1883
  lodash.difference "^4.5.0"
1900
1884
  lodash.get "^4.4.2"
1901
1885
  lodash.sortby "^4.7.0"
1902
- semver "^7.7.1"
1886
+ semver "^7.7.2"
1903
1887
  ts-json-schema-generator "^1.5.1"
1904
1888
 
1905
1889
  "@oclif/plugin-help@^6.2.27":
@@ -2080,10 +2064,10 @@
2080
2064
  strip-ansi "6.0.1"
2081
2065
  ts-retry-promise "^0.8.1"
2082
2066
 
2083
- "@salesforce/core@^8.10.0", "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.11.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
2084
- version "8.11.1"
2085
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.1.tgz#d680118f7671de0a102b4c2fe66235203ea6443f"
2086
- integrity sha512-plu13EOxApJBCdGKwbE8bMOrxB5YTnHKGVaBjAk2Mli2M0ADh+q3qn8eedYDG24oViFNcV+sjfjbamQpLNCclA==
2067
+ "@salesforce/core@^8.10.0", "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@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":
2068
+ version "8.12.0"
2069
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.12.0.tgz#a458cc3e39f4e7df57d94f0deaaa0fd0660b18c9"
2070
+ integrity sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==
2087
2071
  dependencies:
2088
2072
  "@jsforce/jsforce-node" "^3.8.2"
2089
2073
  "@salesforce/kit" "^3.2.2"
@@ -2097,9 +2081,9 @@
2097
2081
  js2xmlparser "^4.0.1"
2098
2082
  jsonwebtoken "9.0.2"
2099
2083
  jszip "3.10.1"
2100
- pino "^9.4.0"
2084
+ pino "^9.7.0"
2101
2085
  pino-abstract-transport "^1.2.0"
2102
- pino-pretty "^11.2.2"
2086
+ pino-pretty "^11.3.0"
2103
2087
  proper-lockfile "^4.1.2"
2104
2088
  semver "^7.6.3"
2105
2089
  ts-retry-promise "^0.8.1"
@@ -4960,12 +4944,12 @@ eslint-plugin-jsdoc@^46.10.1:
4960
4944
  semver "^7.5.4"
4961
4945
  spdx-expression-parse "^4.0.0"
4962
4946
 
4963
- eslint-plugin-sf-plugin@^1.20.23:
4964
- version "1.20.23"
4965
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.23.tgz#213c514a67b734c989eac1ebbc23ff506f9ddc85"
4966
- integrity sha512-zlvxTJW4nMugGqgedymkEEeP/uiW/hgVGaaKZXEnCU+FMU7aW4kgTtLn+1JWk08mLwRlv/5NynGcABnsON21PA==
4947
+ eslint-plugin-sf-plugin@^1.20.24:
4948
+ version "1.20.24"
4949
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz#a16ce6d252ff3f3504005485050aa023bfef89a4"
4950
+ integrity sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==
4967
4951
  dependencies:
4968
- "@salesforce/core" "^8.10.3"
4952
+ "@salesforce/core" "^8.11.1"
4969
4953
  "@typescript-eslint/utils" "^7.18.0"
4970
4954
 
4971
4955
  eslint-plugin-unicorn@^50.0.1:
@@ -5245,10 +5229,10 @@ faye@^1.4.0:
5245
5229
  tough-cookie "*"
5246
5230
  tunnel-agent "*"
5247
5231
 
5248
- fdir@^6.4.2:
5249
- version "6.4.2"
5250
- resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.2.tgz#ddaa7ce1831b161bc3657bb99cb36e1622702689"
5251
- integrity sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==
5232
+ fdir@^6.4.4:
5233
+ version "6.4.5"
5234
+ resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.5.tgz#328e280f3a23699362f95f2e82acf978a0c0cb49"
5235
+ integrity sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==
5252
5236
 
5253
5237
  figures@^3.1.0:
5254
5238
  version "3.2.0"
@@ -8308,7 +8292,7 @@ pify@^3.0.0:
8308
8292
  resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
8309
8293
  integrity sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==
8310
8294
 
8311
- pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.2.0:
8295
+ pino-abstract-transport@^1.2.0:
8312
8296
  version "1.2.0"
8313
8297
  resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz#97f9f2631931e242da531b5c66d3079c12c9d1b5"
8314
8298
  integrity sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==
@@ -8316,10 +8300,17 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.2.0:
8316
8300
  readable-stream "^4.0.0"
8317
8301
  split2 "^4.0.0"
8318
8302
 
8319
- pino-pretty@^11.2.2:
8320
- version "11.2.2"
8321
- resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.2.2.tgz#5e8ec69b31e90eb187715af07b1d29a544e60d39"
8322
- integrity sha512-2FnyGir8nAJAqD3srROdrF1J5BIcMT4nwj7hHSc60El6Uxlym00UbCCd8pYIterstVBFlMyF1yFV8XdGIPbj4A==
8303
+ pino-abstract-transport@^2.0.0:
8304
+ version "2.0.0"
8305
+ resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz#de241578406ac7b8a33ce0d77ae6e8a0b3b68a60"
8306
+ integrity sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==
8307
+ dependencies:
8308
+ split2 "^4.0.0"
8309
+
8310
+ pino-pretty@^11.3.0:
8311
+ version "11.3.0"
8312
+ resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.3.0.tgz#390b3be044cf3d2e9192c7d19d44f6b690468f2e"
8313
+ integrity sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==
8323
8314
  dependencies:
8324
8315
  colorette "^2.0.7"
8325
8316
  dateformat "^4.6.3"
@@ -8329,7 +8320,7 @@ pino-pretty@^11.2.2:
8329
8320
  joycon "^3.1.1"
8330
8321
  minimist "^1.2.6"
8331
8322
  on-exit-leak-free "^2.1.0"
8332
- pino-abstract-transport "^1.0.0"
8323
+ pino-abstract-transport "^2.0.0"
8333
8324
  pump "^3.0.0"
8334
8325
  readable-stream "^4.0.0"
8335
8326
  secure-json-parse "^2.4.0"
@@ -8341,17 +8332,17 @@ pino-std-serializers@^7.0.0:
8341
8332
  resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz#7c625038b13718dbbd84ab446bd673dc52259e3b"
8342
8333
  integrity sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==
8343
8334
 
8344
- pino@^9.4.0:
8345
- version "9.4.0"
8346
- resolved "https://registry.yarnpkg.com/pino/-/pino-9.4.0.tgz#e4600ff199efc744856a5b3b71c53e38998eae5a"
8347
- integrity sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w==
8335
+ pino@^9.7.0:
8336
+ version "9.7.0"
8337
+ resolved "https://registry.yarnpkg.com/pino/-/pino-9.7.0.tgz#ff7cd86eb3103ee620204dbd5ca6ffda8b53f645"
8338
+ integrity sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==
8348
8339
  dependencies:
8349
8340
  atomic-sleep "^1.0.0"
8350
8341
  fast-redact "^3.1.1"
8351
8342
  on-exit-leak-free "^2.1.0"
8352
- pino-abstract-transport "^1.2.0"
8343
+ pino-abstract-transport "^2.0.0"
8353
8344
  pino-std-serializers "^7.0.0"
8354
- process-warning "^4.0.0"
8345
+ process-warning "^5.0.0"
8355
8346
  quick-format-unescaped "^4.0.3"
8356
8347
  real-require "^0.2.0"
8357
8348
  safe-stable-stringify "^2.3.1"
@@ -8428,10 +8419,10 @@ process-on-spawn@^1.0.0:
8428
8419
  dependencies:
8429
8420
  fromentries "^1.2.0"
8430
8421
 
8431
- process-warning@^4.0.0:
8432
- version "4.0.0"
8433
- resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-4.0.0.tgz#581e3a7a1fb456c5f4fd239f76bce75897682d5a"
8434
- integrity sha512-/MyYDxttz7DfGMMHiysAsFE4qF+pQYAA8ziO/3NcRVrQ5fSk+Mns4QZA/oRPFzvcqNoVJXQNWNAsdwBXLUkQKw==
8422
+ process-warning@^5.0.0:
8423
+ version "5.0.0"
8424
+ resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-5.0.0.tgz#566e0bf79d1dff30a72d8bbbe9e8ecefe8d378d7"
8425
+ integrity sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==
8435
8426
 
8436
8427
  process@^0.11.10:
8437
8428
  version "0.11.10"
@@ -9613,12 +9604,12 @@ tiny-relative-date@^1.3.0:
9613
9604
  resolved "https://registry.npmjs.org/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz"
9614
9605
  integrity sha512-MOQHpzllWxDCHHaDno30hhLfbouoYlOI8YlMNtvKe1zXbjEVhbcEovQxvZrPvtiYW630GQDoMMarCnjfyfHA+A==
9615
9606
 
9616
- tinyglobby@^0.2.9:
9617
- version "0.2.10"
9618
- resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.10.tgz#e712cf2dc9b95a1f5c5bbd159720e15833977a0f"
9619
- integrity sha512-Zc+8eJlFMvgatPZTl6A9L/yht8QqdmUNtURHaKZLmKBE12hNPSrqNkUp2cs3M/UKmNVVAMFQYSjYIVHDjW5zew==
9607
+ tinyglobby@^0.2.13, tinyglobby@^0.2.9:
9608
+ version "0.2.14"
9609
+ resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
9610
+ integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
9620
9611
  dependencies:
9621
- fdir "^6.4.2"
9612
+ fdir "^6.4.4"
9622
9613
  picomatch "^4.0.2"
9623
9614
 
9624
9615
  tmp@^0.0.33:
@@ -1,5 +1,165 @@
1
1
  {
2
2
  "commands": {
3
+ "channel:promote": {
4
+ "aliases": [],
5
+ "args": {},
6
+ "description": "promote a s3 channel",
7
+ "examples": [
8
+ "<%= config.bin %> <%= command.id %> --candidate latest-rc --target latest --platform win --platform mac"
9
+ ],
10
+ "flags": {
11
+ "json": {
12
+ "description": "Format output as json.",
13
+ "helpGroup": "GLOBAL",
14
+ "name": "json",
15
+ "allowNo": false,
16
+ "type": "boolean"
17
+ },
18
+ "flags-dir": {
19
+ "helpGroup": "GLOBAL",
20
+ "name": "flags-dir",
21
+ "summary": "Import flag values from a directory.",
22
+ "hasDynamicHelp": false,
23
+ "multiple": false,
24
+ "type": "option"
25
+ },
26
+ "dryrun": {
27
+ "char": "d",
28
+ "name": "dryrun",
29
+ "summary": "If true, only show what would happen",
30
+ "allowNo": false,
31
+ "type": "boolean"
32
+ },
33
+ "promote-to-channel": {
34
+ "aliases": [
35
+ "target"
36
+ ],
37
+ "char": "t",
38
+ "name": "promote-to-channel",
39
+ "required": true,
40
+ "summary": "the channel name that you are promoting to",
41
+ "default": "stable",
42
+ "hasDynamicHelp": false,
43
+ "multiple": false,
44
+ "type": "option"
45
+ },
46
+ "promote-from-channel": {
47
+ "aliases": [
48
+ "candidate"
49
+ ],
50
+ "char": "C",
51
+ "name": "promote-from-channel",
52
+ "summary": "the channel name that you want to promote",
53
+ "hasDynamicHelp": false,
54
+ "multiple": false,
55
+ "type": "option"
56
+ },
57
+ "platform": {
58
+ "char": "p",
59
+ "name": "platform",
60
+ "summary": "the platform to promote",
61
+ "delimiter": ",",
62
+ "hasDynamicHelp": false,
63
+ "multiple": true,
64
+ "options": [
65
+ "win",
66
+ "macos",
67
+ "deb"
68
+ ],
69
+ "type": "option"
70
+ },
71
+ "cli": {
72
+ "char": "c",
73
+ "name": "cli",
74
+ "required": true,
75
+ "summary": "the cli name to promote",
76
+ "hasDynamicHelp": false,
77
+ "multiple": false,
78
+ "options": [
79
+ "sf",
80
+ "sfdx"
81
+ ],
82
+ "type": "option"
83
+ },
84
+ "sha": {
85
+ "char": "s",
86
+ "name": "sha",
87
+ "summary": "the short sha to promote",
88
+ "hasDynamicHelp": false,
89
+ "multiple": false,
90
+ "type": "option"
91
+ },
92
+ "max-age": {
93
+ "aliases": [
94
+ "maxage"
95
+ ],
96
+ "char": "m",
97
+ "name": "max-age",
98
+ "summary": "cache control max-age in seconds",
99
+ "default": 300,
100
+ "hasDynamicHelp": false,
101
+ "multiple": false,
102
+ "type": "option"
103
+ },
104
+ "indexes": {
105
+ "char": "i",
106
+ "name": "indexes",
107
+ "summary": "append the promoted urls into the index files",
108
+ "allowNo": true,
109
+ "type": "boolean"
110
+ },
111
+ "xz": {
112
+ "char": "x",
113
+ "name": "xz",
114
+ "summary": "also upload xz",
115
+ "allowNo": true,
116
+ "type": "boolean"
117
+ },
118
+ "architecture-target": {
119
+ "aliases": [
120
+ "targets"
121
+ ],
122
+ "char": "T",
123
+ "name": "architecture-target",
124
+ "summary": "comma-separated targets to promote (e.g.: linux-arm,win32-x64)",
125
+ "delimiter": ",",
126
+ "hasDynamicHelp": false,
127
+ "multiple": true,
128
+ "options": [
129
+ "linux-x64",
130
+ "linux-arm",
131
+ "win32-x64",
132
+ "win32-x86",
133
+ "darwin-x64"
134
+ ],
135
+ "type": "option"
136
+ },
137
+ "version": {
138
+ "char": "v",
139
+ "name": "version",
140
+ "summary": "the version of the candidate to be promoted, which must exist already in s3. Used to fetch the correct sha",
141
+ "hasDynamicHelp": false,
142
+ "multiple": false,
143
+ "type": "option"
144
+ }
145
+ },
146
+ "hasDynamicHelp": false,
147
+ "hiddenAliases": [],
148
+ "id": "channel:promote",
149
+ "pluginAlias": "@salesforce/plugin-release-management",
150
+ "pluginName": "@salesforce/plugin-release-management",
151
+ "pluginType": "core",
152
+ "strict": true,
153
+ "summary": "promote a s3 channel",
154
+ "enableJsonFlag": true,
155
+ "isESM": true,
156
+ "relativePath": [
157
+ "lib",
158
+ "commands",
159
+ "channel",
160
+ "promote.js"
161
+ ]
162
+ },
3
163
  "cli:releasenotes": {
4
164
  "aliases": [],
5
165
  "args": {},
@@ -181,166 +341,6 @@
181
341
  "automerge.js"
182
342
  ]
183
343
  },
184
- "channel:promote": {
185
- "aliases": [],
186
- "args": {},
187
- "description": "promote a s3 channel",
188
- "examples": [
189
- "<%= config.bin %> <%= command.id %> --candidate latest-rc --target latest --platform win --platform mac"
190
- ],
191
- "flags": {
192
- "json": {
193
- "description": "Format output as json.",
194
- "helpGroup": "GLOBAL",
195
- "name": "json",
196
- "allowNo": false,
197
- "type": "boolean"
198
- },
199
- "flags-dir": {
200
- "helpGroup": "GLOBAL",
201
- "name": "flags-dir",
202
- "summary": "Import flag values from a directory.",
203
- "hasDynamicHelp": false,
204
- "multiple": false,
205
- "type": "option"
206
- },
207
- "dryrun": {
208
- "char": "d",
209
- "name": "dryrun",
210
- "summary": "If true, only show what would happen",
211
- "allowNo": false,
212
- "type": "boolean"
213
- },
214
- "promote-to-channel": {
215
- "aliases": [
216
- "target"
217
- ],
218
- "char": "t",
219
- "name": "promote-to-channel",
220
- "required": true,
221
- "summary": "the channel name that you are promoting to",
222
- "default": "stable",
223
- "hasDynamicHelp": false,
224
- "multiple": false,
225
- "type": "option"
226
- },
227
- "promote-from-channel": {
228
- "aliases": [
229
- "candidate"
230
- ],
231
- "char": "C",
232
- "name": "promote-from-channel",
233
- "summary": "the channel name that you want to promote",
234
- "hasDynamicHelp": false,
235
- "multiple": false,
236
- "type": "option"
237
- },
238
- "platform": {
239
- "char": "p",
240
- "name": "platform",
241
- "summary": "the platform to promote",
242
- "delimiter": ",",
243
- "hasDynamicHelp": false,
244
- "multiple": true,
245
- "options": [
246
- "win",
247
- "macos",
248
- "deb"
249
- ],
250
- "type": "option"
251
- },
252
- "cli": {
253
- "char": "c",
254
- "name": "cli",
255
- "required": true,
256
- "summary": "the cli name to promote",
257
- "hasDynamicHelp": false,
258
- "multiple": false,
259
- "options": [
260
- "sf",
261
- "sfdx"
262
- ],
263
- "type": "option"
264
- },
265
- "sha": {
266
- "char": "s",
267
- "name": "sha",
268
- "summary": "the short sha to promote",
269
- "hasDynamicHelp": false,
270
- "multiple": false,
271
- "type": "option"
272
- },
273
- "max-age": {
274
- "aliases": [
275
- "maxage"
276
- ],
277
- "char": "m",
278
- "name": "max-age",
279
- "summary": "cache control max-age in seconds",
280
- "default": 300,
281
- "hasDynamicHelp": false,
282
- "multiple": false,
283
- "type": "option"
284
- },
285
- "indexes": {
286
- "char": "i",
287
- "name": "indexes",
288
- "summary": "append the promoted urls into the index files",
289
- "allowNo": true,
290
- "type": "boolean"
291
- },
292
- "xz": {
293
- "char": "x",
294
- "name": "xz",
295
- "summary": "also upload xz",
296
- "allowNo": true,
297
- "type": "boolean"
298
- },
299
- "architecture-target": {
300
- "aliases": [
301
- "targets"
302
- ],
303
- "char": "T",
304
- "name": "architecture-target",
305
- "summary": "comma-separated targets to promote (e.g.: linux-arm,win32-x64)",
306
- "delimiter": ",",
307
- "hasDynamicHelp": false,
308
- "multiple": true,
309
- "options": [
310
- "linux-x64",
311
- "linux-arm",
312
- "win32-x64",
313
- "win32-x86",
314
- "darwin-x64"
315
- ],
316
- "type": "option"
317
- },
318
- "version": {
319
- "char": "v",
320
- "name": "version",
321
- "summary": "the version of the candidate to be promoted, which must exist already in s3. Used to fetch the correct sha",
322
- "hasDynamicHelp": false,
323
- "multiple": false,
324
- "type": "option"
325
- }
326
- },
327
- "hasDynamicHelp": false,
328
- "hiddenAliases": [],
329
- "id": "channel:promote",
330
- "pluginAlias": "@salesforce/plugin-release-management",
331
- "pluginName": "@salesforce/plugin-release-management",
332
- "pluginType": "core",
333
- "strict": true,
334
- "summary": "promote a s3 channel",
335
- "enableJsonFlag": true,
336
- "isESM": true,
337
- "relativePath": [
338
- "lib",
339
- "commands",
340
- "channel",
341
- "promote.js"
342
- ]
343
- },
344
344
  "repositories": {
345
345
  "aliases": [],
346
346
  "args": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.32"
1393
+ "version": "5.7.34"
1394
1394
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
3
  "description": "A plugin for preparing and publishing npm packages",
4
- "version": "5.7.32",
4
+ "version": "5.7.34",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -9,12 +9,12 @@
9
9
  "sf-release": "bin/run.js"
10
10
  },
11
11
  "dependencies": {
12
- "@oclif/core": "^4.3.0",
12
+ "@oclif/core": "^4.3.2",
13
13
  "@octokit/core": "^6.1.5",
14
14
  "@octokit/plugin-paginate-rest": "^11.6.0",
15
15
  "@octokit/plugin-throttling": "^9.6.1",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.39",
17
- "@salesforce/core": "^8.11.0",
17
+ "@salesforce/core": "^8.12.0",
18
18
  "@salesforce/kit": "^3.2.0",
19
19
  "@salesforce/plugin-command-reference": "^3.1.54",
20
20
  "@salesforce/plugin-trust": "^3.7.89",
@@ -33,13 +33,13 @@
33
33
  "yarn-deduplicate": "^6.0.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@oclif/plugin-command-snapshot": "^5.2.39",
36
+ "@oclif/plugin-command-snapshot": "^5.2.40",
37
37
  "@salesforce/dev-scripts": "^10.2.4",
38
38
  "@salesforce/ts-sinon": "^1.4.30",
39
39
  "@types/semver": "^7.7.0",
40
40
  "@types/shelljs": "^0.8.16",
41
41
  "aws-sdk-mock": "^5.9.0",
42
- "eslint-plugin-sf-plugin": "^1.20.23",
42
+ "eslint-plugin-sf-plugin": "^1.20.24",
43
43
  "oclif": "^4.17.46",
44
44
  "ts-node": "^10.9.2",
45
45
  "typescript": "^5.8.3"