@salesforce/plugin-release-management 5.7.3 → 5.7.4

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.3/src/commands/channel/promote.ts)_
148
+ _See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.4/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.3/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.4/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.3/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.4/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.3/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.4/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.3/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.4/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.3/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.4/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.3/src/commands/cli/releasenotes.ts)_
369
+ _See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.4/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.3/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.4/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.3/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.4/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.3/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.4/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.3/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.4/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.3/src/commands/dependabot/automerge.ts)_
551
+ _See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.4/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.3/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.4/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.3/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.4/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.3/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.4/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.3/src/commands/repositories/index.ts)_
704
+ _See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/5.7.4/src/commands/repositories/index.ts)_
705
705
 
706
706
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.7.3",
3
+ "version": "5.7.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-release-management",
9
- "version": "5.7.3",
9
+ "version": "5.7.4",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4.2.8",
@@ -27,7 +27,7 @@
27
27
  "just-diff": "^5.2.0",
28
28
  "proxy-agent": "^6.4.0",
29
29
  "semver": "^7.7.0",
30
- "shelljs": "^0.8.5",
30
+ "shelljs": "^0.9.1",
31
31
  "standard-version": "^9.5.0",
32
32
  "strip-ansi": "^6",
33
33
  "yarn-deduplicate": "^6.0.2"
@@ -4936,6 +4936,65 @@
4936
4936
  "node": ">=16.0.0"
4937
4937
  }
4938
4938
  },
4939
+ "node_modules/@salesforce/cli-plugins-testkit/node_modules/brace-expansion": {
4940
+ "version": "1.1.11",
4941
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
4942
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
4943
+ "license": "MIT",
4944
+ "dependencies": {
4945
+ "balanced-match": "^1.0.0",
4946
+ "concat-map": "0.0.1"
4947
+ }
4948
+ },
4949
+ "node_modules/@salesforce/cli-plugins-testkit/node_modules/glob": {
4950
+ "version": "7.2.3",
4951
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
4952
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
4953
+ "license": "ISC",
4954
+ "dependencies": {
4955
+ "fs.realpath": "^1.0.0",
4956
+ "inflight": "^1.0.4",
4957
+ "inherits": "2",
4958
+ "minimatch": "^3.1.1",
4959
+ "once": "^1.3.0",
4960
+ "path-is-absolute": "^1.0.0"
4961
+ },
4962
+ "engines": {
4963
+ "node": "*"
4964
+ },
4965
+ "funding": {
4966
+ "url": "https://github.com/sponsors/isaacs"
4967
+ }
4968
+ },
4969
+ "node_modules/@salesforce/cli-plugins-testkit/node_modules/minimatch": {
4970
+ "version": "3.1.2",
4971
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
4972
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
4973
+ "license": "ISC",
4974
+ "dependencies": {
4975
+ "brace-expansion": "^1.1.7"
4976
+ },
4977
+ "engines": {
4978
+ "node": "*"
4979
+ }
4980
+ },
4981
+ "node_modules/@salesforce/cli-plugins-testkit/node_modules/shelljs": {
4982
+ "version": "0.8.5",
4983
+ "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
4984
+ "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",
4985
+ "license": "BSD-3-Clause",
4986
+ "dependencies": {
4987
+ "glob": "^7.0.0",
4988
+ "interpret": "^1.0.0",
4989
+ "rechoir": "^0.6.2"
4990
+ },
4991
+ "bin": {
4992
+ "shjs": "bin/shjs"
4993
+ },
4994
+ "engines": {
4995
+ "node": ">=4"
4996
+ }
4997
+ },
4939
4998
  "node_modules/@salesforce/core": {
4940
4999
  "version": "8.8.5",
4941
5000
  "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.5.tgz",
@@ -5083,6 +5142,17 @@
5083
5142
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
5084
5143
  }
5085
5144
  },
5145
+ "node_modules/@salesforce/dev-scripts/node_modules/brace-expansion": {
5146
+ "version": "1.1.11",
5147
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
5148
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
5149
+ "dev": true,
5150
+ "license": "MIT",
5151
+ "dependencies": {
5152
+ "balanced-match": "^1.0.0",
5153
+ "concat-map": "0.0.1"
5154
+ }
5155
+ },
5086
5156
  "node_modules/@salesforce/dev-scripts/node_modules/chalk": {
5087
5157
  "version": "4.1.2",
5088
5158
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -5110,6 +5180,40 @@
5110
5180
  "node": ">=0.3.1"
5111
5181
  }
5112
5182
  },
