@salesforce/plugin-release-management 4.4.11 → 4.4.13
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 +17 -17
- package/npm-shrinkwrap.json +484 -110
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -157,7 +157,7 @@ EXAMPLES
|
|
|
157
157
|
$ sfdx channel:promote --candidate latest-rc --target latest --platform win --platform mac
|
|
158
158
|
```
|
|
159
159
|
|
|
160
|
-
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.
|
|
160
|
+
_See code: [src/commands/channel/promote.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.13/src/commands/channel/promote.ts)_
|
|
161
161
|
|
|
162
162
|
## `sfdx cli:artifacts:compare`
|
|
163
163
|
|
|
@@ -180,7 +180,7 @@ EXAMPLES
|
|
|
180
180
|
$ sfdx cli:artifacts:compare
|
|
181
181
|
```
|
|
182
182
|
|
|
183
|
-
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.
|
|
183
|
+
_See code: [src/commands/cli/artifacts/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.13/src/commands/cli/artifacts/compare.ts)_
|
|
184
184
|
|
|
185
185
|
## `sfdx cli:install:jit:test`
|
|
186
186
|
|
|
@@ -200,7 +200,7 @@ EXAMPLES
|
|
|
200
200
|
$ sfdx cli:install:jit:test
|
|
201
201
|
```
|
|
202
202
|
|
|
203
|
-
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.
|
|
203
|
+
_See code: [src/commands/cli/install/jit/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.13/src/commands/cli/install/jit/test.ts)_
|
|
204
204
|
|
|
205
205
|
## `sfdx cli:install:test`
|
|
206
206
|
|
|
@@ -240,7 +240,7 @@ EXAMPLES
|
|
|
240
240
|
$ sfdx cli:install:test --cli sf --method tarball --channel stable-rc
|
|
241
241
|
```
|
|
242
242
|
|
|
243
|
-
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.
|
|
243
|
+
_See code: [src/commands/cli/install/test.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.13/src/commands/cli/install/test.ts)_
|
|
244
244
|
|
|
245
245
|
## `sfdx cli:release:automerge`
|
|
246
246
|
|
|
@@ -269,7 +269,7 @@ EXAMPLES
|
|
|
269
269
|
$ sfdx cli:release:automerge --owner salesforcecli --repo sfdx-cli --pul-number 1049
|
|
270
270
|
```
|
|
271
271
|
|
|
272
|
-
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.
|
|
272
|
+
_See code: [src/commands/cli/release/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.13/src/commands/cli/release/automerge.ts)_
|
|
273
273
|
|
|
274
274
|
## `sfdx cli:release:build`
|
|
275
275
|
|
|
@@ -330,7 +330,7 @@ EXAMPLES
|
|
|
330
330
|
$ sfdx cli:release:build --only @salesforce/plugin-source,@salesforce/plugin-info@1.2.3,@sf/config
|
|
331
331
|
```
|
|
332
332
|
|
|
333
|
-
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.
|
|
333
|
+
_See code: [src/commands/cli/release/build.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.13/src/commands/cli/release/build.ts)_
|
|
334
334
|
|
|
335
335
|
## `sfdx cli:releasenotes`
|
|
336
336
|
|
|
@@ -370,7 +370,7 @@ EXAMPLES
|
|
|
370
370
|
$ sfdx cli:releasenotes --cli sf --markdown > changes.md
|
|
371
371
|
```
|
|
372
372
|
|
|
373
|
-
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.
|
|
373
|
+
_See code: [src/commands/cli/releasenotes.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.13/src/commands/cli/releasenotes.ts)_
|
|
374
374
|
|
|
375
375
|
## `sfdx cli:schemas:compare`
|
|
376
376
|
|
|
@@ -392,7 +392,7 @@ EXAMPLES
|
|
|
392
392
|
$ sfdx cli:schemas:compare
|
|
393
393
|
```
|
|
394
394
|
|
|
395
|
-
_See code: [src/commands/cli/schemas/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.
|
|
395
|
+
_See code: [src/commands/cli/schemas/compare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.13/src/commands/cli/schemas/compare.ts)_
|
|
396
396
|
|
|
397
397
|
## `sfdx cli:tarballs:prepare`
|
|
398
398
|
|
|
@@ -419,7 +419,7 @@ EXAMPLES
|
|
|
419
419
|
$ sfdx cli:tarballs:prepare
|
|
420
420
|
```
|
|
421
421
|
|
|
422
|
-
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.
|
|
422
|
+
_See code: [src/commands/cli/tarballs/prepare.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.13/src/commands/cli/tarballs/prepare.ts)_
|
|
423
423
|
|
|
424
424
|
## `sfdx cli:tarballs:smoke`
|
|
425
425
|
|
|
@@ -448,7 +448,7 @@ EXAMPLES
|
|
|
448
448
|
$ sfdx cli:tarballs:smoke
|
|
449
449
|
```
|
|
450
450
|
|
|
451
|
-
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.
|
|
451
|
+
_See code: [src/commands/cli/tarballs/smoke.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.13/src/commands/cli/tarballs/smoke.ts)_
|
|
452
452
|
|
|
453
453
|
## `sfdx cli:tarballs:verify`
|
|
454
454
|
|
|
@@ -479,7 +479,7 @@ EXAMPLES
|
|
|
479
479
|
$ sfdx cli:tarballs:verify --cli sf
|
|
480
480
|
```
|
|
481
481
|
|
|
482
|
-
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.
|
|
482
|
+
_See code: [src/commands/cli/tarballs/verify.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.13/src/commands/cli/tarballs/verify.ts)_
|
|
483
483
|
|
|
484
484
|
## `sfdx cli:versions:inspect`
|
|
485
485
|
|
|
@@ -531,7 +531,7 @@ EXAMPLES
|
|
|
531
531
|
$ sfdx cli:versions:inspect -l npm -c latest -d chalk -s
|
|
532
532
|
```
|
|
533
533
|
|
|
534
|
-
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.
|
|
534
|
+
_See code: [src/commands/cli/versions/inspect.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.13/src/commands/cli/versions/inspect.ts)_
|
|
535
535
|
|
|
536
536
|
## `sfdx dependabot:automerge`
|
|
537
537
|
|
|
@@ -570,7 +570,7 @@ EXAMPLES
|
|
|
570
570
|
$ sfdx dependabot:automerge --max-version-bump major
|
|
571
571
|
```
|
|
572
572
|
|
|
573
|
-
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.
|
|
573
|
+
_See code: [src/commands/dependabot/automerge.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.13/src/commands/dependabot/automerge.ts)_
|
|
574
574
|
|
|
575
575
|
## `sfdx github:check:closed`
|
|
576
576
|
|
|
@@ -596,7 +596,7 @@ EXAMPLES
|
|
|
596
596
|
$ sfdx github:check:closed -o me@gus.com
|
|
597
597
|
```
|
|
598
598
|
|
|
599
|
-
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.
|
|
599
|
+
_See code: [src/commands/github/check/closed.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.13/src/commands/github/check/closed.ts)_
|
|
600
600
|
|
|
601
601
|
## `sfdx npm:dependencies:pin`
|
|
602
602
|
|
|
@@ -621,7 +621,7 @@ DESCRIPTION
|
|
|
621
621
|
in the package.json
|
|
622
622
|
```
|
|
623
623
|
|
|
624
|
-
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.
|
|
624
|
+
_See code: [src/commands/npm/dependencies/pin.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.13/src/commands/npm/dependencies/pin.ts)_
|
|
625
625
|
|
|
626
626
|
## `sfdx npm:package:release`
|
|
627
627
|
|
|
@@ -652,7 +652,7 @@ DESCRIPTION
|
|
|
652
652
|
publish npm package
|
|
653
653
|
```
|
|
654
654
|
|
|
655
|
-
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.
|
|
655
|
+
_See code: [src/commands/npm/package/release.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.13/src/commands/npm/package/release.ts)_
|
|
656
656
|
|
|
657
657
|
## `sfdx plugins:trust:verify`
|
|
658
658
|
|
|
@@ -718,6 +718,6 @@ EXAMPLES
|
|
|
718
718
|
$ sfdx repositories --json | jq -r '.result[] | select(.name=="sfdx-core") | .packages[] | .url
|
|
719
719
|
```
|
|
720
720
|
|
|
721
|
-
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.
|
|
721
|
+
_See code: [src/commands/repositories/index.ts](https://github.com/salesforcecli/plugin-release-management/blob/4.4.13/src/commands/repositories/index.ts)_
|
|
722
722
|
|
|
723
723
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.13",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-release-management",
|
|
9
|
-
"version": "4.4.
|
|
9
|
+
"version": "4.4.13",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^2.15.0",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@octokit/plugin-throttling": "^5.2.3",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^4.4.7",
|
|
17
17
|
"@salesforce/core": "^5.3.1",
|
|
18
|
-
"@salesforce/kit": "^3.0.
|
|
18
|
+
"@salesforce/kit": "^3.0.14",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.36",
|
|
20
20
|
"@salesforce/plugin-trust": "^2.6.19",
|
|
21
21
|
"@salesforce/sf-plugins-core": "^3.1.28",
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@oclif/plugin-command-snapshot": "^4.0.14",
|
|
41
41
|
"@salesforce/dev-config": "^4.0.1",
|
|
42
|
-
"@salesforce/dev-scripts": "^5.
|
|
42
|
+
"@salesforce/dev-scripts": "^5.11.0",
|
|
43
43
|
"@salesforce/prettier-config": "^0.0.3",
|
|
44
44
|
"@salesforce/ts-sinon": "1.4.17",
|
|
45
45
|
"@swc/core": "1.3.39",
|
|
46
|
-
"@types/semver": "^7.5.
|
|
46
|
+
"@types/semver": "^7.5.4",
|
|
47
47
|
"@types/shelljs": "^0.8.8",
|
|
48
48
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
49
49
|
"@typescript-eslint/parser": "^5.61.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"sinon": "10.0.0",
|
|
69
69
|
"ts-node": "^10.0.0",
|
|
70
70
|
"typescript": "^5.2.2",
|
|
71
|
-
"wireit": "^0.14.
|
|
71
|
+
"wireit": "^0.14.1"
|
|
72
72
|
},
|
|
73
73
|
"engines": {
|
|
74
74
|
"node": ">=16.0.0"
|
|
@@ -225,9 +225,9 @@
|
|
|
225
225
|
"license": "ISC"
|
|
226
226
|
},
|
|
227
227
|
"node_modules/@babel/helper-environment-visitor": {
|
|
228
|
-
"version": "7.22.
|
|
229
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.
|
|
230
|
-
"integrity": "sha512-
|
|
228
|
+
"version": "7.22.20",
|
|
229
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
|
|
230
|
+
"integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
|
|
231
231
|
"dev": true,
|
|
232
232
|
"license": "MIT",
|
|
233
233
|
"engines": {
|
|
@@ -235,19 +235,179 @@
|
|
|
235
235
|
}
|
|
236
236
|
},
|
|
237
237
|
"node_modules/@babel/helper-function-name": {
|
|
238
|
-
"version": "7.
|
|
239
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.
|
|
240
|
-
"integrity": "sha512-
|
|
238
|
+
"version": "7.23.0",
|
|
239
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
|
|
240
|
+
"integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
|
|
241
241
|
"dev": true,
|
|
242
242
|
"license": "MIT",
|
|
243
243
|
"dependencies": {
|
|
244
|
-
"@babel/template": "^7.22.
|
|
245
|
-
"@babel/types": "^7.
|
|
244
|
+
"@babel/template": "^7.22.15",
|
|
245
|
+
"@babel/types": "^7.23.0"
|
|
246
|
+
},
|
|
247
|
+
"engines": {
|
|
248
|
+
"node": ">=6.9.0"
|
|
249
|
+
}
|
|
250
|
+
},
|
|
251
|
+
"node_modules/@babel/helper-function-name/node_modules/@babel/code-frame": {
|
|
252
|
+
"version": "7.22.13",
|
|
253
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz",
|
|
254
|
+
"integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==",
|
|
255
|
+
"dev": true,
|
|
256
|
+
"license": "MIT",
|
|
257
|
+
"dependencies": {
|
|
258
|
+
"@babel/highlight": "^7.22.13",
|
|
259
|
+
"chalk": "^2.4.2"
|
|
260
|
+
},
|
|
261
|
+
"engines": {
|
|
262
|
+
"node": ">=6.9.0"
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
"node_modules/@babel/helper-function-name/node_modules/@babel/helper-validator-identifier": {
|
|
266
|
+
"version": "7.22.20",
|
|
267
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
|
|
268
|
+
"integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
|
|
269
|
+
"dev": true,
|
|
270
|
+
"license": "MIT",
|
|
271
|
+
"engines": {
|
|
272
|
+
"node": ">=6.9.0"
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
"node_modules/@babel/helper-function-name/node_modules/@babel/highlight": {
|
|
276
|
+
"version": "7.22.20",
|
|
277
|
+
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz",
|
|
278
|
+
"integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==",
|
|
279
|
+
"dev": true,
|
|
280
|
+
"license": "MIT",
|
|
281
|
+
"dependencies": {
|
|
282
|
+
"@babel/helper-validator-identifier": "^7.22.20",
|
|
283
|
+
"chalk": "^2.4.2",
|
|
284
|
+
"js-tokens": "^4.0.0"
|
|
285
|
+
},
|
|
286
|
+
"engines": {
|
|
287
|
+
"node": ">=6.9.0"
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
"node_modules/@babel/helper-function-name/node_modules/@babel/parser": {
|
|
291
|
+
"version": "7.23.0",
|
|
292
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz",
|
|
293
|
+
"integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==",
|
|
294
|
+
"dev": true,
|
|
295
|
+
"license": "MIT",
|
|
296
|
+
"bin": {
|
|
297
|
+
"parser": "bin/babel-parser.js"
|
|
298
|
+
},
|
|
299
|
+
"engines": {
|
|
300
|
+
"node": ">=6.0.0"
|
|
301
|
+
}
|
|
302
|
+
},
|
|
303
|
+
"node_modules/@babel/helper-function-name/node_modules/@babel/template": {
|
|
304
|
+
"version": "7.22.15",
|
|
305
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz",
|
|
306
|
+
"integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==",
|
|
307
|
+
"dev": true,
|
|
308
|
+
"license": "MIT",
|
|
309
|
+
"dependencies": {
|
|
310
|
+
"@babel/code-frame": "^7.22.13",
|
|
311
|
+
"@babel/parser": "^7.22.15",
|
|
312
|
+
"@babel/types": "^7.22.15"
|
|
313
|
+
},
|
|
314
|
+
"engines": {
|
|
315
|
+
"node": ">=6.9.0"
|
|
316
|
+
}
|
|
317
|
+
},
|
|
318
|
+
"node_modules/@babel/helper-function-name/node_modules/@babel/types": {
|
|
319
|
+
"version": "7.23.0",
|
|
320
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz",
|
|
321
|
+
"integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==",
|
|
322
|
+
"dev": true,
|
|
323
|
+
"license": "MIT",
|
|
324
|
+
"dependencies": {
|
|
325
|
+
"@babel/helper-string-parser": "^7.22.5",
|
|
326
|
+
"@babel/helper-validator-identifier": "^7.22.20",
|
|
327
|
+
"to-fast-properties": "^2.0.0"
|
|
246
328
|
},
|
|
247
329
|
"engines": {
|
|
248
330
|
"node": ">=6.9.0"
|
|
249
331
|
}
|
|
250
332
|
},
|
|
333
|
+
"node_modules/@babel/helper-function-name/node_modules/ansi-styles": {
|
|
334
|
+
"version": "3.2.1",
|
|
335
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
|
336
|
+
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
|
337
|
+
"dev": true,
|
|
338
|
+
"license": "MIT",
|
|
339
|
+
"dependencies": {
|
|
340
|
+
"color-convert": "^1.9.0"
|
|
341
|
+
},
|
|
342
|
+
"engines": {
|
|
343
|
+
"node": ">=4"
|
|
344
|
+
}
|
|
345
|
+
},
|
|
346
|
+
"node_modules/@babel/helper-function-name/node_modules/chalk": {
|
|
347
|
+
"version": "2.4.2",
|
|
348
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
|
349
|
+
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
|
350
|
+
"dev": true,
|
|
351
|
+
"license": "MIT",
|
|
352
|
+
"dependencies": {
|
|
353
|
+
"ansi-styles": "^3.2.1",
|
|
354
|
+
"escape-string-regexp": "^1.0.5",
|
|
355
|
+
"supports-color": "^5.3.0"
|
|
356
|
+
},
|
|
357
|
+
"engines": {
|
|
358
|
+
"node": ">=4"
|
|
359
|
+
}
|
|
360
|
+
},
|
|
361
|
+
"node_modules/@babel/helper-function-name/node_modules/color-convert": {
|
|
362
|
+
"version": "1.9.3",
|
|
363
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
|
364
|
+
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
|
365
|
+
"dev": true,
|
|
366
|
+
"license": "MIT",
|
|
367
|
+
"dependencies": {
|
|
368
|
+
"color-name": "1.1.3"
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
"node_modules/@babel/helper-function-name/node_modules/color-name": {
|
|
372
|
+
"version": "1.1.3",
|
|
373
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
374
|
+
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
|
|
375
|
+
"dev": true,
|
|
376
|
+
"license": "MIT"
|
|
377
|
+
},
|
|
378
|
+
"node_modules/@babel/helper-function-name/node_modules/escape-string-regexp": {
|
|
379
|
+
"version": "1.0.5",
|
|
380
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
381
|
+
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
382
|
+
"dev": true,
|
|
383
|
+
"license": "MIT",
|
|
384
|
+
"engines": {
|
|
385
|
+
"node": ">=0.8.0"
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
"node_modules/@babel/helper-function-name/node_modules/has-flag": {
|
|
389
|
+
"version": "3.0.0",
|
|
390
|
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
|
391
|
+
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
|
|
392
|
+
"dev": true,
|
|
393
|
+
"license": "MIT",
|
|
394
|
+
"engines": {
|
|
395
|
+
"node": ">=4"
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
"node_modules/@babel/helper-function-name/node_modules/supports-color": {
|
|
399
|
+
"version": "5.5.0",
|
|
400
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
|
401
|
+
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
|
402
|
+
"dev": true,
|
|
403
|
+
"license": "MIT",
|
|
404
|
+
"dependencies": {
|
|
405
|
+
"has-flag": "^3.0.0"
|
|
406
|
+
},
|
|
407
|
+
"engines": {
|
|
408
|
+
"node": ">=4"
|
|
409
|
+
}
|
|
410
|
+
},
|
|
251
411
|
"node_modules/@babel/helper-hoist-variables": {
|
|
252
412
|
"version": "7.22.5",
|
|
253
413
|
"resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
|
|
@@ -294,6 +454,16 @@
|
|
|
294
454
|
"node": ">=6.9.0"
|
|
295
455
|
}
|
|
296
456
|
},
|
|
457
|
+
"node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-environment-visitor": {
|
|
458
|
+
"version": "7.22.5",
|
|
459
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz",
|
|
460
|
+
"integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==",
|
|
461
|
+
"dev": true,
|
|
462
|
+
"license": "MIT",
|
|
463
|
+
"engines": {
|
|
464
|
+
"node": ">=6.9.0"
|
|
465
|
+
}
|
|
466
|
+
},
|
|
297
467
|
"node_modules/@babel/helper-simple-access": {
|
|
298
468
|
"version": "7.22.5",
|
|
299
469
|
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
|
|
@@ -503,20 +673,20 @@
|
|
|
503
673
|
}
|
|
504
674
|
},
|
|
505
675
|
"node_modules/@babel/traverse": {
|
|
506
|
-
"version": "7.
|
|
507
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.
|
|
508
|
-
"integrity": "sha512-
|
|
676
|
+
"version": "7.23.2",
|
|
677
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz",
|
|
678
|
+
"integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==",
|
|
509
679
|
"dev": true,
|
|
510
680
|
"license": "MIT",
|
|
511
681
|
"dependencies": {
|
|
512
|
-
"@babel/code-frame": "^7.22.
|
|
513
|
-
"@babel/generator": "^7.
|
|
514
|
-
"@babel/helper-environment-visitor": "^7.22.
|
|
515
|
-
"@babel/helper-function-name": "^7.
|
|
682
|
+
"@babel/code-frame": "^7.22.13",
|
|
683
|
+
"@babel/generator": "^7.23.0",
|
|
684
|
+
"@babel/helper-environment-visitor": "^7.22.20",
|
|
685
|
+
"@babel/helper-function-name": "^7.23.0",
|
|
516
686
|
"@babel/helper-hoist-variables": "^7.22.5",
|
|
517
|
-
"@babel/helper-split-export-declaration": "^7.22.
|
|
518
|
-
"@babel/parser": "^7.
|
|
519
|
-
"@babel/types": "^7.
|
|
687
|
+
"@babel/helper-split-export-declaration": "^7.22.6",
|
|
688
|
+
"@babel/parser": "^7.23.0",
|
|
689
|
+
"@babel/types": "^7.23.0",
|
|
520
690
|
"debug": "^4.1.0",
|
|
521
691
|
"globals": "^11.1.0"
|
|
522
692
|
},
|
|
@@ -524,6 +694,182 @@
|
|
|
524
694
|
"node": ">=6.9.0"
|
|
525
695
|
}
|
|
526
696
|
},
|
|
697
|
+
"node_modules/@babel/traverse/node_modules/@babel/code-frame": {
|
|
698
|
+
"version": "7.22.13",
|
|
699
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz",
|
|
700
|
+
"integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==",
|
|
701
|
+
"dev": true,
|
|
702
|
+
"license": "MIT",
|
|
703
|
+
"dependencies": {
|
|
704
|
+
"@babel/highlight": "^7.22.13",
|
|
705
|
+
"chalk": "^2.4.2"
|
|
706
|
+
},
|
|
707
|
+
"engines": {
|
|
708
|
+
"node": ">=6.9.0"
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
"node_modules/@babel/traverse/node_modules/@babel/generator": {
|
|
712
|
+
"version": "7.23.0",
|
|
713
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz",
|
|
714
|
+
"integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==",
|
|
715
|
+
"dev": true,
|
|
716
|
+
"license": "MIT",
|
|
717
|
+
"dependencies": {
|
|
718
|
+
"@babel/types": "^7.23.0",
|
|
719
|
+
"@jridgewell/gen-mapping": "^0.3.2",
|
|
720
|
+
"@jridgewell/trace-mapping": "^0.3.17",
|
|
721
|
+
"jsesc": "^2.5.1"
|
|
722
|
+
},
|
|
723
|
+
"engines": {
|
|
724
|
+
"node": ">=6.9.0"
|
|
725
|
+
}
|
|
726
|
+
},
|
|
727
|
+
"node_modules/@babel/traverse/node_modules/@babel/helper-split-export-declaration": {
|
|
728
|
+
"version": "7.22.6",
|
|
729
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
|
|
730
|
+
"integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
|
|
731
|
+
"dev": true,
|
|
732
|
+
"license": "MIT",
|
|
733
|
+
"dependencies": {
|
|
734
|
+
"@babel/types": "^7.22.5"
|
|
735
|
+
},
|
|
736
|
+
"engines": {
|
|
737
|
+
"node": ">=6.9.0"
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
"node_modules/@babel/traverse/node_modules/@babel/helper-split-export-declaration/node_modules/@babel/helper-validator-identifier": {
|
|
741
|
+
"version": "7.22.5",
|
|
742
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz",
|
|
743
|
+
"integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==",
|
|
744
|
+
"dev": true,
|
|
745
|
+
"license": "MIT",
|
|
746
|
+
"engines": {
|
|
747
|
+
"node": ">=6.9.0"
|
|
748
|
+
}
|
|
749
|
+
},
|
|
750
|
+
"node_modules/@babel/traverse/node_modules/@babel/helper-split-export-declaration/node_modules/@babel/types": {
|
|
751
|
+
"version": "7.22.5",
|
|
752
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz",
|
|
753
|
+
"integrity": "sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==",
|
|
754
|
+
"dev": true,
|
|
755
|
+
"license": "MIT",
|
|
756
|
+
"dependencies": {
|
|
757
|
+
"@babel/helper-string-parser": "^7.22.5",
|
|
758
|
+
"@babel/helper-validator-identifier": "^7.22.5",
|
|
759
|
+
"to-fast-properties": "^2.0.0"
|
|
760
|
+
},
|
|
761
|
+
"engines": {
|
|
762
|
+
"node": ">=6.9.0"
|
|
763
|
+
}
|
|
764
|
+
},
|
|
765
|
+
"node_modules/@babel/traverse/node_modules/@babel/helper-validator-identifier": {
|
|
766
|
+
"version": "7.22.20",
|
|
767
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
|
|
768
|
+
"integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
|
|
769
|
+
"dev": true,
|
|
770
|
+
"license": "MIT",
|
|
771
|
+
"engines": {
|
|
772
|
+
"node": ">=6.9.0"
|
|
773
|
+
}
|
|
774
|
+
},
|
|
775
|
+
"node_modules/@babel/traverse/node_modules/@babel/highlight": {
|
|
776
|
+
"version": "7.22.20",
|
|
777
|
+
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz",
|
|
778
|
+
"integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==",
|
|
779
|
+
"dev": true,
|
|
780
|
+
"license": "MIT",
|
|
781
|
+
"dependencies": {
|
|
782
|
+
"@babel/helper-validator-identifier": "^7.22.20",
|
|
783
|
+
"chalk": "^2.4.2",
|
|
784
|
+
"js-tokens": "^4.0.0"
|
|
785
|
+
},
|
|
786
|
+
"engines": {
|
|
787
|
+
"node": ">=6.9.0"
|
|
788
|
+
}
|
|
789
|
+
},
|
|
790
|
+
"node_modules/@babel/traverse/node_modules/@babel/parser": {
|
|
791
|
+
"version": "7.23.0",
|
|
792
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz",
|
|
793
|
+
"integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==",
|
|
794
|
+
"dev": true,
|
|
795
|
+
"license": "MIT",
|
|
796
|
+
"bin": {
|
|
797
|
+
"parser": "bin/babel-parser.js"
|
|
798
|
+
},
|
|
799
|
+
"engines": {
|
|
800
|
+
"node": ">=6.0.0"
|
|
801
|
+
}
|
|
802
|
+
},
|
|
803
|
+
"node_modules/@babel/traverse/node_modules/@babel/types": {
|
|
804
|
+
"version": "7.23.0",
|
|
805
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz",
|
|
806
|
+
"integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==",
|
|
807
|
+
"dev": true,
|
|
808
|
+
"license": "MIT",
|
|
809
|
+
"dependencies": {
|
|
810
|
+
"@babel/helper-string-parser": "^7.22.5",
|
|
811
|
+
"@babel/helper-validator-identifier": "^7.22.20",
|
|
812
|
+
"to-fast-properties": "^2.0.0"
|
|
813
|
+
},
|
|
814
|
+
"engines": {
|
|
815
|
+
"node": ">=6.9.0"
|
|
816
|
+
}
|
|
817
|
+
},
|
|
818
|
+
"node_modules/@babel/traverse/node_modules/ansi-styles": {
|
|
819
|
+
"version": "3.2.1",
|
|
820
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
|
821
|
+
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
|
822
|
+
"dev": true,
|
|
823
|
+
"license": "MIT",
|
|
824
|
+
"dependencies": {
|
|
825
|
+
"color-convert": "^1.9.0"
|
|
826
|
+
},
|
|
827
|
+
"engines": {
|
|
828
|
+
"node": ">=4"
|
|
829
|
+
}
|
|
830
|
+
},
|
|
831
|
+
"node_modules/@babel/traverse/node_modules/chalk": {
|
|
832
|
+
"version": "2.4.2",
|
|
833
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
|
834
|
+
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
|
835
|
+
"dev": true,
|
|
836
|
+
"license": "MIT",
|
|
837
|
+
"dependencies": {
|
|
838
|
+
"ansi-styles": "^3.2.1",
|
|
839
|
+
"escape-string-regexp": "^1.0.5",
|
|
840
|
+
"supports-color": "^5.3.0"
|
|
841
|
+
},
|
|
842
|
+
"engines": {
|
|
843
|
+
"node": ">=4"
|
|
844
|
+
}
|
|
845
|
+
},
|
|
846
|
+
"node_modules/@babel/traverse/node_modules/color-convert": {
|
|
847
|
+
"version": "1.9.3",
|
|
848
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
|
849
|
+
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
|
850
|
+
"dev": true,
|
|
851
|
+
"license": "MIT",
|
|
852
|
+
"dependencies": {
|
|
853
|
+
"color-name": "1.1.3"
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
|
+
"node_modules/@babel/traverse/node_modules/color-name": {
|
|
857
|
+
"version": "1.1.3",
|
|
858
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
859
|
+
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
|
|
860
|
+
"dev": true,
|
|
861
|
+
"license": "MIT"
|
|
862
|
+
},
|
|
863
|
+
"node_modules/@babel/traverse/node_modules/escape-string-regexp": {
|
|
864
|
+
"version": "1.0.5",
|
|
865
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
866
|
+
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
867
|
+
"dev": true,
|
|
868
|
+
"license": "MIT",
|
|
869
|
+
"engines": {
|
|
870
|
+
"node": ">=0.8.0"
|
|
871
|
+
}
|
|
872
|
+
},
|
|
527
873
|
"node_modules/@babel/traverse/node_modules/globals": {
|
|
528
874
|
"version": "11.12.0",
|
|
529
875
|
"resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
|
|
@@ -534,6 +880,29 @@
|
|
|
534
880
|
"node": ">=4"
|
|
535
881
|
}
|
|
536
882
|
},
|
|
883
|
+
"node_modules/@babel/traverse/node_modules/has-flag": {
|
|
884
|
+
"version": "3.0.0",
|
|
885
|
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
|
886
|
+
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
|
|
887
|
+
"dev": true,
|
|
888
|
+
"license": "MIT",
|
|
889
|
+
"engines": {
|
|
890
|
+
"node": ">=4"
|
|
891
|
+
}
|
|
892
|
+
},
|
|
893
|
+
"node_modules/@babel/traverse/node_modules/supports-color": {
|
|
894
|
+
"version": "5.5.0",
|
|
895
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
|
896
|
+
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
|
897
|
+
"dev": true,
|
|
898
|
+
"license": "MIT",
|
|
899
|
+
"dependencies": {
|
|
900
|
+
"has-flag": "^3.0.0"
|
|
901
|
+
},
|
|
902
|
+
"engines": {
|
|
903
|
+
"node": ">=4"
|
|
904
|
+
}
|
|
905
|
+
},
|
|
537
906
|
"node_modules/@babel/types": {
|
|
538
907
|
"version": "7.22.5",
|
|
539
908
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz",
|
|
@@ -1475,6 +1844,26 @@
|
|
|
1475
1844
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
1476
1845
|
}
|
|
1477
1846
|
},
|
|
1847
|
+
"node_modules/@npmcli/arborist/node_modules/@npmcli/name-from-folder": {
|
|
1848
|
+
"version": "2.0.0",
|
|
1849
|
+
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz",
|
|
1850
|
+
"integrity": "sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==",
|
|
1851
|
+
"extraneous": true,
|
|
1852
|
+
"license": "ISC",
|
|
1853
|
+
"engines": {
|
|
1854
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
1855
|
+
}
|
|
1856
|
+
},
|
|
1857
|
+
"node_modules/@npmcli/arborist/node_modules/@npmcli/node-gyp": {
|
|
1858
|
+
"version": "3.0.0",
|
|
1859
|
+
"resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz",
|
|
1860
|
+
"integrity": "sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==",
|
|
1861
|
+
"extraneous": true,
|
|
1862
|
+
"license": "ISC",
|
|
1863
|
+
"engines": {
|
|
1864
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
1865
|
+
}
|
|
1866
|
+
},
|
|
1478
1867
|
"node_modules/@npmcli/arborist/node_modules/minimatch": {
|
|
1479
1868
|
"version": "9.0.3",
|
|
1480
1869
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
@@ -1629,6 +2018,16 @@
|
|
|
1629
2018
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
1630
2019
|
}
|
|
1631
2020
|
},
|
|
2021
|
+
"node_modules/@npmcli/map-workspaces/node_modules/@npmcli/name-from-folder": {
|
|
2022
|
+
"version": "2.0.0",
|
|
2023
|
+
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-2.0.0.tgz",
|
|
2024
|
+
"integrity": "sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==",
|
|
2025
|
+
"extraneous": true,
|
|
2026
|
+
"license": "ISC",
|
|
2027
|
+
"engines": {
|
|
2028
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
2029
|
+
}
|
|
2030
|
+
},
|
|
1632
2031
|
"node_modules/@npmcli/map-workspaces/node_modules/foreground-child": {
|
|
1633
2032
|
"version": "3.1.1",
|
|
1634
2033
|
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
|
|
@@ -1647,20 +2046,20 @@
|
|
|
1647
2046
|
}
|
|
1648
2047
|
},
|
|
1649
2048
|
"node_modules/@npmcli/map-workspaces/node_modules/glob": {
|
|
1650
|
-
"version": "10.3.
|
|
1651
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.
|
|
1652
|
-
"integrity": "sha512-
|
|
2049
|
+
"version": "10.3.10",
|
|
2050
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
|
|
2051
|
+
"integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==",
|
|
1653
2052
|
"extraneous": true,
|
|
1654
2053
|
"license": "ISC",
|
|
1655
2054
|
"dependencies": {
|
|
1656
2055
|
"foreground-child": "^3.1.0",
|
|
1657
|
-
"jackspeak": "^2.
|
|
2056
|
+
"jackspeak": "^2.3.5",
|
|
1658
2057
|
"minimatch": "^9.0.1",
|
|
1659
2058
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
|
|
1660
2059
|
"path-scurry": "^1.10.1"
|
|
1661
2060
|
},
|
|
1662
2061
|
"bin": {
|
|
1663
|
-
"glob": "dist/
|
|
2062
|
+
"glob": "dist/esm/bin.mjs"
|
|
1664
2063
|
},
|
|
1665
2064
|
"engines": {
|
|
1666
2065
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -1739,24 +2138,18 @@
|
|
|
1739
2138
|
}
|
|
1740
2139
|
},
|
|
1741
2140
|
"node_modules/@npmcli/name-from-folder": {
|
|
1742
|
-
"version": "
|
|
1743
|
-
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-
|
|
1744
|
-
"integrity": "sha512-
|
|
1745
|
-
"
|
|
1746
|
-
"license": "ISC"
|
|
1747
|
-
"engines": {
|
|
1748
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
1749
|
-
}
|
|
2141
|
+
"version": "1.0.1",
|
|
2142
|
+
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-1.0.1.tgz",
|
|
2143
|
+
"integrity": "sha512-qq3oEfcLFwNfEYOQ8HLimRGKlD8WSeGEdtUa7hmzpR8Sa7haL1KVQrvgO6wqMjhWFFVjgtrh1gIxDz+P8sjUaA==",
|
|
2144
|
+
"dev": true,
|
|
2145
|
+
"license": "ISC"
|
|
1750
2146
|
},
|
|
1751
2147
|
"node_modules/@npmcli/node-gyp": {
|
|
1752
|
-
"version": "
|
|
1753
|
-
"resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-
|
|
1754
|
-
"integrity": "sha512-
|
|
2148
|
+
"version": "1.0.3",
|
|
2149
|
+
"resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-1.0.3.tgz",
|
|
2150
|
+
"integrity": "sha512-fnkhw+fmX65kiLqk6E3BFLXNC26rUhK90zVwe2yncPliVT/Qos3xjhTLE59Df8KnPlcwIERXKVlU1bXoUQ+liA==",
|
|
1755
2151
|
"dev": true,
|
|
1756
|
-
"license": "ISC"
|
|
1757
|
-
"engines": {
|
|
1758
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
1759
|
-
}
|
|
2152
|
+
"license": "ISC"
|
|
1760
2153
|
},
|
|
1761
2154
|
"node_modules/@npmcli/package-json": {
|
|
1762
2155
|
"version": "4.0.1",
|
|
@@ -1795,20 +2188,20 @@
|
|
|
1795
2188
|
}
|
|
1796
2189
|
},
|
|
1797
2190
|
"node_modules/@npmcli/package-json/node_modules/glob": {
|
|
1798
|
-
"version": "10.3.
|
|
1799
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.
|
|
1800
|
-
"integrity": "sha512-
|
|
2191
|
+
"version": "10.3.10",
|
|
2192
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
|
|
2193
|
+
"integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==",
|
|
1801
2194
|
"extraneous": true,
|
|
1802
2195
|
"license": "ISC",
|
|
1803
2196
|
"dependencies": {
|
|
1804
2197
|
"foreground-child": "^3.1.0",
|
|
1805
|
-
"jackspeak": "^2.
|
|
2198
|
+
"jackspeak": "^2.3.5",
|
|
1806
2199
|
"minimatch": "^9.0.1",
|
|
1807
2200
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
|
|
1808
2201
|
"path-scurry": "^1.10.1"
|
|
1809
2202
|
},
|
|
1810
2203
|
"bin": {
|
|
1811
|
-
"glob": "dist/
|
|
2204
|
+
"glob": "dist/esm/bin.mjs"
|
|
1812
2205
|
},
|
|
1813
2206
|
"engines": {
|
|
1814
2207
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -1931,6 +2324,16 @@
|
|
|
1931
2324
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
1932
2325
|
}
|
|
1933
2326
|
},
|
|
2327
|
+
"node_modules/@npmcli/run-script/node_modules/@npmcli/node-gyp": {
|
|
2328
|
+
"version": "3.0.0",
|
|
2329
|
+
"resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz",
|
|
2330
|
+
"integrity": "sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==",
|
|
2331
|
+
"dev": true,
|
|
2332
|
+
"license": "ISC",
|
|
2333
|
+
"engines": {
|
|
2334
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
2335
|
+
}
|
|
2336
|
+
},
|
|
1934
2337
|
"node_modules/@npmcli/run-script/node_modules/which": {
|
|
1935
2338
|
"version": "3.0.1",
|
|
1936
2339
|
"resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz",
|
|
@@ -2611,9 +3014,9 @@
|
|
|
2611
3014
|
"license": "BSD-3-Clause"
|
|
2612
3015
|
},
|
|
2613
3016
|
"node_modules/@salesforce/dev-scripts": {
|
|
2614
|
-
"version": "5.
|
|
2615
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-5.
|
|
2616
|
-
"integrity": "sha512-
|
|
3017
|
+
"version": "5.11.0",
|
|
3018
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-5.11.0.tgz",
|
|
3019
|
+
"integrity": "sha512-DLgjqBsYc0AiBb5BPiSMSJrwoP9ceAFePPcB6xvLrH9gas+8X3z79vc4xzlBhwzsF1WJsSOoVVTtJbPDwxvF0g==",
|
|
2617
3020
|
"dev": true,
|
|
2618
3021
|
"license": "BSD-3-Clause",
|
|
2619
3022
|
"dependencies": {
|
|
@@ -2625,7 +3028,7 @@
|
|
|
2625
3028
|
"@types/mocha": "^9.0.0",
|
|
2626
3029
|
"@types/node": "^15.6.1",
|
|
2627
3030
|
"@types/sinon": "10.0.11",
|
|
2628
|
-
"chai": "^4.3.
|
|
3031
|
+
"chai": "^4.3.8",
|
|
2629
3032
|
"chalk": "^4.0.0",
|
|
2630
3033
|
"cosmiconfig": "^7.0.0",
|
|
2631
3034
|
"eslint": "^8.41.0",
|
|
@@ -2795,9 +3198,9 @@
|
|
|
2795
3198
|
}
|
|
2796
3199
|
},
|
|
2797
3200
|
"node_modules/@salesforce/kit": {
|
|
2798
|
-
"version": "3.0.
|
|
2799
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.0.
|
|
2800
|
-
"integrity": "sha512-
|
|
3201
|
+
"version": "3.0.14",
|
|
3202
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.0.14.tgz",
|
|
3203
|
+
"integrity": "sha512-NkUlztz+ArRrUKexIxVOlBJxIovjCuyk3SbW7mQv2klwp/OH/HoR6PDZU0gxLBglum/Dd4BgB+HN2FNqg8jmoQ==",
|
|
2801
3204
|
"license": "BSD-3-Clause",
|
|
2802
3205
|
"dependencies": {
|
|
2803
3206
|
"@salesforce/ts-types": "^2.0.8",
|
|
@@ -3389,9 +3792,9 @@
|
|
|
3389
3792
|
}
|
|
3390
3793
|
},
|
|
3391
3794
|
"node_modules/@types/semver": {
|
|
3392
|
-
"version": "7.5.
|
|
3393
|
-
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.
|
|
3394
|
-
"integrity": "sha512-
|
|
3795
|
+
"version": "7.5.4",
|
|
3796
|
+
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.4.tgz",
|
|
3797
|
+
"integrity": "sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==",
|
|
3395
3798
|
"license": "MIT"
|
|
3396
3799
|
},
|
|
3397
3800
|
"node_modules/@types/shelljs": {
|
|
@@ -4602,20 +5005,20 @@
|
|
|
4602
5005
|
}
|
|
4603
5006
|
},
|
|
4604
5007
|
"node_modules/cacache/node_modules/glob": {
|
|
4605
|
-
"version": "10.3.
|
|
4606
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.
|
|
4607
|
-
"integrity": "sha512-
|
|
5008
|
+
"version": "10.3.10",
|
|
5009
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
|
|
5010
|
+
"integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==",
|
|
4608
5011
|
"dev": true,
|
|
4609
5012
|
"license": "ISC",
|
|
4610
5013
|
"dependencies": {
|
|
4611
5014
|
"foreground-child": "^3.1.0",
|
|
4612
|
-
"jackspeak": "^2.
|
|
5015
|
+
"jackspeak": "^2.3.5",
|
|
4613
5016
|
"minimatch": "^9.0.1",
|
|
4614
5017
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
|
|
4615
5018
|
"path-scurry": "^1.10.1"
|
|
4616
5019
|
},
|
|
4617
5020
|
"bin": {
|
|
4618
|
-
"glob": "dist/
|
|
5021
|
+
"glob": "dist/esm/bin.mjs"
|
|
4619
5022
|
},
|
|
4620
5023
|
"engines": {
|
|
4621
5024
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -9254,9 +9657,9 @@
|
|
|
9254
9657
|
}
|
|
9255
9658
|
},
|
|
9256
9659
|
"node_modules/jackspeak": {
|
|
9257
|
-
"version": "2.
|
|
9258
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.
|
|
9259
|
-
"integrity": "sha512-
|
|
9660
|
+
"version": "2.3.6",
|
|
9661
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz",
|
|
9662
|
+
"integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==",
|
|
9260
9663
|
"dev": true,
|
|
9261
9664
|
"license": "BlueOak-1.0.0",
|
|
9262
9665
|
"dependencies": {
|
|
@@ -11798,8 +12201,6 @@
|
|
|
11798
12201
|
},
|
|
11799
12202
|
"node_modules/npm/node_modules/@npmcli/arborist": {
|
|
11800
12203
|
"version": "6.3.0",
|
|
11801
|
-
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-6.3.0.tgz",
|
|
11802
|
-
"integrity": "sha512-XrS14qBDhK95RdGhjTSx8AgeZPNah949qp3b0v3GUFOugtPc9Z85rpWid57mONS8gHbuGIHjFzuA+5hSM7BuBA==",
|
|
11803
12204
|
"inBundle": true,
|
|
11804
12205
|
"license": "ISC",
|
|
11805
12206
|
"dependencies": {
|
|
@@ -13074,8 +13475,6 @@
|
|
|
13074
13475
|
},
|
|
13075
13476
|
"node_modules/npm/node_modules/jackspeak": {
|
|
13076
13477
|
"version": "2.2.1",
|
|
13077
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.2.1.tgz",
|
|
13078
|
-
"integrity": "sha512-MXbxovZ/Pm42f6cDIDkl3xpwv1AGwObKwfmjs2nQePiy85tP3fatofl3FC1aBsOtP/6fq5SbtgHwWcMsLP+bDw==",
|
|
13079
13478
|
"inBundle": true,
|
|
13080
13479
|
"license": "BlueOak-1.0.0",
|
|
13081
13480
|
"dependencies": {
|
|
@@ -14582,8 +14981,6 @@
|
|
|
14582
14981
|
},
|
|
14583
14982
|
"node_modules/npm/node_modules/tar": {
|
|
14584
14983
|
"version": "6.1.15",
|
|
14585
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-6.1.15.tgz",
|
|
14586
|
-
"integrity": "sha512-/zKt9UyngnxIT/EAGYuxaMYgOIJiP81ab9ZfkILq4oNLPFX50qyYmu7jRj9qeXoxmJHjGlbH0+cm2uy1WCs10A==",
|
|
14587
14984
|
"inBundle": true,
|
|
14588
14985
|
"license": "ISC",
|
|
14589
14986
|
"dependencies": {
|
|
@@ -16122,15 +16519,6 @@
|
|
|
16122
16519
|
"integrity": "sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==",
|
|
16123
16520
|
"license": "MIT"
|
|
16124
16521
|
},
|
|
16125
|
-
"node_modules/pino/node_modules/sonic-boom": {
|
|
16126
|
-
"version": "3.7.0",
|
|
16127
|
-
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-3.7.0.tgz",
|
|
16128
|
-
"integrity": "sha512-IudtNvSqA/ObjN97tfgNmOKyDOs4dNcg4cUUsHDebqsgb8wGBBwb31LIgShNO8fye0dFI52X1+tFoKKI6Rq1Gg==",
|
|
16129
|
-
"license": "MIT",
|
|
16130
|
-
"dependencies": {
|
|
16131
|
-
"atomic-sleep": "^1.0.0"
|
|
16132
|
-
}
|
|
16133
|
-
},
|
|
16134
16522
|
"node_modules/pkg-dir": {
|
|
16135
16523
|
"version": "4.2.0",
|
|
16136
16524
|
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
|
|
@@ -16713,20 +17101,20 @@
|
|
|
16713
17101
|
}
|
|
16714
17102
|
},
|
|
16715
17103
|
"node_modules/read-package-json/node_modules/glob": {
|
|
16716
|
-
"version": "10.3.
|
|
16717
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.
|
|
16718
|
-
"integrity": "sha512-
|
|
17104
|
+
"version": "10.3.10",
|
|
17105
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
|
|
17106
|
+
"integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==",
|
|
16719
17107
|
"dev": true,
|
|
16720
17108
|
"license": "ISC",
|
|
16721
17109
|
"dependencies": {
|
|
16722
17110
|
"foreground-child": "^3.1.0",
|
|
16723
|
-
"jackspeak": "^2.
|
|
17111
|
+
"jackspeak": "^2.3.5",
|
|
16724
17112
|
"minimatch": "^9.0.1",
|
|
16725
17113
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0",
|
|
16726
17114
|
"path-scurry": "^1.10.1"
|
|
16727
17115
|
},
|
|
16728
17116
|
"bin": {
|
|
16729
|
-
"glob": "dist/
|
|
17117
|
+
"glob": "dist/esm/bin.mjs"
|
|
16730
17118
|
},
|
|
16731
17119
|
"engines": {
|
|
16732
17120
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -17644,9 +18032,9 @@
|
|
|
17644
18032
|
}
|
|
17645
18033
|
},
|
|
17646
18034
|
"node_modules/sonic-boom": {
|
|
17647
|
-
"version": "3.
|
|
17648
|
-
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-3.
|
|
17649
|
-
"integrity": "sha512-
|
|
18035
|
+
"version": "3.7.0",
|
|
18036
|
+
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-3.7.0.tgz",
|
|
18037
|
+
"integrity": "sha512-IudtNvSqA/ObjN97tfgNmOKyDOs4dNcg4cUUsHDebqsgb8wGBBwb31LIgShNO8fye0dFI52X1+tFoKKI6Rq1Gg==",
|
|
17650
18038
|
"license": "MIT",
|
|
17651
18039
|
"dependencies": {
|
|
17652
18040
|
"atomic-sleep": "^1.0.0"
|
|
@@ -18195,9 +18583,9 @@
|
|
|
18195
18583
|
}
|
|
18196
18584
|
},
|
|
18197
18585
|
"node_modules/tar": {
|
|
18198
|
-
"version": "6.
|
|
18199
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-6.
|
|
18200
|
-
"integrity": "sha512-/
|
|
18586
|
+
"version": "6.2.0",
|
|
18587
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz",
|
|
18588
|
+
"integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==",
|
|
18201
18589
|
"dev": true,
|
|
18202
18590
|
"license": "ISC",
|
|
18203
18591
|
"dependencies": {
|
|
@@ -19231,9 +19619,9 @@
|
|
|
19231
19619
|
}
|
|
19232
19620
|
},
|
|
19233
19621
|
"node_modules/wireit": {
|
|
19234
|
-
"version": "0.14.
|
|
19235
|
-
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.
|
|
19236
|
-
"integrity": "sha512-
|
|
19622
|
+
"version": "0.14.1",
|
|
19623
|
+
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.1.tgz",
|
|
19624
|
+
"integrity": "sha512-q5sixPM/vKQEpyaub6J9QoHAFAF9g4zBdnjoYelH9/RLAekcUf3x1dmFLACGZ6nYjqehCsTlXC1irmzU7znPhA==",
|
|
19237
19625
|
"dev": true,
|
|
19238
19626
|
"license": "Apache-2.0",
|
|
19239
19627
|
"workspaces": [
|
|
@@ -19700,20 +20088,6 @@
|
|
|
19700
20088
|
"node": "^12.13.0 || ^14.15.0 || >=16"
|
|
19701
20089
|
}
|
|
19702
20090
|
},
|
|
19703
|
-
"node_modules/yeoman-environment/node_modules/@npmcli/name-from-folder": {
|
|
19704
|
-
"version": "1.0.1",
|
|
19705
|
-
"resolved": "https://registry.npmjs.org/@npmcli/name-from-folder/-/name-from-folder-1.0.1.tgz",
|
|
19706
|
-
"integrity": "sha512-qq3oEfcLFwNfEYOQ8HLimRGKlD8WSeGEdtUa7hmzpR8Sa7haL1KVQrvgO6wqMjhWFFVjgtrh1gIxDz+P8sjUaA==",
|
|
19707
|
-
"dev": true,
|
|
19708
|
-
"license": "ISC"
|
|
19709
|
-
},
|
|
19710
|
-
"node_modules/yeoman-environment/node_modules/@npmcli/node-gyp": {
|
|
19711
|
-
"version": "1.0.3",
|
|
19712
|
-
"resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-1.0.3.tgz",
|
|
19713
|
-
"integrity": "sha512-fnkhw+fmX65kiLqk6E3BFLXNC26rUhK90zVwe2yncPliVT/Qos3xjhTLE59Df8KnPlcwIERXKVlU1bXoUQ+liA==",
|
|
19714
|
-
"dev": true,
|
|
19715
|
-
"license": "ISC"
|
|
19716
|
-
},
|
|
19717
20091
|
"node_modules/yeoman-environment/node_modules/@npmcli/package-json": {
|
|
19718
20092
|
"version": "1.0.1",
|
|
19719
20093
|
"resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-1.0.1.tgz",
|
package/oclif.manifest.json
CHANGED
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": "4.4.
|
|
4
|
+
"version": "4.4.13",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"bin": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@octokit/plugin-throttling": "^5.2.3",
|
|
15
15
|
"@salesforce/cli-plugins-testkit": "^4.4.7",
|
|
16
16
|
"@salesforce/core": "^5.3.1",
|
|
17
|
-
"@salesforce/kit": "^3.0.
|
|
17
|
+
"@salesforce/kit": "^3.0.14",
|
|
18
18
|
"@salesforce/plugin-command-reference": "^3.0.36",
|
|
19
19
|
"@salesforce/plugin-trust": "^2.6.19",
|
|
20
20
|
"@salesforce/sf-plugins-core": "^3.1.28",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@oclif/plugin-command-snapshot": "^4.0.14",
|
|
37
37
|
"@salesforce/dev-config": "^4.0.1",
|
|
38
|
-
"@salesforce/dev-scripts": "^5.
|
|
38
|
+
"@salesforce/dev-scripts": "^5.11.0",
|
|
39
39
|
"@salesforce/prettier-config": "^0.0.3",
|
|
40
40
|
"@salesforce/ts-sinon": "1.4.17",
|
|
41
41
|
"@swc/core": "1.3.39",
|
|
42
|
-
"@types/semver": "^7.5.
|
|
42
|
+
"@types/semver": "^7.5.4",
|
|
43
43
|
"@types/shelljs": "^0.8.8",
|
|
44
44
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
45
45
|
"@typescript-eslint/parser": "^5.61.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"sinon": "10.0.0",
|
|
65
65
|
"ts-node": "^10.0.0",
|
|
66
66
|
"typescript": "^5.2.2",
|
|
67
|
-
"wireit": "^0.14.
|
|
67
|
+
"wireit": "^0.14.1"
|
|
68
68
|
},
|
|
69
69
|
"config": {},
|
|
70
70
|
"engines": {
|