@salesforce/plugin-release-management 5.8.20 → 5.8.21
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 +16 -16
- package/npm-shrinkwrap.json +531 -485
- package/oclif.lock +96 -37
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.21",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-release-management",
|
|
9
|
-
"version": "5.8.
|
|
9
|
+
"version": "5.8.21",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@aws-sdk/client-s3": "^3.1024.0",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@salesforce/cli-plugins-testkit": "^5.3.54",
|
|
18
18
|
"@salesforce/core": "^8.28.3",
|
|
19
19
|
"@salesforce/kit": "^3.2.6",
|
|
20
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
20
|
+
"@salesforce/plugin-command-reference": "^3.1.101",
|
|
21
21
|
"@salesforce/plugin-trust": "^3.7.89",
|
|
22
22
|
"@salesforce/sf-plugins-core": "^12.2.10",
|
|
23
23
|
"@salesforce/ts-types": "^2.0.10",
|
|
@@ -1623,30 +1623,6 @@
|
|
|
1623
1623
|
"node": ">=v14"
|
|
1624
1624
|
}
|
|
1625
1625
|
},
|
|
1626
|
-
"node_modules/@commitlint/config-validator/node_modules/ajv": {
|
|
1627
|
-
"version": "8.18.0",
|
|
1628
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
|
|
1629
|
-
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
|
|
1630
|
-
"dev": true,
|
|
1631
|
-
"license": "MIT",
|
|
1632
|
-
"dependencies": {
|
|
1633
|
-
"fast-deep-equal": "^3.1.3",
|
|
1634
|
-
"fast-uri": "^3.0.1",
|
|
1635
|
-
"json-schema-traverse": "^1.0.0",
|
|
1636
|
-
"require-from-string": "^2.0.2"
|
|
1637
|
-
},
|
|
1638
|
-
"funding": {
|
|
1639
|
-
"type": "github",
|
|
1640
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
1641
|
-
}
|
|
1642
|
-
},
|
|
1643
|
-
"node_modules/@commitlint/config-validator/node_modules/json-schema-traverse": {
|
|
1644
|
-
"version": "1.0.0",
|
|
1645
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
1646
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
1647
|
-
"dev": true,
|
|
1648
|
-
"license": "MIT"
|
|
1649
|
-
},
|
|
1650
1626
|
"node_modules/@commitlint/ensure": {
|
|
1651
1627
|
"version": "17.4.4",
|
|
1652
1628
|
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.4.4.tgz",
|
|
@@ -2243,6 +2219,23 @@
|
|
|
2243
2219
|
"url": "https://opencollective.com/eslint"
|
|
2244
2220
|
}
|
|
2245
2221
|
},
|
|
2222
|
+
"node_modules/@eslint/eslintrc/node_modules/ajv": {
|
|
2223
|
+
"version": "6.12.6",
|
|
2224
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
2225
|
+
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
2226
|
+
"dev": true,
|
|
2227
|
+
"license": "MIT",
|
|
2228
|
+
"dependencies": {
|
|
2229
|
+
"fast-deep-equal": "^3.1.1",
|
|
2230
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
2231
|
+
"json-schema-traverse": "^0.4.1",
|
|
2232
|
+
"uri-js": "^4.2.2"
|
|
2233
|
+
},
|
|
2234
|
+
"funding": {
|
|
2235
|
+
"type": "github",
|
|
2236
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
2237
|
+
}
|
|
2238
|
+
},
|
|
2246
2239
|
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
|
|
2247
2240
|
"version": "1.1.11",
|
|
2248
2241
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
@@ -2254,6 +2247,13 @@
|
|
|
2254
2247
|
"concat-map": "0.0.1"
|
|
2255
2248
|
}
|
|
2256
2249
|
},
|
|
2250
|
+
"node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
|
|
2251
|
+
"version": "0.4.1",
|
|
2252
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
2253
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
2254
|
+
"dev": true,
|
|
2255
|
+
"license": "MIT"
|
|
2256
|
+
},
|
|
2257
2257
|
"node_modules/@eslint/eslintrc/node_modules/minimatch": {
|
|
2258
2258
|
"version": "3.1.2",
|
|
2259
2259
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
@@ -2382,87 +2382,94 @@
|
|
|
2382
2382
|
}
|
|
2383
2383
|
},
|
|
2384
2384
|
"node_modules/@inquirer/confirm": {
|
|
2385
|
-
"version": "
|
|
2386
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-
|
|
2387
|
-
"integrity": "sha512-
|
|
2385
|
+
"version": "6.0.12",
|
|
2386
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.0.12.tgz",
|
|
2387
|
+
"integrity": "sha512-h9FgGun3QwVYNj5TWIZZ+slii73bMoBFjPfVIGtnFuL4t8gBiNDV9PcSfIzkuxvgquJKt9nr1QzszpBzTbH8Og==",
|
|
2388
2388
|
"license": "MIT",
|
|
2389
2389
|
"dependencies": {
|
|
2390
|
-
"@inquirer/core": "^
|
|
2391
|
-
"@inquirer/type": "^
|
|
2390
|
+
"@inquirer/core": "^11.1.9",
|
|
2391
|
+
"@inquirer/type": "^4.0.5"
|
|
2392
2392
|
},
|
|
2393
2393
|
"engines": {
|
|
2394
|
-
"node": ">=
|
|
2394
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
2395
|
+
},
|
|
2396
|
+
"peerDependencies": {
|
|
2397
|
+
"@types/node": ">=18"
|
|
2398
|
+
},
|
|
2399
|
+
"peerDependenciesMeta": {
|
|
2400
|
+
"@types/node": {
|
|
2401
|
+
"optional": true
|
|
2402
|
+
}
|
|
2395
2403
|
}
|
|
2396
2404
|
},
|
|
2397
|
-
"node_modules/@inquirer/confirm/node_modules/@inquirer/
|
|
2398
|
-
"version": "
|
|
2399
|
-
"resolved": "https://registry.npmjs.org/@inquirer/
|
|
2400
|
-
"integrity": "sha512-
|
|
2405
|
+
"node_modules/@inquirer/confirm/node_modules/@inquirer/ansi": {
|
|
2406
|
+
"version": "2.0.5",
|
|
2407
|
+
"resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.5.tgz",
|
|
2408
|
+
"integrity": "sha512-doc2sWgJpbFQ64UflSVd17ibMGDuxO1yKgOgLMwavzESnXjFWJqUeG8saYosqKpHp4kWiM5x1nXvEjbpx90gzw==",
|
|
2401
2409
|
"license": "MIT",
|
|
2402
|
-
"dependencies": {
|
|
2403
|
-
"@inquirer/figures": "^1.0.6",
|
|
2404
|
-
"@inquirer/type": "^2.0.0",
|
|
2405
|
-
"@types/mute-stream": "^0.0.4",
|
|
2406
|
-
"@types/node": "^22.5.5",
|
|
2407
|
-
"@types/wrap-ansi": "^3.0.0",
|
|
2408
|
-
"ansi-escapes": "^4.3.2",
|
|
2409
|
-
"cli-width": "^4.1.0",
|
|
2410
|
-
"mute-stream": "^1.0.0",
|
|
2411
|
-
"signal-exit": "^4.1.0",
|
|
2412
|
-
"strip-ansi": "^6.0.1",
|
|
2413
|
-
"wrap-ansi": "^6.2.0",
|
|
2414
|
-
"yoctocolors-cjs": "^2.1.2"
|
|
2415
|
-
},
|
|
2416
2410
|
"engines": {
|
|
2417
|
-
"node": ">=
|
|
2411
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
2418
2412
|
}
|
|
2419
2413
|
},
|
|
2420
|
-
"node_modules/@inquirer/confirm/node_modules/@inquirer/core
|
|
2421
|
-
"version": "
|
|
2422
|
-
"resolved": "https://registry.npmjs.org/@inquirer/
|
|
2423
|
-
"integrity": "sha512-
|
|
2414
|
+
"node_modules/@inquirer/confirm/node_modules/@inquirer/core": {
|
|
2415
|
+
"version": "11.1.9",
|
|
2416
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.1.9.tgz",
|
|
2417
|
+
"integrity": "sha512-BDE4fG22uYh1bGSifcj7JSx119TVYNViMhMu85usp4Fswrzh6M0DV3yld64jA98uOAa2GSQ4Bg4bZRm2d2cwSg==",
|
|
2424
2418
|
"license": "MIT",
|
|
2425
2419
|
"dependencies": {
|
|
2426
|
-
"
|
|
2420
|
+
"@inquirer/ansi": "^2.0.5",
|
|
2421
|
+
"@inquirer/figures": "^2.0.5",
|
|
2422
|
+
"@inquirer/type": "^4.0.5",
|
|
2423
|
+
"cli-width": "^4.1.0",
|
|
2424
|
+
"fast-wrap-ansi": "^0.2.0",
|
|
2425
|
+
"mute-stream": "^3.0.0",
|
|
2426
|
+
"signal-exit": "^4.1.0"
|
|
2427
2427
|
},
|
|
2428
2428
|
"engines": {
|
|
2429
|
-
"node": ">=
|
|
2429
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
2430
|
+
},
|
|
2431
|
+
"peerDependencies": {
|
|
2432
|
+
"@types/node": ">=18"
|
|
2433
|
+
},
|
|
2434
|
+
"peerDependenciesMeta": {
|
|
2435
|
+
"@types/node": {
|
|
2436
|
+
"optional": true
|
|
2437
|
+
}
|
|
2430
2438
|
}
|
|
2431
2439
|
},
|
|
2432
2440
|
"node_modules/@inquirer/confirm/node_modules/@inquirer/figures": {
|
|
2433
|
-
"version": "
|
|
2434
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-
|
|
2435
|
-
"integrity": "sha512-
|
|
2441
|
+
"version": "2.0.5",
|
|
2442
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.5.tgz",
|
|
2443
|
+
"integrity": "sha512-NsSs4kzfm12lNetHwAn3GEuH317IzpwrMCbOuMIVytpjnJ90YYHNwdRgYGuKmVxwuIqSgqk3M5qqQt1cDk0tGQ==",
|
|
2436
2444
|
"license": "MIT",
|
|
2437
2445
|
"engines": {
|
|
2438
|
-
"node": ">=
|
|
2446
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
2439
2447
|
}
|
|
2440
2448
|
},
|
|
2441
2449
|
"node_modules/@inquirer/confirm/node_modules/@inquirer/type": {
|
|
2442
|
-
"version": "
|
|
2443
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-
|
|
2444
|
-
"integrity": "sha512-
|
|
2450
|
+
"version": "4.0.5",
|
|
2451
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.5.tgz",
|
|
2452
|
+
"integrity": "sha512-aetVUNeKNc/VriqXlw1NRSW0zhMBB0W4bNbWRJgzRl/3d0QNDQFfk0GO5SDdtjMZVg6o8ZKEiadd7SCCzoOn5Q==",
|
|
2445
2453
|
"license": "MIT",
|
|
2446
|
-
"dependencies": {
|
|
2447
|
-
"mute-stream": "^1.0.0"
|
|
2448
|
-
},
|
|
2449
2454
|
"engines": {
|
|
2450
|
-
"node": ">=
|
|
2455
|
+
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
2456
|
+
},
|
|
2457
|
+
"peerDependencies": {
|
|
2458
|
+
"@types/node": ">=18"
|
|
2459
|
+
},
|
|
2460
|
+
"peerDependenciesMeta": {
|
|
2461
|
+
"@types/node": {
|
|
2462
|
+
"optional": true
|
|
2463
|
+
}
|
|
2451
2464
|
}
|
|
2452
2465
|
},
|
|
2453
|
-
"node_modules/@inquirer/confirm/node_modules/
|
|
2454
|
-
"version": "
|
|
2455
|
-
"resolved": "https://registry.npmjs.org/
|
|
2456
|
-
"integrity": "sha512-
|
|
2457
|
-
"license": "
|
|
2458
|
-
"dependencies": {
|
|
2459
|
-
"color-convert": "^2.0.1"
|
|
2460
|
-
},
|
|
2466
|
+
"node_modules/@inquirer/confirm/node_modules/mute-stream": {
|
|
2467
|
+
"version": "3.0.0",
|
|
2468
|
+
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-3.0.0.tgz",
|
|
2469
|
+
"integrity": "sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==",
|
|
2470
|
+
"license": "ISC",
|
|
2461
2471
|
"engines": {
|
|
2462
|
-
"node": ">=
|
|
2463
|
-
},
|
|
2464
|
-
"funding": {
|
|
2465
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2472
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
2466
2473
|
}
|
|
2467
2474
|
},
|
|
2468
2475
|
"node_modules/@inquirer/confirm/node_modules/signal-exit": {
|
|
@@ -2477,32 +2484,6 @@
|
|
|
2477
2484
|
"url": "https://github.com/sponsors/isaacs"
|
|
2478
2485
|
}
|
|
2479
2486
|
},
|
|
2480
|
-
"node_modules/@inquirer/confirm/node_modules/wrap-ansi": {
|
|
2481
|
-
"version": "6.2.0",
|
|
2482
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
2483
|
-
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
2484
|
-
"license": "MIT",
|
|
2485
|
-
"dependencies": {
|
|
2486
|
-
"ansi-styles": "^4.0.0",
|
|
2487
|
-
"string-width": "^4.1.0",
|
|
2488
|
-
"strip-ansi": "^6.0.0"
|
|
2489
|
-
},
|
|
2490
|
-
"engines": {
|
|
2491
|
-
"node": ">=8"
|
|
2492
|
-
}
|
|
2493
|
-
},
|
|
2494
|
-
"node_modules/@inquirer/confirm/node_modules/yoctocolors-cjs": {
|
|
2495
|
-
"version": "2.1.2",
|
|
2496
|
-
"resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz",
|
|
2497
|
-
"integrity": "sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==",
|
|
2498
|
-
"license": "MIT",
|
|
2499
|
-
"engines": {
|
|
2500
|
-
"node": ">=18"
|
|
2501
|
-
},
|
|
2502
|
-
"funding": {
|
|
2503
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2504
|
-
}
|
|
2505
|
-
},
|
|
2506
2487
|
"node_modules/@inquirer/core": {
|
|
2507
2488
|
"version": "10.3.2",
|
|
2508
2489
|
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.3.2.tgz",
|
|
@@ -4713,63 +4694,6 @@
|
|
|
4713
4694
|
"node": ">=18.0.0"
|
|
4714
4695
|
}
|
|
4715
4696
|
},
|
|
4716
|
-
"node_modules/@salesforce/core/node_modules/ajv": {
|
|
4717
|
-
"version": "8.18.0",
|
|
4718
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
|
|
4719
|
-
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
|
|
4720
|
-
"license": "MIT",
|
|
4721
|
-
"dependencies": {
|
|
4722
|
-
"fast-deep-equal": "^3.1.3",
|
|
4723
|
-
"fast-uri": "^3.0.1",
|
|
4724
|
-
"json-schema-traverse": "^1.0.0",
|
|
4725
|
-
"require-from-string": "^2.0.2"
|
|
4726
|
-
},
|
|
4727
|
-
"funding": {
|
|
4728
|
-
"type": "github",
|
|
4729
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
4730
|
-
}
|
|
4731
|
-
},
|
|
4732
|
-
"node_modules/@salesforce/core/node_modules/json-schema-traverse": {
|
|
4733
|
-
"version": "1.0.0",
|
|
4734
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
4735
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
4736
|
-
"license": "MIT"
|
|
4737
|
-
},
|
|
4738
|
-
"node_modules/@salesforce/core/node_modules/pino-abstract-transport": {
|
|
4739
|
-
"version": "1.2.0",
|
|
4740
|
-
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
|
|
4741
|
-
"integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
|
|
4742
|
-
"license": "MIT",
|
|
4743
|
-
"dependencies": {
|
|
4744
|
-
"readable-stream": "^4.0.0",
|
|
4745
|
-
"split2": "^4.0.0"
|
|
4746
|
-
}
|
|
4747
|
-
},
|
|
4748
|
-
"node_modules/@salesforce/core/node_modules/readable-stream": {
|
|
4749
|
-
"version": "4.4.2",
|
|
4750
|
-
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
|
|
4751
|
-
"integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
|
|
4752
|
-
"license": "MIT",
|
|
4753
|
-
"dependencies": {
|
|
4754
|
-
"abort-controller": "^3.0.0",
|
|
4755
|
-
"buffer": "^6.0.3",
|
|
4756
|
-
"events": "^3.3.0",
|
|
4757
|
-
"process": "^0.11.10",
|
|
4758
|
-
"string_decoder": "^1.3.0"
|
|
4759
|
-
},
|
|
4760
|
-
"engines": {
|
|
4761
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
4762
|
-
}
|
|
4763
|
-
},
|
|
4764
|
-
"node_modules/@salesforce/core/node_modules/split2": {
|
|
4765
|
-
"version": "4.2.0",
|
|
4766
|
-
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
4767
|
-
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
4768
|
-
"license": "ISC",
|
|
4769
|
-
"engines": {
|
|
4770
|
-
"node": ">= 10.x"
|
|
4771
|
-
}
|
|
4772
|
-
},
|
|
4773
4697
|
"node_modules/@salesforce/dev-config": {
|
|
4774
4698
|
"version": "4.2.0",
|
|
4775
4699
|
"resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.2.0.tgz",
|
|
@@ -4941,15 +4865,15 @@
|
|
|
4941
4865
|
}
|
|
4942
4866
|
},
|
|
4943
4867
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4944
|
-
"version": "3.1.
|
|
4945
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4946
|
-
"integrity": "sha512-
|
|
4868
|
+
"version": "3.1.101",
|
|
4869
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.101.tgz",
|
|
4870
|
+
"integrity": "sha512-jZZO216dGbxB6tKMOSKs0lEj4Yn3YJAts6gaG/DC8caUrbfxeSu/H1/3IPb4fhMFjIsV2A7phAwseSe3LCyKDg==",
|
|
4947
4871
|
"license": "Apache-2.0",
|
|
4948
4872
|
"dependencies": {
|
|
4949
4873
|
"@oclif/core": "^4",
|
|
4950
|
-
"@salesforce/core": "^8.
|
|
4874
|
+
"@salesforce/core": "^8.29.1",
|
|
4951
4875
|
"@salesforce/kit": "^3.2.6",
|
|
4952
|
-
"@salesforce/sf-plugins-core": "^
|
|
4876
|
+
"@salesforce/sf-plugins-core": "^12.2.16",
|
|
4953
4877
|
"@salesforce/ts-types": "^2.0.11",
|
|
4954
4878
|
"chalk": "^5.6.2",
|
|
4955
4879
|
"debug": "^4.4.3",
|
|
@@ -4959,118 +4883,185 @@
|
|
|
4959
4883
|
"node": ">=18.0.0"
|
|
4960
4884
|
}
|
|
4961
4885
|
},
|
|
4962
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@
|
|
4963
|
-
"version": "
|
|
4964
|
-
"resolved": "https://registry.npmjs.org/@
|
|
4965
|
-
"integrity": "sha512-
|
|
4886
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table": {
|
|
4887
|
+
"version": "0.5.7",
|
|
4888
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.7.tgz",
|
|
4889
|
+
"integrity": "sha512-iS7gXzOhUf2toij0pxkcD6sPnXzr/j4eLugHwjSKI2+WgytjUycP7A3i6OIvXDrIGMuq8+S7wgZ7tCC1I18q+Q==",
|
|
4966
4890
|
"license": "MIT",
|
|
4967
4891
|
"dependencies": {
|
|
4968
|
-
"@
|
|
4969
|
-
"
|
|
4970
|
-
"
|
|
4971
|
-
"
|
|
4972
|
-
"
|
|
4973
|
-
"
|
|
4974
|
-
"
|
|
4975
|
-
"
|
|
4976
|
-
"
|
|
4977
|
-
"
|
|
4978
|
-
"wrap-ansi": "^6.2.0",
|
|
4979
|
-
"yoctocolors-cjs": "^2.1.2"
|
|
4892
|
+
"@types/react": "^18.3.12",
|
|
4893
|
+
"change-case": "^5.4.4",
|
|
4894
|
+
"cli-truncate": "^4.0.0",
|
|
4895
|
+
"ink": "5.0.1",
|
|
4896
|
+
"natural-orderby": "^3.0.2",
|
|
4897
|
+
"object-hash": "^3.0.0",
|
|
4898
|
+
"react": "^18.3.1",
|
|
4899
|
+
"string-width": "^8.2.1",
|
|
4900
|
+
"strip-ansi": "^7.1.2",
|
|
4901
|
+
"wrap-ansi": "^9.0.2"
|
|
4980
4902
|
},
|
|
4981
4903
|
"engines": {
|
|
4982
|
-
"node": ">=18"
|
|
4904
|
+
"node": ">=18.0.0"
|
|
4983
4905
|
}
|
|
4984
4906
|
},
|
|
4985
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@
|
|
4986
|
-
"version": "
|
|
4987
|
-
"resolved": "https://registry.npmjs.org
|
|
4988
|
-
"integrity": "sha512-
|
|
4907
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table/node_modules/change-case": {
|
|
4908
|
+
"version": "5.4.4",
|
|
4909
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
|
4910
|
+
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
|
4911
|
+
"license": "MIT"
|
|
4912
|
+
},
|
|
4913
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table/node_modules/string-width": {
|
|
4914
|
+
"version": "8.2.1",
|
|
4915
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.1.tgz",
|
|
4916
|
+
"integrity": "sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==",
|
|
4989
4917
|
"license": "MIT",
|
|
4990
4918
|
"dependencies": {
|
|
4991
|
-
"
|
|
4919
|
+
"get-east-asian-width": "^1.5.0",
|
|
4920
|
+
"strip-ansi": "^7.1.2"
|
|
4992
4921
|
},
|
|
4993
4922
|
"engines": {
|
|
4994
|
-
"node": ">=
|
|
4995
|
-
}
|
|
4996
|
-
|
|
4997
|
-
|
|
4998
|
-
"version": "5.0.1",
|
|
4999
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
5000
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
5001
|
-
"license": "MIT",
|
|
5002
|
-
"engines": {
|
|
5003
|
-
"node": ">=8"
|
|
4923
|
+
"node": ">=20"
|
|
4924
|
+
},
|
|
4925
|
+
"funding": {
|
|
4926
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5004
4927
|
}
|
|
5005
4928
|
},
|
|
5006
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@
|
|
5007
|
-
"version": "
|
|
5008
|
-
"resolved": "https://registry.npmjs.org/
|
|
5009
|
-
"integrity": "sha512-
|
|
4929
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table/node_modules/wrap-ansi": {
|
|
4930
|
+
"version": "9.0.2",
|
|
4931
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz",
|
|
4932
|
+
"integrity": "sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==",
|
|
5010
4933
|
"license": "MIT",
|
|
5011
4934
|
"dependencies": {
|
|
5012
|
-
"ansi-
|
|
4935
|
+
"ansi-styles": "^6.2.1",
|
|
4936
|
+
"string-width": "^7.0.0",
|
|
4937
|
+
"strip-ansi": "^7.1.0"
|
|
5013
4938
|
},
|
|
5014
4939
|
"engines": {
|
|
5015
|
-
"node": ">=
|
|
4940
|
+
"node": ">=18"
|
|
4941
|
+
},
|
|
4942
|
+
"funding": {
|
|
4943
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
5016
4944
|
}
|
|
5017
4945
|
},
|
|
5018
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@
|
|
5019
|
-
"version": "1.0
|
|
5020
|
-
"resolved": "https://registry.npmjs.org
|
|
5021
|
-
"integrity": "sha512-
|
|
4946
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table/node_modules/wrap-ansi/node_modules/get-east-asian-width": {
|
|
4947
|
+
"version": "1.2.0",
|
|
4948
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz",
|
|
4949
|
+
"integrity": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==",
|
|
5022
4950
|
"license": "MIT",
|
|
5023
4951
|
"engines": {
|
|
5024
4952
|
"node": ">=18"
|
|
4953
|
+
},
|
|
4954
|
+
"funding": {
|
|
4955
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5025
4956
|
}
|
|
5026
4957
|
},
|
|
5027
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@
|
|
5028
|
-
"version": "
|
|
5029
|
-
"resolved": "https://registry.npmjs.org
|
|
5030
|
-
"integrity": "sha512-
|
|
4958
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/table/node_modules/wrap-ansi/node_modules/string-width": {
|
|
4959
|
+
"version": "7.2.0",
|
|
4960
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
4961
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
5031
4962
|
"license": "MIT",
|
|
5032
4963
|
"dependencies": {
|
|
5033
|
-
"
|
|
5034
|
-
"
|
|
5035
|
-
"ansi
|
|
4964
|
+
"emoji-regex": "^10.3.0",
|
|
4965
|
+
"get-east-asian-width": "^1.0.0",
|
|
4966
|
+
"strip-ansi": "^7.1.0"
|
|
5036
4967
|
},
|
|
5037
4968
|
"engines": {
|
|
5038
4969
|
"node": ">=18"
|
|
4970
|
+
},
|
|
4971
|
+
"funding": {
|
|
4972
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5039
4973
|
}
|
|
5040
4974
|
},
|
|
5041
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@
|
|
5042
|
-
"version": "
|
|
5043
|
-
"resolved": "https://registry.npmjs.org/@
|
|
5044
|
-
"integrity": "sha512-
|
|
5045
|
-
"license": "
|
|
4975
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/core": {
|
|
4976
|
+
"version": "8.30.0",
|
|
4977
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.30.0.tgz",
|
|
4978
|
+
"integrity": "sha512-BzKIKAqKKB+obt6KlP3LEOB9kWb6MCFmmzkDiEEyeqENQCDJr/IIps6tZG3VM7RgbNxvu/A8GIS7yIkoyGnqIg==",
|
|
4979
|
+
"license": "BSD-3-Clause",
|
|
5046
4980
|
"dependencies": {
|
|
5047
|
-
"
|
|
4981
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
4982
|
+
"@salesforce/kit": "^3.2.4",
|
|
4983
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
4984
|
+
"ajv": "^8.18.0",
|
|
4985
|
+
"change-case": "^4.1.2",
|
|
4986
|
+
"fast-levenshtein": "^3.0.0",
|
|
4987
|
+
"faye": "^1.4.1",
|
|
4988
|
+
"form-data": "^4.0.4",
|
|
4989
|
+
"js2xmlparser": "^4.0.1",
|
|
4990
|
+
"jsonwebtoken": "9.0.3",
|
|
4991
|
+
"jszip": "3.10.1",
|
|
4992
|
+
"memfs": "4.38.1",
|
|
4993
|
+
"pino": "^9.7.0",
|
|
4994
|
+
"pino-abstract-transport": "^1.2.0",
|
|
4995
|
+
"pino-pretty": "^11.3.0",
|
|
4996
|
+
"proper-lockfile": "^4.1.2",
|
|
4997
|
+
"semver": "^7.7.3",
|
|
4998
|
+
"ts-retry-promise": "^0.8.1",
|
|
4999
|
+
"zod": "^4.1.12"
|
|
5048
5000
|
},
|
|
5049
5001
|
"engines": {
|
|
5050
|
-
"node": ">=18"
|
|
5002
|
+
"node": ">=18.0.0"
|
|
5051
5003
|
}
|
|
5052
5004
|
},
|
|
5053
5005
|
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
|
|
5054
|
-
"version": "
|
|
5055
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
5056
|
-
"integrity": "sha512-
|
|
5057
|
-
"license": "
|
|
5006
|
+
"version": "12.2.16",
|
|
5007
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.16.tgz",
|
|
5008
|
+
"integrity": "sha512-csZxi6gJ675/+9dc1Q9KDDq21XRy+tKtgr1ZSPyA6TeP0J4bnuIfsk9cZCOzxaI6T8L6lM3CyWltQMJ927vpzA==",
|
|
5009
|
+
"license": "Apache-2.0",
|
|
5058
5010
|
"dependencies": {
|
|
5059
|
-
"@inquirer/confirm": "^
|
|
5060
|
-
"@inquirer/password": "^
|
|
5061
|
-
"@oclif/core": "^4.
|
|
5062
|
-
"@
|
|
5011
|
+
"@inquirer/confirm": "^6.0.12",
|
|
5012
|
+
"@inquirer/password": "^5.0.12",
|
|
5013
|
+
"@oclif/core": "^4.11.2",
|
|
5014
|
+
"@oclif/table": "^0.5.7",
|
|
5015
|
+
"@salesforce/core": "^8.29.0",
|
|
5063
5016
|
"@salesforce/kit": "^3.2.3",
|
|
5064
5017
|
"@salesforce/ts-types": "^2.0.12",
|
|
5065
5018
|
"ansis": "^3.3.2",
|
|
5066
5019
|
"cli-progress": "^3.12.0",
|
|
5067
|
-
"natural-orderby": "^3.0.2",
|
|
5068
|
-
"slice-ansi": "^7.1.0",
|
|
5069
|
-
"string-width": "^7.2.0",
|
|
5070
5020
|
"terminal-link": "^3.0.0"
|
|
5071
5021
|
},
|
|
5072
5022
|
"engines": {
|
|
5073
|
-
"node": ">=18.0.0"
|
|
5023
|
+
"node": ">=18.0.0"
|
|
5024
|
+
}
|
|
5025
|
+
},
|
|
5026
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core": {
|
|
5027
|
+
"version": "4.11.2",
|
|
5028
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.2.tgz",
|
|
5029
|
+
"integrity": "sha512-LWDalCgy+hYyAkLa9sMIXMXk6ws5RzQhVnkmfXtVIIyEEYigbXQ/9/x+s76p53MiXxNc6SJB7lfwkPF+SdzfMQ==",
|
|
5030
|
+
"license": "MIT",
|
|
5031
|
+
"dependencies": {
|
|
5032
|
+
"ansi-escapes": "^4.3.2",
|
|
5033
|
+
"ansis": "^3.17.0",
|
|
5034
|
+
"clean-stack": "^3.0.1",
|
|
5035
|
+
"cli-spinners": "^2.9.2",
|
|
5036
|
+
"debug": "^4.4.3",
|
|
5037
|
+
"ejs": "^3.1.10",
|
|
5038
|
+
"get-package-type": "^0.1.0",
|
|
5039
|
+
"indent-string": "^4.0.0",
|
|
5040
|
+
"is-wsl": "^2.2.0",
|
|
5041
|
+
"lilconfig": "^3.1.3",
|
|
5042
|
+
"minimatch": "^10.2.5",
|
|
5043
|
+
"semver": "^7.8.0",
|
|
5044
|
+
"string-width": "^4.2.3",
|
|
5045
|
+
"supports-color": "^8",
|
|
5046
|
+
"tinyglobby": "^0.2.14",
|
|
5047
|
+
"widest-line": "^3.1.0",
|
|
5048
|
+
"wordwrap": "^1.0.0",
|
|
5049
|
+
"wrap-ansi": "^7.0.0"
|
|
5050
|
+
},
|
|
5051
|
+
"engines": {
|
|
5052
|
+
"node": ">=18.0.0"
|
|
5053
|
+
}
|
|
5054
|
+
},
|
|
5055
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core/node_modules/semver": {
|
|
5056
|
+
"version": "7.8.0",
|
|
5057
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
|
|
5058
|
+
"integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
|
|
5059
|
+
"license": "ISC",
|
|
5060
|
+
"bin": {
|
|
5061
|
+
"semver": "bin/semver.js"
|
|
5062
|
+
},
|
|
5063
|
+
"engines": {
|
|
5064
|
+
"node": ">=10"
|
|
5074
5065
|
}
|
|
5075
5066
|
},
|
|
5076
5067
|
"node_modules/@salesforce/plugin-command-reference/node_modules/ansi-regex": {
|
|
@@ -5085,19 +5076,25 @@
|
|
|
5085
5076
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5086
5077
|
}
|
|
5087
5078
|
},
|
|
5088
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/
|
|
5089
|
-
"version": "4.
|
|
5090
|
-
"resolved": "https://registry.npmjs.org/
|
|
5091
|
-
"integrity": "sha512-
|
|
5079
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/balanced-match": {
|
|
5080
|
+
"version": "4.0.4",
|
|
5081
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
5082
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
5083
|
+
"license": "MIT",
|
|
5084
|
+
"engines": {
|
|
5085
|
+
"node": "18 || 20 || >=22"
|
|
5086
|
+
}
|
|
5087
|
+
},
|
|
5088
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/brace-expansion": {
|
|
5089
|
+
"version": "5.0.5",
|
|
5090
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
5091
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
5092
5092
|
"license": "MIT",
|
|
5093
5093
|
"dependencies": {
|
|
5094
|
-
"
|
|
5094
|
+
"balanced-match": "^4.0.2"
|
|
5095
5095
|
},
|
|
5096
5096
|
"engines": {
|
|
5097
|
-
"node": ">=
|
|
5098
|
-
},
|
|
5099
|
-
"funding": {
|
|
5100
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
5097
|
+
"node": "18 || 20 || >=22"
|
|
5101
5098
|
}
|
|
5102
5099
|
},
|
|
5103
5100
|
"node_modules/@salesforce/plugin-command-reference/node_modules/emoji-regex": {
|
|
@@ -5106,33 +5103,31 @@
|
|
|
5106
5103
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5107
5104
|
"license": "MIT"
|
|
5108
5105
|
},
|
|
5109
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/
|
|
5110
|
-
"version": "
|
|
5111
|
-
"resolved": "https://registry.npmjs.org/
|
|
5112
|
-
"integrity": "sha512-
|
|
5113
|
-
"license": "
|
|
5106
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/get-east-asian-width": {
|
|
5107
|
+
"version": "1.5.0",
|
|
5108
|
+
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz",
|
|
5109
|
+
"integrity": "sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==",
|
|
5110
|
+
"license": "MIT",
|
|
5114
5111
|
"engines": {
|
|
5115
|
-
"node": ">=
|
|
5112
|
+
"node": ">=18"
|
|
5116
5113
|
},
|
|
5117
5114
|
"funding": {
|
|
5118
|
-
"url": "https://github.com/sponsors/
|
|
5115
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5119
5116
|
}
|
|
5120
5117
|
},
|
|
5121
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/
|
|
5122
|
-
"version": "
|
|
5123
|
-
"resolved": "https://registry.npmjs.org/
|
|
5124
|
-
"integrity": "sha512-
|
|
5125
|
-
"license": "
|
|
5118
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/minimatch": {
|
|
5119
|
+
"version": "10.2.5",
|
|
5120
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
5121
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
5122
|
+
"license": "BlueOak-1.0.0",
|
|
5126
5123
|
"dependencies": {
|
|
5127
|
-
"
|
|
5128
|
-
"get-east-asian-width": "^1.0.0",
|
|
5129
|
-
"strip-ansi": "^7.1.0"
|
|
5124
|
+
"brace-expansion": "^5.0.5"
|
|
5130
5125
|
},
|
|
5131
5126
|
"engines": {
|
|
5132
|
-
"node": ">=
|
|
5127
|
+
"node": "18 || 20 || >=22"
|
|
5133
5128
|
},
|
|
5134
5129
|
"funding": {
|
|
5135
|
-
"url": "https://github.com/sponsors/
|
|
5130
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5136
5131
|
}
|
|
5137
5132
|
},
|
|
5138
5133
|
"node_modules/@salesforce/plugin-command-reference/node_modules/strip-ansi": {
|
|
@@ -5150,71 +5145,19 @@
|
|
|
5150
5145
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
5151
5146
|
}
|
|
5152
5147
|
},
|
|
5153
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/
|
|
5154
|
-
"version": "
|
|
5155
|
-
"resolved": "https://registry.npmjs.org/
|
|
5156
|
-
"integrity": "sha512-
|
|
5157
|
-
"license": "MIT",
|
|
5158
|
-
"dependencies": {
|
|
5159
|
-
"ansi-styles": "^4.0.0",
|
|
5160
|
-
"string-width": "^4.1.0",
|
|
5161
|
-
"strip-ansi": "^6.0.0"
|
|
5162
|
-
},
|
|
5163
|
-
"engines": {
|
|
5164
|
-
"node": ">=8"
|
|
5165
|
-
}
|
|
5166
|
-
},
|
|
5167
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/wrap-ansi/node_modules/ansi-regex": {
|
|
5168
|
-
"version": "5.0.1",
|
|
5169
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
5170
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
5171
|
-
"license": "MIT",
|
|
5172
|
-
"engines": {
|
|
5173
|
-
"node": ">=8"
|
|
5174
|
-
}
|
|
5175
|
-
},
|
|
5176
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/wrap-ansi/node_modules/emoji-regex": {
|
|
5177
|
-
"version": "8.0.0",
|
|
5178
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
|
5179
|
-
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
|
|
5180
|
-
"license": "MIT"
|
|
5181
|
-
},
|
|
5182
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/wrap-ansi/node_modules/string-width": {
|
|
5183
|
-
"version": "4.2.3",
|
|
5184
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
5185
|
-
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
5186
|
-
"license": "MIT",
|
|
5187
|
-
"dependencies": {
|
|
5188
|
-
"emoji-regex": "^8.0.0",
|
|
5189
|
-
"is-fullwidth-code-point": "^3.0.0",
|
|
5190
|
-
"strip-ansi": "^6.0.1"
|
|
5191
|
-
},
|
|
5192
|
-
"engines": {
|
|
5193
|
-
"node": ">=8"
|
|
5194
|
-
}
|
|
5195
|
-
},
|
|
5196
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/wrap-ansi/node_modules/strip-ansi": {
|
|
5197
|
-
"version": "6.0.1",
|
|
5198
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
5199
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
5148
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/supports-color": {
|
|
5149
|
+
"version": "8.1.1",
|
|
5150
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
5151
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
5200
5152
|
"license": "MIT",
|
|
5201
5153
|
"dependencies": {
|
|
5202
|
-
"
|
|
5154
|
+
"has-flag": "^4.0.0"
|
|
5203
5155
|
},
|
|
5204
5156
|
"engines": {
|
|
5205
|
-
"node": ">=
|
|
5206
|
-
}
|
|
5207
|
-
},
|
|
5208
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/yoctocolors-cjs": {
|
|
5209
|
-
"version": "2.1.2",
|
|
5210
|
-
"resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz",
|
|
5211
|
-
"integrity": "sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==",
|
|
5212
|
-
"license": "MIT",
|
|
5213
|
-
"engines": {
|
|
5214
|
-
"node": ">=18"
|
|
5157
|
+
"node": ">=10"
|
|
5215
5158
|
},
|
|
5216
5159
|
"funding": {
|
|
5217
|
-
"url": "https://github.com/
|
|
5160
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5218
5161
|
}
|
|
5219
5162
|
},
|
|
5220
5163
|
"node_modules/@salesforce/plugin-info": {
|
|
@@ -5353,109 +5296,6 @@
|
|
|
5353
5296
|
"node": ">=18.0.0"
|
|
5354
5297
|
}
|
|
5355
5298
|
},
|
|
5356
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/ansi": {
|
|
5357
|
-
"version": "2.0.5",
|
|
5358
|
-
"resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.5.tgz",
|
|
5359
|
-
"integrity": "sha512-doc2sWgJpbFQ64UflSVd17ibMGDuxO1yKgOgLMwavzESnXjFWJqUeG8saYosqKpHp4kWiM5x1nXvEjbpx90gzw==",
|
|
5360
|
-
"license": "MIT",
|
|
5361
|
-
"engines": {
|
|
5362
|
-
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
5363
|
-
}
|
|
5364
|
-
},
|
|
5365
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/confirm": {
|
|
5366
|
-
"version": "6.0.12",
|
|
5367
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.0.12.tgz",
|
|
5368
|
-
"integrity": "sha512-h9FgGun3QwVYNj5TWIZZ+slii73bMoBFjPfVIGtnFuL4t8gBiNDV9PcSfIzkuxvgquJKt9nr1QzszpBzTbH8Og==",
|
|
5369
|
-
"license": "MIT",
|
|
5370
|
-
"dependencies": {
|
|
5371
|
-
"@inquirer/core": "^11.1.9",
|
|
5372
|
-
"@inquirer/type": "^4.0.5"
|
|
5373
|
-
},
|
|
5374
|
-
"engines": {
|
|
5375
|
-
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
5376
|
-
},
|
|
5377
|
-
"peerDependencies": {
|
|
5378
|
-
"@types/node": ">=18"
|
|
5379
|
-
},
|
|
5380
|
-
"peerDependenciesMeta": {
|
|
5381
|
-
"@types/node": {
|
|
5382
|
-
"optional": true
|
|
5383
|
-
}
|
|
5384
|
-
}
|
|
5385
|
-
},
|
|
5386
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/core": {
|
|
5387
|
-
"version": "11.1.9",
|
|
5388
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.1.9.tgz",
|
|
5389
|
-
"integrity": "sha512-BDE4fG22uYh1bGSifcj7JSx119TVYNViMhMu85usp4Fswrzh6M0DV3yld64jA98uOAa2GSQ4Bg4bZRm2d2cwSg==",
|
|
5390
|
-
"license": "MIT",
|
|
5391
|
-
"dependencies": {
|
|
5392
|
-
"@inquirer/ansi": "^2.0.5",
|
|
5393
|
-
"@inquirer/figures": "^2.0.5",
|
|
5394
|
-
"@inquirer/type": "^4.0.5",
|
|
5395
|
-
"cli-width": "^4.1.0",
|
|
5396
|
-
"fast-wrap-ansi": "^0.2.0",
|
|
5397
|
-
"mute-stream": "^3.0.0",
|
|
5398
|
-
"signal-exit": "^4.1.0"
|
|
5399
|
-
},
|
|
5400
|
-
"engines": {
|
|
5401
|
-
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
5402
|
-
},
|
|
5403
|
-
"peerDependencies": {
|
|
5404
|
-
"@types/node": ">=18"
|
|
5405
|
-
},
|
|
5406
|
-
"peerDependenciesMeta": {
|
|
5407
|
-
"@types/node": {
|
|
5408
|
-
"optional": true
|
|
5409
|
-
}
|
|
5410
|
-
}
|
|
5411
|
-
},
|
|
5412
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/figures": {
|
|
5413
|
-
"version": "2.0.5",
|
|
5414
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.5.tgz",
|
|
5415
|
-
"integrity": "sha512-NsSs4kzfm12lNetHwAn3GEuH317IzpwrMCbOuMIVytpjnJ90YYHNwdRgYGuKmVxwuIqSgqk3M5qqQt1cDk0tGQ==",
|
|
5416
|
-
"license": "MIT",
|
|
5417
|
-
"engines": {
|
|
5418
|
-
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
5419
|
-
}
|
|
5420
|
-
},
|
|
5421
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/@inquirer/type": {
|
|
5422
|
-
"version": "4.0.5",
|
|
5423
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.5.tgz",
|
|
5424
|
-
"integrity": "sha512-aetVUNeKNc/VriqXlw1NRSW0zhMBB0W4bNbWRJgzRl/3d0QNDQFfk0GO5SDdtjMZVg6o8ZKEiadd7SCCzoOn5Q==",
|
|
5425
|
-
"license": "MIT",
|
|
5426
|
-
"engines": {
|
|
5427
|
-
"node": ">=23.5.0 || ^22.13.0 || ^21.7.0 || ^20.12.0"
|
|
5428
|
-
},
|
|
5429
|
-
"peerDependencies": {
|
|
5430
|
-
"@types/node": ">=18"
|
|
5431
|
-
},
|
|
5432
|
-
"peerDependenciesMeta": {
|
|
5433
|
-
"@types/node": {
|
|
5434
|
-
"optional": true
|
|
5435
|
-
}
|
|
5436
|
-
}
|
|
5437
|
-
},
|
|
5438
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/mute-stream": {
|
|
5439
|
-
"version": "3.0.0",
|
|
5440
|
-
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-3.0.0.tgz",
|
|
5441
|
-
"integrity": "sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==",
|
|
5442
|
-
"license": "ISC",
|
|
5443
|
-
"engines": {
|
|
5444
|
-
"node": "^20.17.0 || >=22.9.0"
|
|
5445
|
-
}
|
|
5446
|
-
},
|
|
5447
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/signal-exit": {
|
|
5448
|
-
"version": "4.1.0",
|
|
5449
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
5450
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
5451
|
-
"license": "ISC",
|
|
5452
|
-
"engines": {
|
|
5453
|
-
"node": ">=14"
|
|
5454
|
-
},
|
|
5455
|
-
"funding": {
|
|
5456
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
5457
|
-
}
|
|
5458
|
-
},
|
|
5459
5299
|
"node_modules/@salesforce/ts-sinon": {
|
|
5460
5300
|
"version": "1.4.34",
|
|
5461
5301
|
"resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.34.tgz",
|
|
@@ -6955,16 +6795,15 @@
|
|
|
6955
6795
|
}
|
|
6956
6796
|
},
|
|
6957
6797
|
"node_modules/ajv": {
|
|
6958
|
-
"version": "
|
|
6959
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-
|
|
6960
|
-
"integrity": "sha512-
|
|
6961
|
-
"dev": true,
|
|
6798
|
+
"version": "8.18.0",
|
|
6799
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.18.0.tgz",
|
|
6800
|
+
"integrity": "sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==",
|
|
6962
6801
|
"license": "MIT",
|
|
6963
6802
|
"dependencies": {
|
|
6964
|
-
"fast-deep-equal": "^3.1.
|
|
6965
|
-
"fast-
|
|
6966
|
-
"json-schema-traverse": "^0.
|
|
6967
|
-
"
|
|
6803
|
+
"fast-deep-equal": "^3.1.3",
|
|
6804
|
+
"fast-uri": "^3.0.1",
|
|
6805
|
+
"json-schema-traverse": "^1.0.0",
|
|
6806
|
+
"require-from-string": "^2.0.2"
|
|
6968
6807
|
},
|
|
6969
6808
|
"funding": {
|
|
6970
6809
|
"type": "github",
|
|
@@ -8246,34 +8085,6 @@
|
|
|
8246
8085
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
8247
8086
|
"license": "MIT"
|
|
8248
8087
|
},
|
|
8249
|
-
"node_modules/cli-truncate/node_modules/is-fullwidth-code-point": {
|
|
8250
|
-
"version": "4.0.0",
|
|
8251
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
|
|
8252
|
-
"integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
|
|
8253
|
-
"license": "MIT",
|
|
8254
|
-
"engines": {
|
|
8255
|
-
"node": ">=12"
|
|
8256
|
-
},
|
|
8257
|
-
"funding": {
|
|
8258
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
8259
|
-
}
|
|
8260
|
-
},
|
|
8261
|
-
"node_modules/cli-truncate/node_modules/slice-ansi": {
|
|
8262
|
-
"version": "5.0.0",
|
|
8263
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz",
|
|
8264
|
-
"integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==",
|
|
8265
|
-
"license": "MIT",
|
|
8266
|
-
"dependencies": {
|
|
8267
|
-
"ansi-styles": "^6.0.0",
|
|
8268
|
-
"is-fullwidth-code-point": "^4.0.0"
|
|
8269
|
-
},
|
|
8270
|
-
"engines": {
|
|
8271
|
-
"node": ">=12"
|
|
8272
|
-
},
|
|
8273
|
-
"funding": {
|
|
8274
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
8275
|
-
}
|
|
8276
|
-
},
|
|
8277
8088
|
"node_modules/cli-truncate/node_modules/string-width": {
|
|
8278
8089
|
"version": "7.2.0",
|
|
8279
8090
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
@@ -10586,12 +10397,29 @@
|
|
|
10586
10397
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
10587
10398
|
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
10588
10399
|
"dev": true,
|
|
10589
|
-
"license": "Apache-2.0",
|
|
10590
|
-
"engines": {
|
|
10591
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
10400
|
+
"license": "Apache-2.0",
|
|
10401
|
+
"engines": {
|
|
10402
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
10403
|
+
},
|
|
10404
|
+
"funding": {
|
|
10405
|
+
"url": "https://opencollective.com/eslint"
|
|
10406
|
+
}
|
|
10407
|
+
},
|
|
10408
|
+
"node_modules/eslint/node_modules/ajv": {
|
|
10409
|
+
"version": "6.12.6",
|
|
10410
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
10411
|
+
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
10412
|
+
"dev": true,
|
|
10413
|
+
"license": "MIT",
|
|
10414
|
+
"dependencies": {
|
|
10415
|
+
"fast-deep-equal": "^3.1.1",
|
|
10416
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
10417
|
+
"json-schema-traverse": "^0.4.1",
|
|
10418
|
+
"uri-js": "^4.2.2"
|
|
10592
10419
|
},
|
|
10593
10420
|
"funding": {
|
|
10594
|
-
"
|
|
10421
|
+
"type": "github",
|
|
10422
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
10595
10423
|
}
|
|
10596
10424
|
},
|
|
10597
10425
|
"node_modules/eslint/node_modules/ansi-styles": {
|
|
@@ -10668,6 +10496,13 @@
|
|
|
10668
10496
|
"node": ">=10.13.0"
|
|
10669
10497
|
}
|
|
10670
10498
|
},
|
|
10499
|
+
"node_modules/eslint/node_modules/json-schema-traverse": {
|
|
10500
|
+
"version": "0.4.1",
|
|
10501
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
10502
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
10503
|
+
"dev": true,
|
|
10504
|
+
"license": "MIT"
|
|
10505
|
+
},
|
|
10671
10506
|
"node_modules/eslint/node_modules/locate-path": {
|
|
10672
10507
|
"version": "6.0.0",
|
|
10673
10508
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -12497,6 +12332,37 @@
|
|
|
12497
12332
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
12498
12333
|
}
|
|
12499
12334
|
},
|
|
12335
|
+
"node_modules/ink/node_modules/is-fullwidth-code-point": {
|
|
12336
|
+
"version": "5.0.0",
|
|
12337
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
12338
|
+
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
12339
|
+
"license": "MIT",
|
|
12340
|
+
"dependencies": {
|
|
12341
|
+
"get-east-asian-width": "^1.0.0"
|
|
12342
|
+
},
|
|
12343
|
+
"engines": {
|
|
12344
|
+
"node": ">=18"
|
|
12345
|
+
},
|
|
12346
|
+
"funding": {
|
|
12347
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
12348
|
+
}
|
|
12349
|
+
},
|
|
12350
|
+
"node_modules/ink/node_modules/slice-ansi": {
|
|
12351
|
+
"version": "7.1.0",
|
|
12352
|
+
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
12353
|
+
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
12354
|
+
"license": "MIT",
|
|
12355
|
+
"dependencies": {
|
|
12356
|
+
"ansi-styles": "^6.2.1",
|
|
12357
|
+
"is-fullwidth-code-point": "^5.0.0"
|
|
12358
|
+
},
|
|
12359
|
+
"engines": {
|
|
12360
|
+
"node": ">=18"
|
|
12361
|
+
},
|
|
12362
|
+
"funding": {
|
|
12363
|
+
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
12364
|
+
}
|
|
12365
|
+
},
|
|
12500
12366
|
"node_modules/ink/node_modules/string-width": {
|
|
12501
12367
|
"version": "7.2.0",
|
|
12502
12368
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
@@ -13405,10 +13271,9 @@
|
|
|
13405
13271
|
}
|
|
13406
13272
|
},
|
|
13407
13273
|
"node_modules/json-schema-traverse": {
|
|
13408
|
-
"version": "0.
|
|
13409
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.
|
|
13410
|
-
"integrity": "sha512-
|
|
13411
|
-
"dev": true,
|
|
13274
|
+
"version": "1.0.0",
|
|
13275
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
13276
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
13412
13277
|
"license": "MIT"
|
|
13413
13278
|
},
|
|
13414
13279
|
"node_modules/json-stable-stringify-without-jsonify": {
|
|
@@ -20068,6 +19933,95 @@
|
|
|
20068
19933
|
"node": ">=20.0.0"
|
|
20069
19934
|
}
|
|
20070
19935
|
},
|
|
19936
|
+
"node_modules/oclif/node_modules/@inquirer/confirm": {
|
|
19937
|
+
"version": "3.2.0",
|
|
19938
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.2.0.tgz",
|
|
19939
|
+
"integrity": "sha512-oOIwPs0Dvq5220Z8lGL/6LHRTEr9TgLHmiI99Rj1PJ1p1czTys+olrgBqZk4E2qC0YTzeHprxSQmoHioVdJ7Lw==",
|
|
19940
|
+
"dev": true,
|
|
19941
|
+
"license": "MIT",
|
|
19942
|
+
"dependencies": {
|
|
19943
|
+
"@inquirer/core": "^9.1.0",
|
|
19944
|
+
"@inquirer/type": "^1.5.3"
|
|
19945
|
+
},
|
|
19946
|
+
"engines": {
|
|
19947
|
+
"node": ">=18"
|
|
19948
|
+
}
|
|
19949
|
+
},
|
|
19950
|
+
"node_modules/oclif/node_modules/@inquirer/core": {
|
|
19951
|
+
"version": "9.2.1",
|
|
19952
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.2.1.tgz",
|
|
19953
|
+
"integrity": "sha512-F2VBt7W/mwqEU4bL0RnHNZmC/OxzNx9cOYxHqnXX3MP6ruYvZUZAW9imgN9+h/uBT/oP8Gh888J2OZSbjSeWcg==",
|
|
19954
|
+
"dev": true,
|
|
19955
|
+
"license": "MIT",
|
|
19956
|
+
"dependencies": {
|
|
19957
|
+
"@inquirer/figures": "^1.0.6",
|
|
19958
|
+
"@inquirer/type": "^2.0.0",
|
|
19959
|
+
"@types/mute-stream": "^0.0.4",
|
|
19960
|
+
"@types/node": "^22.5.5",
|
|
19961
|
+
"@types/wrap-ansi": "^3.0.0",
|
|
19962
|
+
"ansi-escapes": "^4.3.2",
|
|
19963
|
+
"cli-width": "^4.1.0",
|
|
19964
|
+
"mute-stream": "^1.0.0",
|
|
19965
|
+
"signal-exit": "^4.1.0",
|
|
19966
|
+
"strip-ansi": "^6.0.1",
|
|
19967
|
+
"wrap-ansi": "^6.2.0",
|
|
19968
|
+
"yoctocolors-cjs": "^2.1.2"
|
|
19969
|
+
},
|
|
19970
|
+
"engines": {
|
|
19971
|
+
"node": ">=18"
|
|
19972
|
+
}
|
|
19973
|
+
},
|
|
19974
|
+
"node_modules/oclif/node_modules/@inquirer/core/node_modules/@inquirer/type": {
|
|
19975
|
+
"version": "2.0.0",
|
|
19976
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-2.0.0.tgz",
|
|
19977
|
+
"integrity": "sha512-XvJRx+2KR3YXyYtPUUy+qd9i7p+GO9Ko6VIIpWlBrpWwXDv8WLFeHTxz35CfQFUiBMLXlGHhGzys7lqit9gWag==",
|
|
19978
|
+
"dev": true,
|
|
19979
|
+
"license": "MIT",
|
|
19980
|
+
"dependencies": {
|
|
19981
|
+
"mute-stream": "^1.0.0"
|
|
19982
|
+
},
|
|
19983
|
+
"engines": {
|
|
19984
|
+
"node": ">=18"
|
|
19985
|
+
}
|
|
19986
|
+
},
|
|
19987
|
+
"node_modules/oclif/node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
19988
|
+
"version": "6.2.0",
|
|
19989
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
19990
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
19991
|
+
"dev": true,
|
|
19992
|
+
"license": "MIT",
|
|
19993
|
+
"dependencies": {
|
|
19994
|
+
"ansi-styles": "^4.0.0",
|
|
19995
|
+
"string-width": "^4.1.0",
|
|
19996
|
+
"strip-ansi": "^6.0.0"
|
|
19997
|
+
},
|
|
19998
|
+
"engines": {
|
|
19999
|
+
"node": ">=8"
|
|
20000
|
+
}
|
|
20001
|
+
},
|
|
20002
|
+
"node_modules/oclif/node_modules/@inquirer/figures": {
|
|
20003
|
+
"version": "1.0.6",
|
|
20004
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.6.tgz",
|
|
20005
|
+
"integrity": "sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==",
|
|
20006
|
+
"dev": true,
|
|
20007
|
+
"license": "MIT",
|
|
20008
|
+
"engines": {
|
|
20009
|
+
"node": ">=18"
|
|
20010
|
+
}
|
|
20011
|
+
},
|
|
20012
|
+
"node_modules/oclif/node_modules/@inquirer/type": {
|
|
20013
|
+
"version": "1.5.5",
|
|
20014
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz",
|
|
20015
|
+
"integrity": "sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==",
|
|
20016
|
+
"dev": true,
|
|
20017
|
+
"license": "MIT",
|
|
20018
|
+
"dependencies": {
|
|
20019
|
+
"mute-stream": "^1.0.0"
|
|
20020
|
+
},
|
|
20021
|
+
"engines": {
|
|
20022
|
+
"node": ">=18"
|
|
20023
|
+
}
|
|
20024
|
+
},
|
|
20071
20025
|
"node_modules/oclif/node_modules/@oclif/core": {
|
|
20072
20026
|
"version": "4.9.0",
|
|
20073
20027
|
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.9.0.tgz",
|
|
@@ -20602,6 +20556,22 @@
|
|
|
20602
20556
|
"node": ">=18.0.0"
|
|
20603
20557
|
}
|
|
20604
20558
|
},
|
|
20559
|
+
"node_modules/oclif/node_modules/ansi-styles": {
|
|
20560
|
+
"version": "4.3.0",
|
|
20561
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
20562
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
20563
|
+
"dev": true,
|
|
20564
|
+
"license": "MIT",
|
|
20565
|
+
"dependencies": {
|
|
20566
|
+
"color-convert": "^2.0.1"
|
|
20567
|
+
},
|
|
20568
|
+
"engines": {
|
|
20569
|
+
"node": ">=8"
|
|
20570
|
+
},
|
|
20571
|
+
"funding": {
|
|
20572
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
20573
|
+
}
|
|
20574
|
+
},
|
|
20605
20575
|
"node_modules/oclif/node_modules/balanced-match": {
|
|
20606
20576
|
"version": "4.0.4",
|
|
20607
20577
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
@@ -20670,6 +20640,19 @@
|
|
|
20670
20640
|
"node": "^16.14.0 || >=18.0.0"
|
|
20671
20641
|
}
|
|
20672
20642
|
},
|
|
20643
|
+
"node_modules/oclif/node_modules/signal-exit": {
|
|
20644
|
+
"version": "4.1.0",
|
|
20645
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
20646
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
20647
|
+
"dev": true,
|
|
20648
|
+
"license": "ISC",
|
|
20649
|
+
"engines": {
|
|
20650
|
+
"node": ">=14"
|
|
20651
|
+
},
|
|
20652
|
+
"funding": {
|
|
20653
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
20654
|
+
}
|
|
20655
|
+
},
|
|
20673
20656
|
"node_modules/oclif/node_modules/supports-color": {
|
|
20674
20657
|
"version": "8.1.1",
|
|
20675
20658
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -20696,6 +20679,19 @@
|
|
|
20696
20679
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
20697
20680
|
}
|
|
20698
20681
|
},
|
|
20682
|
+
"node_modules/oclif/node_modules/yoctocolors-cjs": {
|
|
20683
|
+
"version": "2.1.2",
|
|
20684
|
+
"resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz",
|
|
20685
|
+
"integrity": "sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==",
|
|
20686
|
+
"dev": true,
|
|
20687
|
+
"license": "MIT",
|
|
20688
|
+
"engines": {
|
|
20689
|
+
"node": ">=18"
|
|
20690
|
+
},
|
|
20691
|
+
"funding": {
|
|
20692
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
20693
|
+
}
|
|
20694
|
+
},
|
|
20699
20695
|
"node_modules/on-exit-leak-free": {
|
|
20700
20696
|
"version": "2.1.0",
|
|
20701
20697
|
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.0.tgz",
|
|
@@ -21191,14 +21187,31 @@
|
|
|
21191
21187
|
}
|
|
21192
21188
|
},
|
|
21193
21189
|
"node_modules/pino-abstract-transport": {
|
|
21194
|
-
"version": "2.0
|
|
21195
|
-
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.
|
|
21196
|
-
"integrity": "sha512-
|
|
21190
|
+
"version": "1.2.0",
|
|
21191
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
|
|
21192
|
+
"integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
|
|
21197
21193
|
"license": "MIT",
|
|
21198
21194
|
"dependencies": {
|
|
21195
|
+
"readable-stream": "^4.0.0",
|
|
21199
21196
|
"split2": "^4.0.0"
|
|
21200
21197
|
}
|
|
21201
21198
|
},
|
|
21199
|
+
"node_modules/pino-abstract-transport/node_modules/readable-stream": {
|
|
21200
|
+
"version": "4.4.2",
|
|
21201
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
|
|
21202
|
+
"integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
|
|
21203
|
+
"license": "MIT",
|
|
21204
|
+
"dependencies": {
|
|
21205
|
+
"abort-controller": "^3.0.0",
|
|
21206
|
+
"buffer": "^6.0.3",
|
|
21207
|
+
"events": "^3.3.0",
|
|
21208
|
+
"process": "^0.11.10",
|
|
21209
|
+
"string_decoder": "^1.3.0"
|
|
21210
|
+
},
|
|
21211
|
+
"engines": {
|
|
21212
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
21213
|
+
}
|
|
21214
|
+
},
|
|
21202
21215
|
"node_modules/pino-abstract-transport/node_modules/split2": {
|
|
21203
21216
|
"version": "4.2.0",
|
|
21204
21217
|
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
@@ -21242,6 +21255,15 @@
|
|
|
21242
21255
|
"node": "*"
|
|
21243
21256
|
}
|
|
21244
21257
|
},
|
|
21258
|
+
"node_modules/pino-pretty/node_modules/pino-abstract-transport": {
|
|
21259
|
+
"version": "2.0.0",
|
|
21260
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
|
|
21261
|
+
"integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
|
|
21262
|
+
"license": "MIT",
|
|
21263
|
+
"dependencies": {
|
|
21264
|
+
"split2": "^4.0.0"
|
|
21265
|
+
}
|
|
21266
|
+
},
|
|
21245
21267
|
"node_modules/pino-pretty/node_modules/readable-stream": {
|
|
21246
21268
|
"version": "4.4.2",
|
|
21247
21269
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
|
|
@@ -21258,12 +21280,39 @@
|
|
|
21258
21280
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
21259
21281
|
}
|
|
21260
21282
|
},
|
|
21283
|
+
"node_modules/pino-pretty/node_modules/split2": {
|
|
21284
|
+
"version": "4.2.0",
|
|
21285
|
+
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
21286
|
+
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
21287
|
+
"license": "ISC",
|
|
21288
|
+
"engines": {
|
|
21289
|
+
"node": ">= 10.x"
|
|
21290
|
+
}
|
|
21291
|
+
},
|
|
21261
21292
|
"node_modules/pino-std-serializers": {
|
|
21262
21293
|
"version": "7.0.0",
|
|
21263
21294
|
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz",
|
|
21264
21295
|
"integrity": "sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==",
|
|
21265
21296
|
"license": "MIT"
|
|
21266
21297
|
},
|
|
21298
|
+
"node_modules/pino/node_modules/pino-abstract-transport": {
|
|
21299
|
+
"version": "2.0.0",
|
|
21300
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
|
|
21301
|
+
"integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
|
|
21302
|
+
"license": "MIT",
|
|
21303
|
+
"dependencies": {
|
|
21304
|
+
"split2": "^4.0.0"
|
|
21305
|
+
}
|
|
21306
|
+
},
|
|
21307
|
+
"node_modules/pino/node_modules/split2": {
|
|
21308
|
+
"version": "4.2.0",
|
|
21309
|
+
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
21310
|
+
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
21311
|
+
"license": "ISC",
|
|
21312
|
+
"engines": {
|
|
21313
|
+
"node": ">= 10.x"
|
|
21314
|
+
}
|
|
21315
|
+
},
|
|
21267
21316
|
"node_modules/pkg-dir": {
|
|
21268
21317
|
"version": "4.2.0",
|
|
21269
21318
|
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
|
|
@@ -22660,31 +22709,28 @@
|
|
|
22660
22709
|
}
|
|
22661
22710
|
},
|
|
22662
22711
|
"node_modules/slice-ansi": {
|
|
22663
|
-
"version": "
|
|
22664
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-
|
|
22665
|
-
"integrity": "sha512-
|
|
22712
|
+
"version": "5.0.0",
|
|
22713
|
+
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz",
|
|
22714
|
+
"integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==",
|
|
22666
22715
|
"license": "MIT",
|
|
22667
22716
|
"dependencies": {
|
|
22668
|
-
"ansi-styles": "^6.
|
|
22669
|
-
"is-fullwidth-code-point": "^
|
|
22717
|
+
"ansi-styles": "^6.0.0",
|
|
22718
|
+
"is-fullwidth-code-point": "^4.0.0"
|
|
22670
22719
|
},
|
|
22671
22720
|
"engines": {
|
|
22672
|
-
"node": ">=
|
|
22721
|
+
"node": ">=12"
|
|
22673
22722
|
},
|
|
22674
22723
|
"funding": {
|
|
22675
22724
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
22676
22725
|
}
|
|
22677
22726
|
},
|
|
22678
22727
|
"node_modules/slice-ansi/node_modules/is-fullwidth-code-point": {
|
|
22679
|
-
"version": "
|
|
22680
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-
|
|
22681
|
-
"integrity": "sha512-
|
|
22728
|
+
"version": "4.0.0",
|
|
22729
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
|
|
22730
|
+
"integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
|
|
22682
22731
|
"license": "MIT",
|
|
22683
|
-
"dependencies": {
|
|
22684
|
-
"get-east-asian-width": "^1.0.0"
|
|
22685
|
-
},
|
|
22686
22732
|
"engines": {
|
|
22687
|
-
"node": ">=
|
|
22733
|
+
"node": ">=12"
|
|
22688
22734
|
},
|
|
22689
22735
|
"funding": {
|
|
22690
22736
|
"url": "https://github.com/sponsors/sindresorhus"
|