5183
+ "node_modules/@salesforce/dev-scripts/node_modules/glob": {
5184
+ "version": "7.2.3",
5185
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
5186
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
5187
+ "dev": true,
5188
+ "license": "ISC",
5189
+ "dependencies": {
5190
+ "fs.realpath": "^1.0.0",
5191
+ "inflight": "^1.0.4",
5192
+ "inherits": "2",
5193
+ "minimatch": "^3.1.1",
5194
+ "once": "^1.3.0",
5195
+ "path-is-absolute": "^1.0.0"
5196
+ },
5197
+ "engines": {
5198
+ "node": "*"
5199
+ },
5200
+ "funding": {
5201
+ "url": "https://github.com/sponsors/isaacs"
5202
+ }
5203
+ },
5204
+ "node_modules/@salesforce/dev-scripts/node_modules/minimatch": {
5205
+ "version": "3.1.2",
5206
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
5207
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
5208
+ "dev": true,
5209
+ "license": "ISC",
5210
+ "dependencies": {
5211
+ "brace-expansion": "^1.1.7"
5212
+ },
5213
+ "engines": {
5214
+ "node": "*"
5215
+ }
5216
+ },
5113
5217
  "node_modules/@salesforce/dev-scripts/node_modules/nise": {
5114
5218
  "version": "4.1.0",
5115
5219
  "resolved": "https://registry.npmjs.org/nise/-/nise-4.1.0.tgz",
@@ -5124,6 +5228,24 @@
5124
5228
  "path-to-regexp": "^1.7.0"
5125
5229
  }
5126
5230
  },
5231
+ "node_modules/@salesforce/dev-scripts/node_modules/shelljs": {
5232
+ "version": "0.8.5",
5233
+ "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
5234
+ "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",
5235
+ "dev": true,
5236
+ "license": "BSD-3-Clause",
5237
+ "dependencies": {
5238
+ "glob": "^7.0.0",
5239
+ "interpret": "^1.0.0",
5240
+ "rechoir": "^0.6.2"
5241
+ },
5242
+ "bin": {
5243
+ "shjs": "bin/shjs"
5244
+ },
5245
+ "engines": {
5246
+ "node": ">=4"
5247
+ }
5248
+ },
5127
5249
  "node_modules/@salesforce/dev-scripts/node_modules/sinon": {
5128
5250
  "version": "10.0.0",
5129
5251
  "resolved": "https://registry.npmjs.org/sinon/-/sinon-10.0.0.tgz",
@@ -5398,6 +5520,65 @@
5398
5520
  "node": ">=18.0.0"
5399
5521
  }
5400
5522
  },
5523
+ "node_modules/@salesforce/plugin-trust/node_modules/brace-expansion": {
5524
+ "version": "1.1.11",
5525
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
5526
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
5527
+ "license": "MIT",
5528
+ "dependencies": {
5529
+ "balanced-match": "^1.0.0",
5530
+ "concat-map": "0.0.1"
5531
+ }
5532
+ },
5533
+ "node_modules/@salesforce/plugin-trust/node_modules/glob": {
5534
+ "version": "7.2.3",
5535
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
5536
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
5537
+ "license": "ISC",
5538
+ "dependencies": {
5539
+ "fs.realpath": "^1.0.0",
5540
+ "inflight": "^1.0.4",
5541
+ "inherits": "2",
5542
+ "minimatch": "^3.1.1",
5543
+ "once": "^1.3.0",
5544
+ "path-is-absolute": "^1.0.0"
5545
+ },
5546
+ "engines": {
5547
+ "node": "*"
5548
+ },
5549
+ "funding": {
5550
+ "url": "https://github.com/sponsors/isaacs"
5551
+ }
5552
+ },
5553
+ "node_modules/@salesforce/plugin-trust/node_modules/minimatch": {
5554
+ "version": "3.1.2",
5555
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
5556
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
5557
+ "license": "ISC",
5558
+ "dependencies": {
5559
+ "brace-expansion": "^1.1.7"
5560
+ },
5561
+ "engines": {
5562
+ "node": "*"
5563
+ }
5564
+ },
5565
+ "node_modules/@salesforce/plugin-trust/node_modules/shelljs": {
5566
+ "version": "0.8.5",
5567
+ "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
5568
+ "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",
5569
+ "license": "BSD-3-Clause",
5570
+ "dependencies": {
5571
+ "glob": "^7.0.0",
5572
+ "interpret": "^1.0.0",
5573
+ "rechoir": "^0.6.2"
5574
+ },
5575
+ "bin": {
5576
+ "shjs": "bin/shjs"
5577
+ },
5578
+ "engines": {
5579
+ "node": ">=4"
5580
+ }
5581
+ },
5401
5582
  "node_modules/@salesforce/prettier-config": {
5402
5583
  "version": "0.0.3",
5403
5584
  "resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
@@ -9023,12 +9204,15 @@
9023
9204
  "node": ">= 8"
9024
9205
  }
9025
9206
  },
