@salesforce/plugin-data 3.1.8 → 3.1.10
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 +18 -18
- package/lib/batcher.js +3 -3
- package/lib/batcher.js.map +1 -1
- package/lib/commands/data/query.js +1 -1
- package/lib/commands/data/query.js.map +1 -1
- package/npm-shrinkwrap.json +372 -162
- package/oclif.lock +96 -25
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.10",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-data",
|
|
9
|
-
"version": "3.1.
|
|
9
|
+
"version": "3.1.10",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.23.0",
|
|
13
13
|
"@salesforce/core": "^6.5.5",
|
|
14
14
|
"@salesforce/kit": "^3.0.15",
|
|
15
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
15
|
+
"@salesforce/sf-plugins-core": "^7.1.15",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.9",
|
|
17
17
|
"chalk": "^5.3.0",
|
|
18
18
|
"change-case": "^5.4.3",
|
|
19
19
|
"csv-parse": "^4.16.3",
|
|
20
|
-
"csv-stringify": "^6.4.
|
|
20
|
+
"csv-stringify": "^6.4.6",
|
|
21
21
|
"jsforce": "^2.0.0-beta.29"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
24
|
+
"@oclif/plugin-command-snapshot": "^5.1.1",
|
|
25
25
|
"@salesforce/cli-plugins-testkit": "^5.1.10",
|
|
26
26
|
"@salesforce/dev-scripts": "^8.4.2",
|
|
27
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
27
|
+
"@salesforce/plugin-command-reference": "^3.0.70",
|
|
28
28
|
"@types/chai-as-promised": "^7.1.8",
|
|
29
29
|
"chai-as-promised": "^7.1.1",
|
|
30
30
|
"eslint-plugin-sf-plugin": "^1.17.4",
|
|
31
31
|
"oclif": "^4.4.20",
|
|
32
32
|
"ts-node": "^10.9.2",
|
|
33
|
-
"typescript": "^5.
|
|
33
|
+
"typescript": "^5.4.2"
|
|
34
34
|
},
|
|
35
35
|
"engines": {
|
|
36
36
|
"node": ">=18.0.0"
|
|
@@ -1613,24 +1613,6 @@
|
|
|
1613
1613
|
"node": ">=12"
|
|
1614
1614
|
}
|
|
1615
1615
|
},
|
|
1616
|
-
"node_modules/@commitlint/cli/node_modules/wrap-ansi": {
|
|
1617
|
-
"version": "7.0.0",
|
|
1618
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
1619
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
1620
|
-
"dev": true,
|
|
1621
|
-
"license": "MIT",
|
|
1622
|
-
"dependencies": {
|
|
1623
|
-
"ansi-styles": "^4.0.0",
|
|
1624
|
-
"string-width": "^4.1.0",
|
|
1625
|
-
"strip-ansi": "^6.0.0"
|
|
1626
|
-
},
|
|
1627
|
-
"engines": {
|
|
1628
|
-
"node": ">=10"
|
|
1629
|
-
},
|
|
1630
|
-
"funding": {
|
|
1631
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
1632
|
-
}
|
|
1633
|
-
},
|
|
1634
1616
|
"node_modules/@commitlint/cli/node_modules/yargs": {
|
|
1635
1617
|
"version": "17.7.2",
|
|
1636
1618
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
|
@@ -2194,6 +2176,26 @@
|
|
|
2194
2176
|
"url": "https://opencollective.com/eslint"
|
|
2195
2177
|
}
|
|
2196
2178
|
},
|
|
2179
|
+
"node_modules/@eslint/eslintrc/node_modules/argparse": {
|
|
2180
|
+
"version": "2.0.1",
|
|
2181
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
2182
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
2183
|
+
"dev": true,
|
|
2184
|
+
"license": "Python-2.0"
|
|
2185
|
+
},
|
|
2186
|
+
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
|
|
2187
|
+
"version": "4.1.0",
|
|
2188
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
2189
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
2190
|
+
"dev": true,
|
|
2191
|
+
"license": "MIT",
|
|
2192
|
+
"dependencies": {
|
|
2193
|
+
"argparse": "^2.0.1"
|
|
2194
|
+
},
|
|
2195
|
+
"bin": {
|
|
2196
|
+
"js-yaml": "bin/js-yaml.js"
|
|
2197
|
+
}
|
|
2198
|
+
},
|
|
2197
2199
|
"node_modules/@eslint/js": {
|
|
2198
2200
|
"version": "8.57.0",
|
|
2199
2201
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
|
|
@@ -2357,6 +2359,20 @@
|
|
|
2357
2359
|
"url": "https://github.com/sponsors/isaacs"
|
|
2358
2360
|
}
|
|
2359
2361
|
},
|
|
2362
|
+
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
2363
|
+
"version": "6.2.0",
|
|
2364
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
2365
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
2366
|
+
"license": "MIT",
|
|
2367
|
+
"dependencies": {
|
|
2368
|
+
"ansi-styles": "^4.0.0",
|
|
2369
|
+
"string-width": "^4.1.0",
|
|
2370
|
+
"strip-ansi": "^6.0.0"
|
|
2371
|
+
},
|
|
2372
|
+
"engines": {
|
|
2373
|
+
"node": ">=8"
|
|
2374
|
+
}
|
|
2375
|
+
},
|
|
2360
2376
|
"node_modules/@inquirer/password": {
|
|
2361
2377
|
"version": "1.1.16",
|
|
2362
2378
|
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-1.1.16.tgz",
|
|
@@ -2524,30 +2540,6 @@
|
|
|
2524
2540
|
"node": ">=8"
|
|
2525
2541
|
}
|
|
2526
2542
|
},
|
|
2527
|
-
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
|
|
2528
|
-
"version": "1.0.10",
|
|
2529
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
2530
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
2531
|
-
"dev": true,
|
|
2532
|
-
"license": "MIT",
|
|
2533
|
-
"dependencies": {
|
|
2534
|
-
"sprintf-js": "~1.0.2"
|
|
2535
|
-
}
|
|
2536
|
-
},
|
|
2537
|
-
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
|
|
2538
|
-
"version": "3.14.1",
|
|
2539
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
2540
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
2541
|
-
"dev": true,
|
|
2542
|
-
"license": "MIT",
|
|
2543
|
-
"dependencies": {
|
|
2544
|
-
"argparse": "^1.0.7",
|
|
2545
|
-
"esprima": "^4.0.0"
|
|
2546
|
-
},
|
|
2547
|
-
"bin": {
|
|
2548
|
-
"js-yaml": "bin/js-yaml.js"
|
|
2549
|
-
}
|
|
2550
|
-
},
|
|
2551
2543
|
"node_modules/@istanbuljs/schema": {
|
|
2552
2544
|
"version": "0.1.3",
|
|
2553
2545
|
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
|
|
@@ -2910,15 +2902,6 @@
|
|
|
2910
2902
|
"node": ">=18.0.0"
|
|
2911
2903
|
}
|
|
2912
2904
|
},
|
|
2913
|
-
"node_modules/@oclif/core/node_modules/argparse": {
|
|
2914
|
-
"version": "1.0.10",
|
|
2915
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
2916
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
2917
|
-
"license": "MIT",
|
|
2918
|
-
"dependencies": {
|
|
2919
|
-
"sprintf-js": "~1.0.2"
|
|
2920
|
-
}
|
|
2921
|
-
},
|
|
2922
2905
|
"node_modules/@oclif/core/node_modules/chalk": {
|
|
2923
2906
|
"version": "4.1.2",
|
|
2924
2907
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -2947,19 +2930,6 @@
|
|
|
2947
2930
|
"node": ">=8"
|
|
2948
2931
|
}
|
|
2949
2932
|
},
|
|
2950
|
-
"node_modules/@oclif/core/node_modules/js-yaml": {
|
|
2951
|
-
"version": "3.14.1",
|
|
2952
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
2953
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
2954
|
-
"license": "MIT",
|
|
2955
|
-
"dependencies": {
|
|
2956
|
-
"argparse": "^1.0.7",
|
|
2957
|
-
"esprima": "^4.0.0"
|
|
2958
|
-
},
|
|
2959
|
-
"bin": {
|
|
2960
|
-
"js-yaml": "bin/js-yaml.js"
|
|
2961
|
-
}
|
|
2962
|
-
},
|
|
2963
2933
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
2964
2934
|
"version": "9.0.3",
|
|
2965
2935
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
@@ -2990,33 +2960,17 @@
|
|
|
2990
2960
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2991
2961
|
}
|
|
2992
2962
|
},
|
|
2993
|
-
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
2994
|
-
"version": "7.0.0",
|
|
2995
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
2996
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
2997
|
-
"license": "MIT",
|
|
2998
|
-
"dependencies": {
|
|
2999
|
-
"ansi-styles": "^4.0.0",
|
|
3000
|
-
"string-width": "^4.1.0",
|
|
3001
|
-
"strip-ansi": "^6.0.0"
|
|
3002
|
-
},
|
|
3003
|
-
"engines": {
|
|
3004
|
-
"node": ">=10"
|
|
3005
|
-
},
|
|
3006
|
-
"funding": {
|
|
3007
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3008
|
-
}
|
|
3009
|
-
},
|
|
3010
2963
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3011
|
-
"version": "5.
|
|
3012
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
|
3013
|
-
"integrity": "sha512-
|
|
2964
|
+
"version": "5.1.1",
|
|
2965
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.1.tgz",
|
|
2966
|
+
"integrity": "sha512-8PmnQ4aDX1n8OcrnXVPDpmoIAUWe1nbC6Md/KRupzjlRF8YDJMp7AdrE6cFD4DSZ04QvIViQ0w5P7kyu37wA1g==",
|
|
3014
2967
|
"dev": true,
|
|
3015
2968
|
"license": "MIT",
|
|
3016
2969
|
"dependencies": {
|
|
3017
|
-
"@oclif/core": "
|
|
2970
|
+
"@oclif/core": "3.21.0",
|
|
3018
2971
|
"@types/lodash.difference": "^4.5.9",
|
|
3019
2972
|
"chalk": "^5.3.0",
|
|
2973
|
+
"globby": "^14.0.1",
|
|
3020
2974
|
"just-diff": "^5.2.0",
|
|
3021
2975
|
"lodash.difference": "^4.5.0",
|
|
3022
2976
|
"lodash.get": "^4.4.2",
|
|
@@ -3028,6 +2982,169 @@
|
|
|
3028
2982
|
"node": ">=18.0.0"
|
|
3029
2983
|
}
|
|
3030
2984
|
},
|
|
2985
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
2986
|
+
"version": "3.21.0",
|
|
2987
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.21.0.tgz",
|
|
2988
|
+
"integrity": "sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g==",
|
|
2989
|
+
"dev": true,
|
|
2990
|
+
"license": "MIT",
|
|
2991
|
+
"dependencies": {
|
|
2992
|
+
"@types/cli-progress": "^3.11.5",
|
|
2993
|
+
"ansi-escapes": "^4.3.2",
|
|
2994
|
+
"ansi-styles": "^4.3.0",
|
|
2995
|
+
"cardinal": "^2.1.1",
|
|
2996
|
+
"chalk": "^4.1.2",
|
|
2997
|
+
"clean-stack": "^3.0.1",
|
|
2998
|
+
"cli-progress": "^3.12.0",
|
|
2999
|
+
"color": "^4.2.3",
|
|
3000
|
+
"debug": "^4.3.4",
|
|
3001
|
+
"ejs": "^3.1.9",
|
|
3002
|
+
"get-package-type": "^0.1.0",
|
|
3003
|
+
"globby": "^11.1.0",
|
|
3004
|
+
"hyperlinker": "^1.0.0",
|
|
3005
|
+
"indent-string": "^4.0.0",
|
|
3006
|
+
"is-wsl": "^2.2.0",
|
|
3007
|
+
"js-yaml": "^3.14.1",
|
|
3008
|
+
"natural-orderby": "^2.0.3",
|
|
3009
|
+
"object-treeify": "^1.1.33",
|
|
3010
|
+
"password-prompt": "^1.1.3",
|
|
3011
|
+
"slice-ansi": "^4.0.0",
|
|
3012
|
+
"string-width": "^4.2.3",
|
|
3013
|
+
"strip-ansi": "^6.0.1",
|
|
3014
|
+
"supports-color": "^8.1.1",
|
|
3015
|
+
"supports-hyperlinks": "^2.2.0",
|
|
3016
|
+
"widest-line": "^3.1.0",
|
|
3017
|
+
"wordwrap": "^1.0.0",
|
|
3018
|
+
"wrap-ansi": "^7.0.0"
|
|
3019
|
+
},
|
|
3020
|
+
"engines": {
|
|
3021
|
+
"node": ">=18.0.0"
|
|
3022
|
+
}
|
|
3023
|
+
},
|
|
3024
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
3025
|
+
"version": "4.1.2",
|
|
3026
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3027
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3028
|
+
"dev": true,
|
|
3029
|
+
"license": "MIT",
|
|
3030
|
+
"dependencies": {
|
|
3031
|
+
"ansi-styles": "^4.1.0",
|
|
3032
|
+
"supports-color": "^7.1.0"
|
|
3033
|
+
},
|
|
3034
|
+
"engines": {
|
|
3035
|
+
"node": ">=10"
|
|
3036
|
+
},
|
|
3037
|
+
"funding": {
|
|
3038
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3039
|
+
}
|
|
3040
|
+
},
|
|
3041
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3042
|
+
"version": "7.2.0",
|
|
3043
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3044
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3045
|
+
"dev": true,
|
|
3046
|
+
"license": "MIT",
|
|
3047
|
+
"dependencies": {
|
|
3048
|
+
"has-flag": "^4.0.0"
|
|
3049
|
+
},
|
|
3050
|
+
"engines": {
|
|
3051
|
+
"node": ">=8"
|
|
3052
|
+
}
|
|
3053
|
+
},
|
|
3054
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
3055
|
+
"version": "11.1.0",
|
|
3056
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
3057
|
+
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
3058
|
+
"dev": true,
|
|
3059
|
+
"license": "MIT",
|
|
3060
|
+
"dependencies": {
|
|
3061
|
+
"array-union": "^2.1.0",
|
|
3062
|
+
"dir-glob": "^3.0.1",
|
|
3063
|
+
"fast-glob": "^3.2.9",
|
|
3064
|
+
"ignore": "^5.2.0",
|
|
3065
|
+
"merge2": "^1.4.1",
|
|
3066
|
+
"slash": "^3.0.0"
|
|
3067
|
+
},
|
|
3068
|
+
"engines": {
|
|
3069
|
+
"node": ">=10"
|
|
3070
|
+
},
|
|
3071
|
+
"funding": {
|
|
3072
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3073
|
+
}
|
|
3074
|
+
},
|
|
3075
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
3076
|
+
"version": "3.0.0",
|
|
3077
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
3078
|
+
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
3079
|
+
"dev": true,
|
|
3080
|
+
"license": "MIT",
|
|
3081
|
+
"engines": {
|
|
3082
|
+
"node": ">=8"
|
|
3083
|
+
}
|
|
3084
|
+
},
|
|
3085
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
3086
|
+
"version": "14.0.1",
|
|
3087
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
3088
|
+
"integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==",
|
|
3089
|
+
"dev": true,
|
|
3090
|
+
"license": "MIT",
|
|
3091
|
+
"dependencies": {
|
|
3092
|
+
"@sindresorhus/merge-streams": "^2.1.0",
|
|
3093
|
+
"fast-glob": "^3.3.2",
|
|
3094
|
+
"ignore": "^5.2.4",
|
|
3095
|
+
"path-type": "^5.0.0",
|
|
3096
|
+
"slash": "^5.1.0",
|
|
3097
|
+
"unicorn-magic": "^0.1.0"
|
|
3098
|
+
},
|
|
3099
|
+
"engines": {
|
|
3100
|
+
"node": ">=18"
|
|
3101
|
+
},
|
|
3102
|
+
"funding": {
|
|
3103
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3104
|
+
}
|
|
3105
|
+
},
|
|
3106
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3107
|
+
"version": "5.0.0",
|
|
3108
|
+
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
3109
|
+
"integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
|
|
3110
|
+
"dev": true,
|
|
3111
|
+
"license": "MIT",
|
|
3112
|
+
"engines": {
|
|
3113
|
+
"node": ">=12"
|
|
3114
|
+
},
|
|
3115
|
+
"funding": {
|
|
3116
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3117
|
+
}
|
|
3118
|
+
},
|
|
3119
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/slash": {
|
|
3120
|
+
"version": "5.1.0",
|
|
3121
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
|
|
3122
|
+
"integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
|
|
3123
|
+
"dev": true,
|
|
3124
|
+
"license": "MIT",
|
|
3125
|
+
"engines": {
|
|
3126
|
+
"node": ">=14.16"
|
|
3127
|
+
},
|
|
3128
|
+
"funding": {
|
|
3129
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3130
|
+
}
|
|
3131
|
+
},
|
|
3132
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
3133
|
+
"version": "8.1.1",
|
|
3134
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3135
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3136
|
+
"dev": true,
|
|
3137
|
+
"license": "MIT",
|
|
3138
|
+
"dependencies": {
|
|
3139
|
+
"has-flag": "^4.0.0"
|
|
3140
|
+
},
|
|
3141
|
+
"engines": {
|
|
3142
|
+
"node": ">=10"
|
|
3143
|
+
},
|
|
3144
|
+
"funding": {
|
|
3145
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3146
|
+
}
|
|
3147
|
+
},
|
|
3031
3148
|
"node_modules/@oclif/plugin-help": {
|
|
3032
3149
|
"version": "6.0.14",
|
|
3033
3150
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.14.tgz",
|
|
@@ -3498,13 +3615,13 @@
|
|
|
3498
3615
|
}
|
|
3499
3616
|
},
|
|
3500
3617
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
3501
|
-
"version": "3.0.
|
|
3502
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
3503
|
-
"integrity": "sha512-
|
|
3618
|
+
"version": "3.0.70",
|
|
3619
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.70.tgz",
|
|
3620
|
+
"integrity": "sha512-MwgdWn5OzY3d+6PgW/aopYqnGmeLvs/7JXS5VNOO63bnYYfhwCwzoJL9gRkL8v+PWeU6wZhEDITNPOM6x7K+YA==",
|
|
3504
3621
|
"dev": true,
|
|
3505
3622
|
"license": "BSD-3-Clause",
|
|
3506
3623
|
"dependencies": {
|
|
3507
|
-
"@oclif/core": "^3.
|
|
3624
|
+
"@oclif/core": "^3.20.0",
|
|
3508
3625
|
"@salesforce/core": "^6.5.3",
|
|
3509
3626
|
"@salesforce/kit": "^3.0.15",
|
|
3510
3627
|
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
@@ -3567,14 +3684,14 @@
|
|
|
3567
3684
|
"license": "ISC"
|
|
3568
3685
|
},
|
|
3569
3686
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3570
|
-
"version": "7.1.
|
|
3571
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
3572
|
-
"integrity": "sha512-
|
|
3687
|
+
"version": "7.1.15",
|
|
3688
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.15.tgz",
|
|
3689
|
+
"integrity": "sha512-dQSSIHEpeFIadkWqZE24068m01vy31hVJdGWYvgscTnNrR30jIC5fXRevYvGG0l+8vVEJkCYYnJFQabUjSw3Eg==",
|
|
3573
3690
|
"license": "BSD-3-Clause",
|
|
3574
3691
|
"dependencies": {
|
|
3575
3692
|
"@inquirer/confirm": "^2.0.17",
|
|
3576
3693
|
"@inquirer/password": "^1.1.16",
|
|
3577
|
-
"@oclif/core": "^3.
|
|
3694
|
+
"@oclif/core": "^3.23.0",
|
|
3578
3695
|
"@salesforce/core": "^6.6.0",
|
|
3579
3696
|
"@salesforce/kit": "^3.0.15",
|
|
3580
3697
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -3661,6 +3778,19 @@
|
|
|
3661
3778
|
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
3662
3779
|
}
|
|
3663
3780
|
},
|
|
3781
|
+
"node_modules/@sindresorhus/merge-streams": {
|
|
3782
|
+
"version": "2.3.0",
|
|
3783
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
|
|
3784
|
+
"integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
|
|
3785
|
+
"dev": true,
|
|
3786
|
+
"license": "MIT",
|
|
3787
|
+
"engines": {
|
|
3788
|
+
"node": ">=18"
|
|
3789
|
+
},
|
|
3790
|
+
"funding": {
|
|
3791
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3792
|
+
}
|
|
3793
|
+
},
|
|
3664
3794
|
"node_modules/@sinonjs/commons": {
|
|
3665
3795
|
"version": "1.8.6",
|
|
3666
3796
|
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",
|
|
@@ -5254,11 +5384,13 @@
|
|
|
5254
5384
|
"license": "MIT"
|
|
5255
5385
|
},
|
|
5256
5386
|
"node_modules/argparse": {
|
|
5257
|
-
"version": "
|
|
5258
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-
|
|
5259
|
-
"integrity": "sha512-
|
|
5260
|
-
"
|
|
5261
|
-
"
|
|
5387
|
+
"version": "1.0.10",
|
|
5388
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5389
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5390
|
+
"license": "MIT",
|
|
5391
|
+
"dependencies": {
|
|
5392
|
+
"sprintf-js": "~1.0.2"
|
|
5393
|
+
}
|
|
5262
5394
|
},
|
|
5263
5395
|
"node_modules/array-buffer-byte-length": {
|
|
5264
5396
|
"version": "1.0.0",
|
|
@@ -6160,6 +6292,21 @@
|
|
|
6160
6292
|
"wrap-ansi": "^6.2.0"
|
|
6161
6293
|
}
|
|
6162
6294
|
},
|
|
6295
|
+
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
6296
|
+
"version": "6.2.0",
|
|
6297
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
6298
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
6299
|
+
"dev": true,
|
|
6300
|
+
"license": "MIT",
|
|
6301
|
+
"dependencies": {
|
|
6302
|
+
"ansi-styles": "^4.0.0",
|
|
6303
|
+
"string-width": "^4.1.0",
|
|
6304
|
+
"strip-ansi": "^6.0.0"
|
|
6305
|
+
},
|
|
6306
|
+
"engines": {
|
|
6307
|
+
"node": ">=8"
|
|
6308
|
+
}
|
|
6309
|
+
},
|
|
6163
6310
|
"node_modules/clone": {
|
|
6164
6311
|
"version": "1.0.4",
|
|
6165
6312
|
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
|
|
@@ -6546,6 +6693,26 @@
|
|
|
6546
6693
|
}
|
|
6547
6694
|
}
|
|
6548
6695
|
},
|
|
6696
|
+
"node_modules/cosmiconfig/node_modules/argparse": {
|
|
6697
|
+
"version": "2.0.1",
|
|
6698
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
6699
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
6700
|
+
"dev": true,
|
|
6701
|
+
"license": "Python-2.0"
|
|
6702
|
+
},
|
|
6703
|
+
"node_modules/cosmiconfig/node_modules/js-yaml": {
|
|
6704
|
+
"version": "4.1.0",
|
|
6705
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
6706
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
6707
|
+
"dev": true,
|
|
6708
|
+
"license": "MIT",
|
|
6709
|
+
"dependencies": {
|
|
6710
|
+
"argparse": "^2.0.1"
|
|
6711
|
+
},
|
|
6712
|
+
"bin": {
|
|
6713
|
+
"js-yaml": "bin/js-yaml.js"
|
|
6714
|
+
}
|
|
6715
|
+
},
|
|
6549
6716
|
"node_modules/create-require": {
|
|
6550
6717
|
"version": "1.1.1",
|
|
6551
6718
|
"resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
|
|
@@ -6586,9 +6753,9 @@
|
|
|
6586
6753
|
"license": "MIT"
|
|
6587
6754
|
},
|
|
6588
6755
|
"node_modules/csv-stringify": {
|
|
6589
|
-
"version": "6.4.
|
|
6590
|
-
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.4.
|
|
6591
|
-
"integrity": "sha512-
|
|
6756
|
+
"version": "6.4.6",
|
|
6757
|
+
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.4.6.tgz",
|
|
6758
|
+
"integrity": "sha512-h2V2XZ3uOTLilF5dPIptgUfN/o2ia/80Ie0Lly18LAnw5s8Eb7kt8rfxSUy24AztJZas9f6DPZpVlzDUtFt/ag==",
|
|
6592
6759
|
"license": "MIT"
|
|
6593
6760
|
},
|
|
6594
6761
|
"node_modules/dargs": {
|
|
@@ -7554,6 +7721,13 @@
|
|
|
7554
7721
|
"url": "https://opencollective.com/eslint"
|
|
7555
7722
|
}
|
|
7556
7723
|
},
|
|
7724
|
+
"node_modules/eslint/node_modules/argparse": {
|
|
7725
|
+
"version": "2.0.1",
|
|
7726
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
7727
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
7728
|
+
"dev": true,
|
|
7729
|
+
"license": "Python-2.0"
|
|
7730
|
+
},
|
|
7557
7731
|
"node_modules/eslint/node_modules/chalk": {
|
|
7558
7732
|
"version": "4.1.2",
|
|
7559
7733
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -7614,6 +7788,19 @@
|
|
|
7614
7788
|
"node": ">=10.13.0"
|
|
7615
7789
|
}
|
|
7616
7790
|
},
|
|
7791
|
+
"node_modules/eslint/node_modules/js-yaml": {
|
|
7792
|
+
"version": "4.1.0",
|
|
7793
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
7794
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
7795
|
+
"dev": true,
|
|
7796
|
+
"license": "MIT",
|
|
7797
|
+
"dependencies": {
|
|
7798
|
+
"argparse": "^2.0.1"
|
|
7799
|
+
},
|
|
7800
|
+
"bin": {
|
|
7801
|
+
"js-yaml": "bin/js-yaml.js"
|
|
7802
|
+
}
|
|
7803
|
+
},
|
|
7617
7804
|
"node_modules/eslint/node_modules/locate-path": {
|
|
7618
7805
|
"version": "6.0.0",
|
|
7619
7806
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -9227,6 +9414,21 @@
|
|
|
9227
9414
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
9228
9415
|
}
|
|
9229
9416
|
},
|
|
9417
|
+
"node_modules/inquirer/node_modules/wrap-ansi": {
|
|
9418
|
+
"version": "6.2.0",
|
|
9419
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
9420
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
9421
|
+
"dev": true,
|
|
9422
|
+
"license": "MIT",
|
|
9423
|
+
"dependencies": {
|
|
9424
|
+
"ansi-styles": "^4.0.0",
|
|
9425
|
+
"string-width": "^4.1.0",
|
|
9426
|
+
"strip-ansi": "^6.0.0"
|
|
9427
|
+
},
|
|
9428
|
+
"engines": {
|
|
9429
|
+
"node": ">=8"
|
|
9430
|
+
}
|
|
9431
|
+
},
|
|
9230
9432
|
"node_modules/internal-slot": {
|
|
9231
9433
|
"version": "1.0.6",
|
|
9232
9434
|
"resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.6.tgz",
|
|
@@ -9946,13 +10148,13 @@
|
|
|
9946
10148
|
"license": "MIT"
|
|
9947
10149
|
},
|
|
9948
10150
|
"node_modules/js-yaml": {
|
|
9949
|
-
"version": "
|
|
9950
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-
|
|
9951
|
-
"integrity": "sha512-
|
|
9952
|
-
"dev": true,
|
|
10151
|
+
"version": "3.14.1",
|
|
10152
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
10153
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
9953
10154
|
"license": "MIT",
|
|
9954
10155
|
"dependencies": {
|
|
9955
|
-
"argparse": "^
|
|
10156
|
+
"argparse": "^1.0.7",
|
|
10157
|
+
"esprima": "^4.0.0"
|
|
9956
10158
|
},
|
|
9957
10159
|
"bin": {
|
|
9958
10160
|
"js-yaml": "bin/js-yaml.js"
|
|
@@ -10491,30 +10693,6 @@
|
|
|
10491
10693
|
"node": ">=6"
|
|
10492
10694
|
}
|
|
10493
10695
|
},
|
|
10494
|
-
"node_modules/load-yaml-file/node_modules/argparse": {
|
|
10495
|
-
"version": "1.0.10",
|
|
10496
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
10497
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
10498
|
-
"dev": true,
|
|
10499
|
-
"license": "MIT",
|
|
10500
|
-
"dependencies": {
|
|
10501
|
-
"sprintf-js": "~1.0.2"
|
|
10502
|
-
}
|
|
10503
|
-
},
|
|
10504
|
-
"node_modules/load-yaml-file/node_modules/js-yaml": {
|
|
10505
|
-
"version": "3.14.1",
|
|
10506
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
10507
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
10508
|
-
"dev": true,
|
|
10509
|
-
"license": "MIT",
|
|
10510
|
-
"dependencies": {
|
|
10511
|
-
"argparse": "^1.0.7",
|
|
10512
|
-
"esprima": "^4.0.0"
|
|
10513
|
-
},
|
|
10514
|
-
"bin": {
|
|
10515
|
-
"js-yaml": "bin/js-yaml.js"
|
|
10516
|
-
}
|
|
10517
|
-
},
|
|
10518
10696
|
"node_modules/load-yaml-file/node_modules/pify": {
|
|
10519
10697
|
"version": "4.0.1",
|
|
10520
10698
|
"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
|
|
@@ -11578,6 +11756,13 @@
|
|
|
11578
11756
|
"url": "https://opencollective.com/mochajs"
|
|
11579
11757
|
}
|
|
11580
11758
|
},
|
|
11759
|
+
"node_modules/mocha/node_modules/argparse": {
|
|
11760
|
+
"version": "2.0.1",
|
|
11761
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
11762
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
11763
|
+
"dev": true,
|
|
11764
|
+
"license": "Python-2.0"
|
|
11765
|
+
},
|
|
11581
11766
|
"node_modules/mocha/node_modules/diff": {
|
|
11582
11767
|
"version": "5.0.0",
|
|
11583
11768
|
"resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
|
|
@@ -11650,6 +11835,19 @@
|
|
|
11650
11835
|
"node": "*"
|
|
11651
11836
|
}
|
|
11652
11837
|
},
|
|
11838
|
+
"node_modules/mocha/node_modules/js-yaml": {
|
|
11839
|
+
"version": "4.1.0",
|
|
11840
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
11841
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
11842
|
+
"dev": true,
|
|
11843
|
+
"license": "MIT",
|
|
11844
|
+
"dependencies": {
|
|
11845
|
+
"argparse": "^2.0.1"
|
|
11846
|
+
},
|
|
11847
|
+
"bin": {
|
|
11848
|
+
"js-yaml": "bin/js-yaml.js"
|
|
11849
|
+
}
|
|
11850
|
+
},
|
|
11653
11851
|
"node_modules/mocha/node_modules/locate-path": {
|
|
11654
11852
|
"version": "6.0.0",
|
|
11655
11853
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -15433,6 +15631,20 @@
|
|
|
15433
15631
|
"node": ">=10"
|
|
15434
15632
|
}
|
|
15435
15633
|
},
|
|
15634
|
+
"node_modules/ts-json-schema-generator/node_modules/typescript": {
|
|
15635
|
+
"version": "5.3.3",
|
|
15636
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
|
|
15637
|
+
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
|
|
15638
|
+
"dev": true,
|
|
15639
|
+
"license": "Apache-2.0",
|
|
15640
|
+
"bin": {
|
|
15641
|
+
"tsc": "bin/tsc",
|
|
15642
|
+
"tsserver": "bin/tsserver"
|
|
15643
|
+
},
|
|
15644
|
+
"engines": {
|
|
15645
|
+
"node": ">=14.17"
|
|
15646
|
+
}
|
|
15647
|
+
},
|
|
15436
15648
|
"node_modules/ts-node": {
|
|
15437
15649
|
"version": "10.9.2",
|
|
15438
15650
|
"resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
|
|
@@ -15668,9 +15880,9 @@
|
|
|
15668
15880
|
}
|
|
15669
15881
|
},
|
|
15670
15882
|
"node_modules/typescript": {
|
|
15671
|
-
"version": "5.
|
|
15672
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
|
15673
|
-
"integrity": "sha512
|
|
15883
|
+
"version": "5.4.2",
|
|
15884
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz",
|
|
15885
|
+
"integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==",
|
|
15674
15886
|
"dev": true,
|
|
15675
15887
|
"license": "Apache-2.0",
|
|
15676
15888
|
"bin": {
|
|
@@ -15717,6 +15929,19 @@
|
|
|
15717
15929
|
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
|
15718
15930
|
"license": "MIT"
|
|
15719
15931
|
},
|
|
15932
|
+
"node_modules/unicorn-magic": {
|
|
15933
|
+
"version": "0.1.0",
|
|
15934
|
+
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
|
|
15935
|
+
"integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
|
|
15936
|
+
"dev": true,
|
|
15937
|
+
"license": "MIT",
|
|
15938
|
+
"engines": {
|
|
15939
|
+
"node": ">=18"
|
|
15940
|
+
},
|
|
15941
|
+
"funding": {
|
|
15942
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
15943
|
+
}
|
|
15944
|
+
},
|
|
15720
15945
|
"node_modules/unique-filename": {
|
|
15721
15946
|
"version": "1.1.1",
|
|
15722
15947
|
"resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
|
|
@@ -16124,9 +16349,9 @@
|
|
|
16124
16349
|
"license": "Apache-2.0"
|
|
16125
16350
|
},
|
|
16126
16351
|
"node_modules/wrap-ansi": {
|
|
16127
|
-
"version": "
|
|
16128
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
16129
|
-
"integrity": "sha512-
|
|
16352
|
+
"version": "7.0.0",
|
|
16353
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
16354
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
16130
16355
|
"license": "MIT",
|
|
16131
16356
|
"dependencies": {
|
|
16132
16357
|
"ansi-styles": "^4.0.0",
|
|
@@ -16134,7 +16359,10 @@
|
|
|
16134
16359
|
"strip-ansi": "^6.0.0"
|
|
16135
16360
|
},
|
|
16136
16361
|
"engines": {
|
|
16137
|
-
"node": ">=
|
|
16362
|
+
"node": ">=10"
|
|
16363
|
+
},
|
|
16364
|
+
"funding": {
|
|
16365
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
16138
16366
|
}
|
|
16139
16367
|
},
|
|
16140
16368
|
"node_modules/wrap-ansi-cjs": {
|
|
@@ -16312,24 +16540,6 @@
|
|
|
16312
16540
|
"wrap-ansi": "^7.0.0"
|
|
16313
16541
|
}
|
|
16314
16542
|
},
|
|
16315
|
-
"node_modules/yargs/node_modules/wrap-ansi": {
|
|
16316
|
-
"version": "7.0.0",
|
|
16317
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
16318
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
16319
|
-
"dev": true,
|
|
16320
|
-
"license": "MIT",
|
|
16321
|
-
"dependencies": {
|
|
16322
|
-
"ansi-styles": "^4.0.0",
|
|
16323
|
-
"string-width": "^4.1.0",
|
|
16324
|
-
"strip-ansi": "^6.0.0"
|
|
16325
|
-
},
|
|
16326
|
-
"engines": {
|
|
16327
|
-
"node": ">=10"
|
|
16328
|
-
},
|
|
16329
|
-
"funding": {
|
|
16330
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
16331
|
-
}
|
|
16332
|
-
},
|
|
16333
16543
|
"node_modules/yeoman-environment": {
|
|
16334
16544
|
"version": "3.19.3",
|
|
16335
16545
|
"resolved": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-3.19.3.tgz",
|