@salesforce/plugin-release-management 5.7.3 → 5.7.5

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
- "version": "5.7.3",
3
+ "version": "5.7.5",
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.5",
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.2",
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.2",
20600
+ "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.9.2.tgz",
20601
+ "integrity": "sha512-S3I64fEiKgTZzKCC46zT/Ib9meqofLrQVbpSswtjFfAVDW+AZ54WTnAM/3/yENoxz/V1Cy6u3kiiEbQ4DNphvw==",
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",