9026
- "node_modules/cross-spawn/node_modules/isexe": {
9027
- "version": "2.0.0",
9028
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
9029
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
9207
+ "node_modules/cross-spawn/node_modules/path-key": {
9208
+ "version": "3.1.1",
9209
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
9210
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
9030
9211
  "dev": true,
9031
- "license": "ISC"
9212
+ "license": "MIT",
9213
+ "engines": {
9214
+ "node": ">=8"
9215
+ }
9032
9216
  },
9033
9217
  "node_modules/cross-spawn/node_modules/which": {
9034
9218
  "version": "2.0.2",
@@ -11340,9 +11524,9 @@
11340
11524
  "license": "ISC"
11341
11525
  },
11342
11526
  "node_modules/glob": {
11343
- "version": "10.4.1",
11344
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz",
11345
- "integrity": "sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==",
11527
+ "version": "10.4.5",
11528
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
11529
+ "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
11346
11530
  "dev": true,
11347
11531
  "license": "ISC",
11348
11532
  "dependencies": {
@@ -11350,14 +11534,12 @@
11350
11534
  "jackspeak": "^3.1.2",
11351
11535
  "minimatch": "^9.0.4",
11352
11536
  "minipass": "^7.1.2",
11537
+ "package-json-from-dist": "^1.0.0",
11353
11538
  "path-scurry": "^1.11.1"
11354
11539
  },
11355
11540
  "bin": {
11356
11541
  "glob": "dist/esm/bin.mjs"
11357
11542
  },
11358
- "engines": {
11359
- "node": ">=16 || 14 >=14.18"
11360
- },
11361
11543
  "funding": {
11362
11544
  "url": "https://github.com/sponsors/isaacs"
11363
11545
  }
@@ -12739,14 +12921,10 @@
12739
12921
  "license": "MIT"
12740
12922
  },
12741
12923
  "node_modules/isexe": {
12742
- "version": "3.1.1",
12743
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
12744
- "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
12745
- "extraneous": true,
12746
- "license": "ISC",
12747
- "engines": {
12748
- "node": ">=16"
12749
- }
12924
+ "version": "2.0.0",
12925
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
12926
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
12927
+ "license": "ISC"
12750
12928
  },
12751
12929
  "node_modules/istanbul-lib-coverage": {
12752
12930
  "version": "3.2.0",
@@ -14263,44 +14441,6 @@
14263
14441
  "node": ">= 18"
14264
14442
  }
14265
14443
  },
14266
- "node_modules/minizlib/node_modules/foreground-child": {
14267
- "version": "3.1.1",
14268
- "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
14269
- "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
14270
- "extraneous": true,
14271
- "license": "ISC",
14272
- "dependencies": {
14273
- "cross-spawn": "^7.0.0",
14274
- "signal-exit": "^4.0.1"
14275
- },
14276
- "engines": {
14277
- "node": ">=14"
14278
- },
14279
- "funding": {
14280
- "url": "https://github.com/sponsors/isaacs"
14281
- }
14282
- },
14283
- "node_modules/minizlib/node_modules/glob": {
14284
- "version": "10.4.5",
14285
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
14286
- "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
14287
- "extraneous": true,
14288
- "license": "ISC",
14289
- "dependencies": {
14290
- "foreground-child": "^3.1.0",
14291
- "jackspeak": "^3.1.2",
14292
- "minimatch": "^9.0.4",
14293
- "minipass": "^7.1.2",
14294
- "package-json-from-dist": "^1.0.0",
14295
- "path-scurry": "^1.11.1"
14296
- },
14297
- "bin": {
14298
- "glob": "dist/esm/bin.mjs"
14299
- },
14300
- "funding": {
14301
- "url": "https://github.com/sponsors/isaacs"
14302
- }
14303
- },
14304
14444
  "node_modules/minizlib/node_modules/rimraf": {
14305
14445
  "version": "5.0.10",
14306
14446
  "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz",
@@ -14317,19 +14457,6 @@
14317
14457
  "url": "https://github.com/sponsors/isaacs"
14318
14458
  }
14319
14459
  },
14320
- "node_modules/minizlib/node_modules/signal-exit": {
14321
- "version": "4.1.0",
14322
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
14323
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
14324
- "extraneous": true,
14325
- "license": "ISC",
14326
- "engines": {
14327
- "node": ">=14"
14328
- },
14329
- "funding": {
14330
- "url": "https://github.com/sponsors/isaacs"
14331
- }
14332
- },
14333
14460
  "node_modules/mkdirp": {
14334
14461
  "version": "1.0.4",
14335
14462
  "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
@@ -14588,6 +14715,12 @@
14588
14715
  "node": ">= 0.4.0"
14589
14716
  }
14590
14717
  },
14718
+ "node_modules/nice-try": {
14719
+ "version": "1.0.5",
14720
+ "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
14721
+ "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
14722
+ "license": "MIT"
14723
+ },
14591
14724
  "node_modules/nise": {
14592
14725
  "version": "5.1.9",
14593
14726
  "resolved": "https://registry.npmjs.org/nise/-/nise-5.1.9.tgz",
@@ -14740,6 +14873,16 @@
14740
14873
  "node": "^16.14.0 || >=18.0.0"
14741
14874
  }
