@salesforce/cli 2.21.7 → 2.21.8
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 +23 -23
- package/npm-shrinkwrap.json +2610 -206
- 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/cli",
|
|
3
|
-
"version": "2.21.
|
|
3
|
+
"version": "2.21.8",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.21.
|
|
9
|
+
"version": "2.21.8",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@salesforce/plugin-limits": "3.0.5",
|
|
31
31
|
"@salesforce/plugin-marketplace": "1.0.10",
|
|
32
32
|
"@salesforce/plugin-org": "3.1.1",
|
|
33
|
-
"@salesforce/plugin-packaging": "1.27.
|
|
33
|
+
"@salesforce/plugin-packaging": "1.27.10",
|
|
34
34
|
"@salesforce/plugin-schema": "3.0.8",
|
|
35
35
|
"@salesforce/plugin-settings": "2.0.9",
|
|
36
36
|
"@salesforce/plugin-sobject": "1.0.5",
|
|
@@ -1239,6 +1239,26 @@
|
|
|
1239
1239
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
1240
1240
|
}
|
|
1241
1241
|
},
|
|
1242
|
+
"node_modules/@eslint/eslintrc/node_modules/argparse": {
|
|
1243
|
+
"version": "2.0.1",
|
|
1244
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
1245
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
1246
|
+
"dev": true,
|
|
1247
|
+
"license": "Python-2.0"
|
|
1248
|
+
},
|
|
1249
|
+
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
|
|
1250
|
+
"version": "4.1.0",
|
|
1251
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
1252
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
1253
|
+
"dev": true,
|
|
1254
|
+
"license": "MIT",
|
|
1255
|
+
"dependencies": {
|
|
1256
|
+
"argparse": "^2.0.1"
|
|
1257
|
+
},
|
|
1258
|
+
"bin": {
|
|
1259
|
+
"js-yaml": "bin/js-yaml.js"
|
|
1260
|
+
}
|
|
1261
|
+
},
|
|
1242
1262
|
"node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
|
|
1243
1263
|
"version": "0.4.1",
|
|
1244
1264
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
@@ -1478,16 +1498,6 @@
|
|
|
1478
1498
|
"node": ">=8"
|
|
1479
1499
|
}
|
|
1480
1500
|
},
|
|
1481
|
-
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
|
|
1482
|
-
"version": "1.0.10",
|
|
1483
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
1484
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
1485
|
-
"dev": true,
|
|
1486
|
-
"license": "MIT",
|
|
1487
|
-
"dependencies": {
|
|
1488
|
-
"sprintf-js": "~1.0.2"
|
|
1489
|
-
}
|
|
1490
|
-
},
|
|
1491
1501
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": {
|
|
1492
1502
|
"version": "4.1.0",
|
|
1493
1503
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
|
|
@@ -1502,20 +1512,6 @@
|
|
|
1502
1512
|
"node": ">=8"
|
|
1503
1513
|
}
|
|
1504
1514
|
},
|
|
1505
|
-
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
|
|
1506
|
-
"version": "3.14.1",
|
|
1507
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
1508
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
1509
|
-
"dev": true,
|
|
1510
|
-
"license": "MIT",
|
|
1511
|
-
"dependencies": {
|
|
1512
|
-
"argparse": "^1.0.7",
|
|
1513
|
-
"esprima": "^4.0.0"
|
|
1514
|
-
},
|
|
1515
|
-
"bin": {
|
|
1516
|
-
"js-yaml": "bin/js-yaml.js"
|
|
1517
|
-
}
|
|
1518
|
-
},
|
|
1519
1515
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
|
|
1520
1516
|
"version": "5.0.0",
|
|
1521
1517
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
|
@@ -2269,28 +2265,6 @@
|
|
|
2269
2265
|
"node": ">=18.0.0"
|
|
2270
2266
|
}
|
|
2271
2267
|
},
|
|
2272
|
-
"node_modules/@oclif/core/node_modules/argparse": {
|
|
2273
|
-
"version": "1.0.10",
|
|
2274
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
2275
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
2276
|
-
"license": "MIT",
|
|
2277
|
-
"dependencies": {
|
|
2278
|
-
"sprintf-js": "~1.0.2"
|
|
2279
|
-
}
|
|
2280
|
-
},
|
|
2281
|
-
"node_modules/@oclif/core/node_modules/js-yaml": {
|
|
2282
|
-
"version": "3.14.1",
|
|
2283
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
2284
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
2285
|
-
"license": "MIT",
|
|
2286
|
-
"dependencies": {
|
|
2287
|
-
"argparse": "^1.0.7",
|
|
2288
|
-
"esprima": "^4.0.0"
|
|
2289
|
-
},
|
|
2290
|
-
"bin": {
|
|
2291
|
-
"js-yaml": "bin/js-yaml.js"
|
|
2292
|
-
}
|
|
2293
|
-
},
|
|
2294
2268
|
"node_modules/@oclif/core/node_modules/supports-color": {
|
|
2295
2269
|
"version": "8.1.1",
|
|
2296
2270
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -2321,6 +2295,72 @@
|
|
|
2321
2295
|
"node": ">=18.0.0"
|
|
2322
2296
|
}
|
|
2323
2297
|
},
|
|
2298
|
+
"node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core": {
|
|
2299
|
+
"version": "3.14.1",
|
|
2300
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
2301
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
2302
|
+
"license": "MIT",
|
|
2303
|
+
"dependencies": {
|
|
2304
|
+
"ansi-escapes": "^4.3.2",
|
|
2305
|
+
"ansi-styles": "^4.3.0",
|
|
2306
|
+
"cardinal": "^2.1.1",
|
|
2307
|
+
"chalk": "^4.1.2",
|
|
2308
|
+
"clean-stack": "^3.0.1",
|
|
2309
|
+
"cli-progress": "^3.12.0",
|
|
2310
|
+
"color": "^4.2.3",
|
|
2311
|
+
"debug": "^4.3.4",
|
|
2312
|
+
"ejs": "^3.1.9",
|
|
2313
|
+
"get-package-type": "^0.1.0",
|
|
2314
|
+
"globby": "^11.1.0",
|
|
2315
|
+
"hyperlinker": "^1.0.0",
|
|
2316
|
+
"indent-string": "^4.0.0",
|
|
2317
|
+
"is-wsl": "^2.2.0",
|
|
2318
|
+
"js-yaml": "^3.14.1",
|
|
2319
|
+
"natural-orderby": "^2.0.3",
|
|
2320
|
+
"object-treeify": "^1.1.33",
|
|
2321
|
+
"password-prompt": "^1.1.2",
|
|
2322
|
+
"slice-ansi": "^4.0.0",
|
|
2323
|
+
"string-width": "^4.2.3",
|
|
2324
|
+
"strip-ansi": "^6.0.1",
|
|
2325
|
+
"supports-color": "^8.1.1",
|
|
2326
|
+
"supports-hyperlinks": "^2.2.0",
|
|
2327
|
+
"tsconfck": "^3.0.0",
|
|
2328
|
+
"widest-line": "^3.1.0",
|
|
2329
|
+
"wordwrap": "^1.0.0",
|
|
2330
|
+
"wrap-ansi": "^7.0.0"
|
|
2331
|
+
},
|
|
2332
|
+
"engines": {
|
|
2333
|
+
"node": ">=18.0.0"
|
|
2334
|
+
}
|
|
2335
|
+
},
|
|
2336
|
+
"node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core/node_modules/chalk": {
|
|
2337
|
+
"version": "4.1.2",
|
|
2338
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2339
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2340
|
+
"license": "MIT",
|
|
2341
|
+
"dependencies": {
|
|
2342
|
+
"ansi-styles": "^4.1.0",
|
|
2343
|
+
"supports-color": "^7.1.0"
|
|
2344
|
+
},
|
|
2345
|
+
"engines": {
|
|
2346
|
+
"node": ">=10"
|
|
2347
|
+
},
|
|
2348
|
+
"funding": {
|
|
2349
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2350
|
+
}
|
|
2351
|
+
},
|
|
2352
|
+
"node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
2353
|
+
"version": "7.2.0",
|
|
2354
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2355
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2356
|
+
"license": "MIT",
|
|
2357
|
+
"dependencies": {
|
|
2358
|
+
"has-flag": "^4.0.0"
|
|
2359
|
+
},
|
|
2360
|
+
"engines": {
|
|
2361
|
+
"node": ">=8"
|
|
2362
|
+
}
|
|
2363
|
+
},
|
|
2324
2364
|
"node_modules/@oclif/plugin-autocomplete/node_modules/chalk": {
|
|
2325
2365
|
"version": "5.3.0",
|
|
2326
2366
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -2333,6 +2373,21 @@
|
|
|
2333
2373
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2334
2374
|
}
|
|
2335
2375
|
},
|
|
2376
|
+
"node_modules/@oclif/plugin-autocomplete/node_modules/supports-color": {
|
|
2377
|
+
"version": "8.1.1",
|
|
2378
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2379
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2380
|
+
"license": "MIT",
|
|
2381
|
+
"dependencies": {
|
|
2382
|
+
"has-flag": "^4.0.0"
|
|
2383
|
+
},
|
|
2384
|
+
"engines": {
|
|
2385
|
+
"node": ">=10"
|
|
2386
|
+
},
|
|
2387
|
+
"funding": {
|
|
2388
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2389
|
+
}
|
|
2390
|
+
},
|
|
2336
2391
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
2337
2392
|
"version": "4.0.14",
|
|
2338
2393
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-4.0.14.tgz",
|
|
@@ -2392,30 +2447,6 @@
|
|
|
2392
2447
|
"node": ">=14.0.0"
|
|
2393
2448
|
}
|
|
2394
2449
|
},
|
|
2395
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
|
|
2396
|
-
"version": "1.0.10",
|
|
2397
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
2398
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
2399
|
-
"dev": true,
|
|
2400
|
-
"license": "MIT",
|
|
2401
|
-
"dependencies": {
|
|
2402
|
-
"sprintf-js": "~1.0.2"
|
|
2403
|
-
}
|
|
2404
|
-
},
|
|
2405
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
|
|
2406
|
-
"version": "3.14.1",
|
|
2407
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
2408
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
2409
|
-
"dev": true,
|
|
2410
|
-
"license": "MIT",
|
|
2411
|
-
"dependencies": {
|
|
2412
|
-
"argparse": "^1.0.7",
|
|
2413
|
-
"esprima": "^4.0.0"
|
|
2414
|
-
},
|
|
2415
|
-
"bin": {
|
|
2416
|
-
"js-yaml": "bin/js-yaml.js"
|
|
2417
|
-
}
|
|
2418
|
-
},
|
|
2419
2450
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
2420
2451
|
"version": "8.1.1",
|
|
2421
2452
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -2448,6 +2479,59 @@
|
|
|
2448
2479
|
"node": ">=18.0.0"
|
|
2449
2480
|
}
|
|
2450
2481
|
},
|
|
2482
|
+
"node_modules/@oclif/plugin-commands/node_modules/@oclif/core": {
|
|
2483
|
+
"version": "3.14.1",
|
|
2484
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
2485
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
2486
|
+
"license": "MIT",
|
|
2487
|
+
"dependencies": {
|
|
2488
|
+
"ansi-escapes": "^4.3.2",
|
|
2489
|
+
"ansi-styles": "^4.3.0",
|
|
2490
|
+
"cardinal": "^2.1.1",
|
|
2491
|
+
"chalk": "^4.1.2",
|
|
2492
|
+
"clean-stack": "^3.0.1",
|
|
2493
|
+
"cli-progress": "^3.12.0",
|
|
2494
|
+
"color": "^4.2.3",
|
|
2495
|
+
"debug": "^4.3.4",
|
|
2496
|
+
"ejs": "^3.1.9",
|
|
2497
|
+
"get-package-type": "^0.1.0",
|
|
2498
|
+
"globby": "^11.1.0",
|
|
2499
|
+
"hyperlinker": "^1.0.0",
|
|
2500
|
+
"indent-string": "^4.0.0",
|
|
2501
|
+
"is-wsl": "^2.2.0",
|
|
2502
|
+
"js-yaml": "^3.14.1",
|
|
2503
|
+
"natural-orderby": "^2.0.3",
|
|
2504
|
+
"object-treeify": "^1.1.33",
|
|
2505
|
+
"password-prompt": "^1.1.2",
|
|
2506
|
+
"slice-ansi": "^4.0.0",
|
|
2507
|
+
"string-width": "^4.2.3",
|
|
2508
|
+
"strip-ansi": "^6.0.1",
|
|
2509
|
+
"supports-color": "^8.1.1",
|
|
2510
|
+
"supports-hyperlinks": "^2.2.0",
|
|
2511
|
+
"tsconfck": "^3.0.0",
|
|
2512
|
+
"widest-line": "^3.1.0",
|
|
2513
|
+
"wordwrap": "^1.0.0",
|
|
2514
|
+
"wrap-ansi": "^7.0.0"
|
|
2515
|
+
},
|
|
2516
|
+
"engines": {
|
|
2517
|
+
"node": ">=18.0.0"
|
|
2518
|
+
}
|
|
2519
|
+
},
|
|
2520
|
+
"node_modules/@oclif/plugin-commands/node_modules/supports-color": {
|
|
2521
|
+
"version": "8.1.1",
|
|
2522
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2523
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2524
|
+
"license": "MIT",
|
|
2525
|
+
"dependencies": {
|
|
2526
|
+
"has-flag": "^4.0.0"
|
|
2527
|
+
},
|
|
2528
|
+
"engines": {
|
|
2529
|
+
"node": ">=10"
|
|
2530
|
+
},
|
|
2531
|
+
"funding": {
|
|
2532
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2533
|
+
}
|
|
2534
|
+
},
|
|
2451
2535
|
"node_modules/@oclif/plugin-help": {
|
|
2452
2536
|
"version": "6.0.7",
|
|
2453
2537
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.7.tgz",
|
|
@@ -2460,6 +2544,59 @@
|
|
|
2460
2544
|
"node": ">=18.0.0"
|
|
2461
2545
|
}
|
|
2462
2546
|
},
|
|
2547
|
+
"node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
|
|
2548
|
+
"version": "3.14.1",
|
|
2549
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
2550
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
2551
|
+
"license": "MIT",
|
|
2552
|
+
"dependencies": {
|
|
2553
|
+
"ansi-escapes": "^4.3.2",
|
|
2554
|
+
"ansi-styles": "^4.3.0",
|
|
2555
|
+
"cardinal": "^2.1.1",
|
|
2556
|
+
"chalk": "^4.1.2",
|
|
2557
|
+
"clean-stack": "^3.0.1",
|
|
2558
|
+
"cli-progress": "^3.12.0",
|
|
2559
|
+
"color": "^4.2.3",
|
|
2560
|
+
"debug": "^4.3.4",
|
|
2561
|
+
"ejs": "^3.1.9",
|
|
2562
|
+
"get-package-type": "^0.1.0",
|
|
2563
|
+
"globby": "^11.1.0",
|
|
2564
|
+
"hyperlinker": "^1.0.0",
|
|
2565
|
+
"indent-string": "^4.0.0",
|
|
2566
|
+
"is-wsl": "^2.2.0",
|
|
2567
|
+
"js-yaml": "^3.14.1",
|
|
2568
|
+
"natural-orderby": "^2.0.3",
|
|
2569
|
+
"object-treeify": "^1.1.33",
|
|
2570
|
+
"password-prompt": "^1.1.2",
|
|
2571
|
+
"slice-ansi": "^4.0.0",
|
|
2572
|
+
"string-width": "^4.2.3",
|
|
2573
|
+
"strip-ansi": "^6.0.1",
|
|
2574
|
+
"supports-color": "^8.1.1",
|
|
2575
|
+
"supports-hyperlinks": "^2.2.0",
|
|
2576
|
+
"tsconfck": "^3.0.0",
|
|
2577
|
+
"widest-line": "^3.1.0",
|
|
2578
|
+
"wordwrap": "^1.0.0",
|
|
2579
|
+
"wrap-ansi": "^7.0.0"
|
|
2580
|
+
},
|
|
2581
|
+
"engines": {
|
|
2582
|
+
"node": ">=18.0.0"
|
|
2583
|
+
}
|
|
2584
|
+
},
|
|
2585
|
+
"node_modules/@oclif/plugin-help/node_modules/supports-color": {
|
|
2586
|
+
"version": "8.1.1",
|
|
2587
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2588
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2589
|
+
"license": "MIT",
|
|
2590
|
+
"dependencies": {
|
|
2591
|
+
"has-flag": "^4.0.0"
|
|
2592
|
+
},
|
|
2593
|
+
"engines": {
|
|
2594
|
+
"node": ">=10"
|
|
2595
|
+
},
|
|
2596
|
+
"funding": {
|
|
2597
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2598
|
+
}
|
|
2599
|
+
},
|
|
2463
2600
|
"node_modules/@oclif/plugin-not-found": {
|
|
2464
2601
|
"version": "3.0.4",
|
|
2465
2602
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.4.tgz",
|
|
@@ -2474,7 +2611,73 @@
|
|
|
2474
2611
|
"node": ">=18.0.0"
|
|
2475
2612
|
}
|
|
2476
2613
|
},
|
|
2477
|
-
"node_modules/@oclif/plugin-not-found/node_modules/
|
|
2614
|
+
"node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
|
|
2615
|
+
"version": "3.14.1",
|
|
2616
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
2617
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
2618
|
+
"license": "MIT",
|
|
2619
|
+
"dependencies": {
|
|
2620
|
+
"ansi-escapes": "^4.3.2",
|
|
2621
|
+
"ansi-styles": "^4.3.0",
|
|
2622
|
+
"cardinal": "^2.1.1",
|
|
2623
|
+
"chalk": "^4.1.2",
|
|
2624
|
+
"clean-stack": "^3.0.1",
|
|
2625
|
+
"cli-progress": "^3.12.0",
|
|
2626
|
+
"color": "^4.2.3",
|
|
2627
|
+
"debug": "^4.3.4",
|
|
2628
|
+
"ejs": "^3.1.9",
|
|
2629
|
+
"get-package-type": "^0.1.0",
|
|
2630
|
+
"globby": "^11.1.0",
|
|
2631
|
+
"hyperlinker": "^1.0.0",
|
|
2632
|
+
"indent-string": "^4.0.0",
|
|
2633
|
+
"is-wsl": "^2.2.0",
|
|
2634
|
+
"js-yaml": "^3.14.1",
|
|
2635
|
+
"natural-orderby": "^2.0.3",
|
|
2636
|
+
"object-treeify": "^1.1.33",
|
|
2637
|
+
"password-prompt": "^1.1.2",
|
|
2638
|
+
"slice-ansi": "^4.0.0",
|
|
2639
|
+
"string-width": "^4.2.3",
|
|
2640
|
+
"strip-ansi": "^6.0.1",
|
|
2641
|
+
"supports-color": "^8.1.1",
|
|
2642
|
+
"supports-hyperlinks": "^2.2.0",
|
|
2643
|
+
"tsconfck": "^3.0.0",
|
|
2644
|
+
"widest-line": "^3.1.0",
|
|
2645
|
+
"wordwrap": "^1.0.0",
|
|
2646
|
+
"wrap-ansi": "^7.0.0"
|
|
2647
|
+
},
|
|
2648
|
+
"engines": {
|
|
2649
|
+
"node": ">=18.0.0"
|
|
2650
|
+
}
|
|
2651
|
+
},
|
|
2652
|
+
"node_modules/@oclif/plugin-not-found/node_modules/@oclif/core/node_modules/chalk": {
|
|
2653
|
+
"version": "4.1.2",
|
|
2654
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2655
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2656
|
+
"license": "MIT",
|
|
2657
|
+
"dependencies": {
|
|
2658
|
+
"ansi-styles": "^4.1.0",
|
|
2659
|
+
"supports-color": "^7.1.0"
|
|
2660
|
+
},
|
|
2661
|
+
"engines": {
|
|
2662
|
+
"node": ">=10"
|
|
2663
|
+
},
|
|
2664
|
+
"funding": {
|
|
2665
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2666
|
+
}
|
|
2667
|
+
},
|
|
2668
|
+
"node_modules/@oclif/plugin-not-found/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
2669
|
+
"version": "7.2.0",
|
|
2670
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2671
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2672
|
+
"license": "MIT",
|
|
2673
|
+
"dependencies": {
|
|
2674
|
+
"has-flag": "^4.0.0"
|
|
2675
|
+
},
|
|
2676
|
+
"engines": {
|
|
2677
|
+
"node": ">=8"
|
|
2678
|
+
}
|
|
2679
|
+
},
|
|
2680
|
+
"node_modules/@oclif/plugin-not-found/node_modules/chalk": {
|
|
2478
2681
|
"version": "5.3.0",
|
|
2479
2682
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
2480
2683
|
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
@@ -2486,6 +2689,21 @@
|
|
|
2486
2689
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2487
2690
|
}
|
|
2488
2691
|
},
|
|
2692
|
+
"node_modules/@oclif/plugin-not-found/node_modules/supports-color": {
|
|
2693
|
+
"version": "8.1.1",
|
|
2694
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2695
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2696
|
+
"license": "MIT",
|
|
2697
|
+
"dependencies": {
|
|
2698
|
+
"has-flag": "^4.0.0"
|
|
2699
|
+
},
|
|
2700
|
+
"engines": {
|
|
2701
|
+
"node": ">=10"
|
|
2702
|
+
},
|
|
2703
|
+
"funding": {
|
|
2704
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2705
|
+
}
|
|
2706
|
+
},
|
|
2489
2707
|
"node_modules/@oclif/plugin-plugins": {
|
|
2490
2708
|
"version": "4.1.9",
|
|
2491
2709
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.1.9.tgz",
|
|
@@ -2506,6 +2724,72 @@
|
|
|
2506
2724
|
"node": ">=18.0.0"
|
|
2507
2725
|
}
|
|
2508
2726
|
},
|
|
2727
|
+
"node_modules/@oclif/plugin-plugins/node_modules/@oclif/core": {
|
|
2728
|
+
"version": "3.14.1",
|
|
2729
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
2730
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
2731
|
+
"license": "MIT",
|
|
2732
|
+
"dependencies": {
|
|
2733
|
+
"ansi-escapes": "^4.3.2",
|
|
2734
|
+
"ansi-styles": "^4.3.0",
|
|
2735
|
+
"cardinal": "^2.1.1",
|
|
2736
|
+
"chalk": "^4.1.2",
|
|
2737
|
+
"clean-stack": "^3.0.1",
|
|
2738
|
+
"cli-progress": "^3.12.0",
|
|
2739
|
+
"color": "^4.2.3",
|
|
2740
|
+
"debug": "^4.3.4",
|
|
2741
|
+
"ejs": "^3.1.9",
|
|
2742
|
+
"get-package-type": "^0.1.0",
|
|
2743
|
+
"globby": "^11.1.0",
|
|
2744
|
+
"hyperlinker": "^1.0.0",
|
|
2745
|
+
"indent-string": "^4.0.0",
|
|
2746
|
+
"is-wsl": "^2.2.0",
|
|
2747
|
+
"js-yaml": "^3.14.1",
|
|
2748
|
+
"natural-orderby": "^2.0.3",
|
|
2749
|
+
"object-treeify": "^1.1.33",
|
|
2750
|
+
"password-prompt": "^1.1.2",
|
|
2751
|
+
"slice-ansi": "^4.0.0",
|
|
2752
|
+
"string-width": "^4.2.3",
|
|
2753
|
+
"strip-ansi": "^6.0.1",
|
|
2754
|
+
"supports-color": "^8.1.1",
|
|
2755
|
+
"supports-hyperlinks": "^2.2.0",
|
|
2756
|
+
"tsconfck": "^3.0.0",
|
|
2757
|
+
"widest-line": "^3.1.0",
|
|
2758
|
+
"wordwrap": "^1.0.0",
|
|
2759
|
+
"wrap-ansi": "^7.0.0"
|
|
2760
|
+
},
|
|
2761
|
+
"engines": {
|
|
2762
|
+
"node": ">=18.0.0"
|
|
2763
|
+
}
|
|
2764
|
+
},
|
|
2765
|
+
"node_modules/@oclif/plugin-plugins/node_modules/@oclif/core/node_modules/chalk": {
|
|
2766
|
+
"version": "4.1.2",
|
|
2767
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2768
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2769
|
+
"license": "MIT",
|
|
2770
|
+
"dependencies": {
|
|
2771
|
+
"ansi-styles": "^4.1.0",
|
|
2772
|
+
"supports-color": "^7.1.0"
|
|
2773
|
+
},
|
|
2774
|
+
"engines": {
|
|
2775
|
+
"node": ">=10"
|
|
2776
|
+
},
|
|
2777
|
+
"funding": {
|
|
2778
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2779
|
+
}
|
|
2780
|
+
},
|
|
2781
|
+
"node_modules/@oclif/plugin-plugins/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
2782
|
+
"version": "7.2.0",
|
|
2783
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2784
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2785
|
+
"license": "MIT",
|
|
2786
|
+
"dependencies": {
|
|
2787
|
+
"has-flag": "^4.0.0"
|
|
2788
|
+
},
|
|
2789
|
+
"engines": {
|
|
2790
|
+
"node": ">=8"
|
|
2791
|
+
}
|
|
2792
|
+
},
|
|
2509
2793
|
"node_modules/@oclif/plugin-plugins/node_modules/chalk": {
|
|
2510
2794
|
"version": "5.3.0",
|
|
2511
2795
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -2518,6 +2802,21 @@
|
|
|
2518
2802
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2519
2803
|
}
|
|
2520
2804
|
},
|
|
2805
|
+
"node_modules/@oclif/plugin-plugins/node_modules/supports-color": {
|
|
2806
|
+
"version": "8.1.1",
|
|
2807
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2808
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2809
|
+
"license": "MIT",
|
|
2810
|
+
"dependencies": {
|
|
2811
|
+
"has-flag": "^4.0.0"
|
|
2812
|
+
},
|
|
2813
|
+
"engines": {
|
|
2814
|
+
"node": ">=10"
|
|
2815
|
+
},
|
|
2816
|
+
"funding": {
|
|
2817
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2818
|
+
}
|
|
2819
|
+
},
|
|
2521
2820
|
"node_modules/@oclif/plugin-search": {
|
|
2522
2821
|
"version": "1.0.8",
|
|
2523
2822
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.8.tgz",
|
|
@@ -2531,6 +2830,59 @@
|
|
|
2531
2830
|
"node": ">=18.0.0"
|
|
2532
2831
|
}
|
|
2533
2832
|
},
|
|
2833
|
+
"node_modules/@oclif/plugin-search/node_modules/@oclif/core": {
|
|
2834
|
+
"version": "3.14.1",
|
|
2835
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
2836
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
2837
|
+
"license": "MIT",
|
|
2838
|
+
"dependencies": {
|
|
2839
|
+
"ansi-escapes": "^4.3.2",
|
|
2840
|
+
"ansi-styles": "^4.3.0",
|
|
2841
|
+
"cardinal": "^2.1.1",
|
|
2842
|
+
"chalk": "^4.1.2",
|
|
2843
|
+
"clean-stack": "^3.0.1",
|
|
2844
|
+
"cli-progress": "^3.12.0",
|
|
2845
|
+
"color": "^4.2.3",
|
|
2846
|
+
"debug": "^4.3.4",
|
|
2847
|
+
"ejs": "^3.1.9",
|
|
2848
|
+
"get-package-type": "^0.1.0",
|
|
2849
|
+
"globby": "^11.1.0",
|
|
2850
|
+
"hyperlinker": "^1.0.0",
|
|
2851
|
+
"indent-string": "^4.0.0",
|
|
2852
|
+
"is-wsl": "^2.2.0",
|
|
2853
|
+
"js-yaml": "^3.14.1",
|
|
2854
|
+
"natural-orderby": "^2.0.3",
|
|
2855
|
+
"object-treeify": "^1.1.33",
|
|
2856
|
+
"password-prompt": "^1.1.2",
|
|
2857
|
+
"slice-ansi": "^4.0.0",
|
|
2858
|
+
"string-width": "^4.2.3",
|
|
2859
|
+
"strip-ansi": "^6.0.1",
|
|
2860
|
+
"supports-color": "^8.1.1",
|
|
2861
|
+
"supports-hyperlinks": "^2.2.0",
|
|
2862
|
+
"tsconfck": "^3.0.0",
|
|
2863
|
+
"widest-line": "^3.1.0",
|
|
2864
|
+
"wordwrap": "^1.0.0",
|
|
2865
|
+
"wrap-ansi": "^7.0.0"
|
|
2866
|
+
},
|
|
2867
|
+
"engines": {
|
|
2868
|
+
"node": ">=18.0.0"
|
|
2869
|
+
}
|
|
2870
|
+
},
|
|
2871
|
+
"node_modules/@oclif/plugin-search/node_modules/supports-color": {
|
|
2872
|
+
"version": "8.1.1",
|
|
2873
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2874
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2875
|
+
"license": "MIT",
|
|
2876
|
+
"dependencies": {
|
|
2877
|
+
"has-flag": "^4.0.0"
|
|
2878
|
+
},
|
|
2879
|
+
"engines": {
|
|
2880
|
+
"node": ">=10"
|
|
2881
|
+
},
|
|
2882
|
+
"funding": {
|
|
2883
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2884
|
+
}
|
|
2885
|
+
},
|
|
2534
2886
|
"node_modules/@oclif/plugin-update": {
|
|
2535
2887
|
"version": "4.1.4",
|
|
2536
2888
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.1.4.tgz",
|
|
@@ -2552,6 +2904,72 @@
|
|
|
2552
2904
|
"node": ">=18.0.0"
|
|
2553
2905
|
}
|
|
2554
2906
|
},
|
|
2907
|
+
"node_modules/@oclif/plugin-update/node_modules/@oclif/core": {
|
|
2908
|
+
"version": "3.14.1",
|
|
2909
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
2910
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
2911
|
+
"license": "MIT",
|
|
2912
|
+
"dependencies": {
|
|
2913
|
+
"ansi-escapes": "^4.3.2",
|
|
2914
|
+
"ansi-styles": "^4.3.0",
|
|
2915
|
+
"cardinal": "^2.1.1",
|
|
2916
|
+
"chalk": "^4.1.2",
|
|
2917
|
+
"clean-stack": "^3.0.1",
|
|
2918
|
+
"cli-progress": "^3.12.0",
|
|
2919
|
+
"color": "^4.2.3",
|
|
2920
|
+
"debug": "^4.3.4",
|
|
2921
|
+
"ejs": "^3.1.9",
|
|
2922
|
+
"get-package-type": "^0.1.0",
|
|
2923
|
+
"globby": "^11.1.0",
|
|
2924
|
+
"hyperlinker": "^1.0.0",
|
|
2925
|
+
"indent-string": "^4.0.0",
|
|
2926
|
+
"is-wsl": "^2.2.0",
|
|
2927
|
+
"js-yaml": "^3.14.1",
|
|
2928
|
+
"natural-orderby": "^2.0.3",
|
|
2929
|
+
"object-treeify": "^1.1.33",
|
|
2930
|
+
"password-prompt": "^1.1.2",
|
|
2931
|
+
"slice-ansi": "^4.0.0",
|
|
2932
|
+
"string-width": "^4.2.3",
|
|
2933
|
+
"strip-ansi": "^6.0.1",
|
|
2934
|
+
"supports-color": "^8.1.1",
|
|
2935
|
+
"supports-hyperlinks": "^2.2.0",
|
|
2936
|
+
"tsconfck": "^3.0.0",
|
|
2937
|
+
"widest-line": "^3.1.0",
|
|
2938
|
+
"wordwrap": "^1.0.0",
|
|
2939
|
+
"wrap-ansi": "^7.0.0"
|
|
2940
|
+
},
|
|
2941
|
+
"engines": {
|
|
2942
|
+
"node": ">=18.0.0"
|
|
2943
|
+
}
|
|
2944
|
+
},
|
|
2945
|
+
"node_modules/@oclif/plugin-update/node_modules/@oclif/core/node_modules/chalk": {
|
|
2946
|
+
"version": "4.1.2",
|
|
2947
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2948
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2949
|
+
"license": "MIT",
|
|
2950
|
+
"dependencies": {
|
|
2951
|
+
"ansi-styles": "^4.1.0",
|
|
2952
|
+
"supports-color": "^7.1.0"
|
|
2953
|
+
},
|
|
2954
|
+
"engines": {
|
|
2955
|
+
"node": ">=10"
|
|
2956
|
+
},
|
|
2957
|
+
"funding": {
|
|
2958
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2959
|
+
}
|
|
2960
|
+
},
|
|
2961
|
+
"node_modules/@oclif/plugin-update/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
2962
|
+
"version": "7.2.0",
|
|
2963
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2964
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2965
|
+
"license": "MIT",
|
|
2966
|
+
"dependencies": {
|
|
2967
|
+
"has-flag": "^4.0.0"
|
|
2968
|
+
},
|
|
2969
|
+
"engines": {
|
|
2970
|
+
"node": ">=8"
|
|
2971
|
+
}
|
|
2972
|
+
},
|
|
2555
2973
|
"node_modules/@oclif/plugin-update/node_modules/chalk": {
|
|
2556
2974
|
"version": "5.3.0",
|
|
2557
2975
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -2648,6 +3066,21 @@
|
|
|
2648
3066
|
"node": ">=0.12.0"
|
|
2649
3067
|
}
|
|
2650
3068
|
},
|
|
3069
|
+
"node_modules/@oclif/plugin-update/node_modules/supports-color": {
|
|
3070
|
+
"version": "8.1.1",
|
|
3071
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3072
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3073
|
+
"license": "MIT",
|
|
3074
|
+
"dependencies": {
|
|
3075
|
+
"has-flag": "^4.0.0"
|
|
3076
|
+
},
|
|
3077
|
+
"engines": {
|
|
3078
|
+
"node": ">=10"
|
|
3079
|
+
},
|
|
3080
|
+
"funding": {
|
|
3081
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3082
|
+
}
|
|
3083
|
+
},
|
|
2651
3084
|
"node_modules/@oclif/plugin-version": {
|
|
2652
3085
|
"version": "2.0.8",
|
|
2653
3086
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.8.tgz",
|
|
@@ -2660,6 +3093,59 @@
|
|
|
2660
3093
|
"node": ">=18.0.0"
|
|
2661
3094
|
}
|
|
2662
3095
|
},
|
|
3096
|
+
"node_modules/@oclif/plugin-version/node_modules/@oclif/core": {
|
|
3097
|
+
"version": "3.14.1",
|
|
3098
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
3099
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
3100
|
+
"license": "MIT",
|
|
3101
|
+
"dependencies": {
|
|
3102
|
+
"ansi-escapes": "^4.3.2",
|
|
3103
|
+
"ansi-styles": "^4.3.0",
|
|
3104
|
+
"cardinal": "^2.1.1",
|
|
3105
|
+
"chalk": "^4.1.2",
|
|
3106
|
+
"clean-stack": "^3.0.1",
|
|
3107
|
+
"cli-progress": "^3.12.0",
|
|
3108
|
+
"color": "^4.2.3",
|
|
3109
|
+
"debug": "^4.3.4",
|
|
3110
|
+
"ejs": "^3.1.9",
|
|
3111
|
+
"get-package-type": "^0.1.0",
|
|
3112
|
+
"globby": "^11.1.0",
|
|
3113
|
+
"hyperlinker": "^1.0.0",
|
|
3114
|
+
"indent-string": "^4.0.0",
|
|
3115
|
+
"is-wsl": "^2.2.0",
|
|
3116
|
+
"js-yaml": "^3.14.1",
|
|
3117
|
+
"natural-orderby": "^2.0.3",
|
|
3118
|
+
"object-treeify": "^1.1.33",
|
|
3119
|
+
"password-prompt": "^1.1.2",
|
|
3120
|
+
"slice-ansi": "^4.0.0",
|
|
3121
|
+
"string-width": "^4.2.3",
|
|
3122
|
+
"strip-ansi": "^6.0.1",
|
|
3123
|
+
"supports-color": "^8.1.1",
|
|
3124
|
+
"supports-hyperlinks": "^2.2.0",
|
|
3125
|
+
"tsconfck": "^3.0.0",
|
|
3126
|
+
"widest-line": "^3.1.0",
|
|
3127
|
+
"wordwrap": "^1.0.0",
|
|
3128
|
+
"wrap-ansi": "^7.0.0"
|
|
3129
|
+
},
|
|
3130
|
+
"engines": {
|
|
3131
|
+
"node": ">=18.0.0"
|
|
3132
|
+
}
|
|
3133
|
+
},
|
|
3134
|
+
"node_modules/@oclif/plugin-version/node_modules/supports-color": {
|
|
3135
|
+
"version": "8.1.1",
|
|
3136
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3137
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3138
|
+
"license": "MIT",
|
|
3139
|
+
"dependencies": {
|
|
3140
|
+
"has-flag": "^4.0.0"
|
|
3141
|
+
},
|
|
3142
|
+
"engines": {
|
|
3143
|
+
"node": ">=10"
|
|
3144
|
+
},
|
|
3145
|
+
"funding": {
|
|
3146
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3147
|
+
}
|
|
3148
|
+
},
|
|
2663
3149
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
2664
3150
|
"version": "3.0.5",
|
|
2665
3151
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.5.tgz",
|
|
@@ -2676,6 +3162,72 @@
|
|
|
2676
3162
|
"node": ">=18.0.0"
|
|
2677
3163
|
}
|
|
2678
3164
|
},
|
|
3165
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": {
|
|
3166
|
+
"version": "3.14.1",
|
|
3167
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
3168
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
3169
|
+
"license": "MIT",
|
|
3170
|
+
"dependencies": {
|
|
3171
|
+
"ansi-escapes": "^4.3.2",
|
|
3172
|
+
"ansi-styles": "^4.3.0",
|
|
3173
|
+
"cardinal": "^2.1.1",
|
|
3174
|
+
"chalk": "^4.1.2",
|
|
3175
|
+
"clean-stack": "^3.0.1",
|
|
3176
|
+
"cli-progress": "^3.12.0",
|
|
3177
|
+
"color": "^4.2.3",
|
|
3178
|
+
"debug": "^4.3.4",
|
|
3179
|
+
"ejs": "^3.1.9",
|
|
3180
|
+
"get-package-type": "^0.1.0",
|
|
3181
|
+
"globby": "^11.1.0",
|
|
3182
|
+
"hyperlinker": "^1.0.0",
|
|
3183
|
+
"indent-string": "^4.0.0",
|
|
3184
|
+
"is-wsl": "^2.2.0",
|
|
3185
|
+
"js-yaml": "^3.14.1",
|
|
3186
|
+
"natural-orderby": "^2.0.3",
|
|
3187
|
+
"object-treeify": "^1.1.33",
|
|
3188
|
+
"password-prompt": "^1.1.2",
|
|
3189
|
+
"slice-ansi": "^4.0.0",
|
|
3190
|
+
"string-width": "^4.2.3",
|
|
3191
|
+
"strip-ansi": "^6.0.1",
|
|
3192
|
+
"supports-color": "^8.1.1",
|
|
3193
|
+
"supports-hyperlinks": "^2.2.0",
|
|
3194
|
+
"tsconfck": "^3.0.0",
|
|
3195
|
+
"widest-line": "^3.1.0",
|
|
3196
|
+
"wordwrap": "^1.0.0",
|
|
3197
|
+
"wrap-ansi": "^7.0.0"
|
|
3198
|
+
},
|
|
3199
|
+
"engines": {
|
|
3200
|
+
"node": ">=18.0.0"
|
|
3201
|
+
}
|
|
3202
|
+
},
|
|
3203
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core/node_modules/chalk": {
|
|
3204
|
+
"version": "4.1.2",
|
|
3205
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3206
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3207
|
+
"license": "MIT",
|
|
3208
|
+
"dependencies": {
|
|
3209
|
+
"ansi-styles": "^4.1.0",
|
|
3210
|
+
"supports-color": "^7.1.0"
|
|
3211
|
+
},
|
|
3212
|
+
"engines": {
|
|
3213
|
+
"node": ">=10"
|
|
3214
|
+
},
|
|
3215
|
+
"funding": {
|
|
3216
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3217
|
+
}
|
|
3218
|
+
},
|
|
3219
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3220
|
+
"version": "7.2.0",
|
|
3221
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3222
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3223
|
+
"license": "MIT",
|
|
3224
|
+
"dependencies": {
|
|
3225
|
+
"has-flag": "^4.0.0"
|
|
3226
|
+
},
|
|
3227
|
+
"engines": {
|
|
3228
|
+
"node": ">=8"
|
|
3229
|
+
}
|
|
3230
|
+
},
|
|
2679
3231
|
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/chalk": {
|
|
2680
3232
|
"version": "5.3.0",
|
|
2681
3233
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -2688,6 +3240,21 @@
|
|
|
2688
3240
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2689
3241
|
}
|
|
2690
3242
|
},
|
|
3243
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/supports-color": {
|
|
3244
|
+
"version": "8.1.1",
|
|
3245
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3246
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3247
|
+
"license": "MIT",
|
|
3248
|
+
"dependencies": {
|
|
3249
|
+
"has-flag": "^4.0.0"
|
|
3250
|
+
},
|
|
3251
|
+
"engines": {
|
|
3252
|
+
"node": ">=10"
|
|
3253
|
+
},
|
|
3254
|
+
"funding": {
|
|
3255
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3256
|
+
}
|
|
3257
|
+
},
|
|
2691
3258
|
"node_modules/@oclif/plugin-which": {
|
|
2692
3259
|
"version": "3.0.11",
|
|
2693
3260
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.11.tgz",
|
|
@@ -2700,6 +3267,59 @@
|
|
|
2700
3267
|
"node": ">=18.0.0"
|
|
2701
3268
|
}
|
|
2702
3269
|
},
|
|
3270
|
+
"node_modules/@oclif/plugin-which/node_modules/@oclif/core": {
|
|
3271
|
+
"version": "3.14.1",
|
|
3272
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
3273
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
3274
|
+
"license": "MIT",
|
|
3275
|
+
"dependencies": {
|
|
3276
|
+
"ansi-escapes": "^4.3.2",
|
|
3277
|
+
"ansi-styles": "^4.3.0",
|
|
3278
|
+
"cardinal": "^2.1.1",
|
|
3279
|
+
"chalk": "^4.1.2",
|
|
3280
|
+
"clean-stack": "^3.0.1",
|
|
3281
|
+
"cli-progress": "^3.12.0",
|
|
3282
|
+
"color": "^4.2.3",
|
|
3283
|
+
"debug": "^4.3.4",
|
|
3284
|
+
"ejs": "^3.1.9",
|
|
3285
|
+
"get-package-type": "^0.1.0",
|
|
3286
|
+
"globby": "^11.1.0",
|
|
3287
|
+
"hyperlinker": "^1.0.0",
|
|
3288
|
+
"indent-string": "^4.0.0",
|
|
3289
|
+
"is-wsl": "^2.2.0",
|
|
3290
|
+
"js-yaml": "^3.14.1",
|
|
3291
|
+
"natural-orderby": "^2.0.3",
|
|
3292
|
+
"object-treeify": "^1.1.33",
|
|
3293
|
+
"password-prompt": "^1.1.2",
|
|
3294
|
+
"slice-ansi": "^4.0.0",
|
|
3295
|
+
"string-width": "^4.2.3",
|
|
3296
|
+
"strip-ansi": "^6.0.1",
|
|
3297
|
+
"supports-color": "^8.1.1",
|
|
3298
|
+
"supports-hyperlinks": "^2.2.0",
|
|
3299
|
+
"tsconfck": "^3.0.0",
|
|
3300
|
+
"widest-line": "^3.1.0",
|
|
3301
|
+
"wordwrap": "^1.0.0",
|
|
3302
|
+
"wrap-ansi": "^7.0.0"
|
|
3303
|
+
},
|
|
3304
|
+
"engines": {
|
|
3305
|
+
"node": ">=18.0.0"
|
|
3306
|
+
}
|
|
3307
|
+
},
|
|
3308
|
+
"node_modules/@oclif/plugin-which/node_modules/supports-color": {
|
|
3309
|
+
"version": "8.1.1",
|
|
3310
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3311
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3312
|
+
"license": "MIT",
|
|
3313
|
+
"dependencies": {
|
|
3314
|
+
"has-flag": "^4.0.0"
|
|
3315
|
+
},
|
|
3316
|
+
"engines": {
|
|
3317
|
+
"node": ">=10"
|
|
3318
|
+
},
|
|
3319
|
+
"funding": {
|
|
3320
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3321
|
+
}
|
|
3322
|
+
},
|
|
2703
3323
|
"node_modules/@octokit/auth-token": {
|
|
2704
3324
|
"version": "2.5.0",
|
|
2705
3325
|
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.5.0.tgz",
|
|
@@ -3064,9 +3684,9 @@
|
|
|
3064
3684
|
}
|
|
3065
3685
|
},
|
|
3066
3686
|
"node_modules/@salesforce/core": {
|
|
3067
|
-
"version": "6.
|
|
3068
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.
|
|
3069
|
-
"integrity": "sha512-
|
|
3687
|
+
"version": "6.4.1",
|
|
3688
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.4.1.tgz",
|
|
3689
|
+
"integrity": "sha512-Bn/Pox5JLeVBg35zgSmtNU+f9wdOaa7a/hmCIvQibci1dpKtLGUmSpdHibWR6zHag8ZoRkueea7zuqEjYzECyA==",
|
|
3070
3690
|
"license": "BSD-3-Clause",
|
|
3071
3691
|
"dependencies": {
|
|
3072
3692
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -3192,6 +3812,13 @@
|
|
|
3192
3812
|
"dev": true,
|
|
3193
3813
|
"license": "MIT"
|
|
3194
3814
|
},
|
|
3815
|
+
"node_modules/@salesforce/dev-scripts/node_modules/argparse": {
|
|
3816
|
+
"version": "2.0.1",
|
|
3817
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
3818
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
3819
|
+
"dev": true,
|
|
3820
|
+
"license": "Python-2.0"
|
|
3821
|
+
},
|
|
3195
3822
|
"node_modules/@salesforce/dev-scripts/node_modules/brace-expansion": {
|
|
3196
3823
|
"version": "1.1.11",
|
|
3197
3824
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
@@ -3337,6 +3964,19 @@
|
|
|
3337
3964
|
"node": "*"
|
|
3338
3965
|
}
|
|
3339
3966
|
},
|
|
3967
|
+
"node_modules/@salesforce/dev-scripts/node_modules/js-yaml": {
|
|
3968
|
+
"version": "4.1.0",
|
|
3969
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
3970
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
3971
|
+
"dev": true,
|
|
3972
|
+
"license": "MIT",
|
|
3973
|
+
"dependencies": {
|
|
3974
|
+
"argparse": "^2.0.1"
|
|
3975
|
+
},
|
|
3976
|
+
"bin": {
|
|
3977
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3978
|
+
}
|
|
3979
|
+
},
|
|
3340
3980
|
"node_modules/@salesforce/dev-scripts/node_modules/minimatch": {
|
|
3341
3981
|
"version": "4.2.1",
|
|
3342
3982
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-4.2.1.tgz",
|
|
@@ -3580,29 +4220,82 @@
|
|
|
3580
4220
|
}
|
|
3581
4221
|
},
|
|
3582
4222
|
"node_modules/@salesforce/packaging": {
|
|
3583
|
-
"version": "3.0.
|
|
3584
|
-
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-3.0.
|
|
3585
|
-
"integrity": "sha512-
|
|
4223
|
+
"version": "3.0.10",
|
|
4224
|
+
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-3.0.10.tgz",
|
|
4225
|
+
"integrity": "sha512-nlj830SFX/5KsV6phCLbpYRoE/d7DhEBb2V32sF0TFN8GQEt1D/fcpSehZ+l/zz707S9b2alnqWB3DOKctBm1g==",
|
|
3586
4226
|
"license": "BSD-3-Clause",
|
|
3587
4227
|
"dependencies": {
|
|
3588
4228
|
"@oclif/core": "^3",
|
|
3589
|
-
"@salesforce/core": "^6.2.
|
|
4229
|
+
"@salesforce/core": "^6.2.2",
|
|
3590
4230
|
"@salesforce/kit": "^3.0.15",
|
|
3591
4231
|
"@salesforce/schemas": "^1.6.1",
|
|
3592
|
-
"@salesforce/source-deploy-retrieve": "^10.0.
|
|
4232
|
+
"@salesforce/source-deploy-retrieve": "^10.0.3",
|
|
3593
4233
|
"@salesforce/ts-types": "^2.0.9",
|
|
3594
4234
|
"fast-xml-parser": "^4.3.1",
|
|
3595
4235
|
"globby": "^11",
|
|
3596
4236
|
"graphology": "^0.25.4",
|
|
3597
4237
|
"graphology-traversal": "^0.3.1",
|
|
3598
4238
|
"graphology-types": "^0.24.7",
|
|
3599
|
-
"jsforce": "^2.0.0-beta.
|
|
4239
|
+
"jsforce": "^2.0.0-beta.29",
|
|
3600
4240
|
"jszip": "^3.10.1"
|
|
3601
4241
|
},
|
|
3602
4242
|
"engines": {
|
|
3603
4243
|
"node": ">=18.0.0"
|
|
3604
4244
|
}
|
|
3605
4245
|
},
|
|
4246
|
+
"node_modules/@salesforce/packaging/node_modules/@oclif/core": {
|
|
4247
|
+
"version": "3.14.1",
|
|
4248
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
4249
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
4250
|
+
"license": "MIT",
|
|
4251
|
+
"dependencies": {
|
|
4252
|
+
"ansi-escapes": "^4.3.2",
|
|
4253
|
+
"ansi-styles": "^4.3.0",
|
|
4254
|
+
"cardinal": "^2.1.1",
|
|
4255
|
+
"chalk": "^4.1.2",
|
|
4256
|
+
"clean-stack": "^3.0.1",
|
|
4257
|
+
"cli-progress": "^3.12.0",
|
|
4258
|
+
"color": "^4.2.3",
|
|
4259
|
+
"debug": "^4.3.4",
|
|
4260
|
+
"ejs": "^3.1.9",
|
|
4261
|
+
"get-package-type": "^0.1.0",
|
|
4262
|
+
"globby": "^11.1.0",
|
|
4263
|
+
"hyperlinker": "^1.0.0",
|
|
4264
|
+
"indent-string": "^4.0.0",
|
|
4265
|
+
"is-wsl": "^2.2.0",
|
|
4266
|
+
"js-yaml": "^3.14.1",
|
|
4267
|
+
"natural-orderby": "^2.0.3",
|
|
4268
|
+
"object-treeify": "^1.1.33",
|
|
4269
|
+
"password-prompt": "^1.1.2",
|
|
4270
|
+
"slice-ansi": "^4.0.0",
|
|
4271
|
+
"string-width": "^4.2.3",
|
|
4272
|
+
"strip-ansi": "^6.0.1",
|
|
4273
|
+
"supports-color": "^8.1.1",
|
|
4274
|
+
"supports-hyperlinks": "^2.2.0",
|
|
4275
|
+
"tsconfck": "^3.0.0",
|
|
4276
|
+
"widest-line": "^3.1.0",
|
|
4277
|
+
"wordwrap": "^1.0.0",
|
|
4278
|
+
"wrap-ansi": "^7.0.0"
|
|
4279
|
+
},
|
|
4280
|
+
"engines": {
|
|
4281
|
+
"node": ">=18.0.0"
|
|
4282
|
+
}
|
|
4283
|
+
},
|
|
4284
|
+
"node_modules/@salesforce/packaging/node_modules/supports-color": {
|
|
4285
|
+
"version": "8.1.1",
|
|
4286
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4287
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4288
|
+
"license": "MIT",
|
|
4289
|
+
"dependencies": {
|
|
4290
|
+
"has-flag": "^4.0.0"
|
|
4291
|
+
},
|
|
4292
|
+
"engines": {
|
|
4293
|
+
"node": ">=10"
|
|
4294
|
+
},
|
|
4295
|
+
"funding": {
|
|
4296
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4297
|
+
}
|
|
4298
|
+
},
|
|
3606
4299
|
"node_modules/@salesforce/plugin-apex": {
|
|
3607
4300
|
"version": "3.0.8",
|
|
3608
4301
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.0.8.tgz",
|
|
@@ -3621,6 +4314,72 @@
|
|
|
3621
4314
|
"node": ">=18.0.0"
|
|
3622
4315
|
}
|
|
3623
4316
|
},
|
|
4317
|
+
"node_modules/@salesforce/plugin-apex/node_modules/@oclif/core": {
|
|
4318
|
+
"version": "3.14.1",
|
|
4319
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
4320
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
4321
|
+
"license": "MIT",
|
|
4322
|
+
"dependencies": {
|
|
4323
|
+
"ansi-escapes": "^4.3.2",
|
|
4324
|
+
"ansi-styles": "^4.3.0",
|
|
4325
|
+
"cardinal": "^2.1.1",
|
|
4326
|
+
"chalk": "^4.1.2",
|
|
4327
|
+
"clean-stack": "^3.0.1",
|
|
4328
|
+
"cli-progress": "^3.12.0",
|
|
4329
|
+
"color": "^4.2.3",
|
|
4330
|
+
"debug": "^4.3.4",
|
|
4331
|
+
"ejs": "^3.1.9",
|
|
4332
|
+
"get-package-type": "^0.1.0",
|
|
4333
|
+
"globby": "^11.1.0",
|
|
4334
|
+
"hyperlinker": "^1.0.0",
|
|
4335
|
+
"indent-string": "^4.0.0",
|
|
4336
|
+
"is-wsl": "^2.2.0",
|
|
4337
|
+
"js-yaml": "^3.14.1",
|
|
4338
|
+
"natural-orderby": "^2.0.3",
|
|
4339
|
+
"object-treeify": "^1.1.33",
|
|
4340
|
+
"password-prompt": "^1.1.2",
|
|
4341
|
+
"slice-ansi": "^4.0.0",
|
|
4342
|
+
"string-width": "^4.2.3",
|
|
4343
|
+
"strip-ansi": "^6.0.1",
|
|
4344
|
+
"supports-color": "^8.1.1",
|
|
4345
|
+
"supports-hyperlinks": "^2.2.0",
|
|
4346
|
+
"tsconfck": "^3.0.0",
|
|
4347
|
+
"widest-line": "^3.1.0",
|
|
4348
|
+
"wordwrap": "^1.0.0",
|
|
4349
|
+
"wrap-ansi": "^7.0.0"
|
|
4350
|
+
},
|
|
4351
|
+
"engines": {
|
|
4352
|
+
"node": ">=18.0.0"
|
|
4353
|
+
}
|
|
4354
|
+
},
|
|
4355
|
+
"node_modules/@salesforce/plugin-apex/node_modules/@oclif/core/node_modules/chalk": {
|
|
4356
|
+
"version": "4.1.2",
|
|
4357
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
4358
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
4359
|
+
"license": "MIT",
|
|
4360
|
+
"dependencies": {
|
|
4361
|
+
"ansi-styles": "^4.1.0",
|
|
4362
|
+
"supports-color": "^7.1.0"
|
|
4363
|
+
},
|
|
4364
|
+
"engines": {
|
|
4365
|
+
"node": ">=10"
|
|
4366
|
+
},
|
|
4367
|
+
"funding": {
|
|
4368
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4369
|
+
}
|
|
4370
|
+
},
|
|
4371
|
+
"node_modules/@salesforce/plugin-apex/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
4372
|
+
"version": "7.2.0",
|
|
4373
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
4374
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
4375
|
+
"license": "MIT",
|
|
4376
|
+
"dependencies": {
|
|
4377
|
+
"has-flag": "^4.0.0"
|
|
4378
|
+
},
|
|
4379
|
+
"engines": {
|
|
4380
|
+
"node": ">=8"
|
|
4381
|
+
}
|
|
4382
|
+
},
|
|
3624
4383
|
"node_modules/@salesforce/plugin-apex/node_modules/@salesforce/core": {
|
|
3625
4384
|
"version": "5.3.20",
|
|
3626
4385
|
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.20.tgz",
|
|
@@ -3669,9 +4428,9 @@
|
|
|
3669
4428
|
}
|
|
3670
4429
|
},
|
|
3671
4430
|
"node_modules/@salesforce/plugin-apex/node_modules/@salesforce/sf-plugins-core/node_modules/@salesforce/core": {
|
|
3672
|
-
"version": "6.
|
|
3673
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.
|
|
3674
|
-
"integrity": "sha512-
|
|
4431
|
+
"version": "6.4.1",
|
|
4432
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.4.1.tgz",
|
|
4433
|
+
"integrity": "sha512-Bn/Pox5JLeVBg35zgSmtNU+f9wdOaa7a/hmCIvQibci1dpKtLGUmSpdHibWR6zHag8ZoRkueea7zuqEjYzECyA==",
|
|
3675
4434
|
"license": "BSD-3-Clause",
|
|
3676
4435
|
"dependencies": {
|
|
3677
4436
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -3713,6 +4472,18 @@
|
|
|
3713
4472
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3714
4473
|
}
|
|
3715
4474
|
},
|
|
4475
|
+
"node_modules/@salesforce/plugin-apex/node_modules/@salesforce/sf-plugins-core/node_modules/supports-color": {
|
|
4476
|
+
"version": "7.2.0",
|
|
4477
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
4478
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
4479
|
+
"license": "MIT",
|
|
4480
|
+
"dependencies": {
|
|
4481
|
+
"has-flag": "^4.0.0"
|
|
4482
|
+
},
|
|
4483
|
+
"engines": {
|
|
4484
|
+
"node": ">=8"
|
|
4485
|
+
}
|
|
4486
|
+
},
|
|
3716
4487
|
"node_modules/@salesforce/plugin-apex/node_modules/chalk": {
|
|
3717
4488
|
"version": "5.3.0",
|
|
3718
4489
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -3734,6 +4505,21 @@
|
|
|
3734
4505
|
"node": ">=12.20"
|
|
3735
4506
|
}
|
|
3736
4507
|
},
|
|
4508
|
+
"node_modules/@salesforce/plugin-apex/node_modules/supports-color": {
|
|
4509
|
+
"version": "8.1.1",
|
|
4510
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4511
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4512
|
+
"license": "MIT",
|
|
4513
|
+
"dependencies": {
|
|
4514
|
+
"has-flag": "^4.0.0"
|
|
4515
|
+
},
|
|
4516
|
+
"engines": {
|
|
4517
|
+
"node": ">=10"
|
|
4518
|
+
},
|
|
4519
|
+
"funding": {
|
|
4520
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4521
|
+
}
|
|
4522
|
+
},
|
|
3737
4523
|
"node_modules/@salesforce/plugin-auth": {
|
|
3738
4524
|
"version": "3.0.10",
|
|
3739
4525
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.0.10.tgz",
|
|
@@ -3752,16 +4538,143 @@
|
|
|
3752
4538
|
"node": ">=18.0.0"
|
|
3753
4539
|
}
|
|
3754
4540
|
},
|
|
4541
|
+
"node_modules/@salesforce/plugin-auth/node_modules/@oclif/core": {
|
|
4542
|
+
"version": "3.14.1",
|
|
4543
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
4544
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
4545
|
+
"license": "MIT",
|
|
4546
|
+
"dependencies": {
|
|
4547
|
+
"ansi-escapes": "^4.3.2",
|
|
4548
|
+
"ansi-styles": "^4.3.0",
|
|
4549
|
+
"cardinal": "^2.1.1",
|
|
4550
|
+
"chalk": "^4.1.2",
|
|
4551
|
+
"clean-stack": "^3.0.1",
|
|
4552
|
+
"cli-progress": "^3.12.0",
|
|
4553
|
+
"color": "^4.2.3",
|
|
4554
|
+
"debug": "^4.3.4",
|
|
4555
|
+
"ejs": "^3.1.9",
|
|
4556
|
+
"get-package-type": "^0.1.0",
|
|
4557
|
+
"globby": "^11.1.0",
|
|
4558
|
+
"hyperlinker": "^1.0.0",
|
|
4559
|
+
"indent-string": "^4.0.0",
|
|
4560
|
+
"is-wsl": "^2.2.0",
|
|
4561
|
+
"js-yaml": "^3.14.1",
|
|
4562
|
+
"natural-orderby": "^2.0.3",
|
|
4563
|
+
"object-treeify": "^1.1.33",
|
|
4564
|
+
"password-prompt": "^1.1.2",
|
|
4565
|
+
"slice-ansi": "^4.0.0",
|
|
4566
|
+
"string-width": "^4.2.3",
|
|
4567
|
+
"strip-ansi": "^6.0.1",
|
|
4568
|
+
"supports-color": "^8.1.1",
|
|
4569
|
+
"supports-hyperlinks": "^2.2.0",
|
|
4570
|
+
"tsconfck": "^3.0.0",
|
|
4571
|
+
"widest-line": "^3.1.0",
|
|
4572
|
+
"wordwrap": "^1.0.0",
|
|
4573
|
+
"wrap-ansi": "^7.0.0"
|
|
4574
|
+
},
|
|
4575
|
+
"engines": {
|
|
4576
|
+
"node": ">=18.0.0"
|
|
4577
|
+
}
|
|
4578
|
+
},
|
|
4579
|
+
"node_modules/@salesforce/plugin-auth/node_modules/@oclif/core/node_modules/chalk": {
|
|
4580
|
+
"version": "4.1.2",
|
|
4581
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
4582
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
4583
|
+
"license": "MIT",
|
|
4584
|
+
"dependencies": {
|
|
4585
|
+
"ansi-styles": "^4.1.0",
|
|
4586
|
+
"supports-color": "^7.1.0"
|
|
4587
|
+
},
|
|
4588
|
+
"engines": {
|
|
4589
|
+
"node": ">=10"
|
|
4590
|
+
},
|
|
4591
|
+
"funding": {
|
|
4592
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4593
|
+
}
|
|
4594
|
+
},
|
|
4595
|
+
"node_modules/@salesforce/plugin-auth/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
4596
|
+
"version": "7.2.0",
|
|
4597
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
4598
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
4599
|
+
"license": "MIT",
|
|
4600
|
+
"dependencies": {
|
|
4601
|
+
"has-flag": "^4.0.0"
|
|
4602
|
+
},
|
|
4603
|
+
"engines": {
|
|
4604
|
+
"node": ">=8"
|
|
4605
|
+
}
|
|
4606
|
+
},
|
|
4607
|
+
"node_modules/@salesforce/plugin-auth/node_modules/@salesforce/sf-plugins-core": {
|
|
4608
|
+
"version": "5.0.10",
|
|
4609
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz",
|
|
4610
|
+
"integrity": "sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==",
|
|
4611
|
+
"license": "BSD-3-Clause",
|
|
4612
|
+
"dependencies": {
|
|
4613
|
+
"@oclif/core": "^3.14.1",
|
|
4614
|
+
"@salesforce/core": "^6.2.2",
|
|
4615
|
+
"@salesforce/kit": "^3.0.15",
|
|
4616
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
4617
|
+
"@types/inquirer": "^8.2.3",
|
|
4618
|
+
"chalk": "^4",
|
|
4619
|
+
"inquirer": "^8.2.5"
|
|
4620
|
+
},
|
|
4621
|
+
"engines": {
|
|
4622
|
+
"node": ">=18.0.0"
|
|
4623
|
+
}
|
|
4624
|
+
},
|
|
4625
|
+
"node_modules/@salesforce/plugin-auth/node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
|
|
4626
|
+
"version": "4.1.2",
|
|
4627
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
4628
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
4629
|
+
"license": "MIT",
|
|
4630
|
+
"dependencies": {
|
|
4631
|
+
"ansi-styles": "^4.1.0",
|
|
4632
|
+
"supports-color": "^7.1.0"
|
|
4633
|
+
},
|
|
4634
|
+
"engines": {
|
|
4635
|
+
"node": ">=10"
|
|
4636
|
+
},
|
|
4637
|
+
"funding": {
|
|
4638
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4639
|
+
}
|
|
4640
|
+
},
|
|
4641
|
+
"node_modules/@salesforce/plugin-auth/node_modules/@salesforce/sf-plugins-core/node_modules/supports-color": {
|
|
4642
|
+
"version": "7.2.0",
|
|
4643
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
4644
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
4645
|
+
"license": "MIT",
|
|
4646
|
+
"dependencies": {
|
|
4647
|
+
"has-flag": "^4.0.0"
|
|
4648
|
+
},
|
|
4649
|
+
"engines": {
|
|
4650
|
+
"node": ">=8"
|
|
4651
|
+
}
|
|
4652
|
+
},
|
|
3755
4653
|
"node_modules/@salesforce/plugin-auth/node_modules/chalk": {
|
|
3756
4654
|
"version": "5.3.0",
|
|
3757
4655
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
3758
4656
|
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
3759
4657
|
"license": "MIT",
|
|
3760
4658
|
"engines": {
|
|
3761
|
-
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
4659
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
4660
|
+
},
|
|
4661
|
+
"funding": {
|
|
4662
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4663
|
+
}
|
|
4664
|
+
},
|
|
4665
|
+
"node_modules/@salesforce/plugin-auth/node_modules/supports-color": {
|
|
4666
|
+
"version": "8.1.1",
|
|
4667
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4668
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4669
|
+
"license": "MIT",
|
|
4670
|
+
"dependencies": {
|
|
4671
|
+
"has-flag": "^4.0.0"
|
|
4672
|
+
},
|
|
4673
|
+
"engines": {
|
|
4674
|
+
"node": ">=10"
|
|
3762
4675
|
},
|
|
3763
4676
|
"funding": {
|
|
3764
|
-
"url": "https://github.com/chalk/
|
|
4677
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3765
4678
|
}
|
|
3766
4679
|
},
|
|
3767
4680
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
@@ -3784,6 +4697,45 @@
|
|
|
3784
4697
|
"node": ">=16.0.0"
|
|
3785
4698
|
}
|
|
3786
4699
|
},
|
|
4700
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/core": {
|
|
4701
|
+
"version": "3.14.1",
|
|
4702
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
4703
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
4704
|
+
"dev": true,
|
|
4705
|
+
"license": "MIT",
|
|
4706
|
+
"dependencies": {
|
|
4707
|
+
"ansi-escapes": "^4.3.2",
|
|
4708
|
+
"ansi-styles": "^4.3.0",
|
|
4709
|
+
"cardinal": "^2.1.1",
|
|
4710
|
+
"chalk": "^4.1.2",
|
|
4711
|
+
"clean-stack": "^3.0.1",
|
|
4712
|
+
"cli-progress": "^3.12.0",
|
|
4713
|
+
"color": "^4.2.3",
|
|
4714
|
+
"debug": "^4.3.4",
|
|
4715
|
+
"ejs": "^3.1.9",
|
|
4716
|
+
"get-package-type": "^0.1.0",
|
|
4717
|
+
"globby": "^11.1.0",
|
|
4718
|
+
"hyperlinker": "^1.0.0",
|
|
4719
|
+
"indent-string": "^4.0.0",
|
|
4720
|
+
"is-wsl": "^2.2.0",
|
|
4721
|
+
"js-yaml": "^3.14.1",
|
|
4722
|
+
"natural-orderby": "^2.0.3",
|
|
4723
|
+
"object-treeify": "^1.1.33",
|
|
4724
|
+
"password-prompt": "^1.1.2",
|
|
4725
|
+
"slice-ansi": "^4.0.0",
|
|
4726
|
+
"string-width": "^4.2.3",
|
|
4727
|
+
"strip-ansi": "^6.0.1",
|
|
4728
|
+
"supports-color": "^8.1.1",
|
|
4729
|
+
"supports-hyperlinks": "^2.2.0",
|
|
4730
|
+
"tsconfck": "^3.0.0",
|
|
4731
|
+
"widest-line": "^3.1.0",
|
|
4732
|
+
"wordwrap": "^1.0.0",
|
|
4733
|
+
"wrap-ansi": "^7.0.0"
|
|
4734
|
+
},
|
|
4735
|
+
"engines": {
|
|
4736
|
+
"node": ">=18.0.0"
|
|
4737
|
+
}
|
|
4738
|
+
},
|
|
3787
4739
|
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/core": {
|
|
3788
4740
|
"version": "5.3.20",
|
|
3789
4741
|
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.20.tgz",
|
|
@@ -3834,9 +4786,9 @@
|
|
|
3834
4786
|
}
|
|
3835
4787
|
},
|
|
3836
4788
|
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core/node_modules/@salesforce/core": {
|
|
3837
|
-
"version": "6.
|
|
3838
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.
|
|
3839
|
-
"integrity": "sha512-
|
|
4789
|
+
"version": "6.4.1",
|
|
4790
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.4.1.tgz",
|
|
4791
|
+
"integrity": "sha512-Bn/Pox5JLeVBg35zgSmtNU+f9wdOaa7a/hmCIvQibci1dpKtLGUmSpdHibWR6zHag8ZoRkueea7zuqEjYzECyA==",
|
|
3840
4792
|
"dev": true,
|
|
3841
4793
|
"license": "BSD-3-Clause",
|
|
3842
4794
|
"dependencies": {
|
|
@@ -3863,55 +4815,310 @@
|
|
|
3863
4815
|
"node": ">=18.0.0"
|
|
3864
4816
|
}
|
|
3865
4817
|
},
|
|
3866
|
-
"node_modules/@salesforce/plugin-
|
|
3867
|
-
"version": "
|
|
3868
|
-
"resolved": "https://registry.npmjs.org
|
|
3869
|
-
"integrity": "sha512-
|
|
4818
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/supports-color": {
|
|
4819
|
+
"version": "8.1.1",
|
|
4820
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4821
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4822
|
+
"dev": true,
|
|
4823
|
+
"license": "MIT",
|
|
4824
|
+
"dependencies": {
|
|
4825
|
+
"has-flag": "^4.0.0"
|
|
4826
|
+
},
|
|
4827
|
+
"engines": {
|
|
4828
|
+
"node": ">=10"
|
|
4829
|
+
},
|
|
4830
|
+
"funding": {
|
|
4831
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4832
|
+
}
|
|
4833
|
+
},
|
|
4834
|
+
"node_modules/@salesforce/plugin-data": {
|
|
4835
|
+
"version": "3.0.5",
|
|
4836
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.0.5.tgz",
|
|
4837
|
+
"integrity": "sha512-nk6FTjNwJJ6I87aGCjpLhsvCo9fI24q9eU69L0FshFUKU6sOy4Tocz41uhWP8ktHhxrrXbBFxLR4I3brfmP9eg==",
|
|
4838
|
+
"license": "BSD-3-Clause",
|
|
4839
|
+
"dependencies": {
|
|
4840
|
+
"@oclif/core": "^3.13.1",
|
|
4841
|
+
"@salesforce/core": "^6.2.2",
|
|
4842
|
+
"@salesforce/kit": "^3.0.15",
|
|
4843
|
+
"@salesforce/sf-plugins-core": "^5.0.5",
|
|
4844
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
4845
|
+
"chalk": "^5.3.0",
|
|
4846
|
+
"csv-parse": "^4.16.3",
|
|
4847
|
+
"csv-stringify": "^6.4.4",
|
|
4848
|
+
"jsforce": "^2.0.0-beta.28"
|
|
4849
|
+
},
|
|
4850
|
+
"engines": {
|
|
4851
|
+
"node": ">=18.0.0"
|
|
4852
|
+
}
|
|
4853
|
+
},
|
|
4854
|
+
"node_modules/@salesforce/plugin-data/node_modules/@oclif/core": {
|
|
4855
|
+
"version": "3.14.1",
|
|
4856
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
4857
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
4858
|
+
"license": "MIT",
|
|
4859
|
+
"dependencies": {
|
|
4860
|
+
"ansi-escapes": "^4.3.2",
|
|
4861
|
+
"ansi-styles": "^4.3.0",
|
|
4862
|
+
"cardinal": "^2.1.1",
|
|
4863
|
+
"chalk": "^4.1.2",
|
|
4864
|
+
"clean-stack": "^3.0.1",
|
|
4865
|
+
"cli-progress": "^3.12.0",
|
|
4866
|
+
"color": "^4.2.3",
|
|
4867
|
+
"debug": "^4.3.4",
|
|
4868
|
+
"ejs": "^3.1.9",
|
|
4869
|
+
"get-package-type": "^0.1.0",
|
|
4870
|
+
"globby": "^11.1.0",
|
|
4871
|
+
"hyperlinker": "^1.0.0",
|
|
4872
|
+
"indent-string": "^4.0.0",
|
|
4873
|
+
"is-wsl": "^2.2.0",
|
|
4874
|
+
"js-yaml": "^3.14.1",
|
|
4875
|
+
"natural-orderby": "^2.0.3",
|
|
4876
|
+
"object-treeify": "^1.1.33",
|
|
4877
|
+
"password-prompt": "^1.1.2",
|
|
4878
|
+
"slice-ansi": "^4.0.0",
|
|
4879
|
+
"string-width": "^4.2.3",
|
|
4880
|
+
"strip-ansi": "^6.0.1",
|
|
4881
|
+
"supports-color": "^8.1.1",
|
|
4882
|
+
"supports-hyperlinks": "^2.2.0",
|
|
4883
|
+
"tsconfck": "^3.0.0",
|
|
4884
|
+
"widest-line": "^3.1.0",
|
|
4885
|
+
"wordwrap": "^1.0.0",
|
|
4886
|
+
"wrap-ansi": "^7.0.0"
|
|
4887
|
+
},
|
|
4888
|
+
"engines": {
|
|
4889
|
+
"node": ">=18.0.0"
|
|
4890
|
+
}
|
|
4891
|
+
},
|
|
4892
|
+
"node_modules/@salesforce/plugin-data/node_modules/@oclif/core/node_modules/chalk": {
|
|
4893
|
+
"version": "4.1.2",
|
|
4894
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
4895
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
4896
|
+
"license": "MIT",
|
|
4897
|
+
"dependencies": {
|
|
4898
|
+
"ansi-styles": "^4.1.0",
|
|
4899
|
+
"supports-color": "^7.1.0"
|
|
4900
|
+
},
|
|
4901
|
+
"engines": {
|
|
4902
|
+
"node": ">=10"
|
|
4903
|
+
},
|
|
4904
|
+
"funding": {
|
|
4905
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4906
|
+
}
|
|
4907
|
+
},
|
|
4908
|
+
"node_modules/@salesforce/plugin-data/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
4909
|
+
"version": "7.2.0",
|
|
4910
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
4911
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
4912
|
+
"license": "MIT",
|
|
4913
|
+
"dependencies": {
|
|
4914
|
+
"has-flag": "^4.0.0"
|
|
4915
|
+
},
|
|
4916
|
+
"engines": {
|
|
4917
|
+
"node": ">=8"
|
|
4918
|
+
}
|
|
4919
|
+
},
|
|
4920
|
+
"node_modules/@salesforce/plugin-data/node_modules/@salesforce/sf-plugins-core": {
|
|
4921
|
+
"version": "5.0.10",
|
|
4922
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz",
|
|
4923
|
+
"integrity": "sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==",
|
|
4924
|
+
"license": "BSD-3-Clause",
|
|
4925
|
+
"dependencies": {
|
|
4926
|
+
"@oclif/core": "^3.14.1",
|
|
4927
|
+
"@salesforce/core": "^6.2.2",
|
|
4928
|
+
"@salesforce/kit": "^3.0.15",
|
|
4929
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
4930
|
+
"@types/inquirer": "^8.2.3",
|
|
4931
|
+
"chalk": "^4",
|
|
4932
|
+
"inquirer": "^8.2.5"
|
|
4933
|
+
},
|
|
4934
|
+
"engines": {
|
|
4935
|
+
"node": ">=18.0.0"
|
|
4936
|
+
}
|
|
4937
|
+
},
|
|
4938
|
+
"node_modules/@salesforce/plugin-data/node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
|
|
4939
|
+
"version": "4.1.2",
|
|
4940
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
4941
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
4942
|
+
"license": "MIT",
|
|
4943
|
+
"dependencies": {
|
|
4944
|
+
"ansi-styles": "^4.1.0",
|
|
4945
|
+
"supports-color": "^7.1.0"
|
|
4946
|
+
},
|
|
4947
|
+
"engines": {
|
|
4948
|
+
"node": ">=10"
|
|
4949
|
+
},
|
|
4950
|
+
"funding": {
|
|
4951
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4952
|
+
}
|
|
4953
|
+
},
|
|
4954
|
+
"node_modules/@salesforce/plugin-data/node_modules/@salesforce/sf-plugins-core/node_modules/supports-color": {
|
|
4955
|
+
"version": "7.2.0",
|
|
4956
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
4957
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
4958
|
+
"license": "MIT",
|
|
4959
|
+
"dependencies": {
|
|
4960
|
+
"has-flag": "^4.0.0"
|
|
4961
|
+
},
|
|
4962
|
+
"engines": {
|
|
4963
|
+
"node": ">=8"
|
|
4964
|
+
}
|
|
4965
|
+
},
|
|
4966
|
+
"node_modules/@salesforce/plugin-data/node_modules/chalk": {
|
|
4967
|
+
"version": "5.3.0",
|
|
4968
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
4969
|
+
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
4970
|
+
"license": "MIT",
|
|
4971
|
+
"engines": {
|
|
4972
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
4973
|
+
},
|
|
4974
|
+
"funding": {
|
|
4975
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4976
|
+
}
|
|
4977
|
+
},
|
|
4978
|
+
"node_modules/@salesforce/plugin-data/node_modules/supports-color": {
|
|
4979
|
+
"version": "8.1.1",
|
|
4980
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4981
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4982
|
+
"license": "MIT",
|
|
4983
|
+
"dependencies": {
|
|
4984
|
+
"has-flag": "^4.0.0"
|
|
4985
|
+
},
|
|
4986
|
+
"engines": {
|
|
4987
|
+
"node": ">=10"
|
|
4988
|
+
},
|
|
4989
|
+
"funding": {
|
|
4990
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4991
|
+
}
|
|
4992
|
+
},
|
|
4993
|
+
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4994
|
+
"version": "2.2.3",
|
|
4995
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-2.2.3.tgz",
|
|
4996
|
+
"integrity": "sha512-un/wdZv42sIsbx3Cdj454n0L3UOuV6v31EH2qywxnWkmQTdhG7ErcGH/cg6GiKaASHywhDWznwOGZ3eiFOOjug==",
|
|
4997
|
+
"license": "BSD-3-Clause",
|
|
4998
|
+
"dependencies": {
|
|
4999
|
+
"@oclif/core": "^3.12.0",
|
|
5000
|
+
"@salesforce/apex-node": "^2.1.2",
|
|
5001
|
+
"@salesforce/core": "^6.2.0",
|
|
5002
|
+
"@salesforce/kit": "^3.0.15",
|
|
5003
|
+
"@salesforce/sf-plugins-core": "^5.0.5",
|
|
5004
|
+
"@salesforce/source-deploy-retrieve": "^10.1.0",
|
|
5005
|
+
"@salesforce/source-tracking": "^5.1.0",
|
|
5006
|
+
"chalk": "^5.3.0"
|
|
5007
|
+
},
|
|
5008
|
+
"engines": {
|
|
5009
|
+
"node": ">=18.0.0"
|
|
5010
|
+
}
|
|
5011
|
+
},
|
|
5012
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@oclif/core": {
|
|
5013
|
+
"version": "3.14.1",
|
|
5014
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
5015
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
5016
|
+
"license": "MIT",
|
|
5017
|
+
"dependencies": {
|
|
5018
|
+
"ansi-escapes": "^4.3.2",
|
|
5019
|
+
"ansi-styles": "^4.3.0",
|
|
5020
|
+
"cardinal": "^2.1.1",
|
|
5021
|
+
"chalk": "^4.1.2",
|
|
5022
|
+
"clean-stack": "^3.0.1",
|
|
5023
|
+
"cli-progress": "^3.12.0",
|
|
5024
|
+
"color": "^4.2.3",
|
|
5025
|
+
"debug": "^4.3.4",
|
|
5026
|
+
"ejs": "^3.1.9",
|
|
5027
|
+
"get-package-type": "^0.1.0",
|
|
5028
|
+
"globby": "^11.1.0",
|
|
5029
|
+
"hyperlinker": "^1.0.0",
|
|
5030
|
+
"indent-string": "^4.0.0",
|
|
5031
|
+
"is-wsl": "^2.2.0",
|
|
5032
|
+
"js-yaml": "^3.14.1",
|
|
5033
|
+
"natural-orderby": "^2.0.3",
|
|
5034
|
+
"object-treeify": "^1.1.33",
|
|
5035
|
+
"password-prompt": "^1.1.2",
|
|
5036
|
+
"slice-ansi": "^4.0.0",
|
|
5037
|
+
"string-width": "^4.2.3",
|
|
5038
|
+
"strip-ansi": "^6.0.1",
|
|
5039
|
+
"supports-color": "^8.1.1",
|
|
5040
|
+
"supports-hyperlinks": "^2.2.0",
|
|
5041
|
+
"tsconfck": "^3.0.0",
|
|
5042
|
+
"widest-line": "^3.1.0",
|
|
5043
|
+
"wordwrap": "^1.0.0",
|
|
5044
|
+
"wrap-ansi": "^7.0.0"
|
|
5045
|
+
},
|
|
5046
|
+
"engines": {
|
|
5047
|
+
"node": ">=18.0.0"
|
|
5048
|
+
}
|
|
5049
|
+
},
|
|
5050
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@oclif/core/node_modules/chalk": {
|
|
5051
|
+
"version": "4.1.2",
|
|
5052
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
5053
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
5054
|
+
"license": "MIT",
|
|
5055
|
+
"dependencies": {
|
|
5056
|
+
"ansi-styles": "^4.1.0",
|
|
5057
|
+
"supports-color": "^7.1.0"
|
|
5058
|
+
},
|
|
5059
|
+
"engines": {
|
|
5060
|
+
"node": ">=10"
|
|
5061
|
+
},
|
|
5062
|
+
"funding": {
|
|
5063
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
5064
|
+
}
|
|
5065
|
+
},
|
|
5066
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
5067
|
+
"version": "7.2.0",
|
|
5068
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
5069
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
5070
|
+
"license": "MIT",
|
|
5071
|
+
"dependencies": {
|
|
5072
|
+
"has-flag": "^4.0.0"
|
|
5073
|
+
},
|
|
5074
|
+
"engines": {
|
|
5075
|
+
"node": ">=8"
|
|
5076
|
+
}
|
|
5077
|
+
},
|
|
5078
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@salesforce/sf-plugins-core": {
|
|
5079
|
+
"version": "5.0.10",
|
|
5080
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz",
|
|
5081
|
+
"integrity": "sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==",
|
|
3870
5082
|
"license": "BSD-3-Clause",
|
|
3871
5083
|
"dependencies": {
|
|
3872
|
-
"@oclif/core": "^3.
|
|
5084
|
+
"@oclif/core": "^3.14.1",
|
|
3873
5085
|
"@salesforce/core": "^6.2.2",
|
|
3874
5086
|
"@salesforce/kit": "^3.0.15",
|
|
3875
|
-
"@salesforce/sf-plugins-core": "^5.0.5",
|
|
3876
5087
|
"@salesforce/ts-types": "^2.0.9",
|
|
3877
|
-
"
|
|
3878
|
-
"
|
|
3879
|
-
"
|
|
3880
|
-
"jsforce": "^2.0.0-beta.28"
|
|
5088
|
+
"@types/inquirer": "^8.2.3",
|
|
5089
|
+
"chalk": "^4",
|
|
5090
|
+
"inquirer": "^8.2.5"
|
|
3881
5091
|
},
|
|
3882
5092
|
"engines": {
|
|
3883
5093
|
"node": ">=18.0.0"
|
|
3884
5094
|
}
|
|
3885
5095
|
},
|
|
3886
|
-
"node_modules/@salesforce/plugin-
|
|
3887
|
-
"version": "
|
|
3888
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-
|
|
3889
|
-
"integrity": "sha512-
|
|
5096
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
|
|
5097
|
+
"version": "4.1.2",
|
|
5098
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
5099
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3890
5100
|
"license": "MIT",
|
|
5101
|
+
"dependencies": {
|
|
5102
|
+
"ansi-styles": "^4.1.0",
|
|
5103
|
+
"supports-color": "^7.1.0"
|
|
5104
|
+
},
|
|
3891
5105
|
"engines": {
|
|
3892
|
-
"node": "
|
|
5106
|
+
"node": ">=10"
|
|
3893
5107
|
},
|
|
3894
5108
|
"funding": {
|
|
3895
5109
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3896
5110
|
}
|
|
3897
5111
|
},
|
|
3898
|
-
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
3899
|
-
"version": "
|
|
3900
|
-
"resolved": "https://registry.npmjs.org
|
|
3901
|
-
"integrity": "sha512-
|
|
3902
|
-
"license": "
|
|
5112
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@salesforce/sf-plugins-core/node_modules/supports-color": {
|
|
5113
|
+
"version": "7.2.0",
|
|
5114
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
5115
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
5116
|
+
"license": "MIT",
|
|
3903
5117
|
"dependencies": {
|
|
3904
|
-
"
|
|
3905
|
-
"@salesforce/apex-node": "^2.1.2",
|
|
3906
|
-
"@salesforce/core": "^6.2.0",
|
|
3907
|
-
"@salesforce/kit": "^3.0.15",
|
|
3908
|
-
"@salesforce/sf-plugins-core": "^5.0.5",
|
|
3909
|
-
"@salesforce/source-deploy-retrieve": "^10.1.0",
|
|
3910
|
-
"@salesforce/source-tracking": "^5.1.0",
|
|
3911
|
-
"chalk": "^5.3.0"
|
|
5118
|
+
"has-flag": "^4.0.0"
|
|
3912
5119
|
},
|
|
3913
5120
|
"engines": {
|
|
3914
|
-
"node": ">=
|
|
5121
|
+
"node": ">=8"
|
|
3915
5122
|
}
|
|
3916
5123
|
},
|
|
3917
5124
|
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/chalk": {
|
|
@@ -3926,6 +5133,21 @@
|
|
|
3926
5133
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3927
5134
|
}
|
|
3928
5135
|
},
|
|
5136
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/supports-color": {
|
|
5137
|
+
"version": "8.1.1",
|
|
5138
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
5139
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
5140
|
+
"license": "MIT",
|
|
5141
|
+
"dependencies": {
|
|
5142
|
+
"has-flag": "^4.0.0"
|
|
5143
|
+
},
|
|
5144
|
+
"engines": {
|
|
5145
|
+
"node": ">=10"
|
|
5146
|
+
},
|
|
5147
|
+
"funding": {
|
|
5148
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5149
|
+
}
|
|
5150
|
+
},
|
|
3929
5151
|
"node_modules/@salesforce/plugin-info": {
|
|
3930
5152
|
"version": "3.0.7",
|
|
3931
5153
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.7.tgz",
|
|
@@ -3947,6 +5169,62 @@
|
|
|
3947
5169
|
"node": ">=18.0.0"
|
|
3948
5170
|
}
|
|
3949
5171
|
},
|
|
5172
|
+
"node_modules/@salesforce/plugin-info/node_modules/@oclif/core": {
|
|
5173
|
+
"version": "3.14.1",
|
|
5174
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
5175
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
5176
|
+
"license": "MIT",
|
|
5177
|
+
"dependencies": {
|
|
5178
|
+
"ansi-escapes": "^4.3.2",
|
|
5179
|
+
"ansi-styles": "^4.3.0",
|
|
5180
|
+
"cardinal": "^2.1.1",
|
|
5181
|
+
"chalk": "^4.1.2",
|
|
5182
|
+
"clean-stack": "^3.0.1",
|
|
5183
|
+
"cli-progress": "^3.12.0",
|
|
5184
|
+
"color": "^4.2.3",
|
|
5185
|
+
"debug": "^4.3.4",
|
|
5186
|
+
"ejs": "^3.1.9",
|
|
5187
|
+
"get-package-type": "^0.1.0",
|
|
5188
|
+
"globby": "^11.1.0",
|
|
5189
|
+
"hyperlinker": "^1.0.0",
|
|
5190
|
+
"indent-string": "^4.0.0",
|
|
5191
|
+
"is-wsl": "^2.2.0",
|
|
5192
|
+
"js-yaml": "^3.14.1",
|
|
5193
|
+
"natural-orderby": "^2.0.3",
|
|
5194
|
+
"object-treeify": "^1.1.33",
|
|
5195
|
+
"password-prompt": "^1.1.2",
|
|
5196
|
+
"slice-ansi": "^4.0.0",
|
|
5197
|
+
"string-width": "^4.2.3",
|
|
5198
|
+
"strip-ansi": "^6.0.1",
|
|
5199
|
+
"supports-color": "^8.1.1",
|
|
5200
|
+
"supports-hyperlinks": "^2.2.0",
|
|
5201
|
+
"tsconfck": "^3.0.0",
|
|
5202
|
+
"widest-line": "^3.1.0",
|
|
5203
|
+
"wordwrap": "^1.0.0",
|
|
5204
|
+
"wrap-ansi": "^7.0.0"
|
|
5205
|
+
},
|
|
5206
|
+
"engines": {
|
|
5207
|
+
"node": ">=18.0.0"
|
|
5208
|
+
}
|
|
5209
|
+
},
|
|
5210
|
+
"node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core": {
|
|
5211
|
+
"version": "5.0.10",
|
|
5212
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz",
|
|
5213
|
+
"integrity": "sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==",
|
|
5214
|
+
"license": "BSD-3-Clause",
|
|
5215
|
+
"dependencies": {
|
|
5216
|
+
"@oclif/core": "^3.14.1",
|
|
5217
|
+
"@salesforce/core": "^6.2.2",
|
|
5218
|
+
"@salesforce/kit": "^3.0.15",
|
|
5219
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
5220
|
+
"@types/inquirer": "^8.2.3",
|
|
5221
|
+
"chalk": "^4",
|
|
5222
|
+
"inquirer": "^8.2.5"
|
|
5223
|
+
},
|
|
5224
|
+
"engines": {
|
|
5225
|
+
"node": ">=18.0.0"
|
|
5226
|
+
}
|
|
5227
|
+
},
|
|
3950
5228
|
"node_modules/@salesforce/plugin-info/node_modules/@sindresorhus/is": {
|
|
3951
5229
|
"version": "5.6.0",
|
|
3952
5230
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
|
@@ -4122,6 +5400,21 @@
|
|
|
4122
5400
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4123
5401
|
}
|
|
4124
5402
|
},
|
|
5403
|
+
"node_modules/@salesforce/plugin-info/node_modules/supports-color": {
|
|
5404
|
+
"version": "8.1.1",
|
|
5405
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
5406
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
5407
|
+
"license": "MIT",
|
|
5408
|
+
"dependencies": {
|
|
5409
|
+
"has-flag": "^4.0.0"
|
|
5410
|
+
},
|
|
5411
|
+
"engines": {
|
|
5412
|
+
"node": ">=10"
|
|
5413
|
+
},
|
|
5414
|
+
"funding": {
|
|
5415
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5416
|
+
}
|
|
5417
|
+
},
|
|
4125
5418
|
"node_modules/@salesforce/plugin-limits": {
|
|
4126
5419
|
"version": "3.0.5",
|
|
4127
5420
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.0.5.tgz",
|
|
@@ -4138,6 +5431,77 @@
|
|
|
4138
5431
|
"node": ">=18.0.0"
|
|
4139
5432
|
}
|
|
4140
5433
|
},
|
|
5434
|
+
"node_modules/@salesforce/plugin-limits/node_modules/@oclif/core": {
|
|
5435
|
+
"version": "3.14.1",
|
|
5436
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
5437
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
5438
|
+
"license": "MIT",
|
|
5439
|
+
"dependencies": {
|
|
5440
|
+
"ansi-escapes": "^4.3.2",
|
|
5441
|
+
"ansi-styles": "^4.3.0",
|
|
5442
|
+
"cardinal": "^2.1.1",
|
|
5443
|
+
"chalk": "^4.1.2",
|
|
5444
|
+
"clean-stack": "^3.0.1",
|
|
5445
|
+
"cli-progress": "^3.12.0",
|
|
5446
|
+
"color": "^4.2.3",
|
|
5447
|
+
"debug": "^4.3.4",
|
|
5448
|
+
"ejs": "^3.1.9",
|
|
5449
|
+
"get-package-type": "^0.1.0",
|
|
5450
|
+
"globby": "^11.1.0",
|
|
5451
|
+
"hyperlinker": "^1.0.0",
|
|
5452
|
+
"indent-string": "^4.0.0",
|
|
5453
|
+
"is-wsl": "^2.2.0",
|
|
5454
|
+
"js-yaml": "^3.14.1",
|
|
5455
|
+
"natural-orderby": "^2.0.3",
|
|
5456
|
+
"object-treeify": "^1.1.33",
|
|
5457
|
+
"password-prompt": "^1.1.2",
|
|
5458
|
+
"slice-ansi": "^4.0.0",
|
|
5459
|
+
"string-width": "^4.2.3",
|
|
5460
|
+
"strip-ansi": "^6.0.1",
|
|
5461
|
+
"supports-color": "^8.1.1",
|
|
5462
|
+
"supports-hyperlinks": "^2.2.0",
|
|
5463
|
+
"tsconfck": "^3.0.0",
|
|
5464
|
+
"widest-line": "^3.1.0",
|
|
5465
|
+
"wordwrap": "^1.0.0",
|
|
5466
|
+
"wrap-ansi": "^7.0.0"
|
|
5467
|
+
},
|
|
5468
|
+
"engines": {
|
|
5469
|
+
"node": ">=18.0.0"
|
|
5470
|
+
}
|
|
5471
|
+
},
|
|
5472
|
+
"node_modules/@salesforce/plugin-limits/node_modules/@salesforce/sf-plugins-core": {
|
|
5473
|
+
"version": "5.0.10",
|
|
5474
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz",
|
|
5475
|
+
"integrity": "sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==",
|
|
5476
|
+
"license": "BSD-3-Clause",
|
|
5477
|
+
"dependencies": {
|
|
5478
|
+
"@oclif/core": "^3.14.1",
|
|
5479
|
+
"@salesforce/core": "^6.2.2",
|
|
5480
|
+
"@salesforce/kit": "^3.0.15",
|
|
5481
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
5482
|
+
"@types/inquirer": "^8.2.3",
|
|
5483
|
+
"chalk": "^4",
|
|
5484
|
+
"inquirer": "^8.2.5"
|
|
5485
|
+
},
|
|
5486
|
+
"engines": {
|
|
5487
|
+
"node": ">=18.0.0"
|
|
5488
|
+
}
|
|
5489
|
+
},
|
|
5490
|
+
"node_modules/@salesforce/plugin-limits/node_modules/supports-color": {
|
|
5491
|
+
"version": "8.1.1",
|
|
5492
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
5493
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
5494
|
+
"license": "MIT",
|
|
5495
|
+
"dependencies": {
|
|
5496
|
+
"has-flag": "^4.0.0"
|
|
5497
|
+
},
|
|
5498
|
+
"engines": {
|
|
5499
|
+
"node": ">=10"
|
|
5500
|
+
},
|
|
5501
|
+
"funding": {
|
|
5502
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5503
|
+
}
|
|
5504
|
+
},
|
|
4141
5505
|
"node_modules/@salesforce/plugin-marketplace": {
|
|
4142
5506
|
"version": "1.0.10",
|
|
4143
5507
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.0.10.tgz",
|
|
@@ -4155,6 +5519,62 @@
|
|
|
4155
5519
|
"node": ">=18.0.0"
|
|
4156
5520
|
}
|
|
4157
5521
|
},
|
|
5522
|
+
"node_modules/@salesforce/plugin-marketplace/node_modules/@oclif/core": {
|
|
5523
|
+
"version": "3.14.1",
|
|
5524
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
5525
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
5526
|
+
"license": "MIT",
|
|
5527
|
+
"dependencies": {
|
|
5528
|
+
"ansi-escapes": "^4.3.2",
|
|
5529
|
+
"ansi-styles": "^4.3.0",
|
|
5530
|
+
"cardinal": "^2.1.1",
|
|
5531
|
+
"chalk": "^4.1.2",
|
|
5532
|
+
"clean-stack": "^3.0.1",
|
|
5533
|
+
"cli-progress": "^3.12.0",
|
|
5534
|
+
"color": "^4.2.3",
|
|
5535
|
+
"debug": "^4.3.4",
|
|
5536
|
+
"ejs": "^3.1.9",
|
|
5537
|
+
"get-package-type": "^0.1.0",
|
|
5538
|
+
"globby": "^11.1.0",
|
|
5539
|
+
"hyperlinker": "^1.0.0",
|
|
5540
|
+
"indent-string": "^4.0.0",
|
|
5541
|
+
"is-wsl": "^2.2.0",
|
|
5542
|
+
"js-yaml": "^3.14.1",
|
|
5543
|
+
"natural-orderby": "^2.0.3",
|
|
5544
|
+
"object-treeify": "^1.1.33",
|
|
5545
|
+
"password-prompt": "^1.1.2",
|
|
5546
|
+
"slice-ansi": "^4.0.0",
|
|
5547
|
+
"string-width": "^4.2.3",
|
|
5548
|
+
"strip-ansi": "^6.0.1",
|
|
5549
|
+
"supports-color": "^8.1.1",
|
|
5550
|
+
"supports-hyperlinks": "^2.2.0",
|
|
5551
|
+
"tsconfck": "^3.0.0",
|
|
5552
|
+
"widest-line": "^3.1.0",
|
|
5553
|
+
"wordwrap": "^1.0.0",
|
|
5554
|
+
"wrap-ansi": "^7.0.0"
|
|
5555
|
+
},
|
|
5556
|
+
"engines": {
|
|
5557
|
+
"node": ">=18.0.0"
|
|
5558
|
+
}
|
|
5559
|
+
},
|
|
5560
|
+
"node_modules/@salesforce/plugin-marketplace/node_modules/@salesforce/sf-plugins-core": {
|
|
5561
|
+
"version": "5.0.10",
|
|
5562
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz",
|
|
5563
|
+
"integrity": "sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==",
|
|
5564
|
+
"license": "BSD-3-Clause",
|
|
5565
|
+
"dependencies": {
|
|
5566
|
+
"@oclif/core": "^3.14.1",
|
|
5567
|
+
"@salesforce/core": "^6.2.2",
|
|
5568
|
+
"@salesforce/kit": "^3.0.15",
|
|
5569
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
5570
|
+
"@types/inquirer": "^8.2.3",
|
|
5571
|
+
"chalk": "^4",
|
|
5572
|
+
"inquirer": "^8.2.5"
|
|
5573
|
+
},
|
|
5574
|
+
"engines": {
|
|
5575
|
+
"node": ">=18.0.0"
|
|
5576
|
+
}
|
|
5577
|
+
},
|
|
4158
5578
|
"node_modules/@salesforce/plugin-marketplace/node_modules/@sindresorhus/is": {
|
|
4159
5579
|
"version": "5.6.0",
|
|
4160
5580
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
|
@@ -4304,6 +5724,21 @@
|
|
|
4304
5724
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4305
5725
|
}
|
|
4306
5726
|
},
|
|
5727
|
+
"node_modules/@salesforce/plugin-marketplace/node_modules/supports-color": {
|
|
5728
|
+
"version": "8.1.1",
|
|
5729
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
5730
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
5731
|
+
"license": "MIT",
|
|
5732
|
+
"dependencies": {
|
|
5733
|
+
"has-flag": "^4.0.0"
|
|
5734
|
+
},
|
|
5735
|
+
"engines": {
|
|
5736
|
+
"node": ">=10"
|
|
5737
|
+
},
|
|
5738
|
+
"funding": {
|
|
5739
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5740
|
+
}
|
|
5741
|
+
},
|
|
4307
5742
|
"node_modules/@salesforce/plugin-org": {
|
|
4308
5743
|
"version": "3.1.1",
|
|
4309
5744
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.1.1.tgz",
|
|
@@ -4321,17 +5756,88 @@
|
|
|
4321
5756
|
"node": ">=18.0.0"
|
|
4322
5757
|
}
|
|
4323
5758
|
},
|
|
5759
|
+
"node_modules/@salesforce/plugin-org/node_modules/@oclif/core": {
|
|
5760
|
+
"version": "3.14.1",
|
|
5761
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
5762
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
5763
|
+
"license": "MIT",
|
|
5764
|
+
"dependencies": {
|
|
5765
|
+
"ansi-escapes": "^4.3.2",
|
|
5766
|
+
"ansi-styles": "^4.3.0",
|
|
5767
|
+
"cardinal": "^2.1.1",
|
|
5768
|
+
"chalk": "^4.1.2",
|
|
5769
|
+
"clean-stack": "^3.0.1",
|
|
5770
|
+
"cli-progress": "^3.12.0",
|
|
5771
|
+
"color": "^4.2.3",
|
|
5772
|
+
"debug": "^4.3.4",
|
|
5773
|
+
"ejs": "^3.1.9",
|
|
5774
|
+
"get-package-type": "^0.1.0",
|
|
5775
|
+
"globby": "^11.1.0",
|
|
5776
|
+
"hyperlinker": "^1.0.0",
|
|
5777
|
+
"indent-string": "^4.0.0",
|
|
5778
|
+
"is-wsl": "^2.2.0",
|
|
5779
|
+
"js-yaml": "^3.14.1",
|
|
5780
|
+
"natural-orderby": "^2.0.3",
|
|
5781
|
+
"object-treeify": "^1.1.33",
|
|
5782
|
+
"password-prompt": "^1.1.2",
|
|
5783
|
+
"slice-ansi": "^4.0.0",
|
|
5784
|
+
"string-width": "^4.2.3",
|
|
5785
|
+
"strip-ansi": "^6.0.1",
|
|
5786
|
+
"supports-color": "^8.1.1",
|
|
5787
|
+
"supports-hyperlinks": "^2.2.0",
|
|
5788
|
+
"tsconfck": "^3.0.0",
|
|
5789
|
+
"widest-line": "^3.1.0",
|
|
5790
|
+
"wordwrap": "^1.0.0",
|
|
5791
|
+
"wrap-ansi": "^7.0.0"
|
|
5792
|
+
},
|
|
5793
|
+
"engines": {
|
|
5794
|
+
"node": ">=18.0.0"
|
|
5795
|
+
}
|
|
5796
|
+
},
|
|
5797
|
+
"node_modules/@salesforce/plugin-org/node_modules/@salesforce/sf-plugins-core": {
|
|
5798
|
+
"version": "5.0.10",
|
|
5799
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz",
|
|
5800
|
+
"integrity": "sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==",
|
|
5801
|
+
"license": "BSD-3-Clause",
|
|
5802
|
+
"dependencies": {
|
|
5803
|
+
"@oclif/core": "^3.14.1",
|
|
5804
|
+
"@salesforce/core": "^6.2.2",
|
|
5805
|
+
"@salesforce/kit": "^3.0.15",
|
|
5806
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
5807
|
+
"@types/inquirer": "^8.2.3",
|
|
5808
|
+
"chalk": "^4",
|
|
5809
|
+
"inquirer": "^8.2.5"
|
|
5810
|
+
},
|
|
5811
|
+
"engines": {
|
|
5812
|
+
"node": ">=18.0.0"
|
|
5813
|
+
}
|
|
5814
|
+
},
|
|
5815
|
+
"node_modules/@salesforce/plugin-org/node_modules/supports-color": {
|
|
5816
|
+
"version": "8.1.1",
|
|
5817
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
5818
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
5819
|
+
"license": "MIT",
|
|
5820
|
+
"dependencies": {
|
|
5821
|
+
"has-flag": "^4.0.0"
|
|
5822
|
+
},
|
|
5823
|
+
"engines": {
|
|
5824
|
+
"node": ">=10"
|
|
5825
|
+
},
|
|
5826
|
+
"funding": {
|
|
5827
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5828
|
+
}
|
|
5829
|
+
},
|
|
4324
5830
|
"node_modules/@salesforce/plugin-packaging": {
|
|
4325
|
-
"version": "1.27.
|
|
4326
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-1.27.
|
|
4327
|
-
"integrity": "sha512-
|
|
5831
|
+
"version": "1.27.10",
|
|
5832
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-1.27.10.tgz",
|
|
5833
|
+
"integrity": "sha512-6tlTXWHJu4CKvawBIvOPm1o0+dNnfyOd8hTr6ZWq6pYbVyoxFNvPUzbZW/X/5fE00Lk96F3E2QsRyDebfhdL0A==",
|
|
4328
5834
|
"license": "BSD-3-Clause",
|
|
4329
5835
|
"dependencies": {
|
|
4330
|
-
"@oclif/core": "^3.
|
|
4331
|
-
"@salesforce/core": "^6.
|
|
5836
|
+
"@oclif/core": "^3.14.1",
|
|
5837
|
+
"@salesforce/core": "^6.4.0",
|
|
4332
5838
|
"@salesforce/kit": "^3.0.15",
|
|
4333
|
-
"@salesforce/packaging": "^3.0.
|
|
4334
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
5839
|
+
"@salesforce/packaging": "^3.0.10",
|
|
5840
|
+
"@salesforce/sf-plugins-core": "^5.0.8",
|
|
4335
5841
|
"chalk": "^4.1.2",
|
|
4336
5842
|
"tslib": "^2"
|
|
4337
5843
|
},
|
|
@@ -4339,6 +5845,77 @@
|
|
|
4339
5845
|
"node": ">=16.0.0"
|
|
4340
5846
|
}
|
|
4341
5847
|
},
|
|
5848
|
+
"node_modules/@salesforce/plugin-packaging/node_modules/@oclif/core": {
|
|
5849
|
+
"version": "3.14.1",
|
|
5850
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
5851
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
5852
|
+
"license": "MIT",
|
|
5853
|
+
"dependencies": {
|
|
5854
|
+
"ansi-escapes": "^4.3.2",
|
|
5855
|
+
"ansi-styles": "^4.3.0",
|
|
5856
|
+
"cardinal": "^2.1.1",
|
|
5857
|
+
"chalk": "^4.1.2",
|
|
5858
|
+
"clean-stack": "^3.0.1",
|
|
5859
|
+
"cli-progress": "^3.12.0",
|
|
5860
|
+
"color": "^4.2.3",
|
|
5861
|
+
"debug": "^4.3.4",
|
|
5862
|
+
"ejs": "^3.1.9",
|
|
5863
|
+
"get-package-type": "^0.1.0",
|
|
5864
|
+
"globby": "^11.1.0",
|
|
5865
|
+
"hyperlinker": "^1.0.0",
|
|
5866
|
+
"indent-string": "^4.0.0",
|
|
5867
|
+
"is-wsl": "^2.2.0",
|
|
5868
|
+
"js-yaml": "^3.14.1",
|
|
5869
|
+
"natural-orderby": "^2.0.3",
|
|
5870
|
+
"object-treeify": "^1.1.33",
|
|
5871
|
+
"password-prompt": "^1.1.2",
|
|
5872
|
+
"slice-ansi": "^4.0.0",
|
|
5873
|
+
"string-width": "^4.2.3",
|
|
5874
|
+
"strip-ansi": "^6.0.1",
|
|
5875
|
+
"supports-color": "^8.1.1",
|
|
5876
|
+
"supports-hyperlinks": "^2.2.0",
|
|
5877
|
+
"tsconfck": "^3.0.0",
|
|
5878
|
+
"widest-line": "^3.1.0",
|
|
5879
|
+
"wordwrap": "^1.0.0",
|
|
5880
|
+
"wrap-ansi": "^7.0.0"
|
|
5881
|
+
},
|
|
5882
|
+
"engines": {
|
|
5883
|
+
"node": ">=18.0.0"
|
|
5884
|
+
}
|
|
5885
|
+
},
|
|
5886
|
+
"node_modules/@salesforce/plugin-packaging/node_modules/@salesforce/sf-plugins-core": {
|
|
5887
|
+
"version": "5.0.10",
|
|
5888
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz",
|
|
5889
|
+
"integrity": "sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==",
|
|
5890
|
+
"license": "BSD-3-Clause",
|
|
5891
|
+
"dependencies": {
|
|
5892
|
+
"@oclif/core": "^3.14.1",
|
|
5893
|
+
"@salesforce/core": "^6.2.2",
|
|
5894
|
+
"@salesforce/kit": "^3.0.15",
|
|
5895
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
5896
|
+
"@types/inquirer": "^8.2.3",
|
|
5897
|
+
"chalk": "^4",
|
|
5898
|
+
"inquirer": "^8.2.5"
|
|
5899
|
+
},
|
|
5900
|
+
"engines": {
|
|
5901
|
+
"node": ">=18.0.0"
|
|
5902
|
+
}
|
|
5903
|
+
},
|
|
5904
|
+
"node_modules/@salesforce/plugin-packaging/node_modules/supports-color": {
|
|
5905
|
+
"version": "8.1.1",
|
|
5906
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
5907
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
5908
|
+
"license": "MIT",
|
|
5909
|
+
"dependencies": {
|
|
5910
|
+
"has-flag": "^4.0.0"
|
|
5911
|
+
},
|
|
5912
|
+
"engines": {
|
|
5913
|
+
"node": ">=10"
|
|
5914
|
+
},
|
|
5915
|
+
"funding": {
|
|
5916
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5917
|
+
}
|
|
5918
|
+
},
|
|
4342
5919
|
"node_modules/@salesforce/plugin-release-management": {
|
|
4343
5920
|
"version": "4.5.4",
|
|
4344
5921
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-4.5.4.tgz",
|
|
@@ -4397,6 +5974,45 @@
|
|
|
4397
5974
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
4398
5975
|
}
|
|
4399
5976
|
},
|
|
5977
|
+
"node_modules/@salesforce/plugin-release-management/node_modules/@oclif/core": {
|
|
5978
|
+
"version": "3.14.1",
|
|
5979
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
5980
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
5981
|
+
"dev": true,
|
|
5982
|
+
"license": "MIT",
|
|
5983
|
+
"dependencies": {
|
|
5984
|
+
"ansi-escapes": "^4.3.2",
|
|
5985
|
+
"ansi-styles": "^4.3.0",
|
|
5986
|
+
"cardinal": "^2.1.1",
|
|
5987
|
+
"chalk": "^4.1.2",
|
|
5988
|
+
"clean-stack": "^3.0.1",
|
|
5989
|
+
"cli-progress": "^3.12.0",
|
|
5990
|
+
"color": "^4.2.3",
|
|
5991
|
+
"debug": "^4.3.4",
|
|
5992
|
+
"ejs": "^3.1.9",
|
|
5993
|
+
"get-package-type": "^0.1.0",
|
|
5994
|
+
"globby": "^11.1.0",
|
|
5995
|
+
"hyperlinker": "^1.0.0",
|
|
5996
|
+
"indent-string": "^4.0.0",
|
|
5997
|
+
"is-wsl": "^2.2.0",
|
|
5998
|
+
"js-yaml": "^3.14.1",
|
|
5999
|
+
"natural-orderby": "^2.0.3",
|
|
6000
|
+
"object-treeify": "^1.1.33",
|
|
6001
|
+
"password-prompt": "^1.1.2",
|
|
6002
|
+
"slice-ansi": "^4.0.0",
|
|
6003
|
+
"string-width": "^4.2.3",
|
|
6004
|
+
"strip-ansi": "^6.0.1",
|
|
6005
|
+
"supports-color": "^8.1.1",
|
|
6006
|
+
"supports-hyperlinks": "^2.2.0",
|
|
6007
|
+
"tsconfck": "^3.0.0",
|
|
6008
|
+
"widest-line": "^3.1.0",
|
|
6009
|
+
"wordwrap": "^1.0.0",
|
|
6010
|
+
"wrap-ansi": "^7.0.0"
|
|
6011
|
+
},
|
|
6012
|
+
"engines": {
|
|
6013
|
+
"node": ">=18.0.0"
|
|
6014
|
+
}
|
|
6015
|
+
},
|
|
4400
6016
|
"node_modules/@salesforce/plugin-release-management/node_modules/@octokit/auth-token": {
|
|
4401
6017
|
"version": "3.0.4",
|
|
4402
6018
|
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.4.tgz",
|
|
@@ -4639,9 +6255,9 @@
|
|
|
4639
6255
|
}
|
|
4640
6256
|
},
|
|
4641
6257
|
"node_modules/@salesforce/plugin-release-management/node_modules/@salesforce/sf-plugins-core/node_modules/@salesforce/core": {
|
|
4642
|
-
"version": "6.
|
|
4643
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.
|
|
4644
|
-
"integrity": "sha512-
|
|
6258
|
+
"version": "6.4.1",
|
|
6259
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.4.1.tgz",
|
|
6260
|
+
"integrity": "sha512-Bn/Pox5JLeVBg35zgSmtNU+f9wdOaa7a/hmCIvQibci1dpKtLGUmSpdHibWR6zHag8ZoRkueea7zuqEjYzECyA==",
|
|
4645
6261
|
"dev": true,
|
|
4646
6262
|
"license": "BSD-3-Clause",
|
|
4647
6263
|
"dependencies": {
|
|
@@ -8787,13 +10403,16 @@
|
|
|
8787
10403
|
}
|
|
8788
10404
|
},
|
|
8789
10405
|
"node_modules/@salesforce/plugin-release-management/node_modules/supports-color": {
|
|
8790
|
-
"version": "
|
|
8791
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-
|
|
8792
|
-
"integrity": "sha512-
|
|
8793
|
-
"
|
|
10406
|
+
"version": "8.1.1",
|
|
10407
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
10408
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
10409
|
+
"dev": true,
|
|
8794
10410
|
"license": "MIT",
|
|
10411
|
+
"dependencies": {
|
|
10412
|
+
"has-flag": "^4.0.0"
|
|
10413
|
+
},
|
|
8795
10414
|
"engines": {
|
|
8796
|
-
"node": ">=
|
|
10415
|
+
"node": ">=10"
|
|
8797
10416
|
},
|
|
8798
10417
|
"funding": {
|
|
8799
10418
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
@@ -8812,21 +10431,92 @@
|
|
|
8812
10431
|
"node-which": "bin/which.js"
|
|
8813
10432
|
},
|
|
8814
10433
|
"engines": {
|
|
8815
|
-
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
10434
|
+
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
10435
|
+
}
|
|
10436
|
+
},
|
|
10437
|
+
"node_modules/@salesforce/plugin-schema": {
|
|
10438
|
+
"version": "3.0.8",
|
|
10439
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.0.8.tgz",
|
|
10440
|
+
"integrity": "sha512-rdBzw7IyiDx1TeM6NdB6noyYehD05XppiHT51Uxud5VceMUsn0cZqd03kHQAKgjmnlBrU03BnXfa0v4W/yPOZg==",
|
|
10441
|
+
"license": "BSD-3-Clause",
|
|
10442
|
+
"dependencies": {
|
|
10443
|
+
"@oclif/core": "^3.12.0",
|
|
10444
|
+
"@salesforce/core": "^6.2.2",
|
|
10445
|
+
"@salesforce/sf-plugins-core": "^5.0.5"
|
|
10446
|
+
},
|
|
10447
|
+
"engines": {
|
|
10448
|
+
"node": ">=18.0.0"
|
|
10449
|
+
}
|
|
10450
|
+
},
|
|
10451
|
+
"node_modules/@salesforce/plugin-schema/node_modules/@oclif/core": {
|
|
10452
|
+
"version": "3.14.1",
|
|
10453
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
10454
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
10455
|
+
"license": "MIT",
|
|
10456
|
+
"dependencies": {
|
|
10457
|
+
"ansi-escapes": "^4.3.2",
|
|
10458
|
+
"ansi-styles": "^4.3.0",
|
|
10459
|
+
"cardinal": "^2.1.1",
|
|
10460
|
+
"chalk": "^4.1.2",
|
|
10461
|
+
"clean-stack": "^3.0.1",
|
|
10462
|
+
"cli-progress": "^3.12.0",
|
|
10463
|
+
"color": "^4.2.3",
|
|
10464
|
+
"debug": "^4.3.4",
|
|
10465
|
+
"ejs": "^3.1.9",
|
|
10466
|
+
"get-package-type": "^0.1.0",
|
|
10467
|
+
"globby": "^11.1.0",
|
|
10468
|
+
"hyperlinker": "^1.0.0",
|
|
10469
|
+
"indent-string": "^4.0.0",
|
|
10470
|
+
"is-wsl": "^2.2.0",
|
|
10471
|
+
"js-yaml": "^3.14.1",
|
|
10472
|
+
"natural-orderby": "^2.0.3",
|
|
10473
|
+
"object-treeify": "^1.1.33",
|
|
10474
|
+
"password-prompt": "^1.1.2",
|
|
10475
|
+
"slice-ansi": "^4.0.0",
|
|
10476
|
+
"string-width": "^4.2.3",
|
|
10477
|
+
"strip-ansi": "^6.0.1",
|
|
10478
|
+
"supports-color": "^8.1.1",
|
|
10479
|
+
"supports-hyperlinks": "^2.2.0",
|
|
10480
|
+
"tsconfck": "^3.0.0",
|
|
10481
|
+
"widest-line": "^3.1.0",
|
|
10482
|
+
"wordwrap": "^1.0.0",
|
|
10483
|
+
"wrap-ansi": "^7.0.0"
|
|
10484
|
+
},
|
|
10485
|
+
"engines": {
|
|
10486
|
+
"node": ">=18.0.0"
|
|
10487
|
+
}
|
|
10488
|
+
},
|
|
10489
|
+
"node_modules/@salesforce/plugin-schema/node_modules/@salesforce/sf-plugins-core": {
|
|
10490
|
+
"version": "5.0.10",
|
|
10491
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz",
|
|
10492
|
+
"integrity": "sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==",
|
|
10493
|
+
"license": "BSD-3-Clause",
|
|
10494
|
+
"dependencies": {
|
|
10495
|
+
"@oclif/core": "^3.14.1",
|
|
10496
|
+
"@salesforce/core": "^6.2.2",
|
|
10497
|
+
"@salesforce/kit": "^3.0.15",
|
|
10498
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
10499
|
+
"@types/inquirer": "^8.2.3",
|
|
10500
|
+
"chalk": "^4",
|
|
10501
|
+
"inquirer": "^8.2.5"
|
|
10502
|
+
},
|
|
10503
|
+
"engines": {
|
|
10504
|
+
"node": ">=18.0.0"
|
|
8816
10505
|
}
|
|
8817
10506
|
},
|
|
8818
|
-
"node_modules/@salesforce/plugin-schema": {
|
|
8819
|
-
"version": "
|
|
8820
|
-
"resolved": "https://registry.npmjs.org
|
|
8821
|
-
"integrity": "sha512-
|
|
8822
|
-
"license": "
|
|
10507
|
+
"node_modules/@salesforce/plugin-schema/node_modules/supports-color": {
|
|
10508
|
+
"version": "8.1.1",
|
|
10509
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
10510
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
10511
|
+
"license": "MIT",
|
|
8823
10512
|
"dependencies": {
|
|
8824
|
-
"
|
|
8825
|
-
"@salesforce/core": "^6.2.2",
|
|
8826
|
-
"@salesforce/sf-plugins-core": "^5.0.5"
|
|
10513
|
+
"has-flag": "^4.0.0"
|
|
8827
10514
|
},
|
|
8828
10515
|
"engines": {
|
|
8829
|
-
"node": ">=
|
|
10516
|
+
"node": ">=10"
|
|
10517
|
+
},
|
|
10518
|
+
"funding": {
|
|
10519
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
8830
10520
|
}
|
|
8831
10521
|
},
|
|
8832
10522
|
"node_modules/@salesforce/plugin-settings": {
|
|
@@ -8844,6 +10534,77 @@
|
|
|
8844
10534
|
"node": ">=18.0.0"
|
|
8845
10535
|
}
|
|
8846
10536
|
},
|
|
10537
|
+
"node_modules/@salesforce/plugin-settings/node_modules/@oclif/core": {
|
|
10538
|
+
"version": "3.14.1",
|
|
10539
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
10540
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
10541
|
+
"license": "MIT",
|
|
10542
|
+
"dependencies": {
|
|
10543
|
+
"ansi-escapes": "^4.3.2",
|
|
10544
|
+
"ansi-styles": "^4.3.0",
|
|
10545
|
+
"cardinal": "^2.1.1",
|
|
10546
|
+
"chalk": "^4.1.2",
|
|
10547
|
+
"clean-stack": "^3.0.1",
|
|
10548
|
+
"cli-progress": "^3.12.0",
|
|
10549
|
+
"color": "^4.2.3",
|
|
10550
|
+
"debug": "^4.3.4",
|
|
10551
|
+
"ejs": "^3.1.9",
|
|
10552
|
+
"get-package-type": "^0.1.0",
|
|
10553
|
+
"globby": "^11.1.0",
|
|
10554
|
+
"hyperlinker": "^1.0.0",
|
|
10555
|
+
"indent-string": "^4.0.0",
|
|
10556
|
+
"is-wsl": "^2.2.0",
|
|
10557
|
+
"js-yaml": "^3.14.1",
|
|
10558
|
+
"natural-orderby": "^2.0.3",
|
|
10559
|
+
"object-treeify": "^1.1.33",
|
|
10560
|
+
"password-prompt": "^1.1.2",
|
|
10561
|
+
"slice-ansi": "^4.0.0",
|
|
10562
|
+
"string-width": "^4.2.3",
|
|
10563
|
+
"strip-ansi": "^6.0.1",
|
|
10564
|
+
"supports-color": "^8.1.1",
|
|
10565
|
+
"supports-hyperlinks": "^2.2.0",
|
|
10566
|
+
"tsconfck": "^3.0.0",
|
|
10567
|
+
"widest-line": "^3.1.0",
|
|
10568
|
+
"wordwrap": "^1.0.0",
|
|
10569
|
+
"wrap-ansi": "^7.0.0"
|
|
10570
|
+
},
|
|
10571
|
+
"engines": {
|
|
10572
|
+
"node": ">=18.0.0"
|
|
10573
|
+
}
|
|
10574
|
+
},
|
|
10575
|
+
"node_modules/@salesforce/plugin-settings/node_modules/@salesforce/sf-plugins-core": {
|
|
10576
|
+
"version": "5.0.10",
|
|
10577
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz",
|
|
10578
|
+
"integrity": "sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==",
|
|
10579
|
+
"license": "BSD-3-Clause",
|
|
10580
|
+
"dependencies": {
|
|
10581
|
+
"@oclif/core": "^3.14.1",
|
|
10582
|
+
"@salesforce/core": "^6.2.2",
|
|
10583
|
+
"@salesforce/kit": "^3.0.15",
|
|
10584
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
10585
|
+
"@types/inquirer": "^8.2.3",
|
|
10586
|
+
"chalk": "^4",
|
|
10587
|
+
"inquirer": "^8.2.5"
|
|
10588
|
+
},
|
|
10589
|
+
"engines": {
|
|
10590
|
+
"node": ">=18.0.0"
|
|
10591
|
+
}
|
|
10592
|
+
},
|
|
10593
|
+
"node_modules/@salesforce/plugin-settings/node_modules/supports-color": {
|
|
10594
|
+
"version": "8.1.1",
|
|
10595
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
10596
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
10597
|
+
"license": "MIT",
|
|
10598
|
+
"dependencies": {
|
|
10599
|
+
"has-flag": "^4.0.0"
|
|
10600
|
+
},
|
|
10601
|
+
"engines": {
|
|
10602
|
+
"node": ">=10"
|
|
10603
|
+
},
|
|
10604
|
+
"funding": {
|
|
10605
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
10606
|
+
}
|
|
10607
|
+
},
|
|
8847
10608
|
"node_modules/@salesforce/plugin-sobject": {
|
|
8848
10609
|
"version": "1.0.5",
|
|
8849
10610
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.0.5.tgz",
|
|
@@ -8863,6 +10624,77 @@
|
|
|
8863
10624
|
"node": ">=18.0.0"
|
|
8864
10625
|
}
|
|
8865
10626
|
},
|
|
10627
|
+
"node_modules/@salesforce/plugin-sobject/node_modules/@oclif/core": {
|
|
10628
|
+
"version": "3.14.1",
|
|
10629
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
10630
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
10631
|
+
"license": "MIT",
|
|
10632
|
+
"dependencies": {
|
|
10633
|
+
"ansi-escapes": "^4.3.2",
|
|
10634
|
+
"ansi-styles": "^4.3.0",
|
|
10635
|
+
"cardinal": "^2.1.1",
|
|
10636
|
+
"chalk": "^4.1.2",
|
|
10637
|
+
"clean-stack": "^3.0.1",
|
|
10638
|
+
"cli-progress": "^3.12.0",
|
|
10639
|
+
"color": "^4.2.3",
|
|
10640
|
+
"debug": "^4.3.4",
|
|
10641
|
+
"ejs": "^3.1.9",
|
|
10642
|
+
"get-package-type": "^0.1.0",
|
|
10643
|
+
"globby": "^11.1.0",
|
|
10644
|
+
"hyperlinker": "^1.0.0",
|
|
10645
|
+
"indent-string": "^4.0.0",
|
|
10646
|
+
"is-wsl": "^2.2.0",
|
|
10647
|
+
"js-yaml": "^3.14.1",
|
|
10648
|
+
"natural-orderby": "^2.0.3",
|
|
10649
|
+
"object-treeify": "^1.1.33",
|
|
10650
|
+
"password-prompt": "^1.1.2",
|
|
10651
|
+
"slice-ansi": "^4.0.0",
|
|
10652
|
+
"string-width": "^4.2.3",
|
|
10653
|
+
"strip-ansi": "^6.0.1",
|
|
10654
|
+
"supports-color": "^8.1.1",
|
|
10655
|
+
"supports-hyperlinks": "^2.2.0",
|
|
10656
|
+
"tsconfck": "^3.0.0",
|
|
10657
|
+
"widest-line": "^3.1.0",
|
|
10658
|
+
"wordwrap": "^1.0.0",
|
|
10659
|
+
"wrap-ansi": "^7.0.0"
|
|
10660
|
+
},
|
|
10661
|
+
"engines": {
|
|
10662
|
+
"node": ">=18.0.0"
|
|
10663
|
+
}
|
|
10664
|
+
},
|
|
10665
|
+
"node_modules/@salesforce/plugin-sobject/node_modules/@salesforce/sf-plugins-core": {
|
|
10666
|
+
"version": "5.0.10",
|
|
10667
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz",
|
|
10668
|
+
"integrity": "sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==",
|
|
10669
|
+
"license": "BSD-3-Clause",
|
|
10670
|
+
"dependencies": {
|
|
10671
|
+
"@oclif/core": "^3.14.1",
|
|
10672
|
+
"@salesforce/core": "^6.2.2",
|
|
10673
|
+
"@salesforce/kit": "^3.0.15",
|
|
10674
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
10675
|
+
"@types/inquirer": "^8.2.3",
|
|
10676
|
+
"chalk": "^4",
|
|
10677
|
+
"inquirer": "^8.2.5"
|
|
10678
|
+
},
|
|
10679
|
+
"engines": {
|
|
10680
|
+
"node": ">=18.0.0"
|
|
10681
|
+
}
|
|
10682
|
+
},
|
|
10683
|
+
"node_modules/@salesforce/plugin-sobject/node_modules/supports-color": {
|
|
10684
|
+
"version": "8.1.1",
|
|
10685
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
10686
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
10687
|
+
"license": "MIT",
|
|
10688
|
+
"dependencies": {
|
|
10689
|
+
"has-flag": "^4.0.0"
|
|
10690
|
+
},
|
|
10691
|
+
"engines": {
|
|
10692
|
+
"node": ">=10"
|
|
10693
|
+
},
|
|
10694
|
+
"funding": {
|
|
10695
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
10696
|
+
}
|
|
10697
|
+
},
|
|
8866
10698
|
"node_modules/@salesforce/plugin-source": {
|
|
8867
10699
|
"version": "3.0.3",
|
|
8868
10700
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.0.3.tgz",
|
|
@@ -8884,6 +10716,118 @@
|
|
|
8884
10716
|
"node": ">=18.0.0"
|
|
8885
10717
|
}
|
|
8886
10718
|
},
|
|
10719
|
+
"node_modules/@salesforce/plugin-source/node_modules/@oclif/core": {
|
|
10720
|
+
"version": "3.14.1",
|
|
10721
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
10722
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
10723
|
+
"license": "MIT",
|
|
10724
|
+
"dependencies": {
|
|
10725
|
+
"ansi-escapes": "^4.3.2",
|
|
10726
|
+
"ansi-styles": "^4.3.0",
|
|
10727
|
+
"cardinal": "^2.1.1",
|
|
10728
|
+
"chalk": "^4.1.2",
|
|
10729
|
+
"clean-stack": "^3.0.1",
|
|
10730
|
+
"cli-progress": "^3.12.0",
|
|
10731
|
+
"color": "^4.2.3",
|
|
10732
|
+
"debug": "^4.3.4",
|
|
10733
|
+
"ejs": "^3.1.9",
|
|
10734
|
+
"get-package-type": "^0.1.0",
|
|
10735
|
+
"globby": "^11.1.0",
|
|
10736
|
+
"hyperlinker": "^1.0.0",
|
|
10737
|
+
"indent-string": "^4.0.0",
|
|
10738
|
+
"is-wsl": "^2.2.0",
|
|
10739
|
+
"js-yaml": "^3.14.1",
|
|
10740
|
+
"natural-orderby": "^2.0.3",
|
|
10741
|
+
"object-treeify": "^1.1.33",
|
|
10742
|
+
"password-prompt": "^1.1.2",
|
|
10743
|
+
"slice-ansi": "^4.0.0",
|
|
10744
|
+
"string-width": "^4.2.3",
|
|
10745
|
+
"strip-ansi": "^6.0.1",
|
|
10746
|
+
"supports-color": "^8.1.1",
|
|
10747
|
+
"supports-hyperlinks": "^2.2.0",
|
|
10748
|
+
"tsconfck": "^3.0.0",
|
|
10749
|
+
"widest-line": "^3.1.0",
|
|
10750
|
+
"wordwrap": "^1.0.0",
|
|
10751
|
+
"wrap-ansi": "^7.0.0"
|
|
10752
|
+
},
|
|
10753
|
+
"engines": {
|
|
10754
|
+
"node": ">=18.0.0"
|
|
10755
|
+
}
|
|
10756
|
+
},
|
|
10757
|
+
"node_modules/@salesforce/plugin-source/node_modules/@oclif/core/node_modules/chalk": {
|
|
10758
|
+
"version": "4.1.2",
|
|
10759
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
10760
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
10761
|
+
"license": "MIT",
|
|
10762
|
+
"dependencies": {
|
|
10763
|
+
"ansi-styles": "^4.1.0",
|
|
10764
|
+
"supports-color": "^7.1.0"
|
|
10765
|
+
},
|
|
10766
|
+
"engines": {
|
|
10767
|
+
"node": ">=10"
|
|
10768
|
+
},
|
|
10769
|
+
"funding": {
|
|
10770
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
10771
|
+
}
|
|
10772
|
+
},
|
|
10773
|
+
"node_modules/@salesforce/plugin-source/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
10774
|
+
"version": "7.2.0",
|
|
10775
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
10776
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
10777
|
+
"license": "MIT",
|
|
10778
|
+
"dependencies": {
|
|
10779
|
+
"has-flag": "^4.0.0"
|
|
10780
|
+
},
|
|
10781
|
+
"engines": {
|
|
10782
|
+
"node": ">=8"
|
|
10783
|
+
}
|
|
10784
|
+
},
|
|
10785
|
+
"node_modules/@salesforce/plugin-source/node_modules/@salesforce/sf-plugins-core": {
|
|
10786
|
+
"version": "5.0.10",
|
|
10787
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz",
|
|
10788
|
+
"integrity": "sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==",
|
|
10789
|
+
"license": "BSD-3-Clause",
|
|
10790
|
+
"dependencies": {
|
|
10791
|
+
"@oclif/core": "^3.14.1",
|
|
10792
|
+
"@salesforce/core": "^6.2.2",
|
|
10793
|
+
"@salesforce/kit": "^3.0.15",
|
|
10794
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
10795
|
+
"@types/inquirer": "^8.2.3",
|
|
10796
|
+
"chalk": "^4",
|
|
10797
|
+
"inquirer": "^8.2.5"
|
|
10798
|
+
},
|
|
10799
|
+
"engines": {
|
|
10800
|
+
"node": ">=18.0.0"
|
|
10801
|
+
}
|
|
10802
|
+
},
|
|
10803
|
+
"node_modules/@salesforce/plugin-source/node_modules/@salesforce/sf-plugins-core/node_modules/chalk": {
|
|
10804
|
+
"version": "4.1.2",
|
|
10805
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
10806
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
10807
|
+
"license": "MIT",
|
|
10808
|
+
"dependencies": {
|
|
10809
|
+
"ansi-styles": "^4.1.0",
|
|
10810
|
+
"supports-color": "^7.1.0"
|
|
10811
|
+
},
|
|
10812
|
+
"engines": {
|
|
10813
|
+
"node": ">=10"
|
|
10814
|
+
},
|
|
10815
|
+
"funding": {
|
|
10816
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
10817
|
+
}
|
|
10818
|
+
},
|
|
10819
|
+
"node_modules/@salesforce/plugin-source/node_modules/@salesforce/sf-plugins-core/node_modules/supports-color": {
|
|
10820
|
+
"version": "7.2.0",
|
|
10821
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
10822
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
10823
|
+
"license": "MIT",
|
|
10824
|
+
"dependencies": {
|
|
10825
|
+
"has-flag": "^4.0.0"
|
|
10826
|
+
},
|
|
10827
|
+
"engines": {
|
|
10828
|
+
"node": ">=8"
|
|
10829
|
+
}
|
|
10830
|
+
},
|
|
8887
10831
|
"node_modules/@salesforce/plugin-source/node_modules/@sindresorhus/is": {
|
|
8888
10832
|
"version": "5.6.0",
|
|
8889
10833
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
|
@@ -9036,13 +10980,28 @@
|
|
|
9036
10980
|
"integrity": "sha512-40yHxbNcl2+rzXvZuVkrYohathsSJlMTXKryG5y8uciHv1+xDLHQpgjG64JUO9nrEq2jGLH6IZ8BcZyw3wrweg==",
|
|
9037
10981
|
"license": "MIT",
|
|
9038
10982
|
"dependencies": {
|
|
9039
|
-
"lowercase-keys": "^3.0.0"
|
|
10983
|
+
"lowercase-keys": "^3.0.0"
|
|
10984
|
+
},
|
|
10985
|
+
"engines": {
|
|
10986
|
+
"node": ">=14.16"
|
|
10987
|
+
},
|
|
10988
|
+
"funding": {
|
|
10989
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
10990
|
+
}
|
|
10991
|
+
},
|
|
10992
|
+
"node_modules/@salesforce/plugin-source/node_modules/supports-color": {
|
|
10993
|
+
"version": "8.1.1",
|
|
10994
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
10995
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
10996
|
+
"license": "MIT",
|
|
10997
|
+
"dependencies": {
|
|
10998
|
+
"has-flag": "^4.0.0"
|
|
9040
10999
|
},
|
|
9041
11000
|
"engines": {
|
|
9042
|
-
"node": ">=
|
|
11001
|
+
"node": ">=10"
|
|
9043
11002
|
},
|
|
9044
11003
|
"funding": {
|
|
9045
|
-
"url": "https://github.com/
|
|
11004
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
9046
11005
|
}
|
|
9047
11006
|
},
|
|
9048
11007
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
@@ -9061,6 +11020,77 @@
|
|
|
9061
11020
|
"node": ">=18.0.0"
|
|
9062
11021
|
}
|
|
9063
11022
|
},
|
|
11023
|
+
"node_modules/@salesforce/plugin-telemetry/node_modules/@oclif/core": {
|
|
11024
|
+
"version": "3.14.1",
|
|
11025
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
11026
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
11027
|
+
"license": "MIT",
|
|
11028
|
+
"dependencies": {
|
|
11029
|
+
"ansi-escapes": "^4.3.2",
|
|
11030
|
+
"ansi-styles": "^4.3.0",
|
|
11031
|
+
"cardinal": "^2.1.1",
|
|
11032
|
+
"chalk": "^4.1.2",
|
|
11033
|
+
"clean-stack": "^3.0.1",
|
|
11034
|
+
"cli-progress": "^3.12.0",
|
|
11035
|
+
"color": "^4.2.3",
|
|
11036
|
+
"debug": "^4.3.4",
|
|
11037
|
+
"ejs": "^3.1.9",
|
|
11038
|
+
"get-package-type": "^0.1.0",
|
|
11039
|
+
"globby": "^11.1.0",
|
|
11040
|
+
"hyperlinker": "^1.0.0",
|
|
11041
|
+
"indent-string": "^4.0.0",
|
|
11042
|
+
"is-wsl": "^2.2.0",
|
|
11043
|
+
"js-yaml": "^3.14.1",
|
|
11044
|
+
"natural-orderby": "^2.0.3",
|
|
11045
|
+
"object-treeify": "^1.1.33",
|
|
11046
|
+
"password-prompt": "^1.1.2",
|
|
11047
|
+
"slice-ansi": "^4.0.0",
|
|
11048
|
+
"string-width": "^4.2.3",
|
|
11049
|
+
"strip-ansi": "^6.0.1",
|
|
11050
|
+
"supports-color": "^8.1.1",
|
|
11051
|
+
"supports-hyperlinks": "^2.2.0",
|
|
11052
|
+
"tsconfck": "^3.0.0",
|
|
11053
|
+
"widest-line": "^3.1.0",
|
|
11054
|
+
"wordwrap": "^1.0.0",
|
|
11055
|
+
"wrap-ansi": "^7.0.0"
|
|
11056
|
+
},
|
|
11057
|
+
"engines": {
|
|
11058
|
+
"node": ">=18.0.0"
|
|
11059
|
+
}
|
|
11060
|
+
},
|
|
11061
|
+
"node_modules/@salesforce/plugin-telemetry/node_modules/@salesforce/sf-plugins-core": {
|
|
11062
|
+
"version": "5.0.10",
|
|
11063
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz",
|
|
11064
|
+
"integrity": "sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==",
|
|
11065
|
+
"license": "BSD-3-Clause",
|
|
11066
|
+
"dependencies": {
|
|
11067
|
+
"@oclif/core": "^3.14.1",
|
|
11068
|
+
"@salesforce/core": "^6.2.2",
|
|
11069
|
+
"@salesforce/kit": "^3.0.15",
|
|
11070
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
11071
|
+
"@types/inquirer": "^8.2.3",
|
|
11072
|
+
"chalk": "^4",
|
|
11073
|
+
"inquirer": "^8.2.5"
|
|
11074
|
+
},
|
|
11075
|
+
"engines": {
|
|
11076
|
+
"node": ">=18.0.0"
|
|
11077
|
+
}
|
|
11078
|
+
},
|
|
11079
|
+
"node_modules/@salesforce/plugin-telemetry/node_modules/supports-color": {
|
|
11080
|
+
"version": "8.1.1",
|
|
11081
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
11082
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
11083
|
+
"license": "MIT",
|
|
11084
|
+
"dependencies": {
|
|
11085
|
+
"has-flag": "^4.0.0"
|
|
11086
|
+
},
|
|
11087
|
+
"engines": {
|
|
11088
|
+
"node": ">=10"
|
|
11089
|
+
},
|
|
11090
|
+
"funding": {
|
|
11091
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
11092
|
+
}
|
|
11093
|
+
},
|
|
9064
11094
|
"node_modules/@salesforce/plugin-templates": {
|
|
9065
11095
|
"version": "56.0.4",
|
|
9066
11096
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.0.4.tgz",
|
|
@@ -9078,6 +11108,77 @@
|
|
|
9078
11108
|
"node": ">=18.0.0"
|
|
9079
11109
|
}
|
|
9080
11110
|
},
|
|
11111
|
+
"node_modules/@salesforce/plugin-templates/node_modules/@oclif/core": {
|
|
11112
|
+
"version": "3.14.1",
|
|
11113
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
11114
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
11115
|
+
"license": "MIT",
|
|
11116
|
+
"dependencies": {
|
|
11117
|
+
"ansi-escapes": "^4.3.2",
|
|
11118
|
+
"ansi-styles": "^4.3.0",
|
|
11119
|
+
"cardinal": "^2.1.1",
|
|
11120
|
+
"chalk": "^4.1.2",
|
|
11121
|
+
"clean-stack": "^3.0.1",
|
|
11122
|
+
"cli-progress": "^3.12.0",
|
|
11123
|
+
"color": "^4.2.3",
|
|
11124
|
+
"debug": "^4.3.4",
|
|
11125
|
+
"ejs": "^3.1.9",
|
|
11126
|
+
"get-package-type": "^0.1.0",
|
|
11127
|
+
"globby": "^11.1.0",
|
|
11128
|
+
"hyperlinker": "^1.0.0",
|
|
11129
|
+
"indent-string": "^4.0.0",
|
|
11130
|
+
"is-wsl": "^2.2.0",
|
|
11131
|
+
"js-yaml": "^3.14.1",
|
|
11132
|
+
"natural-orderby": "^2.0.3",
|
|
11133
|
+
"object-treeify": "^1.1.33",
|
|
11134
|
+
"password-prompt": "^1.1.2",
|
|
11135
|
+
"slice-ansi": "^4.0.0",
|
|
11136
|
+
"string-width": "^4.2.3",
|
|
11137
|
+
"strip-ansi": "^6.0.1",
|
|
11138
|
+
"supports-color": "^8.1.1",
|
|
11139
|
+
"supports-hyperlinks": "^2.2.0",
|
|
11140
|
+
"tsconfck": "^3.0.0",
|
|
11141
|
+
"widest-line": "^3.1.0",
|
|
11142
|
+
"wordwrap": "^1.0.0",
|
|
11143
|
+
"wrap-ansi": "^7.0.0"
|
|
11144
|
+
},
|
|
11145
|
+
"engines": {
|
|
11146
|
+
"node": ">=18.0.0"
|
|
11147
|
+
}
|
|
11148
|
+
},
|
|
11149
|
+
"node_modules/@salesforce/plugin-templates/node_modules/@salesforce/sf-plugins-core": {
|
|
11150
|
+
"version": "5.0.10",
|
|
11151
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz",
|
|
11152
|
+
"integrity": "sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==",
|
|
11153
|
+
"license": "BSD-3-Clause",
|
|
11154
|
+
"dependencies": {
|
|
11155
|
+
"@oclif/core": "^3.14.1",
|
|
11156
|
+
"@salesforce/core": "^6.2.2",
|
|
11157
|
+
"@salesforce/kit": "^3.0.15",
|
|
11158
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
11159
|
+
"@types/inquirer": "^8.2.3",
|
|
11160
|
+
"chalk": "^4",
|
|
11161
|
+
"inquirer": "^8.2.5"
|
|
11162
|
+
},
|
|
11163
|
+
"engines": {
|
|
11164
|
+
"node": ">=18.0.0"
|
|
11165
|
+
}
|
|
11166
|
+
},
|
|
11167
|
+
"node_modules/@salesforce/plugin-templates/node_modules/supports-color": {
|
|
11168
|
+
"version": "8.1.1",
|
|
11169
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
11170
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
11171
|
+
"license": "MIT",
|
|
11172
|
+
"dependencies": {
|
|
11173
|
+
"has-flag": "^4.0.0"
|
|
11174
|
+
},
|
|
11175
|
+
"engines": {
|
|
11176
|
+
"node": ">=10"
|
|
11177
|
+
},
|
|
11178
|
+
"funding": {
|
|
11179
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
11180
|
+
}
|
|
11181
|
+
},
|
|
9081
11182
|
"node_modules/@salesforce/plugin-trust": {
|
|
9082
11183
|
"version": "3.1.2",
|
|
9083
11184
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.1.2.tgz",
|
|
@@ -9100,6 +11201,62 @@
|
|
|
9100
11201
|
"node": ">=18.0.0"
|
|
9101
11202
|
}
|
|
9102
11203
|
},
|
|
11204
|
+
"node_modules/@salesforce/plugin-trust/node_modules/@oclif/core": {
|
|
11205
|
+
"version": "3.14.1",
|
|
11206
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
11207
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
11208
|
+
"license": "MIT",
|
|
11209
|
+
"dependencies": {
|
|
11210
|
+
"ansi-escapes": "^4.3.2",
|
|
11211
|
+
"ansi-styles": "^4.3.0",
|
|
11212
|
+
"cardinal": "^2.1.1",
|
|
11213
|
+
"chalk": "^4.1.2",
|
|
11214
|
+
"clean-stack": "^3.0.1",
|
|
11215
|
+
"cli-progress": "^3.12.0",
|
|
11216
|
+
"color": "^4.2.3",
|
|
11217
|
+
"debug": "^4.3.4",
|
|
11218
|
+
"ejs": "^3.1.9",
|
|
11219
|
+
"get-package-type": "^0.1.0",
|
|
11220
|
+
"globby": "^11.1.0",
|
|
11221
|
+
"hyperlinker": "^1.0.0",
|
|
11222
|
+
"indent-string": "^4.0.0",
|
|
11223
|
+
"is-wsl": "^2.2.0",
|
|
11224
|
+
"js-yaml": "^3.14.1",
|
|
11225
|
+
"natural-orderby": "^2.0.3",
|
|
11226
|
+
"object-treeify": "^1.1.33",
|
|
11227
|
+
"password-prompt": "^1.1.2",
|
|
11228
|
+
"slice-ansi": "^4.0.0",
|
|
11229
|
+
"string-width": "^4.2.3",
|
|
11230
|
+
"strip-ansi": "^6.0.1",
|
|
11231
|
+
"supports-color": "^8.1.1",
|
|
11232
|
+
"supports-hyperlinks": "^2.2.0",
|
|
11233
|
+
"tsconfck": "^3.0.0",
|
|
11234
|
+
"widest-line": "^3.1.0",
|
|
11235
|
+
"wordwrap": "^1.0.0",
|
|
11236
|
+
"wrap-ansi": "^7.0.0"
|
|
11237
|
+
},
|
|
11238
|
+
"engines": {
|
|
11239
|
+
"node": ">=18.0.0"
|
|
11240
|
+
}
|
|
11241
|
+
},
|
|
11242
|
+
"node_modules/@salesforce/plugin-trust/node_modules/@salesforce/sf-plugins-core": {
|
|
11243
|
+
"version": "5.0.10",
|
|
11244
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz",
|
|
11245
|
+
"integrity": "sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==",
|
|
11246
|
+
"license": "BSD-3-Clause",
|
|
11247
|
+
"dependencies": {
|
|
11248
|
+
"@oclif/core": "^3.14.1",
|
|
11249
|
+
"@salesforce/core": "^6.2.2",
|
|
11250
|
+
"@salesforce/kit": "^3.0.15",
|
|
11251
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
11252
|
+
"@types/inquirer": "^8.2.3",
|
|
11253
|
+
"chalk": "^4",
|
|
11254
|
+
"inquirer": "^8.2.5"
|
|
11255
|
+
},
|
|
11256
|
+
"engines": {
|
|
11257
|
+
"node": ">=18.0.0"
|
|
11258
|
+
}
|
|
11259
|
+
},
|
|
9103
11260
|
"node_modules/@salesforce/plugin-trust/node_modules/@sindresorhus/is": {
|
|
9104
11261
|
"version": "5.6.0",
|
|
9105
11262
|
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
|
@@ -9249,6 +11406,21 @@
|
|
|
9249
11406
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
9250
11407
|
}
|
|
9251
11408
|
},
|
|
11409
|
+
"node_modules/@salesforce/plugin-trust/node_modules/supports-color": {
|
|
11410
|
+
"version": "8.1.1",
|
|
11411
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
11412
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
11413
|
+
"license": "MIT",
|
|
11414
|
+
"dependencies": {
|
|
11415
|
+
"has-flag": "^4.0.0"
|
|
11416
|
+
},
|
|
11417
|
+
"engines": {
|
|
11418
|
+
"node": ">=10"
|
|
11419
|
+
},
|
|
11420
|
+
"funding": {
|
|
11421
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
11422
|
+
}
|
|
11423
|
+
},
|
|
9252
11424
|
"node_modules/@salesforce/plugin-user": {
|
|
9253
11425
|
"version": "3.1.0",
|
|
9254
11426
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.1.0.tgz",
|
|
@@ -9261,8 +11433,79 @@
|
|
|
9261
11433
|
"@salesforce/sf-plugins-core": "^5.0.5",
|
|
9262
11434
|
"@salesforce/ts-types": "^2.0.9"
|
|
9263
11435
|
},
|
|
9264
|
-
"engines": {
|
|
9265
|
-
"node": ">=18.0.0"
|
|
11436
|
+
"engines": {
|
|
11437
|
+
"node": ">=18.0.0"
|
|
11438
|
+
}
|
|
11439
|
+
},
|
|
11440
|
+
"node_modules/@salesforce/plugin-user/node_modules/@oclif/core": {
|
|
11441
|
+
"version": "3.14.1",
|
|
11442
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
11443
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
11444
|
+
"license": "MIT",
|
|
11445
|
+
"dependencies": {
|
|
11446
|
+
"ansi-escapes": "^4.3.2",
|
|
11447
|
+
"ansi-styles": "^4.3.0",
|
|
11448
|
+
"cardinal": "^2.1.1",
|
|
11449
|
+
"chalk": "^4.1.2",
|
|
11450
|
+
"clean-stack": "^3.0.1",
|
|
11451
|
+
"cli-progress": "^3.12.0",
|
|
11452
|
+
"color": "^4.2.3",
|
|
11453
|
+
"debug": "^4.3.4",
|
|
11454
|
+
"ejs": "^3.1.9",
|
|
11455
|
+
"get-package-type": "^0.1.0",
|
|
11456
|
+
"globby": "^11.1.0",
|
|
11457
|
+
"hyperlinker": "^1.0.0",
|
|
11458
|
+
"indent-string": "^4.0.0",
|
|
11459
|
+
"is-wsl": "^2.2.0",
|
|
11460
|
+
"js-yaml": "^3.14.1",
|
|
11461
|
+
"natural-orderby": "^2.0.3",
|
|
11462
|
+
"object-treeify": "^1.1.33",
|
|
11463
|
+
"password-prompt": "^1.1.2",
|
|
11464
|
+
"slice-ansi": "^4.0.0",
|
|
11465
|
+
"string-width": "^4.2.3",
|
|
11466
|
+
"strip-ansi": "^6.0.1",
|
|
11467
|
+
"supports-color": "^8.1.1",
|
|
11468
|
+
"supports-hyperlinks": "^2.2.0",
|
|
11469
|
+
"tsconfck": "^3.0.0",
|
|
11470
|
+
"widest-line": "^3.1.0",
|
|
11471
|
+
"wordwrap": "^1.0.0",
|
|
11472
|
+
"wrap-ansi": "^7.0.0"
|
|
11473
|
+
},
|
|
11474
|
+
"engines": {
|
|
11475
|
+
"node": ">=18.0.0"
|
|
11476
|
+
}
|
|
11477
|
+
},
|
|
11478
|
+
"node_modules/@salesforce/plugin-user/node_modules/@salesforce/sf-plugins-core": {
|
|
11479
|
+
"version": "5.0.10",
|
|
11480
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz",
|
|
11481
|
+
"integrity": "sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==",
|
|
11482
|
+
"license": "BSD-3-Clause",
|
|
11483
|
+
"dependencies": {
|
|
11484
|
+
"@oclif/core": "^3.14.1",
|
|
11485
|
+
"@salesforce/core": "^6.2.2",
|
|
11486
|
+
"@salesforce/kit": "^3.0.15",
|
|
11487
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
11488
|
+
"@types/inquirer": "^8.2.3",
|
|
11489
|
+
"chalk": "^4",
|
|
11490
|
+
"inquirer": "^8.2.5"
|
|
11491
|
+
},
|
|
11492
|
+
"engines": {
|
|
11493
|
+
"node": ">=18.0.0"
|
|
11494
|
+
}
|
|
11495
|
+
},
|
|
11496
|
+
"node_modules/@salesforce/plugin-user/node_modules/supports-color": {
|
|
11497
|
+
"version": "8.1.1",
|
|
11498
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
11499
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
11500
|
+
"license": "MIT",
|
|
11501
|
+
"dependencies": {
|
|
11502
|
+
"has-flag": "^4.0.0"
|
|
11503
|
+
},
|
|
11504
|
+
"engines": {
|
|
11505
|
+
"node": ">=10"
|
|
11506
|
+
},
|
|
11507
|
+
"funding": {
|
|
11508
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
9266
11509
|
}
|
|
9267
11510
|
},
|
|
9268
11511
|
"node_modules/@salesforce/prettier-config": {
|
|
@@ -9296,6 +11539,59 @@
|
|
|
9296
11539
|
"node": ">=18.0.0"
|
|
9297
11540
|
}
|
|
9298
11541
|
},
|
|
11542
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core": {
|
|
11543
|
+
"version": "3.14.1",
|
|
11544
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
11545
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
11546
|
+
"license": "MIT",
|
|
11547
|
+
"dependencies": {
|
|
11548
|
+
"ansi-escapes": "^4.3.2",
|
|
11549
|
+
"ansi-styles": "^4.3.0",
|
|
11550
|
+
"cardinal": "^2.1.1",
|
|
11551
|
+
"chalk": "^4.1.2",
|
|
11552
|
+
"clean-stack": "^3.0.1",
|
|
11553
|
+
"cli-progress": "^3.12.0",
|
|
11554
|
+
"color": "^4.2.3",
|
|
11555
|
+
"debug": "^4.3.4",
|
|
11556
|
+
"ejs": "^3.1.9",
|
|
11557
|
+
"get-package-type": "^0.1.0",
|
|
11558
|
+
"globby": "^11.1.0",
|
|
11559
|
+
"hyperlinker": "^1.0.0",
|
|
11560
|
+
"indent-string": "^4.0.0",
|
|
11561
|
+
"is-wsl": "^2.2.0",
|
|
11562
|
+
"js-yaml": "^3.14.1",
|
|
11563
|
+
"natural-orderby": "^2.0.3",
|
|
11564
|
+
"object-treeify": "^1.1.33",
|
|
11565
|
+
"password-prompt": "^1.1.2",
|
|
11566
|
+
"slice-ansi": "^4.0.0",
|
|
11567
|
+
"string-width": "^4.2.3",
|
|
11568
|
+
"strip-ansi": "^6.0.1",
|
|
11569
|
+
"supports-color": "^8.1.1",
|
|
11570
|
+
"supports-hyperlinks": "^2.2.0",
|
|
11571
|
+
"tsconfck": "^3.0.0",
|
|
11572
|
+
"widest-line": "^3.1.0",
|
|
11573
|
+
"wordwrap": "^1.0.0",
|
|
11574
|
+
"wrap-ansi": "^7.0.0"
|
|
11575
|
+
},
|
|
11576
|
+
"engines": {
|
|
11577
|
+
"node": ">=18.0.0"
|
|
11578
|
+
}
|
|
11579
|
+
},
|
|
11580
|
+
"node_modules/@salesforce/sf-plugins-core/node_modules/supports-color": {
|
|
11581
|
+
"version": "8.1.1",
|
|
11582
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
11583
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
11584
|
+
"license": "MIT",
|
|
11585
|
+
"dependencies": {
|
|
11586
|
+
"has-flag": "^4.0.0"
|
|
11587
|
+
},
|
|
11588
|
+
"engines": {
|
|
11589
|
+
"node": ">=10"
|
|
11590
|
+
},
|
|
11591
|
+
"funding": {
|
|
11592
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
11593
|
+
}
|
|
11594
|
+
},
|
|
9299
11595
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
9300
11596
|
"version": "10.1.0",
|
|
9301
11597
|
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.1.0.tgz",
|
|
@@ -9351,6 +11647,59 @@
|
|
|
9351
11647
|
"node": ">=18.0.0"
|
|
9352
11648
|
}
|
|
9353
11649
|
},
|
|
11650
|
+
"node_modules/@salesforce/source-tracking/node_modules/@oclif/core": {
|
|
11651
|
+
"version": "3.14.1",
|
|
11652
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
11653
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
11654
|
+
"license": "MIT",
|
|
11655
|
+
"dependencies": {
|
|
11656
|
+
"ansi-escapes": "^4.3.2",
|
|
11657
|
+
"ansi-styles": "^4.3.0",
|
|
11658
|
+
"cardinal": "^2.1.1",
|
|
11659
|
+
"chalk": "^4.1.2",
|
|
11660
|
+
"clean-stack": "^3.0.1",
|
|
11661
|
+
"cli-progress": "^3.12.0",
|
|
11662
|
+
"color": "^4.2.3",
|
|
11663
|
+
"debug": "^4.3.4",
|
|
11664
|
+
"ejs": "^3.1.9",
|
|
11665
|
+
"get-package-type": "^0.1.0",
|
|
11666
|
+
"globby": "^11.1.0",
|
|
11667
|
+
"hyperlinker": "^1.0.0",
|
|
11668
|
+
"indent-string": "^4.0.0",
|
|
11669
|
+
"is-wsl": "^2.2.0",
|
|
11670
|
+
"js-yaml": "^3.14.1",
|
|
11671
|
+
"natural-orderby": "^2.0.3",
|
|
11672
|
+
"object-treeify": "^1.1.33",
|
|
11673
|
+
"password-prompt": "^1.1.2",
|
|
11674
|
+
"slice-ansi": "^4.0.0",
|
|
11675
|
+
"string-width": "^4.2.3",
|
|
11676
|
+
"strip-ansi": "^6.0.1",
|
|
11677
|
+
"supports-color": "^8.1.1",
|
|
11678
|
+
"supports-hyperlinks": "^2.2.0",
|
|
11679
|
+
"tsconfck": "^3.0.0",
|
|
11680
|
+
"widest-line": "^3.1.0",
|
|
11681
|
+
"wordwrap": "^1.0.0",
|
|
11682
|
+
"wrap-ansi": "^7.0.0"
|
|
11683
|
+
},
|
|
11684
|
+
"engines": {
|
|
11685
|
+
"node": ">=18.0.0"
|
|
11686
|
+
}
|
|
11687
|
+
},
|
|
11688
|
+
"node_modules/@salesforce/source-tracking/node_modules/supports-color": {
|
|
11689
|
+
"version": "8.1.1",
|
|
11690
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
11691
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
11692
|
+
"license": "MIT",
|
|
11693
|
+
"dependencies": {
|
|
11694
|
+
"has-flag": "^4.0.0"
|
|
11695
|
+
},
|
|
11696
|
+
"engines": {
|
|
11697
|
+
"node": ">=10"
|
|
11698
|
+
},
|
|
11699
|
+
"funding": {
|
|
11700
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
11701
|
+
}
|
|
11702
|
+
},
|
|
9354
11703
|
"node_modules/@salesforce/telemetry": {
|
|
9355
11704
|
"version": "5.0.0",
|
|
9356
11705
|
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-5.0.0.tgz",
|
|
@@ -10604,11 +12953,13 @@
|
|
|
10604
12953
|
"license": "MIT"
|
|
10605
12954
|
},
|
|
10606
12955
|
"node_modules/argparse": {
|
|
10607
|
-
"version": "
|
|
10608
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-
|
|
10609
|
-
"integrity": "sha512-
|
|
10610
|
-
"
|
|
10611
|
-
"
|
|
12956
|
+
"version": "1.0.10",
|
|
12957
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
12958
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
12959
|
+
"license": "MIT",
|
|
12960
|
+
"dependencies": {
|
|
12961
|
+
"sprintf-js": "~1.0.2"
|
|
12962
|
+
}
|
|
10612
12963
|
},
|
|
10613
12964
|
"node_modules/array-buffer-byte-length": {
|
|
10614
12965
|
"version": "1.0.0",
|
|
@@ -12535,6 +14886,26 @@
|
|
|
12535
14886
|
"typescript": ">=3"
|
|
12536
14887
|
}
|
|
12537
14888
|
},
|
|
14889
|
+
"node_modules/cosmiconfig/node_modules/argparse": {
|
|
14890
|
+
"version": "2.0.1",
|
|
14891
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
14892
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
14893
|
+
"dev": true,
|
|
14894
|
+
"license": "Python-2.0"
|
|
14895
|
+
},
|
|
14896
|
+
"node_modules/cosmiconfig/node_modules/js-yaml": {
|
|
14897
|
+
"version": "4.1.0",
|
|
14898
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
14899
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
14900
|
+
"dev": true,
|
|
14901
|
+
"license": "MIT",
|
|
14902
|
+
"dependencies": {
|
|
14903
|
+
"argparse": "^2.0.1"
|
|
14904
|
+
},
|
|
14905
|
+
"bin": {
|
|
14906
|
+
"js-yaml": "bin/js-yaml.js"
|
|
14907
|
+
}
|
|
14908
|
+
},
|
|
12538
14909
|
"node_modules/crc-32": {
|
|
12539
14910
|
"version": "1.2.2",
|
|
12540
14911
|
"resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
|
|
@@ -14350,6 +16721,13 @@
|
|
|
14350
16721
|
"url": "https://github.com/sponsors/epoberezkin"
|
|
14351
16722
|
}
|
|
14352
16723
|
},
|
|
16724
|
+
"node_modules/eslint/node_modules/argparse": {
|
|
16725
|
+
"version": "2.0.1",
|
|
16726
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
16727
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
16728
|
+
"dev": true,
|
|
16729
|
+
"license": "Python-2.0"
|
|
16730
|
+
},
|
|
14353
16731
|
"node_modules/eslint/node_modules/doctrine": {
|
|
14354
16732
|
"version": "3.0.0",
|
|
14355
16733
|
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
@@ -14393,6 +16771,19 @@
|
|
|
14393
16771
|
"node": ">=10.13.0"
|
|
14394
16772
|
}
|
|
14395
16773
|
},
|
|
16774
|
+
"node_modules/eslint/node_modules/js-yaml": {
|
|
16775
|
+
"version": "4.1.0",
|
|
16776
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
16777
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
16778
|
+
"dev": true,
|
|
16779
|
+
"license": "MIT",
|
|
16780
|
+
"dependencies": {
|
|
16781
|
+
"argparse": "^2.0.1"
|
|
16782
|
+
},
|
|
16783
|
+
"bin": {
|
|
16784
|
+
"js-yaml": "bin/js-yaml.js"
|
|
16785
|
+
}
|
|
16786
|
+
},
|
|
14396
16787
|
"node_modules/eslint/node_modules/json-schema-traverse": {
|
|
14397
16788
|
"version": "0.4.1",
|
|
14398
16789
|
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
@@ -17193,13 +19584,13 @@
|
|
|
17193
19584
|
"license": "MIT"
|
|
17194
19585
|
},
|
|
17195
19586
|
"node_modules/js-yaml": {
|
|
17196
|
-
"version": "
|
|
17197
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-
|
|
17198
|
-
"integrity": "sha512-
|
|
17199
|
-
"dev": true,
|
|
19587
|
+
"version": "3.14.1",
|
|
19588
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
19589
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
17200
19590
|
"license": "MIT",
|
|
17201
19591
|
"dependencies": {
|
|
17202
|
-
"argparse": "^
|
|
19592
|
+
"argparse": "^1.0.7",
|
|
19593
|
+
"esprima": "^4.0.0"
|
|
17203
19594
|
},
|
|
17204
19595
|
"bin": {
|
|
17205
19596
|
"js-yaml": "bin/js-yaml.js"
|
|
@@ -20523,28 +22914,6 @@
|
|
|
20523
22914
|
"node": ">=6"
|
|
20524
22915
|
}
|
|
20525
22916
|
},
|
|
20526
|
-
"node_modules/load-yaml-file/node_modules/argparse": {
|
|
20527
|
-
"version": "1.0.10",
|
|
20528
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
20529
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
20530
|
-
"license": "MIT",
|
|
20531
|
-
"dependencies": {
|
|
20532
|
-
"sprintf-js": "~1.0.2"
|
|
20533
|
-
}
|
|
20534
|
-
},
|
|
20535
|
-
"node_modules/load-yaml-file/node_modules/js-yaml": {
|
|
20536
|
-
"version": "3.14.1",
|
|
20537
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
20538
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
20539
|
-
"license": "MIT",
|
|
20540
|
-
"dependencies": {
|
|
20541
|
-
"argparse": "^1.0.7",
|
|
20542
|
-
"esprima": "^4.0.0"
|
|
20543
|
-
},
|
|
20544
|
-
"bin": {
|
|
20545
|
-
"js-yaml": "bin/js-yaml.js"
|
|
20546
|
-
}
|
|
20547
|
-
},
|
|
20548
22917
|
"node_modules/load-yaml-file/node_modules/pify": {
|
|
20549
22918
|
"version": "4.0.1",
|
|
20550
22919
|
"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
|
|
@@ -21517,6 +23886,13 @@
|
|
|
21517
23886
|
"url": "https://opencollective.com/mochajs"
|
|
21518
23887
|
}
|
|
21519
23888
|
},
|
|
23889
|
+
"node_modules/mocha/node_modules/argparse": {
|
|
23890
|
+
"version": "2.0.1",
|
|
23891
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
23892
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
23893
|
+
"dev": true,
|
|
23894
|
+
"license": "Python-2.0"
|
|
23895
|
+
},
|
|
21520
23896
|
"node_modules/mocha/node_modules/diff": {
|
|
21521
23897
|
"version": "5.0.0",
|
|
21522
23898
|
"resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
|
|
@@ -21572,6 +23948,19 @@
|
|
|
21572
23948
|
"node": "*"
|
|
21573
23949
|
}
|
|
21574
23950
|
},
|
|
23951
|
+
"node_modules/mocha/node_modules/js-yaml": {
|
|
23952
|
+
"version": "4.1.0",
|
|
23953
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
23954
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
23955
|
+
"dev": true,
|
|
23956
|
+
"license": "MIT",
|
|
23957
|
+
"dependencies": {
|
|
23958
|
+
"argparse": "^2.0.1"
|
|
23959
|
+
},
|
|
23960
|
+
"bin": {
|
|
23961
|
+
"js-yaml": "bin/js-yaml.js"
|
|
23962
|
+
}
|
|
23963
|
+
},
|
|
21575
23964
|
"node_modules/mocha/node_modules/minimatch": {
|
|
21576
23965
|
"version": "5.0.1",
|
|
21577
23966
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
|
|
@@ -25766,6 +28155,45 @@
|
|
|
25766
28155
|
"node": ">=18.0.0"
|
|
25767
28156
|
}
|
|
25768
28157
|
},
|
|
28158
|
+
"node_modules/oclif/node_modules/@oclif/core": {
|
|
28159
|
+
"version": "3.14.1",
|
|
28160
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.14.1.tgz",
|
|
28161
|
+
"integrity": "sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==",
|
|
28162
|
+
"dev": true,
|
|
28163
|
+
"license": "MIT",
|
|
28164
|
+
"dependencies": {
|
|
28165
|
+
"ansi-escapes": "^4.3.2",
|
|
28166
|
+
"ansi-styles": "^4.3.0",
|
|
28167
|
+
"cardinal": "^2.1.1",
|
|
28168
|
+
"chalk": "^4.1.2",
|
|
28169
|
+
"clean-stack": "^3.0.1",
|
|
28170
|
+
"cli-progress": "^3.12.0",
|
|
28171
|
+
"color": "^4.2.3",
|
|
28172
|
+
"debug": "^4.3.4",
|
|
28173
|
+
"ejs": "^3.1.9",
|
|
28174
|
+
"get-package-type": "^0.1.0",
|
|
28175
|
+
"globby": "^11.1.0",
|
|
28176
|
+
"hyperlinker": "^1.0.0",
|
|
28177
|
+
"indent-string": "^4.0.0",
|
|
28178
|
+
"is-wsl": "^2.2.0",
|
|
28179
|
+
"js-yaml": "^3.14.1",
|
|
28180
|
+
"natural-orderby": "^2.0.3",
|
|
28181
|
+
"object-treeify": "^1.1.33",
|
|
28182
|
+
"password-prompt": "^1.1.2",
|
|
28183
|
+
"slice-ansi": "^4.0.0",
|
|
28184
|
+
"string-width": "^4.2.3",
|
|
28185
|
+
"strip-ansi": "^6.0.1",
|
|
28186
|
+
"supports-color": "^8.1.1",
|
|
28187
|
+
"supports-hyperlinks": "^2.2.0",
|
|
28188
|
+
"tsconfck": "^3.0.0",
|
|
28189
|
+
"widest-line": "^3.1.0",
|
|
28190
|
+
"wordwrap": "^1.0.0",
|
|
28191
|
+
"wrap-ansi": "^7.0.0"
|
|
28192
|
+
},
|
|
28193
|
+
"engines": {
|
|
28194
|
+
"node": ">=18.0.0"
|
|
28195
|
+
}
|
|
28196
|
+
},
|
|
25769
28197
|
"node_modules/oclif/node_modules/@oclif/plugin-help": {
|
|
25770
28198
|
"version": "5.2.20",
|
|
25771
28199
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.20.tgz",
|
|
@@ -25874,16 +28302,6 @@
|
|
|
25874
28302
|
"node": ">=14.0.0"
|
|
25875
28303
|
}
|
|
25876
28304
|
},
|
|
25877
|
-
"node_modules/oclif/node_modules/argparse": {
|
|
25878
|
-
"version": "1.0.10",
|
|
25879
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
25880
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
25881
|
-
"dev": true,
|
|
25882
|
-
"license": "MIT",
|
|
25883
|
-
"dependencies": {
|
|
25884
|
-
"sprintf-js": "~1.0.2"
|
|
25885
|
-
}
|
|
25886
|
-
},
|
|
25887
28305
|
"node_modules/oclif/node_modules/hosted-git-info": {
|
|
25888
28306
|
"version": "4.1.0",
|
|
25889
28307
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz",
|
|
@@ -25897,20 +28315,6 @@
|
|
|
25897
28315
|
"node": ">=10"
|
|
25898
28316
|
}
|
|
25899
28317
|
},
|
|
25900
|
-
"node_modules/oclif/node_modules/js-yaml": {
|
|
25901
|
-
"version": "3.14.1",
|
|
25902
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
25903
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
25904
|
-
"dev": true,
|
|
25905
|
-
"license": "MIT",
|
|
25906
|
-
"dependencies": {
|
|
25907
|
-
"argparse": "^1.0.7",
|
|
25908
|
-
"esprima": "^4.0.0"
|
|
25909
|
-
},
|
|
25910
|
-
"bin": {
|
|
25911
|
-
"js-yaml": "bin/js-yaml.js"
|
|
25912
|
-
}
|
|
25913
|
-
},
|
|
25914
28318
|
"node_modules/oclif/node_modules/lru-cache": {
|
|
25915
28319
|
"version": "6.0.0",
|
|
25916
28320
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|