@salesforce/plugin-release-management 5.1.0 → 5.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -17
- package/npm-shrinkwrap.json +324 -612
- package/oclif.lock +135 -333
- package/oclif.manifest.json +75 -75
- package/package.json +7 -7
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
|
-
"version": "5.1
|
|
3
|
+
"version": "5.2.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-release-management",
|
|
9
|
-
"version": "5.1
|
|
9
|
+
"version": "5.2.1",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.0",
|
|
13
13
|
"@octokit/core": "^4.2.4",
|
|
14
14
|
"@octokit/plugin-paginate-rest": "^6.1.2",
|
|
15
15
|
"@octokit/plugin-throttling": "^5.2.3",
|
|
16
|
-
"@salesforce/cli-plugins-testkit": "^5.
|
|
17
|
-
"@salesforce/core": "^
|
|
16
|
+
"@salesforce/cli-plugins-testkit": "^5.2.0",
|
|
17
|
+
"@salesforce/core": "^7.2.0",
|
|
18
18
|
"@salesforce/kit": "^3.1.0",
|
|
19
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
20
|
-
"@salesforce/plugin-trust": "^3.
|
|
21
|
-
"@salesforce/sf-plugins-core": "^
|
|
19
|
+
"@salesforce/plugin-command-reference": "^3.0.76",
|
|
20
|
+
"@salesforce/plugin-trust": "^3.6.1",
|
|
21
|
+
"@salesforce/sf-plugins-core": "^9.0.1",
|
|
22
22
|
"@salesforce/ts-types": "^2.0.9",
|
|
23
23
|
"aws-sdk": "^2.1594.0",
|
|
24
24
|
"chalk": "^5.3.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@types/semver": "^7.5.8",
|
|
43
43
|
"@types/shelljs": "^0.8.15",
|
|
44
44
|
"aws-sdk-mock": "^5.9.0",
|
|
45
|
-
"eslint-plugin-sf-plugin": "^1.
|
|
45
|
+
"eslint-plugin-sf-plugin": "^1.18.0",
|
|
46
46
|
"oclif": "^4.7.6",
|
|
47
47
|
"ts-node": "^10.9.2",
|
|
48
48
|
"typescript": "^5.4.4"
|
|
@@ -1478,31 +1478,6 @@
|
|
|
1478
1478
|
"node": ">=6.0.0"
|
|
1479
1479
|
}
|
|
1480
1480
|
},
|
|
1481
|
-
"node_modules/@babel/runtime": {
|
|
1482
|
-
"version": "7.22.5",
|
|
1483
|
-
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.5.tgz",
|
|
1484
|
-
"integrity": "sha512-ecjvYlnAaZ/KVneE/OdKYBYfgXV3Ptu6zQWmgEF7vwKhQnvVS6bjMD2XYgj+SNvQ1GfK/pjgokfPkC/2CO8CuA==",
|
|
1485
|
-
"license": "MIT",
|
|
1486
|
-
"dependencies": {
|
|
1487
|
-
"regenerator-runtime": "^0.13.11"
|
|
1488
|
-
},
|
|
1489
|
-
"engines": {
|
|
1490
|
-
"node": ">=6.9.0"
|
|
1491
|
-
}
|
|
1492
|
-
},
|
|
1493
|
-
"node_modules/@babel/runtime-corejs3": {
|
|
1494
|
-
"version": "7.22.5",
|
|
1495
|
-
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.22.5.tgz",
|
|
1496
|
-
"integrity": "sha512-TNPDN6aBFaUox2Lu+H/Y1dKKQgr4ucz/FGyCz67RVYLsBpVpUFf1dDngzg+Od8aqbrqwyztkaZjtWCZEUOT8zA==",
|
|
1497
|
-
"license": "MIT",
|
|
1498
|
-
"dependencies": {
|
|
1499
|
-
"core-js-pure": "^3.30.2",
|
|
1500
|
-
"regenerator-runtime": "^0.13.11"
|
|
1501
|
-
},
|
|
1502
|
-
"engines": {
|
|
1503
|
-
"node": ">=6.9.0"
|
|
1504
|
-
}
|
|
1505
|
-
},
|
|
1506
1481
|
"node_modules/@babel/template": {
|
|
1507
1482
|
"version": "7.22.15",
|
|
1508
1483
|
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz",
|
|
@@ -2359,24 +2334,6 @@
|
|
|
2359
2334
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2360
2335
|
}
|
|
2361
2336
|
},
|
|
2362
|
-
"node_modules/@inquirer/confirm/node_modules/cli-width": {
|
|
2363
|
-
"version": "4.1.0",
|
|
2364
|
-
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
|
|
2365
|
-
"integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
|
|
2366
|
-
"license": "ISC",
|
|
2367
|
-
"engines": {
|
|
2368
|
-
"node": ">= 12"
|
|
2369
|
-
}
|
|
2370
|
-
},
|
|
2371
|
-
"node_modules/@inquirer/confirm/node_modules/run-async": {
|
|
2372
|
-
"version": "3.0.0",
|
|
2373
|
-
"resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
|
|
2374
|
-
"integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
|
|
2375
|
-
"license": "MIT",
|
|
2376
|
-
"engines": {
|
|
2377
|
-
"node": ">=0.12.0"
|
|
2378
|
-
}
|
|
2379
|
-
},
|
|
2380
2337
|
"node_modules/@inquirer/confirm/node_modules/signal-exit": {
|
|
2381
2338
|
"version": "4.1.0",
|
|
2382
2339
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -2445,16 +2402,6 @@
|
|
|
2445
2402
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2446
2403
|
}
|
|
2447
2404
|
},
|
|
2448
|
-
"node_modules/@inquirer/core/node_modules/cli-width": {
|
|
2449
|
-
"version": "4.1.0",
|
|
2450
|
-
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
|
|
2451
|
-
"integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
|
|
2452
|
-
"dev": true,
|
|
2453
|
-
"license": "ISC",
|
|
2454
|
-
"engines": {
|
|
2455
|
-
"node": ">= 12"
|
|
2456
|
-
}
|
|
2457
|
-
},
|
|
2458
2405
|
"node_modules/@inquirer/core/node_modules/signal-exit": {
|
|
2459
2406
|
"version": "4.1.0",
|
|
2460
2407
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -2553,24 +2500,6 @@
|
|
|
2553
2500
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2554
2501
|
}
|
|
2555
2502
|
},
|
|
2556
|
-
"node_modules/@inquirer/password/node_modules/cli-width": {
|
|
2557
|
-
"version": "4.1.0",
|
|
2558
|
-
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
|
|
2559
|
-
"integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
|
|
2560
|
-
"license": "ISC",
|
|
2561
|
-
"engines": {
|
|
2562
|
-
"node": ">= 12"
|
|
2563
|
-
}
|
|
2564
|
-
},
|
|
2565
|
-
"node_modules/@inquirer/password/node_modules/run-async": {
|
|
2566
|
-
"version": "3.0.0",
|
|
2567
|
-
"resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
|
|
2568
|
-
"integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
|
|
2569
|
-
"license": "MIT",
|
|
2570
|
-
"engines": {
|
|
2571
|
-
"node": ">=0.12.0"
|
|
2572
|
-
}
|
|
2573
|
-
},
|
|
2574
2503
|
"node_modules/@inquirer/password/node_modules/signal-exit": {
|
|
2575
2504
|
"version": "4.1.0",
|
|
2576
2505
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -2861,6 +2790,77 @@
|
|
|
2861
2790
|
"dev": true,
|
|
2862
2791
|
"license": "MIT"
|
|
2863
2792
|
},
|
|
2793
|
+
"node_modules/@jsforce/jsforce-node": {
|
|
2794
|
+
"version": "3.1.0",
|
|
2795
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.1.0.tgz",
|
|
2796
|
+
"integrity": "sha512-xsn6Qj36YyhG7uCL9DOswZhqN/OVIpXm5s8AWD7V9hSJfp5ReebEsjT7a52ztEMmkUAYjWvZC5alBJr7jJCJig==",
|
|
2797
|
+
"license": "MIT",
|
|
2798
|
+
"dependencies": {
|
|
2799
|
+
"@sindresorhus/is": "^4",
|
|
2800
|
+
"@types/node": "^18.15.3",
|
|
2801
|
+
"abort-controller": "^3.0.0",
|
|
2802
|
+
"base64url": "^3.0.1",
|
|
2803
|
+
"csv-parse": "^5.5.2",
|
|
2804
|
+
"csv-stringify": "^6.4.4",
|
|
2805
|
+
"faye": "^1.4.0",
|
|
2806
|
+
"form-data": "^4.0.0",
|
|
2807
|
+
"fs-extra": "^8.1.0",
|
|
2808
|
+
"https-proxy-agent": "^5.0.0",
|
|
2809
|
+
"multistream": "^3.1.0",
|
|
2810
|
+
"node-fetch": "^2.6.1",
|
|
2811
|
+
"strip-ansi": "^6.0.0",
|
|
2812
|
+
"xml2js": "^0.6.2"
|
|
2813
|
+
},
|
|
2814
|
+
"engines": {
|
|
2815
|
+
"node": ">=18"
|
|
2816
|
+
}
|
|
2817
|
+
},
|
|
2818
|
+
"node_modules/@jsforce/jsforce-node/node_modules/@sindresorhus/is": {
|
|
2819
|
+
"version": "4.6.0",
|
|
2820
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
|
|
2821
|
+
"integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
|
|
2822
|
+
"license": "MIT",
|
|
2823
|
+
"engines": {
|
|
2824
|
+
"node": ">=10"
|
|
2825
|
+
},
|
|
2826
|
+
"funding": {
|
|
2827
|
+
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
2828
|
+
}
|
|
2829
|
+
},
|
|
2830
|
+
"node_modules/@jsforce/jsforce-node/node_modules/@types/node": {
|
|
2831
|
+
"version": "18.19.31",
|
|
2832
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.31.tgz",
|
|
2833
|
+
"integrity": "sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==",
|
|
2834
|
+
"license": "MIT",
|
|
2835
|
+
"dependencies": {
|
|
2836
|
+
"undici-types": "~5.26.4"
|
|
2837
|
+
}
|
|
2838
|
+
},
|
|
2839
|
+
"node_modules/@jsforce/jsforce-node/node_modules/agent-base": {
|
|
2840
|
+
"version": "6.0.2",
|
|
2841
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
2842
|
+
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
|
2843
|
+
"license": "MIT",
|
|
2844
|
+
"dependencies": {
|
|
2845
|
+
"debug": "4"
|
|
2846
|
+
},
|
|
2847
|
+
"engines": {
|
|
2848
|
+
"node": ">= 6.0.0"
|
|
2849
|
+
}
|
|
2850
|
+
},
|
|
2851
|
+
"node_modules/@jsforce/jsforce-node/node_modules/https-proxy-agent": {
|
|
2852
|
+
"version": "5.0.1",
|
|
2853
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
2854
|
+
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
|
2855
|
+
"license": "MIT",
|
|
2856
|
+
"dependencies": {
|
|
2857
|
+
"agent-base": "6",
|
|
2858
|
+
"debug": "4"
|
|
2859
|
+
},
|
|
2860
|
+
"engines": {
|
|
2861
|
+
"node": ">= 6"
|
|
2862
|
+
}
|
|
2863
|
+
},
|
|
2864
2864
|
"node_modules/@nodelib/fs.scandir": {
|
|
2865
2865
|
"version": "2.1.5",
|
|
2866
2866
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
@@ -3169,9 +3169,9 @@
|
|
|
3169
3169
|
}
|
|
3170
3170
|
},
|
|
3171
3171
|
"node_modules/@oclif/core": {
|
|
3172
|
-
"version": "3.26.
|
|
3173
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
3174
|
-
"integrity": "sha512-
|
|
3172
|
+
"version": "3.26.2",
|
|
3173
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.2.tgz",
|
|
3174
|
+
"integrity": "sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==",
|
|
3175
3175
|
"license": "MIT",
|
|
3176
3176
|
"dependencies": {
|
|
3177
3177
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3190,7 +3190,7 @@
|
|
|
3190
3190
|
"indent-string": "^4.0.0",
|
|
3191
3191
|
"is-wsl": "^2.2.0",
|
|
3192
3192
|
"js-yaml": "^3.14.1",
|
|
3193
|
-
"minimatch": "^9.0.
|
|
3193
|
+
"minimatch": "^9.0.4",
|
|
3194
3194
|
"natural-orderby": "^2.0.3",
|
|
3195
3195
|
"object-treeify": "^1.1.33",
|
|
3196
3196
|
"password-prompt": "^1.1.3",
|
|
@@ -3294,6 +3294,117 @@
|
|
|
3294
3294
|
"node": ">=18.0.0"
|
|
3295
3295
|
}
|
|
3296
3296
|
},
|
|
3297
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3298
|
+
"version": "3.26.0",
|
|
3299
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
|
|
3300
|
+
"integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
|
|
3301
|
+
"dev": true,
|
|
3302
|
+
"license": "MIT",
|
|
3303
|
+
"dependencies": {
|
|
3304
|
+
"@types/cli-progress": "^3.11.5",
|
|
3305
|
+
"ansi-escapes": "^4.3.2",
|
|
3306
|
+
"ansi-styles": "^4.3.0",
|
|
3307
|
+
"cardinal": "^2.1.1",
|
|
3308
|
+
"chalk": "^4.1.2",
|
|
3309
|
+
"clean-stack": "^3.0.1",
|
|
3310
|
+
"cli-progress": "^3.12.0",
|
|
3311
|
+
"color": "^4.2.3",
|
|
3312
|
+
"debug": "^4.3.4",
|
|
3313
|
+
"ejs": "^3.1.9",
|
|
3314
|
+
"get-package-type": "^0.1.0",
|
|
3315
|
+
"globby": "^11.1.0",
|
|
3316
|
+
"hyperlinker": "^1.0.0",
|
|
3317
|
+
"indent-string": "^4.0.0",
|
|
3318
|
+
"is-wsl": "^2.2.0",
|
|
3319
|
+
"js-yaml": "^3.14.1",
|
|
3320
|
+
"minimatch": "^9.0.3",
|
|
3321
|
+
"natural-orderby": "^2.0.3",
|
|
3322
|
+
"object-treeify": "^1.1.33",
|
|
3323
|
+
"password-prompt": "^1.1.3",
|
|
3324
|
+
"slice-ansi": "^4.0.0",
|
|
3325
|
+
"string-width": "^4.2.3",
|
|
3326
|
+
"strip-ansi": "^6.0.1",
|
|
3327
|
+
"supports-color": "^8.1.1",
|
|
3328
|
+
"supports-hyperlinks": "^2.2.0",
|
|
3329
|
+
"widest-line": "^3.1.0",
|
|
3330
|
+
"wordwrap": "^1.0.0",
|
|
3331
|
+
"wrap-ansi": "^7.0.0"
|
|
3332
|
+
},
|
|
3333
|
+
"engines": {
|
|
3334
|
+
"node": ">=18.0.0"
|
|
3335
|
+
}
|
|
3336
|
+
},
|
|
3337
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
3338
|
+
"version": "4.1.2",
|
|
3339
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3340
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3341
|
+
"dev": true,
|
|
3342
|
+
"license": "MIT",
|
|
3343
|
+
"dependencies": {
|
|
3344
|
+
"ansi-styles": "^4.1.0",
|
|
3345
|
+
"supports-color": "^7.1.0"
|
|
3346
|
+
},
|
|
3347
|
+
"engines": {
|
|
3348
|
+
"node": ">=10"
|
|
3349
|
+
},
|
|
3350
|
+
"funding": {
|
|
3351
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3352
|
+
}
|
|
3353
|
+
},
|
|
3354
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3355
|
+
"version": "7.2.0",
|
|
3356
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3357
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3358
|
+
"dev": true,
|
|
3359
|
+
"license": "MIT",
|
|
3360
|
+
"dependencies": {
|
|
3361
|
+
"has-flag": "^4.0.0"
|
|
3362
|
+
},
|
|
3363
|
+
"engines": {
|
|
3364
|
+
"node": ">=8"
|
|
3365
|
+
}
|
|
3366
|
+
},
|
|
3367
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
3368
|
+
"version": "11.1.0",
|
|
3369
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
3370
|
+
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
3371
|
+
"dev": true,
|
|
3372
|
+
"license": "MIT",
|
|
3373
|
+
"dependencies": {
|
|
3374
|
+
"array-union": "^2.1.0",
|
|
3375
|
+
"dir-glob": "^3.0.1",
|
|
3376
|
+
"fast-glob": "^3.2.9",
|
|
3377
|
+
"ignore": "^5.2.0",
|
|
3378
|
+
"merge2": "^1.4.1",
|
|
3379
|
+
"slash": "^3.0.0"
|
|
3380
|
+
},
|
|
3381
|
+
"engines": {
|
|
3382
|
+
"node": ">=10"
|
|
3383
|
+
},
|
|
3384
|
+
"funding": {
|
|
3385
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3386
|
+
}
|
|
3387
|
+
},
|
|
3388
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
3389
|
+
"version": "3.0.0",
|
|
3390
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
3391
|
+
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
3392
|
+
"dev": true,
|
|
3393
|
+
"license": "MIT",
|
|
3394
|
+
"engines": {
|
|
3395
|
+
"node": ">=8"
|
|
3396
|
+
}
|
|
3397
|
+
},
|
|
3398
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
|
|
3399
|
+
"version": "1.0.10",
|
|
3400
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3401
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3402
|
+
"dev": true,
|
|
3403
|
+
"license": "MIT",
|
|
3404
|
+
"dependencies": {
|
|
3405
|
+
"sprintf-js": "~1.0.2"
|
|
3406
|
+
}
|
|
3407
|
+
},
|
|
3297
3408
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
3298
3409
|
"version": "14.0.1",
|
|
3299
3410
|
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
@@ -3315,6 +3426,20 @@
|
|
|
3315
3426
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3316
3427
|
}
|
|
3317
3428
|
},
|
|
3429
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
|
|
3430
|
+
"version": "3.14.1",
|
|
3431
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3432
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3433
|
+
"dev": true,
|
|
3434
|
+
"license": "MIT",
|
|
3435
|
+
"dependencies": {
|
|
3436
|
+
"argparse": "^1.0.7",
|
|
3437
|
+
"esprima": "^4.0.0"
|
|
3438
|
+
},
|
|
3439
|
+
"bin": {
|
|
3440
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3441
|
+
}
|
|
3442
|
+
},
|
|
3318
3443
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3319
3444
|
"version": "5.0.0",
|
|
3320
3445
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -3341,6 +3466,22 @@
|
|
|
3341
3466
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3342
3467
|
}
|
|
3343
3468
|
},
|
|
3469
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
3470
|
+
"version": "8.1.1",
|
|
3471
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3472
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3473
|
+
"dev": true,
|
|
3474
|
+
"license": "MIT",
|
|
3475
|
+
"dependencies": {
|
|
3476
|
+
"has-flag": "^4.0.0"
|
|
3477
|
+
},
|
|
3478
|
+
"engines": {
|
|
3479
|
+
"node": ">=10"
|
|
3480
|
+
},
|
|
3481
|
+
"funding": {
|
|
3482
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3483
|
+
}
|
|
3484
|
+
},
|
|
3344
3485
|
"node_modules/@oclif/plugin-help": {
|
|
3345
3486
|
"version": "6.0.20",
|
|
3346
3487
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.20.tgz",
|
|
@@ -3537,12 +3678,12 @@
|
|
|
3537
3678
|
}
|
|
3538
3679
|
},
|
|
3539
3680
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
3540
|
-
"version": "5.
|
|
3541
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.
|
|
3542
|
-
"integrity": "sha512-
|
|
3681
|
+
"version": "5.2.0",
|
|
3682
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.2.0.tgz",
|
|
3683
|
+
"integrity": "sha512-b0lHGBycDBmeGcDx0j9SfxlNyCg3WhflNeX1PBitMTxgZ5O9UMiSFvLbqgGeTB8Eoq4JgNgou6RRrNoZHFnqcw==",
|
|
3543
3684
|
"license": "BSD-3-Clause",
|
|
3544
3685
|
"dependencies": {
|
|
3545
|
-
"@salesforce/core": "^
|
|
3686
|
+
"@salesforce/core": "^7.0.0",
|
|
3546
3687
|
"@salesforce/kit": "^3.1.0",
|
|
3547
3688
|
"@salesforce/ts-types": "^2.0.9",
|
|
3548
3689
|
"@types/shelljs": "^0.8.15",
|
|
@@ -3567,11 +3708,12 @@
|
|
|
3567
3708
|
}
|
|
3568
3709
|
},
|
|
3569
3710
|
"node_modules/@salesforce/core": {
|
|
3570
|
-
"version": "
|
|
3571
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-
|
|
3572
|
-
"integrity": "sha512-
|
|
3711
|
+
"version": "7.2.0",
|
|
3712
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
|
|
3713
|
+
"integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
|
|
3573
3714
|
"license": "BSD-3-Clause",
|
|
3574
3715
|
"dependencies": {
|
|
3716
|
+
"@jsforce/jsforce-node": "^3.1.0",
|
|
3575
3717
|
"@salesforce/kit": "^3.1.0",
|
|
3576
3718
|
"@salesforce/schemas": "^1.7.0",
|
|
3577
3719
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -3580,7 +3722,6 @@
|
|
|
3580
3722
|
"faye": "^1.4.0",
|
|
3581
3723
|
"form-data": "^4.0.0",
|
|
3582
3724
|
"js2xmlparser": "^4.0.1",
|
|
3583
|
-
"jsforce": "^2.0.0-beta.29",
|
|
3584
3725
|
"jsonwebtoken": "9.0.2",
|
|
3585
3726
|
"jszip": "3.10.1",
|
|
3586
3727
|
"pino": "^8.19.0",
|
|
@@ -3687,9 +3828,9 @@
|
|
|
3687
3828
|
}
|
|
3688
3829
|
},
|
|
3689
3830
|
"node_modules/@salesforce/dev-scripts/node_modules/@types/node": {
|
|
3690
|
-
"version": "18.19.
|
|
3691
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.
|
|
3692
|
-
"integrity": "sha512-
|
|
3831
|
+
"version": "18.19.31",
|
|
3832
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.31.tgz",
|
|
3833
|
+
"integrity": "sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==",
|
|
3693
3834
|
"dev": true,
|
|
3694
3835
|
"license": "MIT",
|
|
3695
3836
|
"dependencies": {
|
|
@@ -3757,100 +3898,34 @@
|
|
|
3757
3898
|
}
|
|
3758
3899
|
},
|
|
3759
3900
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
3760
|
-
"version": "3.0.
|
|
3761
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
3762
|
-
"integrity": "sha512-
|
|
3901
|
+
"version": "3.0.76",
|
|
3902
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.76.tgz",
|
|
3903
|
+
"integrity": "sha512-h+lZHVBThlrr7fozi5DA71u6Dsi1vlXgndXbIpgx+IZaOqK3crO9A0lmqG/tEtgDqj9UcF1cDmaSB5YKYlRKaQ==",
|
|
3763
3904
|
"license": "BSD-3-Clause",
|
|
3764
3905
|
"dependencies": {
|
|
3765
|
-
"@oclif/core": "^3.26.
|
|
3766
|
-
"@salesforce/core": "^
|
|
3906
|
+
"@oclif/core": "^3.26.2",
|
|
3907
|
+
"@salesforce/core": "^7.1.0",
|
|
3767
3908
|
"@salesforce/kit": "^3.1.0",
|
|
3768
|
-
"@salesforce/sf-plugins-core": "^
|
|
3769
|
-
"@salesforce/ts-types": "^2.0.9",
|
|
3770
|
-
"chalk": "^4",
|
|
3771
|
-
"handlebars": "^4.7.8",
|
|
3772
|
-
"tslib": "^2"
|
|
3773
|
-
},
|
|
3774
|
-
"engines": {
|
|
3775
|
-
"node": ">=16.0.0"
|
|
3776
|
-
}
|
|
3777
|
-
},
|
|
3778
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
|
|
3779
|
-
"version": "5.0.13",
|
|
3780
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz",
|
|
3781
|
-
"integrity": "sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==",
|
|
3782
|
-
"license": "BSD-3-Clause",
|
|
3783
|
-
"dependencies": {
|
|
3784
|
-
"@oclif/core": "^3.15.1",
|
|
3785
|
-
"@salesforce/core": "^6.4.1",
|
|
3786
|
-
"@salesforce/kit": "^3.0.15",
|
|
3909
|
+
"@salesforce/sf-plugins-core": "^9.0.1",
|
|
3787
3910
|
"@salesforce/ts-types": "^2.0.9",
|
|
3788
|
-
"
|
|
3789
|
-
"
|
|
3790
|
-
"
|
|
3911
|
+
"chalk": "^5.3.0",
|
|
3912
|
+
"debug": "^4.3.4",
|
|
3913
|
+
"handlebars": "^4.7.8"
|
|
3791
3914
|
},
|
|
3792
3915
|
"engines": {
|
|
3793
3916
|
"node": ">=18.0.0"
|
|
3794
3917
|
}
|
|
3795
3918
|
},
|
|
3796
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/chalk": {
|
|
3797
|
-
"version": "4.1.2",
|
|
3798
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3799
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3800
|
-
"license": "MIT",
|
|
3801
|
-
"dependencies": {
|
|
3802
|
-
"ansi-styles": "^4.1.0",
|
|
3803
|
-
"supports-color": "^7.1.0"
|
|
3804
|
-
},
|
|
3805
|
-
"engines": {
|
|
3806
|
-
"node": ">=10"
|
|
3807
|
-
},
|
|
3808
|
-
"funding": {
|
|
3809
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3810
|
-
}
|
|
3811
|
-
},
|
|
3812
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/inquirer": {
|
|
3813
|
-
"version": "8.2.5",
|
|
3814
|
-
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.5.tgz",
|
|
3815
|
-
"integrity": "sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ==",
|
|
3816
|
-
"license": "MIT",
|
|
3817
|
-
"dependencies": {
|
|
3818
|
-
"ansi-escapes": "^4.2.1",
|
|
3819
|
-
"chalk": "^4.1.1",
|
|
3820
|
-
"cli-cursor": "^3.1.0",
|
|
3821
|
-
"cli-width": "^3.0.0",
|
|
3822
|
-
"external-editor": "^3.0.3",
|
|
3823
|
-
"figures": "^3.0.0",
|
|
3824
|
-
"lodash": "^4.17.21",
|
|
3825
|
-
"mute-stream": "0.0.8",
|
|
3826
|
-
"ora": "^5.4.1",
|
|
3827
|
-
"run-async": "^2.4.0",
|
|
3828
|
-
"rxjs": "^7.5.5",
|
|
3829
|
-
"string-width": "^4.1.0",
|
|
3830
|
-
"strip-ansi": "^6.0.0",
|
|
3831
|
-
"through": "^2.3.6",
|
|
3832
|
-
"wrap-ansi": "^7.0.0"
|
|
3833
|
-
},
|
|
3834
|
-
"engines": {
|
|
3835
|
-
"node": ">=12.0.0"
|
|
3836
|
-
}
|
|
3837
|
-
},
|
|
3838
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/mute-stream": {
|
|
3839
|
-
"version": "0.0.8",
|
|
3840
|
-
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
|
|
3841
|
-
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
|
3842
|
-
"license": "ISC"
|
|
3843
|
-
},
|
|
3844
3919
|
"node_modules/@salesforce/plugin-trust": {
|
|
3845
|
-
"version": "3.
|
|
3846
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.
|
|
3847
|
-
"integrity": "sha512-
|
|
3920
|
+
"version": "3.6.1",
|
|
3921
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.6.1.tgz",
|
|
3922
|
+
"integrity": "sha512-2ixoEQxWfPrcE3n4/Dhf9kkzq+XtLjVp+F1ADMFqaUsNYH21gIHhbSMoAgDHHhgw/NNtZj9uAR9C/Z6N3UtjGQ==",
|
|
3848
3923
|
"license": "BSD-3-Clause",
|
|
3849
3924
|
"dependencies": {
|
|
3850
|
-
"@oclif/core": "^3.26.
|
|
3851
|
-
"@salesforce/core": "^
|
|
3925
|
+
"@oclif/core": "^3.26.2",
|
|
3926
|
+
"@salesforce/core": "^7.0.1",
|
|
3852
3927
|
"@salesforce/kit": "^3.1.0",
|
|
3853
|
-
"@salesforce/sf-plugins-core": "^
|
|
3928
|
+
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
3854
3929
|
"got": "^13.0.0",
|
|
3855
3930
|
"npm": "10.2.3",
|
|
3856
3931
|
"npm-run-path": "^4.0.1",
|
|
@@ -3879,15 +3954,15 @@
|
|
|
3879
3954
|
"license": "ISC"
|
|
3880
3955
|
},
|
|
3881
3956
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3882
|
-
"version": "
|
|
3883
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
3884
|
-
"integrity": "sha512-
|
|
3957
|
+
"version": "9.0.1",
|
|
3958
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.1.tgz",
|
|
3959
|
+
"integrity": "sha512-5+qoCCDpQAdKE74qmL85Jhb0QDkzy/3MsmpzHSQf3ONi+V5vbwJK0BPc+9cOHShYzf8K0gIDdhbcjLuR3TTP/A==",
|
|
3885
3960
|
"license": "BSD-3-Clause",
|
|
3886
3961
|
"dependencies": {
|
|
3887
3962
|
"@inquirer/confirm": "^2.0.17",
|
|
3888
3963
|
"@inquirer/password": "^1.1.16",
|
|
3889
3964
|
"@oclif/core": "^3.26.0",
|
|
3890
|
-
"@salesforce/core": "^
|
|
3965
|
+
"@salesforce/core": "^7.0.0",
|
|
3891
3966
|
"@salesforce/kit": "^3.1.0",
|
|
3892
3967
|
"@salesforce/ts-types": "^2.0.9",
|
|
3893
3968
|
"chalk": "^5.3.0"
|
|
@@ -5010,16 +5085,6 @@
|
|
|
5010
5085
|
"integrity": "sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==",
|
|
5011
5086
|
"license": "MIT"
|
|
5012
5087
|
},
|
|
5013
|
-
"node_modules/@types/inquirer": {
|
|
5014
|
-
"version": "8.2.10",
|
|
5015
|
-
"resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.2.10.tgz",
|
|
5016
|
-
"integrity": "sha512-IdD5NmHyVjWM8SHWo/kPBgtzXatwPkfwzyP3fN1jF2g9BWt5WO+8hL2F4o2GKIYsU40PpqeevuUWvkS/roXJkA==",
|
|
5017
|
-
"license": "MIT",
|
|
5018
|
-
"dependencies": {
|
|
5019
|
-
"@types/through": "*",
|
|
5020
|
-
"rxjs": "^7.2.0"
|
|
5021
|
-
}
|
|
5022
|
-
},
|
|
5023
5088
|
"node_modules/@types/json-schema": {
|
|
5024
5089
|
"version": "7.0.12",
|
|
5025
5090
|
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz",
|
|
@@ -5128,15 +5193,6 @@
|
|
|
5128
5193
|
"dev": true,
|
|
5129
5194
|
"license": "MIT"
|
|
5130
5195
|
},
|
|
5131
|
-
"node_modules/@types/through": {
|
|
5132
|
-
"version": "0.0.33",
|
|
5133
|
-
"resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.33.tgz",
|
|
5134
|
-
"integrity": "sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==",
|
|
5135
|
-
"license": "MIT",
|
|
5136
|
-
"dependencies": {
|
|
5137
|
-
"@types/node": "*"
|
|
5138
|
-
}
|
|
5139
|
-
},
|
|
5140
5196
|
"node_modules/@types/wrap-ansi": {
|
|
5141
5197
|
"version": "3.0.0",
|
|
5142
5198
|
"resolved": "https://registry.npmjs.org/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz",
|
|
@@ -5297,6 +5353,22 @@
|
|
|
5297
5353
|
}
|
|
5298
5354
|
}
|
|
5299
5355
|
},
|
|
5356
|
+
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
5357
|
+
"version": "9.0.3",
|
|
5358
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
5359
|
+
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
5360
|
+
"dev": true,
|
|
5361
|
+
"license": "ISC",
|
|
5362
|
+
"dependencies": {
|
|
5363
|
+
"brace-expansion": "^2.0.1"
|
|
5364
|
+
},
|
|
5365
|
+
"engines": {
|
|
5366
|
+
"node": ">=16 || 14 >=14.17"
|
|
5367
|
+
},
|
|
5368
|
+
"funding": {
|
|
5369
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5370
|
+
}
|
|
5371
|
+
},
|
|
5300
5372
|
"node_modules/@typescript-eslint/utils": {
|
|
5301
5373
|
"version": "6.21.0",
|
|
5302
5374
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz",
|
|
@@ -5951,12 +6023,6 @@
|
|
|
5951
6023
|
"integrity": "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg==",
|
|
5952
6024
|
"license": "BSD-3-Clause"
|
|
5953
6025
|
},
|
|
5954
|
-
"node_modules/aws-sdk/node_modules/sax": {
|
|
5955
|
-
"version": "1.2.1",
|
|
5956
|
-
"resolved": "https://registry.npmjs.org/sax/-/sax-1.2.1.tgz",
|
|
5957
|
-
"integrity": "sha512-8I2a3LovHTOpm7NV5yOyO8IHqgVsfK4+UuySrXU8YXkSRX7k6hCV9b3HrkKCr3nMpgj+0bmocaJJWpvp1oc7ZA==",
|
|
5958
|
-
"license": "ISC"
|
|
5959
|
-
},
|
|
5960
6026
|
"node_modules/balanced-match": {
|
|
5961
6027
|
"version": "1.0.2",
|
|
5962
6028
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
@@ -6033,41 +6099,6 @@
|
|
|
6033
6099
|
"node": ">=8"
|
|
6034
6100
|
}
|
|
6035
6101
|
},
|
|
6036
|
-
"node_modules/bl": {
|
|
6037
|
-
"version": "4.1.0",
|
|
6038
|
-
"resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
|
|
6039
|
-
"integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
|
|
6040
|
-
"license": "MIT",
|
|
6041
|
-
"dependencies": {
|
|
6042
|
-
"buffer": "^5.5.0",
|
|
6043
|
-
"inherits": "^2.0.4",
|
|
6044
|
-
"readable-stream": "^3.4.0"
|
|
6045
|
-
}
|
|
6046
|
-
},
|
|
6047
|
-
"node_modules/bl/node_modules/buffer": {
|
|
6048
|
-
"version": "5.7.1",
|
|
6049
|
-
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
|
6050
|
-
"integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
|
|
6051
|
-
"funding": [
|
|
6052
|
-
{
|
|
6053
|
-
"type": "github",
|
|
6054
|
-
"url": "https://github.com/sponsors/feross"
|
|
6055
|
-
},
|
|
6056
|
-
{
|
|
6057
|
-
"type": "patreon",
|
|
6058
|
-
"url": "https://www.patreon.com/feross"
|
|
6059
|
-
},
|
|
6060
|
-
{
|
|
6061
|
-
"type": "consulting",
|
|
6062
|
-
"url": "https://feross.org/support"
|
|
6063
|
-
}
|
|
6064
|
-
],
|
|
6065
|
-
"license": "MIT",
|
|
6066
|
-
"dependencies": {
|
|
6067
|
-
"base64-js": "^1.3.1",
|
|
6068
|
-
"ieee754": "^1.1.13"
|
|
6069
|
-
}
|
|
6070
|
-
},
|
|
6071
6102
|
"node_modules/bottleneck": {
|
|
6072
6103
|
"version": "2.19.5",
|
|
6073
6104
|
"resolved": "https://registry.npmjs.org/bottleneck/-/bottleneck-2.19.5.tgz",
|
|
@@ -6464,12 +6495,6 @@
|
|
|
6464
6495
|
"tslib": "^2.0.3"
|
|
6465
6496
|
}
|
|
6466
6497
|
},
|
|
6467
|
-
"node_modules/chardet": {
|
|
6468
|
-
"version": "0.7.0",
|
|
6469
|
-
"resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
|
|
6470
|
-
"integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==",
|
|
6471
|
-
"license": "MIT"
|
|
6472
|
-
},
|
|
6473
6498
|
"node_modules/check-error": {
|
|
6474
6499
|
"version": "1.0.3",
|
|
6475
6500
|
"resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.3.tgz",
|
|
@@ -6592,26 +6617,14 @@
|
|
|
6592
6617
|
"version": "4.0.0",
|
|
6593
6618
|
"resolved": "https://registry.npmjs.org/cli-columns/-/cli-columns-4.0.0.tgz",
|
|
6594
6619
|
"integrity": "sha512-XW2Vg+w+L9on9wtwKpyzluIPCWXjaBahI7mTcYjx+BVIYD9c3yqcv/yKC7CmdCZat4rq2yiE1UMSJC5ivKfMtQ==",
|
|
6595
|
-
"extraneous": true,
|
|
6596
|
-
"license": "MIT",
|
|
6597
|
-
"dependencies": {
|
|
6598
|
-
"string-width": "^4.2.3",
|
|
6599
|
-
"strip-ansi": "^6.0.1"
|
|
6600
|
-
},
|
|
6601
|
-
"engines": {
|
|
6602
|
-
"node": ">= 10"
|
|
6603
|
-
}
|
|
6604
|
-
},
|
|
6605
|
-
"node_modules/cli-cursor": {
|
|
6606
|
-
"version": "3.1.0",
|
|
6607
|
-
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
|
|
6608
|
-
"integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==",
|
|
6620
|
+
"extraneous": true,
|
|
6609
6621
|
"license": "MIT",
|
|
6610
6622
|
"dependencies": {
|
|
6611
|
-
"
|
|
6623
|
+
"string-width": "^4.2.3",
|
|
6624
|
+
"strip-ansi": "^6.0.1"
|
|
6612
6625
|
},
|
|
6613
6626
|
"engines": {
|
|
6614
|
-
"node": ">=
|
|
6627
|
+
"node": ">= 10"
|
|
6615
6628
|
}
|
|
6616
6629
|
},
|
|
6617
6630
|
"node_modules/cli-progress": {
|
|
@@ -6655,12 +6668,12 @@
|
|
|
6655
6668
|
}
|
|
6656
6669
|
},
|
|
6657
6670
|
"node_modules/cli-width": {
|
|
6658
|
-
"version": "
|
|
6659
|
-
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-
|
|
6660
|
-
"integrity": "sha512-
|
|
6671
|
+
"version": "4.1.0",
|
|
6672
|
+
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
|
|
6673
|
+
"integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==",
|
|
6661
6674
|
"license": "ISC",
|
|
6662
6675
|
"engines": {
|
|
6663
|
-
"node": ">=
|
|
6676
|
+
"node": ">= 12"
|
|
6664
6677
|
}
|
|
6665
6678
|
},
|
|
6666
6679
|
"node_modules/cliui": {
|
|
@@ -6678,6 +6691,7 @@
|
|
|
6678
6691
|
"version": "1.0.4",
|
|
6679
6692
|
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
|
|
6680
6693
|
"integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==",
|
|
6694
|
+
"extraneous": true,
|
|
6681
6695
|
"license": "MIT",
|
|
6682
6696
|
"engines": {
|
|
6683
6697
|
"node": ">=0.8"
|
|
@@ -7246,17 +7260,6 @@
|
|
|
7246
7260
|
"dev": true,
|
|
7247
7261
|
"license": "MIT"
|
|
7248
7262
|
},
|
|
7249
|
-
"node_modules/core-js": {
|
|
7250
|
-
"version": "3.30.2",
|
|
7251
|
-
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.30.2.tgz",
|
|
7252
|
-
"integrity": "sha512-uBJiDmwqsbJCWHAwjrx3cvjbMXP7xD72Dmsn5LOJpiRmE3WbBbN5rCqQ2Qh6Ek6/eOrjlWngEynBWo4VxerQhg==",
|
|
7253
|
-
"hasInstallScript": true,
|
|
7254
|
-
"license": "MIT",
|
|
7255
|
-
"funding": {
|
|
7256
|
-
"type": "opencollective",
|
|
7257
|
-
"url": "https://opencollective.com/core-js"
|
|
7258
|
-
}
|
|
7259
|
-
},
|
|
7260
7263
|
"node_modules/core-js-compat": {
|
|
7261
7264
|
"version": "3.36.0",
|
|
7262
7265
|
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.36.0.tgz",
|
|
@@ -7271,17 +7274,6 @@
|
|
|
7271
7274
|
"url": "https://opencollective.com/core-js"
|
|
7272
7275
|
}
|
|
7273
7276
|
},
|
|
7274
|
-
"node_modules/core-js-pure": {
|
|
7275
|
-
"version": "3.30.2",
|
|
7276
|
-
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.30.2.tgz",
|
|
7277
|
-
"integrity": "sha512-p/npFUJXXBkCCTIlEGBdghofn00jWG6ZOtdoIXSJmAu2QBvN0IqpZXWweOytcwE6cfx8ZvVUy1vw8zxhe4Y2vg==",
|
|
7278
|
-
"hasInstallScript": true,
|
|
7279
|
-
"license": "MIT",
|
|
7280
|
-
"funding": {
|
|
7281
|
-
"type": "opencollective",
|
|
7282
|
-
"url": "https://opencollective.com/core-js"
|
|
7283
|
-
}
|
|
7284
|
-
},
|
|
7285
7277
|
"node_modules/core-util-is": {
|
|
7286
7278
|
"version": "1.0.3",
|
|
7287
7279
|
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
|
|
@@ -7426,15 +7418,15 @@
|
|
|
7426
7418
|
}
|
|
7427
7419
|
},
|
|
7428
7420
|
"node_modules/csv-parse": {
|
|
7429
|
-
"version": "
|
|
7430
|
-
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-
|
|
7431
|
-
"integrity": "sha512-
|
|
7421
|
+
"version": "5.5.5",
|
|
7422
|
+
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.5.5.tgz",
|
|
7423
|
+
"integrity": "sha512-erCk7tyU3yLWAhk6wvKxnyPtftuy/6Ak622gOO7BCJ05+TYffnPCJF905wmOQm+BpkX54OdAl8pveJwUdpnCXQ==",
|
|
7432
7424
|
"license": "MIT"
|
|
7433
7425
|
},
|
|
7434
7426
|
"node_modules/csv-stringify": {
|
|
7435
|
-
"version": "
|
|
7436
|
-
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-
|
|
7437
|
-
"integrity": "sha512-
|
|
7427
|
+
"version": "6.4.6",
|
|
7428
|
+
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.4.6.tgz",
|
|
7429
|
+
"integrity": "sha512-h2V2XZ3uOTLilF5dPIptgUfN/o2ia/80Ie0Lly18LAnw5s8Eb7kt8rfxSUy24AztJZas9f6DPZpVlzDUtFt/ag==",
|
|
7438
7430
|
"license": "MIT"
|
|
7439
7431
|
},
|
|
7440
7432
|
"node_modules/dargs": {
|
|
@@ -7577,6 +7569,7 @@
|
|
|
7577
7569
|
"version": "1.0.4",
|
|
7578
7570
|
"resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz",
|
|
7579
7571
|
"integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==",
|
|
7572
|
+
"extraneous": true,
|
|
7580
7573
|
"license": "MIT",
|
|
7581
7574
|
"dependencies": {
|
|
7582
7575
|
"clone": "^1.0.2"
|
|
@@ -7922,20 +7915,6 @@
|
|
|
7922
7915
|
"iconv-lite": "^0.6.2"
|
|
7923
7916
|
}
|
|
7924
7917
|
},
|
|
7925
|
-
"node_modules/encoding/node_modules/iconv-lite": {
|
|
7926
|
-
"version": "0.6.3",
|
|
7927
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
7928
|
-
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
7929
|
-
"license": "MIT",
|
|
7930
|
-
"optional": true,
|
|
7931
|
-
"peer": true,
|
|
7932
|
-
"dependencies": {
|
|
7933
|
-
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
7934
|
-
},
|
|
7935
|
-
"engines": {
|
|
7936
|
-
"node": ">=0.10.0"
|
|
7937
|
-
}
|
|
7938
|
-
},
|
|
7939
7918
|
"node_modules/end-of-stream": {
|
|
7940
7919
|
"version": "1.4.4",
|
|
7941
7920
|
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
|
|
@@ -8411,17 +8390,17 @@
|
|
|
8411
8390
|
}
|
|
8412
8391
|
},
|
|
8413
8392
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
8414
|
-
"version": "1.
|
|
8415
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.
|
|
8416
|
-
"integrity": "sha512-
|
|
8393
|
+
"version": "1.18.0",
|
|
8394
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.0.tgz",
|
|
8395
|
+
"integrity": "sha512-5Q4yI6Hr07v/lTaivs8A8re2FUXDEGyzzHzBk2cWi4c6iMxUYf/vaZKO6ZSSsc4eCcP11JY3RkDBQn6P33x58g==",
|
|
8417
8396
|
"dev": true,
|
|
8418
8397
|
"license": "BSD-3-Clause",
|
|
8419
8398
|
"dependencies": {
|
|
8420
|
-
"@salesforce/core": "^
|
|
8399
|
+
"@salesforce/core": "^7.0.0",
|
|
8421
8400
|
"@typescript-eslint/utils": "^6.17.0"
|
|
8422
8401
|
},
|
|
8423
8402
|
"engines": {
|
|
8424
|
-
"node": ">=
|
|
8403
|
+
"node": ">=18.0.0"
|
|
8425
8404
|
}
|
|
8426
8405
|
},
|
|
8427
8406
|
"node_modules/eslint-plugin-unicorn": {
|
|
@@ -8761,20 +8740,6 @@
|
|
|
8761
8740
|
"dev": true,
|
|
8762
8741
|
"license": "MIT"
|
|
8763
8742
|
},
|
|
8764
|
-
"node_modules/external-editor": {
|
|
8765
|
-
"version": "3.1.0",
|
|
8766
|
-
"resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz",
|
|
8767
|
-
"integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==",
|
|
8768
|
-
"license": "MIT",
|
|
8769
|
-
"dependencies": {
|
|
8770
|
-
"chardet": "^0.7.0",
|
|
8771
|
-
"iconv-lite": "^0.4.24",
|
|
8772
|
-
"tmp": "^0.0.33"
|
|
8773
|
-
},
|
|
8774
|
-
"engines": {
|
|
8775
|
-
"node": ">=4"
|
|
8776
|
-
}
|
|
8777
|
-
},
|
|
8778
8743
|
"node_modules/fast-copy": {
|
|
8779
8744
|
"version": "3.0.1",
|
|
8780
8745
|
"resolved": "https://registry.npmjs.org/fast-copy/-/fast-copy-3.0.1.tgz",
|
|
@@ -10062,12 +10027,14 @@
|
|
|
10062
10027
|
}
|
|
10063
10028
|
},
|
|
10064
10029
|
"node_modules/iconv-lite": {
|
|
10065
|
-
"version": "0.
|
|
10066
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.
|
|
10067
|
-
"integrity": "sha512-
|
|
10030
|
+
"version": "0.6.3",
|
|
10031
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
10032
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
10068
10033
|
"license": "MIT",
|
|
10034
|
+
"optional": true,
|
|
10035
|
+
"peer": true,
|
|
10069
10036
|
"dependencies": {
|
|
10070
|
-
"safer-buffer": ">= 2.1.2 < 3"
|
|
10037
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
10071
10038
|
},
|
|
10072
10039
|
"engines": {
|
|
10073
10040
|
"node": ">=0.10.0"
|
|
@@ -10208,70 +10175,6 @@
|
|
|
10208
10175
|
"node": "^16.14.0 || >=18.0.0"
|
|
10209
10176
|
}
|
|
10210
10177
|
},
|
|
10211
|
-
"node_modules/inquirer": {
|
|
10212
|
-
"version": "7.3.3",
|
|
10213
|
-
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.3.3.tgz",
|
|
10214
|
-
"integrity": "sha512-JG3eIAj5V9CwcGvuOmoo6LB9kbAYT8HXffUl6memuszlwDC/qvFAJw49XJ5NROSFNPxp3iQg1GqkFhaY/CR0IA==",
|
|
10215
|
-
"license": "MIT",
|
|
10216
|
-
"dependencies": {
|
|
10217
|
-
"ansi-escapes": "^4.2.1",
|
|
10218
|
-
"chalk": "^4.1.0",
|
|
10219
|
-
"cli-cursor": "^3.1.0",
|
|
10220
|
-
"cli-width": "^3.0.0",
|
|
10221
|
-
"external-editor": "^3.0.3",
|
|
10222
|
-
"figures": "^3.0.0",
|
|
10223
|
-
"lodash": "^4.17.19",
|
|
10224
|
-
"mute-stream": "0.0.8",
|
|
10225
|
-
"run-async": "^2.4.0",
|
|
10226
|
-
"rxjs": "^6.6.0",
|
|
10227
|
-
"string-width": "^4.1.0",
|
|
10228
|
-
"strip-ansi": "^6.0.0",
|
|
10229
|
-
"through": "^2.3.6"
|
|
10230
|
-
},
|
|
10231
|
-
"engines": {
|
|
10232
|
-
"node": ">=8.0.0"
|
|
10233
|
-
}
|
|
10234
|
-
},
|
|
10235
|
-
"node_modules/inquirer/node_modules/chalk": {
|
|
10236
|
-
"version": "4.1.2",
|
|
10237
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
10238
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
10239
|
-
"license": "MIT",
|
|
10240
|
-
"dependencies": {
|
|
10241
|
-
"ansi-styles": "^4.1.0",
|
|
10242
|
-
"supports-color": "^7.1.0"
|
|
10243
|
-
},
|
|
10244
|
-
"engines": {
|
|
10245
|
-
"node": ">=10"
|
|
10246
|
-
},
|
|
10247
|
-
"funding": {
|
|
10248
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
10249
|
-
}
|
|
10250
|
-
},
|
|
10251
|
-
"node_modules/inquirer/node_modules/mute-stream": {
|
|
10252
|
-
"version": "0.0.8",
|
|
10253
|
-
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
|
|
10254
|
-
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
|
10255
|
-
"license": "ISC"
|
|
10256
|
-
},
|
|
10257
|
-
"node_modules/inquirer/node_modules/rxjs": {
|
|
10258
|
-
"version": "6.6.7",
|
|
10259
|
-
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz",
|
|
10260
|
-
"integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==",
|
|
10261
|
-
"license": "Apache-2.0",
|
|
10262
|
-
"dependencies": {
|
|
10263
|
-
"tslib": "^1.9.0"
|
|
10264
|
-
},
|
|
10265
|
-
"engines": {
|
|
10266
|
-
"npm": ">=2.0.0"
|
|
10267
|
-
}
|
|
10268
|
-
},
|
|
10269
|
-
"node_modules/inquirer/node_modules/tslib": {
|
|
10270
|
-
"version": "1.14.1",
|
|
10271
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
10272
|
-
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
|
10273
|
-
"license": "0BSD"
|
|
10274
|
-
},
|
|
10275
10178
|
"node_modules/internal-slot": {
|
|
10276
10179
|
"version": "1.0.5",
|
|
10277
10180
|
"resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz",
|
|
@@ -10521,15 +10424,6 @@
|
|
|
10521
10424
|
"node": ">=0.10.0"
|
|
10522
10425
|
}
|
|
10523
10426
|
},
|
|
10524
|
-
"node_modules/is-interactive": {
|
|
10525
|
-
"version": "1.0.0",
|
|
10526
|
-
"resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz",
|
|
10527
|
-
"integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==",
|
|
10528
|
-
"license": "MIT",
|
|
10529
|
-
"engines": {
|
|
10530
|
-
"node": ">=8"
|
|
10531
|
-
}
|
|
10532
|
-
},
|
|
10533
10427
|
"node_modules/is-lambda": {
|
|
10534
10428
|
"version": "1.0.1",
|
|
10535
10429
|
"resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz",
|
|
@@ -10735,6 +10629,7 @@
|
|
|
10735
10629
|
"version": "0.1.0",
|
|
10736
10630
|
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz",
|
|
10737
10631
|
"integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==",
|
|
10632
|
+
"dev": true,
|
|
10738
10633
|
"license": "MIT",
|
|
10739
10634
|
"engines": {
|
|
10740
10635
|
"node": ">=10"
|
|
@@ -11059,94 +10954,6 @@
|
|
|
11059
10954
|
"node": ">=6"
|
|
11060
10955
|
}
|
|
11061
10956
|
},
|
|
11062
|
-
"node_modules/jsforce": {
|
|
11063
|
-
"version": "2.0.0-beta.29",
|
|
11064
|
-
"resolved": "https://registry.npmjs.org/jsforce/-/jsforce-2.0.0-beta.29.tgz",
|
|
11065
|
-
"integrity": "sha512-Fq7xjOYOikyozZZDQNTfzsAdhcO0rUXwtavsjM+cCYUFiCMVOJJavgco303zOsJk3v8sdAYnGgHyKckLIhnyAg==",
|
|
11066
|
-
"license": "MIT",
|
|
11067
|
-
"dependencies": {
|
|
11068
|
-
"@babel/runtime": "^7.12.5",
|
|
11069
|
-
"@babel/runtime-corejs3": "^7.12.5",
|
|
11070
|
-
"@types/node": "^12.19.9",
|
|
11071
|
-
"abort-controller": "^3.0.0",
|
|
11072
|
-
"base64url": "^3.0.1",
|
|
11073
|
-
"commander": "^4.0.1",
|
|
11074
|
-
"core-js": "^3.6.4",
|
|
11075
|
-
"csv-parse": "^4.8.2",
|
|
11076
|
-
"csv-stringify": "^5.3.4",
|
|
11077
|
-
"faye": "^1.4.0",
|
|
11078
|
-
"form-data": "^4.0.0",
|
|
11079
|
-
"fs-extra": "^8.1.0",
|
|
11080
|
-
"https-proxy-agent": "^5.0.0",
|
|
11081
|
-
"inquirer": "^7.0.0",
|
|
11082
|
-
"multistream": "^3.1.0",
|
|
11083
|
-
"node-fetch": "^2.6.1",
|
|
11084
|
-
"open": "^7.0.0",
|
|
11085
|
-
"regenerator-runtime": "^0.13.3",
|
|
11086
|
-
"strip-ansi": "^6.0.0",
|
|
11087
|
-
"xml2js": "^0.5.0"
|
|
11088
|
-
},
|
|
11089
|
-
"bin": {
|
|
11090
|
-
"jsforce": "bin/jsforce",
|
|
11091
|
-
"jsforce-gen-schema": "bin/jsforce-gen-schema"
|
|
11092
|
-
},
|
|
11093
|
-
"engines": {
|
|
11094
|
-
"node": ">=8.0"
|
|
11095
|
-
}
|
|
11096
|
-
},
|
|
11097
|
-
"node_modules/jsforce/node_modules/@types/node": {
|
|
11098
|
-
"version": "12.20.55",
|
|
11099
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz",
|
|
11100
|
-
"integrity": "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==",
|
|
11101
|
-
"license": "MIT"
|
|
11102
|
-
},
|
|
11103
|
-
"node_modules/jsforce/node_modules/agent-base": {
|
|
11104
|
-
"version": "6.0.2",
|
|
11105
|
-
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
11106
|
-
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
|
11107
|
-
"license": "MIT",
|
|
11108
|
-
"dependencies": {
|
|
11109
|
-
"debug": "4"
|
|
11110
|
-
},
|
|
11111
|
-
"engines": {
|
|
11112
|
-
"node": ">= 6.0.0"
|
|
11113
|
-
}
|
|
11114
|
-
},
|
|
11115
|
-
"node_modules/jsforce/node_modules/commander": {
|
|
11116
|
-
"version": "4.1.1",
|
|
11117
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz",
|
|
11118
|
-
"integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==",
|
|
11119
|
-
"license": "MIT",
|
|
11120
|
-
"engines": {
|
|
11121
|
-
"node": ">= 6"
|
|
11122
|
-
}
|
|
11123
|
-
},
|
|
11124
|
-
"node_modules/jsforce/node_modules/https-proxy-agent": {
|
|
11125
|
-
"version": "5.0.1",
|
|
11126
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
11127
|
-
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
|
11128
|
-
"license": "MIT",
|
|
11129
|
-
"dependencies": {
|
|
11130
|
-
"agent-base": "6",
|
|
11131
|
-
"debug": "4"
|
|
11132
|
-
},
|
|
11133
|
-
"engines": {
|
|
11134
|
-
"node": ">= 6"
|
|
11135
|
-
}
|
|
11136
|
-
},
|
|
11137
|
-
"node_modules/jsforce/node_modules/xml2js": {
|
|
11138
|
-
"version": "0.5.0",
|
|
11139
|
-
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.5.0.tgz",
|
|
11140
|
-
"integrity": "sha512-drPFnkQJik/O+uPKpqSgr22mpuFHqKdbS835iAQrUC73L2F5WkboIRd63ai/2Yg6I1jzifPFKH2NTK+cfglkIA==",
|
|
11141
|
-
"license": "MIT",
|
|
11142
|
-
"dependencies": {
|
|
11143
|
-
"sax": ">=0.6.0",
|
|
11144
|
-
"xmlbuilder": "~11.0.0"
|
|
11145
|
-
},
|
|
11146
|
-
"engines": {
|
|
11147
|
-
"node": ">=4.0.0"
|
|
11148
|
-
}
|
|
11149
|
-
},
|
|
11150
10957
|
"node_modules/json-buffer": {
|
|
11151
10958
|
"version": "3.0.1",
|
|
11152
10959
|
"resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
|
|
@@ -11835,6 +11642,7 @@
|
|
|
11835
11642
|
"version": "4.1.0",
|
|
11836
11643
|
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz",
|
|
11837
11644
|
"integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==",
|
|
11645
|
+
"dev": true,
|
|
11838
11646
|
"license": "MIT",
|
|
11839
11647
|
"dependencies": {
|
|
11840
11648
|
"chalk": "^4.1.0",
|
|
@@ -11851,6 +11659,7 @@
|
|
|
11851
11659
|
"version": "4.1.2",
|
|
11852
11660
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
11853
11661
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
11662
|
+
"dev": true,
|
|
11854
11663
|
"license": "MIT",
|
|
11855
11664
|
"dependencies": {
|
|
11856
11665
|
"ansi-styles": "^4.1.0",
|
|
@@ -12142,6 +11951,7 @@
|
|
|
12142
11951
|
"version": "2.1.0",
|
|
12143
11952
|
"resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
|
|
12144
11953
|
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
|
|
11954
|
+
"dev": true,
|
|
12145
11955
|
"license": "MIT",
|
|
12146
11956
|
"engines": {
|
|
12147
11957
|
"node": ">=6"
|
|
@@ -12169,9 +11979,9 @@
|
|
|
12169
11979
|
}
|
|
12170
11980
|
},
|
|
12171
11981
|
"node_modules/minimatch": {
|
|
12172
|
-
"version": "9.0.
|
|
12173
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
12174
|
-
"integrity": "sha512-
|
|
11982
|
+
"version": "9.0.4",
|
|
11983
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
11984
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
12175
11985
|
"license": "ISC",
|
|
12176
11986
|
"dependencies": {
|
|
12177
11987
|
"brace-expansion": "^2.0.1"
|
|
@@ -14721,8 +14531,6 @@
|
|
|
14721
14531
|
},
|
|
14722
14532
|
"node_modules/npm/node_modules/minimatch": {
|
|
14723
14533
|
"version": "9.0.3",
|
|
14724
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
14725
|
-
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
14726
14534
|
"inBundle": true,
|
|
14727
14535
|
"license": "ISC",
|
|
14728
14536
|
"dependencies": {
|
|
@@ -15694,8 +15502,6 @@
|
|
|
15694
15502
|
},
|
|
15695
15503
|
"node_modules/npm/node_modules/tar": {
|
|
15696
15504
|
"version": "6.2.0",
|
|
15697
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz",
|
|
15698
|
-
"integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==",
|
|
15699
15505
|
"inBundle": true,
|
|
15700
15506
|
"license": "ISC",
|
|
15701
15507
|
"dependencies": {
|
|
@@ -16419,6 +16225,7 @@
|
|
|
16419
16225
|
"version": "5.1.2",
|
|
16420
16226
|
"resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
|
|
16421
16227
|
"integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
|
|
16228
|
+
"dev": true,
|
|
16422
16229
|
"license": "MIT",
|
|
16423
16230
|
"dependencies": {
|
|
16424
16231
|
"mimic-fn": "^2.1.0"
|
|
@@ -16430,22 +16237,6 @@
|
|
|
16430
16237
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
16431
16238
|
}
|
|
16432
16239
|
},
|
|
16433
|
-
"node_modules/open": {
|
|
16434
|
-
"version": "7.4.2",
|
|
16435
|
-
"resolved": "https://registry.npmjs.org/open/-/open-7.4.2.tgz",
|
|
16436
|
-
"integrity": "sha512-MVHddDVweXZF3awtlAS+6pgKLlm/JgxZ90+/NBurBoQctVOOB/zDdVjcyPzQ+0laDGbsWgrRkflI65sQeOgT9Q==",
|
|
16437
|
-
"license": "MIT",
|
|
16438
|
-
"dependencies": {
|
|
16439
|
-
"is-docker": "^2.0.0",
|
|
16440
|
-
"is-wsl": "^2.1.1"
|
|
16441
|
-
},
|
|
16442
|
-
"engines": {
|
|
16443
|
-
"node": ">=8"
|
|
16444
|
-
},
|
|
16445
|
-
"funding": {
|
|
16446
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
16447
|
-
}
|
|
16448
|
-
},
|
|
16449
16240
|
"node_modules/optionator": {
|
|
16450
16241
|
"version": "0.9.3",
|
|
16451
16242
|
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz",
|
|
@@ -16471,54 +16262,6 @@
|
|
|
16471
16262
|
"dev": true,
|
|
16472
16263
|
"license": "MIT"
|
|
16473
16264
|
},
|
|
16474
|
-
"node_modules/ora": {
|
|
16475
|
-
"version": "5.4.1",
|
|
16476
|
-
"resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
|
|
16477
|
-
"integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
|
|
16478
|
-
"license": "MIT",
|
|
16479
|
-
"dependencies": {
|
|
16480
|
-
"bl": "^4.1.0",
|
|
16481
|
-
"chalk": "^4.1.0",
|
|
16482
|
-
"cli-cursor": "^3.1.0",
|
|
16483
|
-
"cli-spinners": "^2.5.0",
|
|
16484
|
-
"is-interactive": "^1.0.0",
|
|
16485
|
-
"is-unicode-supported": "^0.1.0",
|
|
16486
|
-
"log-symbols": "^4.1.0",
|
|
16487
|
-
"strip-ansi": "^6.0.0",
|
|
16488
|
-
"wcwidth": "^1.0.1"
|
|
16489
|
-
},
|
|
16490
|
-
"engines": {
|
|
16491
|
-
"node": ">=10"
|
|
16492
|
-
},
|
|
16493
|
-
"funding": {
|
|
16494
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
16495
|
-
}
|
|
16496
|
-
},
|
|
16497
|
-
"node_modules/ora/node_modules/chalk": {
|
|
16498
|
-
"version": "4.1.2",
|
|
16499
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
16500
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
16501
|
-
"license": "MIT",
|
|
16502
|
-
"dependencies": {
|
|
16503
|
-
"ansi-styles": "^4.1.0",
|
|
16504
|
-
"supports-color": "^7.1.0"
|
|
16505
|
-
},
|
|
16506
|
-
"engines": {
|
|
16507
|
-
"node": ">=10"
|
|
16508
|
-
},
|
|
16509
|
-
"funding": {
|
|
16510
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
16511
|
-
}
|
|
16512
|
-
},
|
|
16513
|
-
"node_modules/os-tmpdir": {
|
|
16514
|
-
"version": "1.0.2",
|
|
16515
|
-
"resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
|
|
16516
|
-
"integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==",
|
|
16517
|
-
"license": "MIT",
|
|
16518
|
-
"engines": {
|
|
16519
|
-
"node": ">=0.10.0"
|
|
16520
|
-
}
|
|
16521
|
-
},
|
|
16522
16265
|
"node_modules/p-cancelable": {
|
|
16523
16266
|
"version": "3.0.0",
|
|
16524
16267
|
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
|
|
@@ -17710,12 +17453,6 @@
|
|
|
17710
17453
|
"esprima": "~4.0.0"
|
|
17711
17454
|
}
|
|
17712
17455
|
},
|
|
17713
|
-
"node_modules/regenerator-runtime": {
|
|
17714
|
-
"version": "0.13.11",
|
|
17715
|
-
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
|
|
17716
|
-
"integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
|
|
17717
|
-
"license": "MIT"
|
|
17718
|
-
},
|
|
17719
17456
|
"node_modules/regexp-tree": {
|
|
17720
17457
|
"version": "0.1.27",
|
|
17721
17458
|
"resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz",
|
|
@@ -17871,19 +17608,6 @@
|
|
|
17871
17608
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
17872
17609
|
}
|
|
17873
17610
|
},
|
|
17874
|
-
"node_modules/restore-cursor": {
|
|
17875
|
-
"version": "3.1.0",
|
|
17876
|
-
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
|
|
17877
|
-
"integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==",
|
|
17878
|
-
"license": "MIT",
|
|
17879
|
-
"dependencies": {
|
|
17880
|
-
"onetime": "^5.1.0",
|
|
17881
|
-
"signal-exit": "^3.0.2"
|
|
17882
|
-
},
|
|
17883
|
-
"engines": {
|
|
17884
|
-
"node": ">=8"
|
|
17885
|
-
}
|
|
17886
|
-
},
|
|
17887
17611
|
"node_modules/retry": {
|
|
17888
17612
|
"version": "0.12.0",
|
|
17889
17613
|
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
@@ -17965,9 +17689,9 @@
|
|
|
17965
17689
|
}
|
|
17966
17690
|
},
|
|
17967
17691
|
"node_modules/run-async": {
|
|
17968
|
-
"version": "
|
|
17969
|
-
"resolved": "https://registry.npmjs.org/run-async/-/run-async-
|
|
17970
|
-
"integrity": "sha512-
|
|
17692
|
+
"version": "3.0.0",
|
|
17693
|
+
"resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
|
|
17694
|
+
"integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
|
|
17971
17695
|
"license": "MIT",
|
|
17972
17696
|
"engines": {
|
|
17973
17697
|
"node": ">=0.12.0"
|
|
@@ -17996,15 +17720,6 @@
|
|
|
17996
17720
|
"queue-microtask": "^1.2.2"
|
|
17997
17721
|
}
|
|
17998
17722
|
},
|
|
17999
|
-
"node_modules/rxjs": {
|
|
18000
|
-
"version": "7.8.1",
|
|
18001
|
-
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz",
|
|
18002
|
-
"integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==",
|
|
18003
|
-
"license": "Apache-2.0",
|
|
18004
|
-
"dependencies": {
|
|
18005
|
-
"tslib": "^2.1.0"
|
|
18006
|
-
}
|
|
18007
|
-
},
|
|
18008
17723
|
"node_modules/safe-array-concat": {
|
|
18009
17724
|
"version": "1.0.1",
|
|
18010
17725
|
"resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.1.tgz",
|
|
@@ -18079,7 +17794,9 @@
|
|
|
18079
17794
|
"version": "2.1.2",
|
|
18080
17795
|
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
18081
17796
|
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
18082
|
-
"license": "MIT"
|
|
17797
|
+
"license": "MIT",
|
|
17798
|
+
"optional": true,
|
|
17799
|
+
"peer": true
|
|
18083
17800
|
},
|
|
18084
17801
|
"node_modules/samsam": {
|
|
18085
17802
|
"version": "1.3.0",
|
|
@@ -18089,9 +17806,9 @@
|
|
|
18089
17806
|
"license": "BSD-3-Clause"
|
|
18090
17807
|
},
|
|
18091
17808
|
"node_modules/sax": {
|
|
18092
|
-
"version": "1.2.
|
|
18093
|
-
"resolved": "https://registry.npmjs.org/sax/-/sax-1.2.
|
|
18094
|
-
"integrity": "sha512-
|
|
17809
|
+
"version": "1.2.1",
|
|
17810
|
+
"resolved": "https://registry.npmjs.org/sax/-/sax-1.2.1.tgz",
|
|
17811
|
+
"integrity": "sha512-8I2a3LovHTOpm7NV5yOyO8IHqgVsfK4+UuySrXU8YXkSRX7k6hCV9b3HrkKCr3nMpgj+0bmocaJJWpvp1oc7ZA==",
|
|
18095
17812
|
"license": "ISC"
|
|
18096
17813
|
},
|
|
18097
17814
|
"node_modules/secure-json-parse": {
|
|
@@ -19095,9 +18812,9 @@
|
|
|
19095
18812
|
}
|
|
19096
18813
|
},
|
|
19097
18814
|
"node_modules/tar": {
|
|
19098
|
-
"version": "6.2.
|
|
19099
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-6.2.
|
|
19100
|
-
"integrity": "sha512
|
|
18815
|
+
"version": "6.2.1",
|
|
18816
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
|
|
18817
|
+
"integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==",
|
|
19101
18818
|
"extraneous": true,
|
|
19102
18819
|
"license": "ISC",
|
|
19103
18820
|
"dependencies": {
|
|
@@ -19255,18 +18972,6 @@
|
|
|
19255
18972
|
"extraneous": true,
|
|
19256
18973
|
"license": "MIT"
|
|
19257
18974
|
},
|
|
19258
|
-
"node_modules/tmp": {
|
|
19259
|
-
"version": "0.0.33",
|
|
19260
|
-
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|
|
19261
|
-
"integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==",
|
|
19262
|
-
"license": "MIT",
|
|
19263
|
-
"dependencies": {
|
|
19264
|
-
"os-tmpdir": "~1.0.2"
|
|
19265
|
-
},
|
|
19266
|
-
"engines": {
|
|
19267
|
-
"node": ">=0.6.0"
|
|
19268
|
-
}
|
|
19269
|
-
},
|
|
19270
18975
|
"node_modules/to-fast-properties": {
|
|
19271
18976
|
"version": "2.0.0",
|
|
19272
18977
|
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
|
|
@@ -19984,6 +19689,7 @@
|
|
|
19984
19689
|
"version": "1.0.1",
|
|
19985
19690
|
"resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
|
|
19986
19691
|
"integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==",
|
|
19692
|
+
"extraneous": true,
|
|
19987
19693
|
"license": "MIT",
|
|
19988
19694
|
"dependencies": {
|
|
19989
19695
|
"defaults": "^1.0.3"
|
|
@@ -20228,6 +19934,12 @@
|
|
|
20228
19934
|
"node": ">=4.0.0"
|
|
20229
19935
|
}
|
|
20230
19936
|
},
|
|
19937
|
+
"node_modules/xml2js/node_modules/sax": {
|
|
19938
|
+
"version": "1.2.4",
|
|
19939
|
+
"resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
|
|
19940
|
+
"integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==",
|
|
19941
|
+
"license": "ISC"
|
|
19942
|
+
},
|
|
20231
19943
|
"node_modules/xmlbuilder": {
|
|
20232
19944
|
"version": "11.0.1",
|
|
20233
19945
|
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
|