14742
14875
  },
14876
+ "node_modules/node-gyp/node_modules/isexe": {
14877
+ "version": "3.1.1",
14878
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
14879
+ "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
14880
+ "extraneous": true,
14881
+ "license": "ISC",
14882
+ "engines": {
14883
+ "node": ">=16"
14884
+ }
14885
+ },
14743
14886
  "node_modules/node-gyp/node_modules/make-fetch-happen": {
14744
14887
  "version": "13.0.1",
14745
14888
  "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-13.0.1.tgz",
@@ -15336,6 +15479,15 @@
15336
15479
  "node": ">=8"
15337
15480
  }
15338
15481
  },
15482
+ "node_modules/npm-run-path/node_modules/path-key": {
15483
+ "version": "3.1.1",
15484
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
15485
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
15486
+ "license": "MIT",
15487
+ "engines": {
15488
+ "node": ">=8"
15489
+ }
15490
+ },
15339
15491
  "node_modules/npm-user-validate": {
15340
15492
  "version": "3.0.0",
15341
15493
  "resolved": "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-3.0.0.tgz",
@@ -15609,29 +15761,6 @@
15609
15761
  "node": "^18.17.0 || >=20.5.0"
15610
15762
  }
15611
15763
  },
15612
- "node_modules/npm/node_modules/@npmcli/map-workspaces/node_modules/glob": {
15613
- "version": "10.4.1",
15614
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz",
15615
- "integrity": "sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==",
15616
- "inBundle": true,
15617
- "license": "ISC",
15618
- "dependencies": {
15619
- "foreground-child": "^3.1.0",
15620
- "jackspeak": "^3.1.2",
15621
- "minimatch": "^9.0.4",
15622
- "minipass": "^7.1.2",
15623
- "path-scurry": "^1.11.1"
15624
- },
15625
- "bin": {
15626
- "glob": "dist/esm/bin.mjs"
15627
- },
15628
- "engines": {
15629
- "node": ">=16 || 14 >=14.18"
15630
- },
15631
- "funding": {
15632
- "url": "https://github.com/sponsors/isaacs"
15633
- }
15634
- },
15635
15764
  "node_modules/npm/node_modules/@npmcli/map-workspaces/node_modules/hosted-git-info": {
15636
15765
  "version": "8.0.0",
15637
15766
  "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-8.0.0.tgz",
@@ -15733,29 +15862,6 @@
15733
15862
  "node": "^18.17.0 || >=20.5.0"
15734
15863
  }
15735
15864
  },
15736
- "node_modules/npm/node_modules/@npmcli/package-json/node_modules/glob": {
15737
- "version": "10.4.1",
15738
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz",
15739
- "integrity": "sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==",
15740
- "inBundle": true,
15741
- "license": "ISC",
15742
- "dependencies": {
15743
- "foreground-child": "^3.1.0",
15744
- "jackspeak": "^3.1.2",
15745
- "minimatch": "^9.0.4",
15746
- "minipass": "^7.1.2",
15747
- "path-scurry": "^1.11.1"
15748
- },
15749
- "bin": {
15750
- "glob": "dist/esm/bin.mjs"
15751
- },
15752
- "engines": {
15753
- "node": ">=16 || 14 >=14.18"
15754
- },
15755
- "funding": {
15756
- "url": "https://github.com/sponsors/isaacs"
15757
- }
15758
- },
15759
15865
  "node_modules/npm/node_modules/@npmcli/package-json/node_modules/hosted-git-info": {
15760
15866
  "version": "8.0.0",
15761
15867
  "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-8.0.0.tgz",
@@ -17086,29 +17192,6 @@
17086
17192
  "node": ">=18"
17087
17193
  }
17088
17194
  },
17089
- "node_modules/npm/node_modules/node-gyp/node_modules/glob": {
17090
- "version": "10.4.1",
17091
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz",
17092
- "integrity": "sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==",
17093
- "inBundle": true,
17094
- "license": "ISC",
17095
- "dependencies": {
17096
- "foreground-child": "^3.1.0",
17097
- "jackspeak": "^3.1.2",
17098
- "minimatch": "^9.0.4",
17099
- "minipass": "^7.1.2",
17100
- "path-scurry": "^1.11.1"
17101
- },
17102
- "bin": {
17103
- "glob": "dist/esm/bin.mjs"
17104
- },
17105
- "engines": {
17106
- "node": ">=16 || 14 >=14.18"
17107
- },
17108
- "funding": {
17109
- "url": "https://github.com/sponsors/isaacs"
17110
- }
17111
- },
17112
17195
  "node_modules/npm/node_modules/node-gyp/node_modules/minizlib": {
17113
17196
  "version": "3.0.1",
17114
17197
  "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.1.tgz",
@@ -18705,6 +18788,15 @@
18705
18788
  "node": ">=12.20"
18706
18789
  }
18707
18790
  },
18791
+ "node_modules/p-finally": {
18792
+ "version": "1.0.0",
18793
+ "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
18794
+ "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==",
18795
+ "license": "MIT",
18796
+ "engines": {
18797
+ "node": ">=4"
18798
+ }
18799
+ },
18708
18800
  "node_modules/p-limit": {
18709
18801
  "version": "2.3.0",
18710
18802
  "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
@@ -18828,7 +18920,7 @@
18828
18920
  "version": "1.0.1",
18829
18921
  "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
18830
18922
  "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==",
18831
- "extraneous": true,
18923
+ "dev": true,
18832
18924
  "license": "BlueOak-1.0.0"
18833
18925
  },
18834
18926
  "node_modules/pacote": {
@@ -18975,12 +19067,12 @@
18975
19067
  }
18976
19068
  },
18977
19069
  "node_modules/path-key": {
18978
- "version": "3.1.1",
18979
- "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
18980
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
19070
+ "version": "2.0.1",
19071
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
19072
+ "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==",
18981
19073
  "license": "MIT",
18982
19074
  "engines": {
18983
- "node": ">=8"
19075
+ "node": ">=4"
18984
19076
  }
18985
19077
  },
18986
19078
  "node_modules/path-parse": {
@@ -20504,12 +20596,13 @@
20504
20596
  }
20505
20597
  },
20506
20598
  "node_modules/shelljs": {
20507
- "version": "0.8.5",
20508
- "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.5.tgz",
20509
- "integrity": "sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==",
20599
+ "version": "0.9.1",
20600
+ "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.9.1.tgz",
20601
+ "integrity": "sha512-ngPynK9u9OmsL2DttaTOhEPahyAjVbjIwCK3R+2V9YDq0/equpq7hVz3XrnfIjAk1thN5ET5mEIzAmocmV6i+Q==",
20510
20602
  "license": "BSD-3-Clause",
20511
20603
  "dependencies": {
20512
- "glob": "^7.0.0",
20604
+ "execa": "^1.0.0",
20605
+ "fast-glob": "^3.3.2",
20513
20606
  "interpret": "^1.0.0",
20514
20607
  "rechoir": "^0.6.2"
20515
20608
  },
@@ -20517,49 +20610,116 @@
20517
20610
  "shjs": "bin/shjs"
20518
20611
  },
20519
20612
  "engines": {
20520
- "node": ">=4"
20613
+ "node": ">=18"
20521
20614
  }
20522
20615
  },
20523
- "node_modules/shelljs/node_modules/brace-expansion": {
20524
- "version": "1.1.11",
20525
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
20526
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
20616
+ "node_modules/shelljs/node_modules/cross-spawn": {
20617
+ "version": "6.0.6",
20618
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.6.tgz",
20619
+ "integrity": "sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==",
20527
20620
  "license": "MIT",
20528
20621
  "dependencies": {
20529
- "balanced-match": "^1.0.0",
20530
- "concat-map": "0.0.1"
20622
+ "nice-try": "^1.0.4",
20623
+ "path-key": "^2.0.1",
20624
+ "semver": "^5.5.0",
20625
+ "shebang-command": "^1.2.0",
20626
+ "which": "^1.2.9"
20627
+ },
20628
+ "engines": {
20629
+ "node": ">=4.8"
20531
20630
  }
20532
20631
  },
20533
- "node_modules/shelljs/node_modules/glob": {
20534
- "version": "7.2.3",
20535
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
20536
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
20537
- "license": "ISC",
20632
+ "node_modules/shelljs/node_modules/execa": {
20633
+ "version": "1.0.0",
20634
+ "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
20635
+ "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
20636
+ "license": "MIT",
20538
20637
  "dependencies": {
20539
- "fs.realpath": "^1.0.0",
20540
- "inflight": "^1.0.4",
20541
- "inherits": "2",
20542
- "minimatch": "^3.1.1",
20543
- "once": "^1.3.0",
20544
- "path-is-absolute": "^1.0.0"
20638
+ "cross-spawn": "^6.0.0",
20639
+ "get-stream": "^4.0.0",
20640
+ "is-stream": "^1.1.0",
20641
+ "npm-run-path": "^2.0.0",
20642
+ "p-finally": "^1.0.0",
20643
+ "signal-exit": "^3.0.0",
20644
+ "strip-eof": "^1.0.0"
20545
20645
  },
20546
20646
  "engines": {
20547
- "node": "*"
20647
+ "node": ">=6"
20648
+ }
20649
+ },
20650
+ "node_modules/shelljs/node_modules/get-stream": {
20651
+ "version": "4.1.0",
20652
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
20653
+ "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
20654
+ "license": "MIT",
20655
+ "dependencies": {
20656
+ "pump": "^3.0.0"
20548
20657
  },
20549
- "funding": {
20550
- "url": "https://github.com/sponsors/isaacs"
20658
+ "engines": {
20659
+ "node": ">=6"
20551
20660
  }
20552
20661
  },
20553
- "node_modules/shelljs/node_modules/minimatch": {
20554
- "version": "3.1.2",
20555
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
20556
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
20662
+ "node_modules/shelljs/node_modules/is-stream": {
20663
+ "version": "1.1.0",
20664
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
20665
+ "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==",
20666
+ "license": "MIT",
20667
+ "engines": {
20668
+ "node": ">=0.10.0"
20669
+ }
20670
+ },
20671
+ "node_modules/shelljs/node_modules/npm-run-path": {
20672
+ "version": "2.0.2",
20673
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
20674
+ "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==",
20675
+ "license": "MIT",
20676
+ "dependencies": {
20677
+ "path-key": "^2.0.0"
20678
+ },
20679
+ "engines": {
20680
+ "node": ">=4"
20681
+ }
20682
+ },
20683
+ "node_modules/shelljs/node_modules/semver": {
20684
+ "version": "5.7.2",
20685
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
20686
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
20557
20687
  "license": "ISC",
20688
+ "bin": {
20689
+ "semver": "bin/semver"
20690
+ }
20691
+ },
20692
+ "node_modules/shelljs/node_modules/shebang-command": {
20693
+ "version": "1.2.0",
20694
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
20695
+ "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==",
20696
+ "license": "MIT",
20558
20697
  "dependencies": {
20559
- "brace-expansion": "^1.1.7"
20698
+ "shebang-regex": "^1.0.0"
20560
20699
  },
20561
20700
  "engines": {
20562
- "node": "*"
20701
+ "node": ">=0.10.0"
20702
+ }
20703
+ },
20704
+ "node_modules/shelljs/node_modules/shebang-regex": {
20705
+ "version": "1.0.0",
20706
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
20707
+ "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==",
20708
+ "license": "MIT",
20709
+ "engines": {
20710
+ "node": ">=0.10.0"
20711
+ }
20712
+ },
20713
+ "node_modules/shelljs/node_modules/which": {
20714
+ "version": "1.3.1",
20715
+ "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
20716
+ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
20717
+ "license": "ISC",
20718
+ "dependencies": {
20719
+ "isexe": "^2.0.0"
20720
+ },
20721
+ "bin": {
20722
+ "which": "bin/which"
20563
20723
  }
20564
20724
  },
20565
20725
  "node_modules/shiki": {
@@ -20846,13 +21006,6 @@
20846
21006
  "node": ">=8"
20847
21007
  }
20848
21008
  },
20849
- "node_modules/spawn-wrap/node_modules/isexe": {
20850
- "version": "2.0.0",
20851
- "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
20852
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
20853
- "dev": true,
20854
- "license": "ISC"
20855
- },
20856
21009
  "node_modules/spawn-wrap/node_modules/which": {
20857
21010
  "version": "2.0.2",
20858
21011
  "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
@@ -21272,6 +21425,15 @@
21272
21425
  "node": ">=4"
21273
21426
  }
21274
21427
  },
21428
+ "node_modules/strip-eof": {
21429
+ "version": "1.0.0",
21430
+ "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
21431
+ "integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==",
21432
+ "license": "MIT",
21433
+ "engines": {
21434
+ "node": ">=0.10.0"
21435
+ }
21436
+ },
21275
21437
  "node_modules/strip-final-newline": {
21276
21438
  "version": "2.0.0",
21277
21439
  "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
@@ -22447,6 +22609,16 @@
22447
22609
  "url": "https://github.com/sponsors/ljharb"
22448
22610
  }
22449
22611
  },
22612
+ "node_modules/which/node_modules/isexe": {
22613
+ "version": "3.1.1",
22614
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz",
22615
+ "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==",
22616
+ "extraneous": true,
22617
+ "license": "ISC",
22618
+ "engines": {
22619
+ "node": ">=16"
22620
+ }
22621
+ },
22450
22622
  "node_modules/widest-line": {
22451
22623
  "version": "3.1.0",
22452
22624
  "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz",
package/oclif.lock CHANGED
@@ -4493,6 +4493,17 @@ create-require@^1.1.0:
4493
4493
  resolved "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz"
4494
4494
  integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
4495
4495
 
4496
+ cross-spawn@^6.0.0:
4497
+ version "6.0.6"
4498
+ resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.6.tgz#30d0efa0712ddb7eb5a76e1e8721bffafa6b5d57"
4499
+ integrity sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==
4500
+ dependencies:
4501
+ nice-try "^1.0.4"
4502
+ path-key "^2.0.1"
4503
+ semver "^5.5.0"
4504
+ shebang-command "^1.2.0"
4505
+ which "^1.2.9"
4506
+
4496
4507
  cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
4497
4508
  version "7.0.5"
4498
4509
  resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.5.tgz#910aac880ff5243da96b728bc6521a5f6c2f2f82"
@@ -5191,6 +5202,19 @@ events@^3.3.0:
5191
5202
  resolved "https://registry.npmjs.org/events/-/events-3.3.0.tgz"
5192
5203
  integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==
5193
5204
 
5205
+ execa@^1.0.0:
5206
+ version "1.0.0"
5207
+ resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
5208
+ integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==
5209
+ dependencies:
5210
+ cross-spawn "^6.0.0"
5211
+ get-stream "^4.0.0"
5212
+ is-stream "^1.1.0"
5213
+ npm-run-path "^2.0.0"
5214
+ p-finally "^1.0.0"
5215
+ signal-exit "^3.0.0"
5216
+ strip-eof "^1.0.0"
5217
+
5194
5218
  execa@^4.1.0:
5195
5219
  version "4.1.0"
5196
5220
  resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
@@ -5255,7 +5279,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
5255
5279
  resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz"
5256
5280
  integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
5257
5281
 
5258
- fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.3:
5282
+ fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.2, fast-glob@^3.3.3:
5259
5283
  version "3.3.3"
5260
5284
  resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
5261
5285
  integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
@@ -5597,6 +5621,13 @@ get-stdin@^9.0.0:
5597
5621
  resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-9.0.0.tgz#3983ff82e03d56f1b2ea0d3e60325f39d703a575"
5598
5622
  integrity sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==
5599
5623
 
5624
+ get-stream@^4.0.0:
5625
+ version "4.1.0"
5626
+ resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
5627
+ integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==
5628
+ dependencies:
5629
+ pump "^3.0.0"
5630
+
5600
5631
  get-stream@^5.0.0:
5601
5632
  version "5.2.0"
5602
5633
  resolved "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz"
@@ -5685,18 +5716,7 @@ glob-parent@^6.0.2:
5685
5716
  dependencies:
5686
5717
  is-glob "^4.0.3"
5687
5718
 
5688
- glob@^10.2.2, glob@^10.3.10:
5689
- version "10.4.1"
5690
- resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
5691
- integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==
5692
- dependencies:
5693
- foreground-child "^3.1.0"
5694
- jackspeak "^3.1.2"
5695
- minimatch "^9.0.4"
5696
- minipass "^7.1.2"
5697
- path-scurry "^1.11.1"
5698
-
5699
- glob@^10.3.7, glob@^10.4.5:
5719
+ glob@^10.2.2, glob@^10.3.10, glob@^10.3.7, glob@^10.4.5:
5700
5720
  version "10.4.5"
5701
5721
  resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
5702
5722
  integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
@@ -6410,6 +6430,11 @@ is-shared-array-buffer@^1.0.2:
6410
6430
  dependencies:
6411
6431
  call-bind "^1.0.2"
6412
6432
 
6433
+ is-stream@^1.1.0:
6434
+ version "1.1.0"
6435
+ resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
6436
+ integrity sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==
6437
+
6413
6438
  is-stream@^2.0.0:
6414
6439
  version "2.0.1"
6415
6440
  resolved "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz"
@@ -7589,6 +7614,11 @@ netmask@^2.0.2:
7589
7614
  resolved "https://registry.npmjs.org/netmask/-/netmask-2.0.2.tgz"
7590
7615
  integrity sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==
7591
7616
 
7617
+ nice-try@^1.0.4:
7618
+ version "1.0.5"
7619
+ resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
7620
+ integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
7621
+
7592
7622
  nise@^1.3.3:
7593
7623
  version "1.5.3"
7594
7624
  resolved "https://registry.npmjs.org/nise/-/nise-1.5.3.tgz"
@@ -7831,6 +7861,13 @@ npm-registry-fetch@^18.0.0, npm-registry-fetch@^18.0.1, npm-registry-fetch@^18.0
7831
7861
  npm-package-arg "^12.0.0"
7832
7862
  proc-log "^5.0.0"
7833
7863
 
7864
+ npm-run-path@^2.0.0:
7865
+ version "2.0.2"
7866
+ resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
7867
+ integrity sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==
7868
+ dependencies:
7869
+ path-key "^2.0.0"
7870
+
7834
7871
  npm-run-path@^4.0.0, npm-run-path@^4.0.1:
7835
7872
  version "4.0.1"
7836
7873
  resolved "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz"
@@ -8084,6 +8121,11 @@ p-cancelable@^3.0.0:
8084
8121
  resolved "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz"
8085
8122
  integrity sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==
8086
8123
 
8124
+ p-finally@^1.0.0:
8125
+ version "1.0.0"
8126
+ resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
8127
+ integrity sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==
8128
+
8087
8129
  p-limit@^1.1.0:
8088
8130
  version "1.3.0"
8089
8131
  resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8"
@@ -8328,6 +8370,11 @@ path-is-absolute@^1.0.0:
8328
8370
  resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
8329
8371
  integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
8330
8372
 
8373
+ path-key@^2.0.0, path-key@^2.0.1:
8374
+ version "2.0.1"
8375
+ resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
8376
+ integrity sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==
8377
+
8331
8378
  path-key@^3.0.0, path-key@^3.1.0:
8332
8379
  version "3.1.1"
8333
8380
  resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz"
@@ -9041,6 +9088,11 @@ semver@7.5.0:
9041
9088
  dependencies:
9042
9089
  lru-cache "^6.0.0"
9043
9090
 
9091
+ semver@^5.5.0:
9092
+ version "5.7.2"
9093
+ resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
9094
+ integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
9095
+
9044
9096
  semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
9045
9097
  version "6.3.1"
9046
9098
  resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
@@ -9106,6 +9158,13 @@ setimmediate@^1.0.5:
9106
9158
  resolved "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz"
9107
9159
  integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==
9108
9160
 
9161
+ shebang-command@^1.2.0:
9162
+ version "1.2.0"
9163
+ resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
9164
+ integrity sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==
9165
+ dependencies:
9166
+ shebang-regex "^1.0.0"
9167
+
9109
9168
  shebang-command@^2.0.0:
9110
9169
  version "2.0.0"
9111
9170
  resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz"
@@ -9113,6 +9172,11 @@ shebang-command@^2.0.0:
9113
9172
  dependencies:
9114
9173
  shebang-regex "^3.0.0"
9115
9174
 
9175
+ shebang-regex@^1.0.0:
9176
+ version "1.0.0"
9177
+ resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
9178
+ integrity sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==
9179
+
9116
9180
  shebang-regex@^3.0.0:
9117
9181
  version "3.0.0"
9118
9182
  resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz"
@@ -9127,6 +9191,16 @@ shelljs@^0.8.4, shelljs@^0.8.5:
9127
9191
  interpret "^1.0.0"
9128
9192
  rechoir "^0.6.2"
9129
9193
 
9194
+ shelljs@^0.9.1:
9195
+ version "0.9.1"
9196
+ resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.9.1.tgz#aab9426a54c27c093d5eca428b5fa559944460d6"
9197
+ integrity sha512-ngPynK9u9OmsL2DttaTOhEPahyAjVbjIwCK3R+2V9YDq0/equpq7hVz3XrnfIjAk1thN5ET5mEIzAmocmV6i+Q==
9198
+ dependencies:
9199
+ execa "^1.0.0"
9200
+ fast-glob "^3.3.2"
9201
+ interpret "^1.0.0"
9202
+ rechoir "^0.6.2"
9203
+
9130
9204
  shiki@^1.9.1:
9131
9205
  version "1.12.0"
9132
9206
  resolved "https://registry.yarnpkg.com/shiki/-/shiki-1.12.0.tgz#fd4900442405760df5c5819b5baa3892ef9612d2"
@@ -9144,7 +9218,7 @@ side-channel@^1.0.4:
9144
9218
  get-intrinsic "^1.0.2"
9145
9219
  object-inspect "^1.9.0"
9146
9220
 
9147
- signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
9221
+ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
9148
9222
  version "3.0.7"
9149
9223
  resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz"
9150
9224
  integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
@@ -9558,6 +9632,11 @@ strip-bom@^4.0.0:
9558
9632
  resolved "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz"
9559
9633
  integrity sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==
9560
9634
 
9635
+ strip-eof@^1.0.0:
9636
+ version "1.0.0"
9637
+ resolved "https://registry.yarnpkg.com/strip-eof/-/strip-eof-1.0.0.tgz#bb43ff5598a6eb05d89b59fcd129c983313606bf"
9638
+ integrity sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==
9639
+
9561
9640
  strip-final-newline@^2.0.0:
9562
9641
  version "2.0.0"
9563
9642
  resolved "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz"
@@ -10207,6 +10286,13 @@ which-typed-array@^1.1.11, which-typed-array@^1.1.13, which-typed-array@^1.1.2:
10207
10286
  gopd "^1.0.1"
10208
10287
  has-tostringtag "^1.0.0"
10209
10288
 
10289
+ which@^1.2.9:
10290
+ version "1.3.1"
10291
+ resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
10292
+ integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
10293
+ dependencies:
10294
+ isexe "^2.0.0"
10295
+
10210
10296
  which@^2.0.1:
10211
10297
  version "2.0.2"
10212
10298
  resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz"
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.3"
1393
+ "version": "5.7.4"
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.3",
4
+ "version": "5.7.4",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -27,7 +27,7 @@
27
27
  "just-diff": "^5.2.0",
28
28
  "proxy-agent": "^6.4.0",
29
29
  "semver": "^7.7.0",
30
- "shelljs": "^0.8.5",
30
+ "shelljs": "^0.9.1",
31
31
  "standard-version": "^9.5.0",
32
32
  "strip-ansi": "^6",
33
33
  "yarn-deduplicate": "^6.0.2"