@salesforce/cli 2.16.6 → 2.17.0
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 +24 -24
- package/npm-shrinkwrap.json +604 -906
- package/oclif.manifest.json +534 -251
- package/package.json +11 -9
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.17.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.17.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@oclif/core": "3.
|
|
13
|
+
"@oclif/core": "3.9.2",
|
|
14
14
|
"@oclif/plugin-autocomplete": "3.0.1",
|
|
15
15
|
"@oclif/plugin-commands": "3.0.5",
|
|
16
16
|
"@oclif/plugin-help": "6.0.5",
|
|
17
17
|
"@oclif/plugin-not-found": "3.0.2",
|
|
18
|
-
"@oclif/plugin-plugins": "4.0.
|
|
18
|
+
"@oclif/plugin-plugins": "4.0.2",
|
|
19
19
|
"@oclif/plugin-search": "1.0.5",
|
|
20
20
|
"@oclif/plugin-update": "4.1.3",
|
|
21
21
|
"@oclif/plugin-version": "2.0.4",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@salesforce/plugin-apex": "2.3.20",
|
|
26
26
|
"@salesforce/plugin-auth": "2.8.25",
|
|
27
27
|
"@salesforce/plugin-data": "2.6.1",
|
|
28
|
-
"@salesforce/plugin-deploy-retrieve": "1.19.
|
|
28
|
+
"@salesforce/plugin-deploy-retrieve": "1.19.3",
|
|
29
29
|
"@salesforce/plugin-info": "2.6.51",
|
|
30
30
|
"@salesforce/plugin-limits": "2.3.41",
|
|
31
31
|
"@salesforce/plugin-login": "1.2.40",
|
|
@@ -1243,26 +1243,6 @@
|
|
|
1243
1243
|
"url": "https://opencollective.com/eslint"
|
|
1244
1244
|
}
|
|
1245
1245
|
},
|
|
1246
|
-
"node_modules/@eslint/eslintrc/node_modules/argparse": {
|
|
1247
|
-
"version": "2.0.1",
|
|
1248
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
1249
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
1250
|
-
"dev": true,
|
|
1251
|
-
"license": "Python-2.0"
|
|
1252
|
-
},
|
|
1253
|
-
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
|
|
1254
|
-
"version": "4.1.0",
|
|
1255
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
1256
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
1257
|
-
"dev": true,
|
|
1258
|
-
"license": "MIT",
|
|
1259
|
-
"dependencies": {
|
|
1260
|
-
"argparse": "^2.0.1"
|
|
1261
|
-
},
|
|
1262
|
-
"bin": {
|
|
1263
|
-
"js-yaml": "bin/js-yaml.js"
|
|
1264
|
-
}
|
|
1265
|
-
},
|
|
1266
1246
|
"node_modules/@eslint/js": {
|
|
1267
1247
|
"version": "8.51.0",
|
|
1268
1248
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.51.0.tgz",
|
|
@@ -1495,6 +1475,16 @@
|
|
|
1495
1475
|
"node": ">=8"
|
|
1496
1476
|
}
|
|
1497
1477
|
},
|
|
1478
|
+
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
|
|
1479
|
+
"version": "1.0.10",
|
|
1480
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
1481
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
1482
|
+
"dev": true,
|
|
1483
|
+
"license": "MIT",
|
|
1484
|
+
"dependencies": {
|
|
1485
|
+
"sprintf-js": "~1.0.2"
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1498
1488
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": {
|
|
1499
1489
|
"version": "4.1.0",
|
|
1500
1490
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
|
|
@@ -1509,6 +1499,20 @@
|
|
|
1509
1499
|
"node": ">=8"
|
|
1510
1500
|
}
|
|
1511
1501
|
},
|
|
1502
|
+
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
|
|
1503
|
+
"version": "3.14.1",
|
|
1504
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
1505
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
1506
|
+
"dev": true,
|
|
1507
|
+
"license": "MIT",
|
|
1508
|
+
"dependencies": {
|
|
1509
|
+
"argparse": "^1.0.7",
|
|
1510
|
+
"esprima": "^4.0.0"
|
|
1511
|
+
},
|
|
1512
|
+
"bin": {
|
|
1513
|
+
"js-yaml": "bin/js-yaml.js"
|
|
1514
|
+
}
|
|
1515
|
+
},
|
|
1512
1516
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
|
|
1513
1517
|
"version": "5.0.0",
|
|
1514
1518
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
|
|
@@ -2102,9 +2106,9 @@
|
|
|
2102
2106
|
}
|
|
2103
2107
|
},
|
|
2104
2108
|
"node_modules/@oclif/core": {
|
|
2105
|
-
"version": "3.
|
|
2106
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2107
|
-
"integrity": "sha512-
|
|
2109
|
+
"version": "3.9.2",
|
|
2110
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.2.tgz",
|
|
2111
|
+
"integrity": "sha512-fDygnFqh2KXn/IDquhypZSP7Q2V071WgRswq8cgli5uw6RzS4Uyj/7EkijboiAo7H+bRFxN0PdgGQHGyAoc+XQ==",
|
|
2108
2112
|
"license": "MIT",
|
|
2109
2113
|
"dependencies": {
|
|
2110
2114
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2114,7 +2118,7 @@
|
|
|
2114
2118
|
"clean-stack": "^3.0.1",
|
|
2115
2119
|
"cli-progress": "^3.12.0",
|
|
2116
2120
|
"debug": "^4.3.4",
|
|
2117
|
-
"ejs": "^3.1.
|
|
2121
|
+
"ejs": "^3.1.9",
|
|
2118
2122
|
"get-package-type": "^0.1.0",
|
|
2119
2123
|
"globby": "^11.1.0",
|
|
2120
2124
|
"hyperlinker": "^1.0.0",
|
|
@@ -2137,6 +2141,28 @@
|
|
|
2137
2141
|
"node": ">=18.0.0"
|
|
2138
2142
|
}
|
|
2139
2143
|
},
|
|
2144
|
+
"node_modules/@oclif/core/node_modules/argparse": {
|
|
2145
|
+
"version": "1.0.10",
|
|
2146
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
2147
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
2148
|
+
"license": "MIT",
|
|
2149
|
+
"dependencies": {
|
|
2150
|
+
"sprintf-js": "~1.0.2"
|
|
2151
|
+
}
|
|
2152
|
+
},
|
|
2153
|
+
"node_modules/@oclif/core/node_modules/js-yaml": {
|
|
2154
|
+
"version": "3.14.1",
|
|
2155
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
2156
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
2157
|
+
"license": "MIT",
|
|
2158
|
+
"dependencies": {
|
|
2159
|
+
"argparse": "^1.0.7",
|
|
2160
|
+
"esprima": "^4.0.0"
|
|
2161
|
+
},
|
|
2162
|
+
"bin": {
|
|
2163
|
+
"js-yaml": "bin/js-yaml.js"
|
|
2164
|
+
}
|
|
2165
|
+
},
|
|
2140
2166
|
"node_modules/@oclif/core/node_modules/supports-color": {
|
|
2141
2167
|
"version": "8.1.1",
|
|
2142
2168
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -2167,70 +2193,6 @@
|
|
|
2167
2193
|
"node": ">=18.0.0"
|
|
2168
2194
|
}
|
|
2169
2195
|
},
|
|
2170
|
-
"node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core": {
|
|
2171
|
-
"version": "3.9.1",
|
|
2172
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
2173
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
2174
|
-
"license": "MIT",
|
|
2175
|
-
"dependencies": {
|
|
2176
|
-
"ansi-escapes": "^4.3.2",
|
|
2177
|
-
"ansi-styles": "^4.3.0",
|
|
2178
|
-
"cardinal": "^2.1.1",
|
|
2179
|
-
"chalk": "^4.1.2",
|
|
2180
|
-
"clean-stack": "^3.0.1",
|
|
2181
|
-
"cli-progress": "^3.12.0",
|
|
2182
|
-
"debug": "^4.3.4",
|
|
2183
|
-
"ejs": "^3.1.9",
|
|
2184
|
-
"get-package-type": "^0.1.0",
|
|
2185
|
-
"globby": "^11.1.0",
|
|
2186
|
-
"hyperlinker": "^1.0.0",
|
|
2187
|
-
"indent-string": "^4.0.0",
|
|
2188
|
-
"is-wsl": "^2.2.0",
|
|
2189
|
-
"js-yaml": "^3.14.1",
|
|
2190
|
-
"natural-orderby": "^2.0.3",
|
|
2191
|
-
"object-treeify": "^1.1.33",
|
|
2192
|
-
"password-prompt": "^1.1.2",
|
|
2193
|
-
"slice-ansi": "^4.0.0",
|
|
2194
|
-
"string-width": "^4.2.3",
|
|
2195
|
-
"strip-ansi": "^6.0.1",
|
|
2196
|
-
"supports-color": "^8.1.1",
|
|
2197
|
-
"supports-hyperlinks": "^2.2.0",
|
|
2198
|
-
"widest-line": "^3.1.0",
|
|
2199
|
-
"wordwrap": "^1.0.0",
|
|
2200
|
-
"wrap-ansi": "^7.0.0"
|
|
2201
|
-
},
|
|
2202
|
-
"engines": {
|
|
2203
|
-
"node": ">=18.0.0"
|
|
2204
|
-
}
|
|
2205
|
-
},
|
|
2206
|
-
"node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core/node_modules/chalk": {
|
|
2207
|
-
"version": "4.1.2",
|
|
2208
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2209
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2210
|
-
"license": "MIT",
|
|
2211
|
-
"dependencies": {
|
|
2212
|
-
"ansi-styles": "^4.1.0",
|
|
2213
|
-
"supports-color": "^7.1.0"
|
|
2214
|
-
},
|
|
2215
|
-
"engines": {
|
|
2216
|
-
"node": ">=10"
|
|
2217
|
-
},
|
|
2218
|
-
"funding": {
|
|
2219
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2220
|
-
}
|
|
2221
|
-
},
|
|
2222
|
-
"node_modules/@oclif/plugin-autocomplete/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
2223
|
-
"version": "7.2.0",
|
|
2224
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2225
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2226
|
-
"license": "MIT",
|
|
2227
|
-
"dependencies": {
|
|
2228
|
-
"has-flag": "^4.0.0"
|
|
2229
|
-
},
|
|
2230
|
-
"engines": {
|
|
2231
|
-
"node": ">=8"
|
|
2232
|
-
}
|
|
2233
|
-
},
|
|
2234
2196
|
"node_modules/@oclif/plugin-autocomplete/node_modules/chalk": {
|
|
2235
2197
|
"version": "5.3.0",
|
|
2236
2198
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -2243,21 +2205,6 @@
|
|
|
2243
2205
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2244
2206
|
}
|
|
2245
2207
|
},
|
|
2246
|
-
"node_modules/@oclif/plugin-autocomplete/node_modules/supports-color": {
|
|
2247
|
-
"version": "8.1.1",
|
|
2248
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2249
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2250
|
-
"license": "MIT",
|
|
2251
|
-
"dependencies": {
|
|
2252
|
-
"has-flag": "^4.0.0"
|
|
2253
|
-
},
|
|
2254
|
-
"engines": {
|
|
2255
|
-
"node": ">=10"
|
|
2256
|
-
},
|
|
2257
|
-
"funding": {
|
|
2258
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2259
|
-
}
|
|
2260
|
-
},
|
|
2261
2208
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
2262
2209
|
"version": "4.0.14",
|
|
2263
2210
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-4.0.14.tgz",
|
|
@@ -2317,6 +2264,30 @@
|
|
|
2317
2264
|
"node": ">=14.0.0"
|
|
2318
2265
|
}
|
|
2319
2266
|
},
|
|
2267
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
|
|
2268
|
+
"version": "1.0.10",
|
|
2269
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
2270
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
2271
|
+
"dev": true,
|
|
2272
|
+
"license": "MIT",
|
|
2273
|
+
"dependencies": {
|
|
2274
|
+
"sprintf-js": "~1.0.2"
|
|
2275
|
+
}
|
|
2276
|
+
},
|
|
2277
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
|
|
2278
|
+
"version": "3.14.1",
|
|
2279
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
2280
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
2281
|
+
"dev": true,
|
|
2282
|
+
"license": "MIT",
|
|
2283
|
+
"dependencies": {
|
|
2284
|
+
"argparse": "^1.0.7",
|
|
2285
|
+
"esprima": "^4.0.0"
|
|
2286
|
+
},
|
|
2287
|
+
"bin": {
|
|
2288
|
+
"js-yaml": "bin/js-yaml.js"
|
|
2289
|
+
}
|
|
2290
|
+
},
|
|
2320
2291
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
2321
2292
|
"version": "8.1.1",
|
|
2322
2293
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -2349,57 +2320,6 @@
|
|
|
2349
2320
|
"node": ">=18.0.0"
|
|
2350
2321
|
}
|
|
2351
2322
|
},
|
|
2352
|
-
"node_modules/@oclif/plugin-commands/node_modules/@oclif/core": {
|
|
2353
|
-
"version": "3.9.1",
|
|
2354
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
2355
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
2356
|
-
"license": "MIT",
|
|
2357
|
-
"dependencies": {
|
|
2358
|
-
"ansi-escapes": "^4.3.2",
|
|
2359
|
-
"ansi-styles": "^4.3.0",
|
|
2360
|
-
"cardinal": "^2.1.1",
|
|
2361
|
-
"chalk": "^4.1.2",
|
|
2362
|
-
"clean-stack": "^3.0.1",
|
|
2363
|
-
"cli-progress": "^3.12.0",
|
|
2364
|
-
"debug": "^4.3.4",
|
|
2365
|
-
"ejs": "^3.1.9",
|
|
2366
|
-
"get-package-type": "^0.1.0",
|
|
2367
|
-
"globby": "^11.1.0",
|
|
2368
|
-
"hyperlinker": "^1.0.0",
|
|
2369
|
-
"indent-string": "^4.0.0",
|
|
2370
|
-
"is-wsl": "^2.2.0",
|
|
2371
|
-
"js-yaml": "^3.14.1",
|
|
2372
|
-
"natural-orderby": "^2.0.3",
|
|
2373
|
-
"object-treeify": "^1.1.33",
|
|
2374
|
-
"password-prompt": "^1.1.2",
|
|
2375
|
-
"slice-ansi": "^4.0.0",
|
|
2376
|
-
"string-width": "^4.2.3",
|
|
2377
|
-
"strip-ansi": "^6.0.1",
|
|
2378
|
-
"supports-color": "^8.1.1",
|
|
2379
|
-
"supports-hyperlinks": "^2.2.0",
|
|
2380
|
-
"widest-line": "^3.1.0",
|
|
2381
|
-
"wordwrap": "^1.0.0",
|
|
2382
|
-
"wrap-ansi": "^7.0.0"
|
|
2383
|
-
},
|
|
2384
|
-
"engines": {
|
|
2385
|
-
"node": ">=18.0.0"
|
|
2386
|
-
}
|
|
2387
|
-
},
|
|
2388
|
-
"node_modules/@oclif/plugin-commands/node_modules/supports-color": {
|
|
2389
|
-
"version": "8.1.1",
|
|
2390
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2391
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2392
|
-
"license": "MIT",
|
|
2393
|
-
"dependencies": {
|
|
2394
|
-
"has-flag": "^4.0.0"
|
|
2395
|
-
},
|
|
2396
|
-
"engines": {
|
|
2397
|
-
"node": ">=10"
|
|
2398
|
-
},
|
|
2399
|
-
"funding": {
|
|
2400
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2401
|
-
}
|
|
2402
|
-
},
|
|
2403
2323
|
"node_modules/@oclif/plugin-help": {
|
|
2404
2324
|
"version": "6.0.5",
|
|
2405
2325
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.5.tgz",
|
|
@@ -2412,57 +2332,6 @@
|
|
|
2412
2332
|
"node": ">=18.0.0"
|
|
2413
2333
|
}
|
|
2414
2334
|
},
|
|
2415
|
-
"node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
|
|
2416
|
-
"version": "3.9.1",
|
|
2417
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
2418
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
2419
|
-
"license": "MIT",
|
|
2420
|
-
"dependencies": {
|
|
2421
|
-
"ansi-escapes": "^4.3.2",
|
|
2422
|
-
"ansi-styles": "^4.3.0",
|
|
2423
|
-
"cardinal": "^2.1.1",
|
|
2424
|
-
"chalk": "^4.1.2",
|
|
2425
|
-
"clean-stack": "^3.0.1",
|
|
2426
|
-
"cli-progress": "^3.12.0",
|
|
2427
|
-
"debug": "^4.3.4",
|
|
2428
|
-
"ejs": "^3.1.9",
|
|
2429
|
-
"get-package-type": "^0.1.0",
|
|
2430
|
-
"globby": "^11.1.0",
|
|
2431
|
-
"hyperlinker": "^1.0.0",
|
|
2432
|
-
"indent-string": "^4.0.0",
|
|
2433
|
-
"is-wsl": "^2.2.0",
|
|
2434
|
-
"js-yaml": "^3.14.1",
|
|
2435
|
-
"natural-orderby": "^2.0.3",
|
|
2436
|
-
"object-treeify": "^1.1.33",
|
|
2437
|
-
"password-prompt": "^1.1.2",
|
|
2438
|
-
"slice-ansi": "^4.0.0",
|
|
2439
|
-
"string-width": "^4.2.3",
|
|
2440
|
-
"strip-ansi": "^6.0.1",
|
|
2441
|
-
"supports-color": "^8.1.1",
|
|
2442
|
-
"supports-hyperlinks": "^2.2.0",
|
|
2443
|
-
"widest-line": "^3.1.0",
|
|
2444
|
-
"wordwrap": "^1.0.0",
|
|
2445
|
-
"wrap-ansi": "^7.0.0"
|
|
2446
|
-
},
|
|
2447
|
-
"engines": {
|
|
2448
|
-
"node": ">=18.0.0"
|
|
2449
|
-
}
|
|
2450
|
-
},
|
|
2451
|
-
"node_modules/@oclif/plugin-help/node_modules/supports-color": {
|
|
2452
|
-
"version": "8.1.1",
|
|
2453
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2454
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2455
|
-
"license": "MIT",
|
|
2456
|
-
"dependencies": {
|
|
2457
|
-
"has-flag": "^4.0.0"
|
|
2458
|
-
},
|
|
2459
|
-
"engines": {
|
|
2460
|
-
"node": ">=10"
|
|
2461
|
-
},
|
|
2462
|
-
"funding": {
|
|
2463
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2464
|
-
}
|
|
2465
|
-
},
|
|
2466
2335
|
"node_modules/@oclif/plugin-not-found": {
|
|
2467
2336
|
"version": "3.0.2",
|
|
2468
2337
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.2.tgz",
|
|
@@ -2477,74 +2346,10 @@
|
|
|
2477
2346
|
"node": ">=18.0.0"
|
|
2478
2347
|
}
|
|
2479
2348
|
},
|
|
2480
|
-
"node_modules/@oclif/plugin-not-found/node_modules
|
|
2481
|
-
"version": "3.
|
|
2482
|
-
"resolved": "https://registry.npmjs.org
|
|
2483
|
-
"integrity": "sha512-
|
|
2484
|
-
"license": "MIT",
|
|
2485
|
-
"dependencies": {
|
|
2486
|
-
"ansi-escapes": "^4.3.2",
|
|
2487
|
-
"ansi-styles": "^4.3.0",
|
|
2488
|
-
"cardinal": "^2.1.1",
|
|
2489
|
-
"chalk": "^4.1.2",
|
|
2490
|
-
"clean-stack": "^3.0.1",
|
|
2491
|
-
"cli-progress": "^3.12.0",
|
|
2492
|
-
"debug": "^4.3.4",
|
|
2493
|
-
"ejs": "^3.1.9",
|
|
2494
|
-
"get-package-type": "^0.1.0",
|
|
2495
|
-
"globby": "^11.1.0",
|
|
2496
|
-
"hyperlinker": "^1.0.0",
|
|
2497
|
-
"indent-string": "^4.0.0",
|
|
2498
|
-
"is-wsl": "^2.2.0",
|
|
2499
|
-
"js-yaml": "^3.14.1",
|
|
2500
|
-
"natural-orderby": "^2.0.3",
|
|
2501
|
-
"object-treeify": "^1.1.33",
|
|
2502
|
-
"password-prompt": "^1.1.2",
|
|
2503
|
-
"slice-ansi": "^4.0.0",
|
|
2504
|
-
"string-width": "^4.2.3",
|
|
2505
|
-
"strip-ansi": "^6.0.1",
|
|
2506
|
-
"supports-color": "^8.1.1",
|
|
2507
|
-
"supports-hyperlinks": "^2.2.0",
|
|
2508
|
-
"widest-line": "^3.1.0",
|
|
2509
|
-
"wordwrap": "^1.0.0",
|
|
2510
|
-
"wrap-ansi": "^7.0.0"
|
|
2511
|
-
},
|
|
2512
|
-
"engines": {
|
|
2513
|
-
"node": ">=18.0.0"
|
|
2514
|
-
}
|
|
2515
|
-
},
|
|
2516
|
-
"node_modules/@oclif/plugin-not-found/node_modules/@oclif/core/node_modules/chalk": {
|
|
2517
|
-
"version": "4.1.2",
|
|
2518
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2519
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2520
|
-
"license": "MIT",
|
|
2521
|
-
"dependencies": {
|
|
2522
|
-
"ansi-styles": "^4.1.0",
|
|
2523
|
-
"supports-color": "^7.1.0"
|
|
2524
|
-
},
|
|
2525
|
-
"engines": {
|
|
2526
|
-
"node": ">=10"
|
|
2527
|
-
},
|
|
2528
|
-
"funding": {
|
|
2529
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2530
|
-
}
|
|
2531
|
-
},
|
|
2532
|
-
"node_modules/@oclif/plugin-not-found/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
2533
|
-
"version": "7.2.0",
|
|
2534
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2535
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2536
|
-
"license": "MIT",
|
|
2537
|
-
"dependencies": {
|
|
2538
|
-
"has-flag": "^4.0.0"
|
|
2539
|
-
},
|
|
2540
|
-
"engines": {
|
|
2541
|
-
"node": ">=8"
|
|
2542
|
-
}
|
|
2543
|
-
},
|
|
2544
|
-
"node_modules/@oclif/plugin-not-found/node_modules/chalk": {
|
|
2545
|
-
"version": "5.3.0",
|
|
2546
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
2547
|
-
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
2349
|
+
"node_modules/@oclif/plugin-not-found/node_modules/chalk": {
|
|
2350
|
+
"version": "5.3.0",
|
|
2351
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
2352
|
+
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
2548
2353
|
"license": "MIT",
|
|
2549
2354
|
"engines": {
|
|
2550
2355
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
@@ -2553,25 +2358,10 @@
|
|
|
2553
2358
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2554
2359
|
}
|
|
2555
2360
|
},
|
|
2556
|
-
"node_modules/@oclif/plugin-not-found/node_modules/supports-color": {
|
|
2557
|
-
"version": "8.1.1",
|
|
2558
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2559
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2560
|
-
"license": "MIT",
|
|
2561
|
-
"dependencies": {
|
|
2562
|
-
"has-flag": "^4.0.0"
|
|
2563
|
-
},
|
|
2564
|
-
"engines": {
|
|
2565
|
-
"node": ">=10"
|
|
2566
|
-
},
|
|
2567
|
-
"funding": {
|
|
2568
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2569
|
-
}
|
|
2570
|
-
},
|
|
2571
2361
|
"node_modules/@oclif/plugin-plugins": {
|
|
2572
|
-
"version": "4.0.
|
|
2573
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.0.
|
|
2574
|
-
"integrity": "sha512-
|
|
2362
|
+
"version": "4.0.2",
|
|
2363
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.0.2.tgz",
|
|
2364
|
+
"integrity": "sha512-Pc+EqLYmD6PZwKufmv6yMgfsxwWwqnogLRsovgt3NhozVL/YiC0OQUfIZA1wc1LdF6ACikykc/wtqHca41igOQ==",
|
|
2575
2365
|
"license": "MIT",
|
|
2576
2366
|
"dependencies": {
|
|
2577
2367
|
"@oclif/core": "^3.7.1",
|
|
@@ -2588,70 +2378,6 @@
|
|
|
2588
2378
|
"node": ">=18.0.0"
|
|
2589
2379
|
}
|
|
2590
2380
|
},
|
|
2591
|
-
"node_modules/@oclif/plugin-plugins/node_modules/@oclif/core": {
|
|
2592
|
-
"version": "3.9.1",
|
|
2593
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
2594
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
2595
|
-
"license": "MIT",
|
|
2596
|
-
"dependencies": {
|
|
2597
|
-
"ansi-escapes": "^4.3.2",
|
|
2598
|
-
"ansi-styles": "^4.3.0",
|
|
2599
|
-
"cardinal": "^2.1.1",
|
|
2600
|
-
"chalk": "^4.1.2",
|
|
2601
|
-
"clean-stack": "^3.0.1",
|
|
2602
|
-
"cli-progress": "^3.12.0",
|
|
2603
|
-
"debug": "^4.3.4",
|
|
2604
|
-
"ejs": "^3.1.9",
|
|
2605
|
-
"get-package-type": "^0.1.0",
|
|
2606
|
-
"globby": "^11.1.0",
|
|
2607
|
-
"hyperlinker": "^1.0.0",
|
|
2608
|
-
"indent-string": "^4.0.0",
|
|
2609
|
-
"is-wsl": "^2.2.0",
|
|
2610
|
-
"js-yaml": "^3.14.1",
|
|
2611
|
-
"natural-orderby": "^2.0.3",
|
|
2612
|
-
"object-treeify": "^1.1.33",
|
|
2613
|
-
"password-prompt": "^1.1.2",
|
|
2614
|
-
"slice-ansi": "^4.0.0",
|
|
2615
|
-
"string-width": "^4.2.3",
|
|
2616
|
-
"strip-ansi": "^6.0.1",
|
|
2617
|
-
"supports-color": "^8.1.1",
|
|
2618
|
-
"supports-hyperlinks": "^2.2.0",
|
|
2619
|
-
"widest-line": "^3.1.0",
|
|
2620
|
-
"wordwrap": "^1.0.0",
|
|
2621
|
-
"wrap-ansi": "^7.0.0"
|
|
2622
|
-
},
|
|
2623
|
-
"engines": {
|
|
2624
|
-
"node": ">=18.0.0"
|
|
2625
|
-
}
|
|
2626
|
-
},
|
|
2627
|
-
"node_modules/@oclif/plugin-plugins/node_modules/@oclif/core/node_modules/chalk": {
|
|
2628
|
-
"version": "4.1.2",
|
|
2629
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2630
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2631
|
-
"license": "MIT",
|
|
2632
|
-
"dependencies": {
|
|
2633
|
-
"ansi-styles": "^4.1.0",
|
|
2634
|
-
"supports-color": "^7.1.0"
|
|
2635
|
-
},
|
|
2636
|
-
"engines": {
|
|
2637
|
-
"node": ">=10"
|
|
2638
|
-
},
|
|
2639
|
-
"funding": {
|
|
2640
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2641
|
-
}
|
|
2642
|
-
},
|
|
2643
|
-
"node_modules/@oclif/plugin-plugins/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
2644
|
-
"version": "7.2.0",
|
|
2645
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2646
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2647
|
-
"license": "MIT",
|
|
2648
|
-
"dependencies": {
|
|
2649
|
-
"has-flag": "^4.0.0"
|
|
2650
|
-
},
|
|
2651
|
-
"engines": {
|
|
2652
|
-
"node": ">=8"
|
|
2653
|
-
}
|
|
2654
|
-
},
|
|
2655
2381
|
"node_modules/@oclif/plugin-plugins/node_modules/chalk": {
|
|
2656
2382
|
"version": "5.3.0",
|
|
2657
2383
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -2664,21 +2390,6 @@
|
|
|
2664
2390
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2665
2391
|
}
|
|
2666
2392
|
},
|
|
2667
|
-
"node_modules/@oclif/plugin-plugins/node_modules/supports-color": {
|
|
2668
|
-
"version": "8.1.1",
|
|
2669
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2670
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2671
|
-
"license": "MIT",
|
|
2672
|
-
"dependencies": {
|
|
2673
|
-
"has-flag": "^4.0.0"
|
|
2674
|
-
},
|
|
2675
|
-
"engines": {
|
|
2676
|
-
"node": ">=10"
|
|
2677
|
-
},
|
|
2678
|
-
"funding": {
|
|
2679
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2680
|
-
}
|
|
2681
|
-
},
|
|
2682
2393
|
"node_modules/@oclif/plugin-search": {
|
|
2683
2394
|
"version": "1.0.5",
|
|
2684
2395
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.5.tgz",
|
|
@@ -2692,57 +2403,6 @@
|
|
|
2692
2403
|
"node": ">=18.0.0"
|
|
2693
2404
|
}
|
|
2694
2405
|
},
|
|
2695
|
-
"node_modules/@oclif/plugin-search/node_modules/@oclif/core": {
|
|
2696
|
-
"version": "3.9.1",
|
|
2697
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
2698
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
2699
|
-
"license": "MIT",
|
|
2700
|
-
"dependencies": {
|
|
2701
|
-
"ansi-escapes": "^4.3.2",
|
|
2702
|
-
"ansi-styles": "^4.3.0",
|
|
2703
|
-
"cardinal": "^2.1.1",
|
|
2704
|
-
"chalk": "^4.1.2",
|
|
2705
|
-
"clean-stack": "^3.0.1",
|
|
2706
|
-
"cli-progress": "^3.12.0",
|
|
2707
|
-
"debug": "^4.3.4",
|
|
2708
|
-
"ejs": "^3.1.9",
|
|
2709
|
-
"get-package-type": "^0.1.0",
|
|
2710
|
-
"globby": "^11.1.0",
|
|
2711
|
-
"hyperlinker": "^1.0.0",
|
|
2712
|
-
"indent-string": "^4.0.0",
|
|
2713
|
-
"is-wsl": "^2.2.0",
|
|
2714
|
-
"js-yaml": "^3.14.1",
|
|
2715
|
-
"natural-orderby": "^2.0.3",
|
|
2716
|
-
"object-treeify": "^1.1.33",
|
|
2717
|
-
"password-prompt": "^1.1.2",
|
|
2718
|
-
"slice-ansi": "^4.0.0",
|
|
2719
|
-
"string-width": "^4.2.3",
|
|
2720
|
-
"strip-ansi": "^6.0.1",
|
|
2721
|
-
"supports-color": "^8.1.1",
|
|
2722
|
-
"supports-hyperlinks": "^2.2.0",
|
|
2723
|
-
"widest-line": "^3.1.0",
|
|
2724
|
-
"wordwrap": "^1.0.0",
|
|
2725
|
-
"wrap-ansi": "^7.0.0"
|
|
2726
|
-
},
|
|
2727
|
-
"engines": {
|
|
2728
|
-
"node": ">=18.0.0"
|
|
2729
|
-
}
|
|
2730
|
-
},
|
|
2731
|
-
"node_modules/@oclif/plugin-search/node_modules/supports-color": {
|
|
2732
|
-
"version": "8.1.1",
|
|
2733
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2734
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2735
|
-
"license": "MIT",
|
|
2736
|
-
"dependencies": {
|
|
2737
|
-
"has-flag": "^4.0.0"
|
|
2738
|
-
},
|
|
2739
|
-
"engines": {
|
|
2740
|
-
"node": ">=10"
|
|
2741
|
-
},
|
|
2742
|
-
"funding": {
|
|
2743
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2744
|
-
}
|
|
2745
|
-
},
|
|
2746
2406
|
"node_modules/@oclif/plugin-update": {
|
|
2747
2407
|
"version": "4.1.3",
|
|
2748
2408
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.1.3.tgz",
|
|
@@ -2764,70 +2424,6 @@
|
|
|
2764
2424
|
"node": ">=18.0.0"
|
|
2765
2425
|
}
|
|
2766
2426
|
},
|
|
2767
|
-
"node_modules/@oclif/plugin-update/node_modules/@oclif/core": {
|
|
2768
|
-
"version": "3.9.1",
|
|
2769
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
2770
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
2771
|
-
"license": "MIT",
|
|
2772
|
-
"dependencies": {
|
|
2773
|
-
"ansi-escapes": "^4.3.2",
|
|
2774
|
-
"ansi-styles": "^4.3.0",
|
|
2775
|
-
"cardinal": "^2.1.1",
|
|
2776
|
-
"chalk": "^4.1.2",
|
|
2777
|
-
"clean-stack": "^3.0.1",
|
|
2778
|
-
"cli-progress": "^3.12.0",
|
|
2779
|
-
"debug": "^4.3.4",
|
|
2780
|
-
"ejs": "^3.1.9",
|
|
2781
|
-
"get-package-type": "^0.1.0",
|
|
2782
|
-
"globby": "^11.1.0",
|
|
2783
|
-
"hyperlinker": "^1.0.0",
|
|
2784
|
-
"indent-string": "^4.0.0",
|
|
2785
|
-
"is-wsl": "^2.2.0",
|
|
2786
|
-
"js-yaml": "^3.14.1",
|
|
2787
|
-
"natural-orderby": "^2.0.3",
|
|
2788
|
-
"object-treeify": "^1.1.33",
|
|
2789
|
-
"password-prompt": "^1.1.2",
|
|
2790
|
-
"slice-ansi": "^4.0.0",
|
|
2791
|
-
"string-width": "^4.2.3",
|
|
2792
|
-
"strip-ansi": "^6.0.1",
|
|
2793
|
-
"supports-color": "^8.1.1",
|
|
2794
|
-
"supports-hyperlinks": "^2.2.0",
|
|
2795
|
-
"widest-line": "^3.1.0",
|
|
2796
|
-
"wordwrap": "^1.0.0",
|
|
2797
|
-
"wrap-ansi": "^7.0.0"
|
|
2798
|
-
},
|
|
2799
|
-
"engines": {
|
|
2800
|
-
"node": ">=18.0.0"
|
|
2801
|
-
}
|
|
2802
|
-
},
|
|
2803
|
-
"node_modules/@oclif/plugin-update/node_modules/@oclif/core/node_modules/chalk": {
|
|
2804
|
-
"version": "4.1.2",
|
|
2805
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2806
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2807
|
-
"license": "MIT",
|
|
2808
|
-
"dependencies": {
|
|
2809
|
-
"ansi-styles": "^4.1.0",
|
|
2810
|
-
"supports-color": "^7.1.0"
|
|
2811
|
-
},
|
|
2812
|
-
"engines": {
|
|
2813
|
-
"node": ">=10"
|
|
2814
|
-
},
|
|
2815
|
-
"funding": {
|
|
2816
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2817
|
-
}
|
|
2818
|
-
},
|
|
2819
|
-
"node_modules/@oclif/plugin-update/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
2820
|
-
"version": "7.2.0",
|
|
2821
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2822
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2823
|
-
"license": "MIT",
|
|
2824
|
-
"dependencies": {
|
|
2825
|
-
"has-flag": "^4.0.0"
|
|
2826
|
-
},
|
|
2827
|
-
"engines": {
|
|
2828
|
-
"node": ">=8"
|
|
2829
|
-
}
|
|
2830
|
-
},
|
|
2831
2427
|
"node_modules/@oclif/plugin-update/node_modules/chalk": {
|
|
2832
2428
|
"version": "5.3.0",
|
|
2833
2429
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -2921,85 +2517,19 @@
|
|
|
2921
2517
|
"integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
|
|
2922
2518
|
"license": "MIT",
|
|
2923
2519
|
"engines": {
|
|
2924
|
-
"node": ">=0.12.0"
|
|
2925
|
-
}
|
|
2926
|
-
},
|
|
2927
|
-
"node_modules/@oclif/plugin-update/node_modules/supports-color": {
|
|
2928
|
-
"version": "8.1.1",
|
|
2929
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
2930
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
2931
|
-
"license": "MIT",
|
|
2932
|
-
"dependencies": {
|
|
2933
|
-
"has-flag": "^4.0.0"
|
|
2934
|
-
},
|
|
2935
|
-
"engines": {
|
|
2936
|
-
"node": ">=10"
|
|
2937
|
-
},
|
|
2938
|
-
"funding": {
|
|
2939
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2940
|
-
}
|
|
2941
|
-
},
|
|
2942
|
-
"node_modules/@oclif/plugin-version": {
|
|
2943
|
-
"version": "2.0.4",
|
|
2944
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.4.tgz",
|
|
2945
|
-
"integrity": "sha512-zMufYMcyXhHb/FHnkgf2xcmceSgWDPPFVnBhBkpG3iEefD3WxaZPxSYm2NZhQUjS4Y5re7bKmuCmAtzxL5GAuA==",
|
|
2946
|
-
"license": "MIT",
|
|
2947
|
-
"dependencies": {
|
|
2948
|
-
"@oclif/core": "^3.9.1"
|
|
2949
|
-
},
|
|
2950
|
-
"engines": {
|
|
2951
|
-
"node": ">=18.0.0"
|
|
2952
|
-
}
|
|
2953
|
-
},
|
|
2954
|
-
"node_modules/@oclif/plugin-version/node_modules/@oclif/core": {
|
|
2955
|
-
"version": "3.9.1",
|
|
2956
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
2957
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
2958
|
-
"license": "MIT",
|
|
2959
|
-
"dependencies": {
|
|
2960
|
-
"ansi-escapes": "^4.3.2",
|
|
2961
|
-
"ansi-styles": "^4.3.0",
|
|
2962
|
-
"cardinal": "^2.1.1",
|
|
2963
|
-
"chalk": "^4.1.2",
|
|
2964
|
-
"clean-stack": "^3.0.1",
|
|
2965
|
-
"cli-progress": "^3.12.0",
|
|
2966
|
-
"debug": "^4.3.4",
|
|
2967
|
-
"ejs": "^3.1.9",
|
|
2968
|
-
"get-package-type": "^0.1.0",
|
|
2969
|
-
"globby": "^11.1.0",
|
|
2970
|
-
"hyperlinker": "^1.0.0",
|
|
2971
|
-
"indent-string": "^4.0.0",
|
|
2972
|
-
"is-wsl": "^2.2.0",
|
|
2973
|
-
"js-yaml": "^3.14.1",
|
|
2974
|
-
"natural-orderby": "^2.0.3",
|
|
2975
|
-
"object-treeify": "^1.1.33",
|
|
2976
|
-
"password-prompt": "^1.1.2",
|
|
2977
|
-
"slice-ansi": "^4.0.0",
|
|
2978
|
-
"string-width": "^4.2.3",
|
|
2979
|
-
"strip-ansi": "^6.0.1",
|
|
2980
|
-
"supports-color": "^8.1.1",
|
|
2981
|
-
"supports-hyperlinks": "^2.2.0",
|
|
2982
|
-
"widest-line": "^3.1.0",
|
|
2983
|
-
"wordwrap": "^1.0.0",
|
|
2984
|
-
"wrap-ansi": "^7.0.0"
|
|
2985
|
-
},
|
|
2986
|
-
"engines": {
|
|
2987
|
-
"node": ">=18.0.0"
|
|
2520
|
+
"node": ">=0.12.0"
|
|
2988
2521
|
}
|
|
2989
2522
|
},
|
|
2990
|
-
"node_modules/@oclif/plugin-version
|
|
2991
|
-
"version": "
|
|
2992
|
-
"resolved": "https://registry.npmjs.org/
|
|
2993
|
-
"integrity": "sha512-
|
|
2523
|
+
"node_modules/@oclif/plugin-version": {
|
|
2524
|
+
"version": "2.0.4",
|
|
2525
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.4.tgz",
|
|
2526
|
+
"integrity": "sha512-zMufYMcyXhHb/FHnkgf2xcmceSgWDPPFVnBhBkpG3iEefD3WxaZPxSYm2NZhQUjS4Y5re7bKmuCmAtzxL5GAuA==",
|
|
2994
2527
|
"license": "MIT",
|
|
2995
2528
|
"dependencies": {
|
|
2996
|
-
"
|
|
2529
|
+
"@oclif/core": "^3.9.1"
|
|
2997
2530
|
},
|
|
2998
2531
|
"engines": {
|
|
2999
|
-
"node": ">=
|
|
3000
|
-
},
|
|
3001
|
-
"funding": {
|
|
3002
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
2532
|
+
"node": ">=18.0.0"
|
|
3003
2533
|
}
|
|
3004
2534
|
},
|
|
3005
2535
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
@@ -3018,70 +2548,6 @@
|
|
|
3018
2548
|
"node": ">=18.0.0"
|
|
3019
2549
|
}
|
|
3020
2550
|
},
|
|
3021
|
-
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": {
|
|
3022
|
-
"version": "3.9.1",
|
|
3023
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
3024
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
3025
|
-
"license": "MIT",
|
|
3026
|
-
"dependencies": {
|
|
3027
|
-
"ansi-escapes": "^4.3.2",
|
|
3028
|
-
"ansi-styles": "^4.3.0",
|
|
3029
|
-
"cardinal": "^2.1.1",
|
|
3030
|
-
"chalk": "^4.1.2",
|
|
3031
|
-
"clean-stack": "^3.0.1",
|
|
3032
|
-
"cli-progress": "^3.12.0",
|
|
3033
|
-
"debug": "^4.3.4",
|
|
3034
|
-
"ejs": "^3.1.9",
|
|
3035
|
-
"get-package-type": "^0.1.0",
|
|
3036
|
-
"globby": "^11.1.0",
|
|
3037
|
-
"hyperlinker": "^1.0.0",
|
|
3038
|
-
"indent-string": "^4.0.0",
|
|
3039
|
-
"is-wsl": "^2.2.0",
|
|
3040
|
-
"js-yaml": "^3.14.1",
|
|
3041
|
-
"natural-orderby": "^2.0.3",
|
|
3042
|
-
"object-treeify": "^1.1.33",
|
|
3043
|
-
"password-prompt": "^1.1.2",
|
|
3044
|
-
"slice-ansi": "^4.0.0",
|
|
3045
|
-
"string-width": "^4.2.3",
|
|
3046
|
-
"strip-ansi": "^6.0.1",
|
|
3047
|
-
"supports-color": "^8.1.1",
|
|
3048
|
-
"supports-hyperlinks": "^2.2.0",
|
|
3049
|
-
"widest-line": "^3.1.0",
|
|
3050
|
-
"wordwrap": "^1.0.0",
|
|
3051
|
-
"wrap-ansi": "^7.0.0"
|
|
3052
|
-
},
|
|
3053
|
-
"engines": {
|
|
3054
|
-
"node": ">=18.0.0"
|
|
3055
|
-
}
|
|
3056
|
-
},
|
|
3057
|
-
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core/node_modules/chalk": {
|
|
3058
|
-
"version": "4.1.2",
|
|
3059
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3060
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3061
|
-
"license": "MIT",
|
|
3062
|
-
"dependencies": {
|
|
3063
|
-
"ansi-styles": "^4.1.0",
|
|
3064
|
-
"supports-color": "^7.1.0"
|
|
3065
|
-
},
|
|
3066
|
-
"engines": {
|
|
3067
|
-
"node": ">=10"
|
|
3068
|
-
},
|
|
3069
|
-
"funding": {
|
|
3070
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3071
|
-
}
|
|
3072
|
-
},
|
|
3073
|
-
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3074
|
-
"version": "7.2.0",
|
|
3075
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3076
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3077
|
-
"license": "MIT",
|
|
3078
|
-
"dependencies": {
|
|
3079
|
-
"has-flag": "^4.0.0"
|
|
3080
|
-
},
|
|
3081
|
-
"engines": {
|
|
3082
|
-
"node": ">=8"
|
|
3083
|
-
}
|
|
3084
|
-
},
|
|
3085
2551
|
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/chalk": {
|
|
3086
2552
|
"version": "5.3.0",
|
|
3087
2553
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -3094,21 +2560,6 @@
|
|
|
3094
2560
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3095
2561
|
}
|
|
3096
2562
|
},
|
|
3097
|
-
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/supports-color": {
|
|
3098
|
-
"version": "8.1.1",
|
|
3099
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3100
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3101
|
-
"license": "MIT",
|
|
3102
|
-
"dependencies": {
|
|
3103
|
-
"has-flag": "^4.0.0"
|
|
3104
|
-
},
|
|
3105
|
-
"engines": {
|
|
3106
|
-
"node": ">=10"
|
|
3107
|
-
},
|
|
3108
|
-
"funding": {
|
|
3109
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3110
|
-
}
|
|
3111
|
-
},
|
|
3112
2563
|
"node_modules/@oclif/plugin-which": {
|
|
3113
2564
|
"version": "3.0.7",
|
|
3114
2565
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.0.7.tgz",
|
|
@@ -3121,57 +2572,6 @@
|
|
|
3121
2572
|
"node": ">=18.0.0"
|
|
3122
2573
|
}
|
|
3123
2574
|
},
|
|
3124
|
-
"node_modules/@oclif/plugin-which/node_modules/@oclif/core": {
|
|
3125
|
-
"version": "3.9.1",
|
|
3126
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
3127
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
3128
|
-
"license": "MIT",
|
|
3129
|
-
"dependencies": {
|
|
3130
|
-
"ansi-escapes": "^4.3.2",
|
|
3131
|
-
"ansi-styles": "^4.3.0",
|
|
3132
|
-
"cardinal": "^2.1.1",
|
|
3133
|
-
"chalk": "^4.1.2",
|
|
3134
|
-
"clean-stack": "^3.0.1",
|
|
3135
|
-
"cli-progress": "^3.12.0",
|
|
3136
|
-
"debug": "^4.3.4",
|
|
3137
|
-
"ejs": "^3.1.9",
|
|
3138
|
-
"get-package-type": "^0.1.0",
|
|
3139
|
-
"globby": "^11.1.0",
|
|
3140
|
-
"hyperlinker": "^1.0.0",
|
|
3141
|
-
"indent-string": "^4.0.0",
|
|
3142
|
-
"is-wsl": "^2.2.0",
|
|
3143
|
-
"js-yaml": "^3.14.1",
|
|
3144
|
-
"natural-orderby": "^2.0.3",
|
|
3145
|
-
"object-treeify": "^1.1.33",
|
|
3146
|
-
"password-prompt": "^1.1.2",
|
|
3147
|
-
"slice-ansi": "^4.0.0",
|
|
3148
|
-
"string-width": "^4.2.3",
|
|
3149
|
-
"strip-ansi": "^6.0.1",
|
|
3150
|
-
"supports-color": "^8.1.1",
|
|
3151
|
-
"supports-hyperlinks": "^2.2.0",
|
|
3152
|
-
"widest-line": "^3.1.0",
|
|
3153
|
-
"wordwrap": "^1.0.0",
|
|
3154
|
-
"wrap-ansi": "^7.0.0"
|
|
3155
|
-
},
|
|
3156
|
-
"engines": {
|
|
3157
|
-
"node": ">=18.0.0"
|
|
3158
|
-
}
|
|
3159
|
-
},
|
|
3160
|
-
"node_modules/@oclif/plugin-which/node_modules/supports-color": {
|
|
3161
|
-
"version": "8.1.1",
|
|
3162
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3163
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3164
|
-
"license": "MIT",
|
|
3165
|
-
"dependencies": {
|
|
3166
|
-
"has-flag": "^4.0.0"
|
|
3167
|
-
},
|
|
3168
|
-
"engines": {
|
|
3169
|
-
"node": ">=10"
|
|
3170
|
-
},
|
|
3171
|
-
"funding": {
|
|
3172
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3173
|
-
}
|
|
3174
|
-
},
|
|
3175
2575
|
"node_modules/@octokit/auth-token": {
|
|
3176
2576
|
"version": "2.5.0",
|
|
3177
2577
|
"resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.5.0.tgz",
|
|
@@ -3477,14 +2877,14 @@
|
|
|
3477
2877
|
}
|
|
3478
2878
|
},
|
|
3479
2879
|
"node_modules/@salesforce/core": {
|
|
3480
|
-
"version": "5.3.
|
|
3481
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.
|
|
3482
|
-
"integrity": "sha512-
|
|
2880
|
+
"version": "5.3.16",
|
|
2881
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.3.16.tgz",
|
|
2882
|
+
"integrity": "sha512-Q5BOFPwACXe/ebwROzpacwPA/WSRfOM7W63exX4b0Gv2rQoMB2NZLxHBQP3FZ4eH4PMHvBB16IzmtNq8vSJktw==",
|
|
3483
2883
|
"license": "BSD-3-Clause",
|
|
3484
2884
|
"dependencies": {
|
|
3485
|
-
"@salesforce/kit": "^3.0.
|
|
2885
|
+
"@salesforce/kit": "^3.0.15",
|
|
3486
2886
|
"@salesforce/schemas": "^1.6.1",
|
|
3487
|
-
"@salesforce/ts-types": "^2.0.
|
|
2887
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
3488
2888
|
"@types/semver": "^7.5.3",
|
|
3489
2889
|
"ajv": "^8.12.0",
|
|
3490
2890
|
"change-case": "^4.1.2",
|
|
@@ -3627,13 +3027,6 @@
|
|
|
3627
3027
|
"dev": true,
|
|
3628
3028
|
"license": "MIT"
|
|
3629
3029
|
},
|
|
3630
|
-
"node_modules/@salesforce/dev-scripts/node_modules/argparse": {
|
|
3631
|
-
"version": "2.0.1",
|
|
3632
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
3633
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
3634
|
-
"dev": true,
|
|
3635
|
-
"license": "Python-2.0"
|
|
3636
|
-
},
|
|
3637
3030
|
"node_modules/@salesforce/dev-scripts/node_modules/brace-expansion": {
|
|
3638
3031
|
"version": "1.1.11",
|
|
3639
3032
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
@@ -3779,19 +3172,6 @@
|
|
|
3779
3172
|
"node": "*"
|
|
3780
3173
|
}
|
|
3781
3174
|
},
|
|
3782
|
-
"node_modules/@salesforce/dev-scripts/node_modules/js-yaml": {
|
|
3783
|
-
"version": "4.1.0",
|
|
3784
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
3785
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
3786
|
-
"dev": true,
|
|
3787
|
-
"license": "MIT",
|
|
3788
|
-
"dependencies": {
|
|
3789
|
-
"argparse": "^2.0.1"
|
|
3790
|
-
},
|
|
3791
|
-
"bin": {
|
|
3792
|
-
"js-yaml": "bin/js-yaml.js"
|
|
3793
|
-
}
|
|
3794
|
-
},
|
|
3795
3175
|
"node_modules/@salesforce/dev-scripts/node_modules/minimatch": {
|
|
3796
3176
|
"version": "4.2.1",
|
|
3797
3177
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-4.2.1.tgz",
|
|
@@ -4107,6 +3487,28 @@
|
|
|
4107
3487
|
"node": ">=16.0.0"
|
|
4108
3488
|
}
|
|
4109
3489
|
},
|
|
3490
|
+
"node_modules/@salesforce/plugin-apex/node_modules/argparse": {
|
|
3491
|
+
"version": "1.0.10",
|
|
3492
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3493
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3494
|
+
"license": "MIT",
|
|
3495
|
+
"dependencies": {
|
|
3496
|
+
"sprintf-js": "~1.0.2"
|
|
3497
|
+
}
|
|
3498
|
+
},
|
|
3499
|
+
"node_modules/@salesforce/plugin-apex/node_modules/js-yaml": {
|
|
3500
|
+
"version": "3.14.1",
|
|
3501
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3502
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3503
|
+
"license": "MIT",
|
|
3504
|
+
"dependencies": {
|
|
3505
|
+
"argparse": "^1.0.7",
|
|
3506
|
+
"esprima": "^4.0.0"
|
|
3507
|
+
},
|
|
3508
|
+
"bin": {
|
|
3509
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3510
|
+
}
|
|
3511
|
+
},
|
|
4110
3512
|
"node_modules/@salesforce/plugin-apex/node_modules/supports-color": {
|
|
4111
3513
|
"version": "8.1.1",
|
|
4112
3514
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4198,6 +3600,28 @@
|
|
|
4198
3600
|
"node": ">=16.0.0"
|
|
4199
3601
|
}
|
|
4200
3602
|
},
|
|
3603
|
+
"node_modules/@salesforce/plugin-auth/node_modules/argparse": {
|
|
3604
|
+
"version": "1.0.10",
|
|
3605
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3606
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3607
|
+
"license": "MIT",
|
|
3608
|
+
"dependencies": {
|
|
3609
|
+
"sprintf-js": "~1.0.2"
|
|
3610
|
+
}
|
|
3611
|
+
},
|
|
3612
|
+
"node_modules/@salesforce/plugin-auth/node_modules/js-yaml": {
|
|
3613
|
+
"version": "3.14.1",
|
|
3614
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3615
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3616
|
+
"license": "MIT",
|
|
3617
|
+
"dependencies": {
|
|
3618
|
+
"argparse": "^1.0.7",
|
|
3619
|
+
"esprima": "^4.0.0"
|
|
3620
|
+
},
|
|
3621
|
+
"bin": {
|
|
3622
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3623
|
+
}
|
|
3624
|
+
},
|
|
4201
3625
|
"node_modules/@salesforce/plugin-auth/node_modules/supports-color": {
|
|
4202
3626
|
"version": "8.1.1",
|
|
4203
3627
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4291,6 +3715,30 @@
|
|
|
4291
3715
|
"node": ">=16.0.0"
|
|
4292
3716
|
}
|
|
4293
3717
|
},
|
|
3718
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/argparse": {
|
|
3719
|
+
"version": "1.0.10",
|
|
3720
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3721
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3722
|
+
"dev": true,
|
|
3723
|
+
"license": "MIT",
|
|
3724
|
+
"dependencies": {
|
|
3725
|
+
"sprintf-js": "~1.0.2"
|
|
3726
|
+
}
|
|
3727
|
+
},
|
|
3728
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/js-yaml": {
|
|
3729
|
+
"version": "3.14.1",
|
|
3730
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3731
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3732
|
+
"dev": true,
|
|
3733
|
+
"license": "MIT",
|
|
3734
|
+
"dependencies": {
|
|
3735
|
+
"argparse": "^1.0.7",
|
|
3736
|
+
"esprima": "^4.0.0"
|
|
3737
|
+
},
|
|
3738
|
+
"bin": {
|
|
3739
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3740
|
+
}
|
|
3741
|
+
},
|
|
4294
3742
|
"node_modules/@salesforce/plugin-command-reference/node_modules/supports-color": {
|
|
4295
3743
|
"version": "8.1.1",
|
|
4296
3744
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4384,6 +3832,28 @@
|
|
|
4384
3832
|
"node": ">=16.0.0"
|
|
4385
3833
|
}
|
|
4386
3834
|
},
|
|
3835
|
+
"node_modules/@salesforce/plugin-data/node_modules/argparse": {
|
|
3836
|
+
"version": "1.0.10",
|
|
3837
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3838
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3839
|
+
"license": "MIT",
|
|
3840
|
+
"dependencies": {
|
|
3841
|
+
"sprintf-js": "~1.0.2"
|
|
3842
|
+
}
|
|
3843
|
+
},
|
|
3844
|
+
"node_modules/@salesforce/plugin-data/node_modules/js-yaml": {
|
|
3845
|
+
"version": "3.14.1",
|
|
3846
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3847
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3848
|
+
"license": "MIT",
|
|
3849
|
+
"dependencies": {
|
|
3850
|
+
"argparse": "^1.0.7",
|
|
3851
|
+
"esprima": "^4.0.0"
|
|
3852
|
+
},
|
|
3853
|
+
"bin": {
|
|
3854
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3855
|
+
}
|
|
3856
|
+
},
|
|
4387
3857
|
"node_modules/@salesforce/plugin-data/node_modules/supports-color": {
|
|
4388
3858
|
"version": "8.1.1",
|
|
4389
3859
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4400,18 +3870,18 @@
|
|
|
4400
3870
|
}
|
|
4401
3871
|
},
|
|
4402
3872
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4403
|
-
"version": "1.19.
|
|
4404
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.19.
|
|
4405
|
-
"integrity": "sha512-
|
|
3873
|
+
"version": "1.19.3",
|
|
3874
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.19.3.tgz",
|
|
3875
|
+
"integrity": "sha512-NA8hUidc7RDmPJRfm7Ntbac1B/W1xGaZ4eZkXU94DYaDTHFTQSwmoazuV14XfgYe+XI2GQD/4r6GCFDDkL1+TA==",
|
|
4406
3876
|
"license": "BSD-3-Clause",
|
|
4407
3877
|
"dependencies": {
|
|
4408
3878
|
"@oclif/core": "^2.15.0",
|
|
4409
3879
|
"@salesforce/apex-node": "^2.1.0",
|
|
4410
|
-
"@salesforce/core": "^5.3.
|
|
4411
|
-
"@salesforce/kit": "^3.0.
|
|
3880
|
+
"@salesforce/core": "^5.3.16",
|
|
3881
|
+
"@salesforce/kit": "^3.0.15",
|
|
4412
3882
|
"@salesforce/sf-plugins-core": "^3.1.22",
|
|
4413
|
-
"@salesforce/source-deploy-retrieve": "^9.
|
|
4414
|
-
"@salesforce/source-tracking": "^4.2.
|
|
3883
|
+
"@salesforce/source-deploy-retrieve": "^9.8.1",
|
|
3884
|
+
"@salesforce/source-tracking": "^4.2.20",
|
|
4415
3885
|
"chalk": "^4.1.2",
|
|
4416
3886
|
"shelljs": "^0.8.5",
|
|
4417
3887
|
"tslib": "^2"
|
|
@@ -4472,8 +3942,30 @@
|
|
|
4472
3942
|
"chalk": "^4",
|
|
4473
3943
|
"inquirer": "^8.2.5"
|
|
4474
3944
|
},
|
|
4475
|
-
"engines": {
|
|
4476
|
-
"node": ">=16.0.0"
|
|
3945
|
+
"engines": {
|
|
3946
|
+
"node": ">=16.0.0"
|
|
3947
|
+
}
|
|
3948
|
+
},
|
|
3949
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/argparse": {
|
|
3950
|
+
"version": "1.0.10",
|
|
3951
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3952
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3953
|
+
"license": "MIT",
|
|
3954
|
+
"dependencies": {
|
|
3955
|
+
"sprintf-js": "~1.0.2"
|
|
3956
|
+
}
|
|
3957
|
+
},
|
|
3958
|
+
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/js-yaml": {
|
|
3959
|
+
"version": "3.14.1",
|
|
3960
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3961
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3962
|
+
"license": "MIT",
|
|
3963
|
+
"dependencies": {
|
|
3964
|
+
"argparse": "^1.0.7",
|
|
3965
|
+
"esprima": "^4.0.0"
|
|
3966
|
+
},
|
|
3967
|
+
"bin": {
|
|
3968
|
+
"js-yaml": "bin/js-yaml.js"
|
|
4477
3969
|
}
|
|
4478
3970
|
},
|
|
4479
3971
|
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/supports-color": {
|
|
@@ -4569,6 +4061,28 @@
|
|
|
4569
4061
|
"node": ">=16.0.0"
|
|
4570
4062
|
}
|
|
4571
4063
|
},
|
|
4064
|
+
"node_modules/@salesforce/plugin-info/node_modules/argparse": {
|
|
4065
|
+
"version": "1.0.10",
|
|
4066
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4067
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4068
|
+
"license": "MIT",
|
|
4069
|
+
"dependencies": {
|
|
4070
|
+
"sprintf-js": "~1.0.2"
|
|
4071
|
+
}
|
|
4072
|
+
},
|
|
4073
|
+
"node_modules/@salesforce/plugin-info/node_modules/js-yaml": {
|
|
4074
|
+
"version": "3.14.1",
|
|
4075
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4076
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4077
|
+
"license": "MIT",
|
|
4078
|
+
"dependencies": {
|
|
4079
|
+
"argparse": "^1.0.7",
|
|
4080
|
+
"esprima": "^4.0.0"
|
|
4081
|
+
},
|
|
4082
|
+
"bin": {
|
|
4083
|
+
"js-yaml": "bin/js-yaml.js"
|
|
4084
|
+
}
|
|
4085
|
+
},
|
|
4572
4086
|
"node_modules/@salesforce/plugin-info/node_modules/supports-color": {
|
|
4573
4087
|
"version": "8.1.1",
|
|
4574
4088
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4657,6 +4171,28 @@
|
|
|
4657
4171
|
"node": ">=16.0.0"
|
|
4658
4172
|
}
|
|
4659
4173
|
},
|
|
4174
|
+
"node_modules/@salesforce/plugin-limits/node_modules/argparse": {
|
|
4175
|
+
"version": "1.0.10",
|
|
4176
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4177
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4178
|
+
"license": "MIT",
|
|
4179
|
+
"dependencies": {
|
|
4180
|
+
"sprintf-js": "~1.0.2"
|
|
4181
|
+
}
|
|
4182
|
+
},
|
|
4183
|
+
"node_modules/@salesforce/plugin-limits/node_modules/js-yaml": {
|
|
4184
|
+
"version": "3.14.1",
|
|
4185
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4186
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4187
|
+
"license": "MIT",
|
|
4188
|
+
"dependencies": {
|
|
4189
|
+
"argparse": "^1.0.7",
|
|
4190
|
+
"esprima": "^4.0.0"
|
|
4191
|
+
},
|
|
4192
|
+
"bin": {
|
|
4193
|
+
"js-yaml": "bin/js-yaml.js"
|
|
4194
|
+
}
|
|
4195
|
+
},
|
|
4660
4196
|
"node_modules/@salesforce/plugin-limits/node_modules/supports-color": {
|
|
4661
4197
|
"version": "8.1.1",
|
|
4662
4198
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4745,6 +4281,28 @@
|
|
|
4745
4281
|
"node": ">=16.0.0"
|
|
4746
4282
|
}
|
|
4747
4283
|
},
|
|
4284
|
+
"node_modules/@salesforce/plugin-login/node_modules/argparse": {
|
|
4285
|
+
"version": "1.0.10",
|
|
4286
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4287
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4288
|
+
"license": "MIT",
|
|
4289
|
+
"dependencies": {
|
|
4290
|
+
"sprintf-js": "~1.0.2"
|
|
4291
|
+
}
|
|
4292
|
+
},
|
|
4293
|
+
"node_modules/@salesforce/plugin-login/node_modules/js-yaml": {
|
|
4294
|
+
"version": "3.14.1",
|
|
4295
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4296
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4297
|
+
"license": "MIT",
|
|
4298
|
+
"dependencies": {
|
|
4299
|
+
"argparse": "^1.0.7",
|
|
4300
|
+
"esprima": "^4.0.0"
|
|
4301
|
+
},
|
|
4302
|
+
"bin": {
|
|
4303
|
+
"js-yaml": "bin/js-yaml.js"
|
|
4304
|
+
}
|
|
4305
|
+
},
|
|
4748
4306
|
"node_modules/@salesforce/plugin-login/node_modules/supports-color": {
|
|
4749
4307
|
"version": "8.1.1",
|
|
4750
4308
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4834,6 +4392,28 @@
|
|
|
4834
4392
|
"node": ">=16.0.0"
|
|
4835
4393
|
}
|
|
4836
4394
|
},
|
|
4395
|
+
"node_modules/@salesforce/plugin-marketplace/node_modules/argparse": {
|
|
4396
|
+
"version": "1.0.10",
|
|
4397
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4398
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4399
|
+
"license": "MIT",
|
|
4400
|
+
"dependencies": {
|
|
4401
|
+
"sprintf-js": "~1.0.2"
|
|
4402
|
+
}
|
|
4403
|
+
},
|
|
4404
|
+
"node_modules/@salesforce/plugin-marketplace/node_modules/js-yaml": {
|
|
4405
|
+
"version": "3.14.1",
|
|
4406
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4407
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4408
|
+
"license": "MIT",
|
|
4409
|
+
"dependencies": {
|
|
4410
|
+
"argparse": "^1.0.7",
|
|
4411
|
+
"esprima": "^4.0.0"
|
|
4412
|
+
},
|
|
4413
|
+
"bin": {
|
|
4414
|
+
"js-yaml": "bin/js-yaml.js"
|
|
4415
|
+
}
|
|
4416
|
+
},
|
|
4837
4417
|
"node_modules/@salesforce/plugin-marketplace/node_modules/supports-color": {
|
|
4838
4418
|
"version": "8.1.1",
|
|
4839
4419
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -4923,6 +4503,28 @@
|
|
|
4923
4503
|
"node": ">=16.0.0"
|
|
4924
4504
|
}
|
|
4925
4505
|
},
|
|
4506
|
+
"node_modules/@salesforce/plugin-org/node_modules/argparse": {
|
|
4507
|
+
"version": "1.0.10",
|
|
4508
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4509
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4510
|
+
"license": "MIT",
|
|
4511
|
+
"dependencies": {
|
|
4512
|
+
"sprintf-js": "~1.0.2"
|
|
4513
|
+
}
|
|
4514
|
+
},
|
|
4515
|
+
"node_modules/@salesforce/plugin-org/node_modules/js-yaml": {
|
|
4516
|
+
"version": "3.14.1",
|
|
4517
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4518
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4519
|
+
"license": "MIT",
|
|
4520
|
+
"dependencies": {
|
|
4521
|
+
"argparse": "^1.0.7",
|
|
4522
|
+
"esprima": "^4.0.0"
|
|
4523
|
+
},
|
|
4524
|
+
"bin": {
|
|
4525
|
+
"js-yaml": "bin/js-yaml.js"
|
|
4526
|
+
}
|
|
4527
|
+
},
|
|
4926
4528
|
"node_modules/@salesforce/plugin-org/node_modules/supports-color": {
|
|
4927
4529
|
"version": "8.1.1",
|
|
4928
4530
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5177,6 +4779,30 @@
|
|
|
5177
4779
|
"node": ">=16.0.0"
|
|
5178
4780
|
}
|
|
5179
4781
|
},
|
|
4782
|
+
"node_modules/@salesforce/plugin-release-management/node_modules/argparse": {
|
|
4783
|
+
"version": "1.0.10",
|
|
4784
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4785
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4786
|
+
"dev": true,
|
|
4787
|
+
"license": "MIT",
|
|
4788
|
+
"dependencies": {
|
|
4789
|
+
"sprintf-js": "~1.0.2"
|
|
4790
|
+
}
|
|
4791
|
+
},
|
|
4792
|
+
"node_modules/@salesforce/plugin-release-management/node_modules/js-yaml": {
|
|
4793
|
+
"version": "3.14.1",
|
|
4794
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4795
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4796
|
+
"dev": true,
|
|
4797
|
+
"license": "MIT",
|
|
4798
|
+
"dependencies": {
|
|
4799
|
+
"argparse": "^1.0.7",
|
|
4800
|
+
"esprima": "^4.0.0"
|
|
4801
|
+
},
|
|
4802
|
+
"bin": {
|
|
4803
|
+
"js-yaml": "bin/js-yaml.js"
|
|
4804
|
+
}
|
|
4805
|
+
},
|
|
5180
4806
|
"node_modules/@salesforce/plugin-release-management/node_modules/supports-color": {
|
|
5181
4807
|
"version": "8.1.1",
|
|
5182
4808
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5264,6 +4890,28 @@
|
|
|
5264
4890
|
"node": ">=16.0.0"
|
|
5265
4891
|
}
|
|
5266
4892
|
},
|
|
4893
|
+
"node_modules/@salesforce/plugin-schema/node_modules/argparse": {
|
|
4894
|
+
"version": "1.0.10",
|
|
4895
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4896
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4897
|
+
"license": "MIT",
|
|
4898
|
+
"dependencies": {
|
|
4899
|
+
"sprintf-js": "~1.0.2"
|
|
4900
|
+
}
|
|
4901
|
+
},
|
|
4902
|
+
"node_modules/@salesforce/plugin-schema/node_modules/js-yaml": {
|
|
4903
|
+
"version": "3.14.1",
|
|
4904
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4905
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4906
|
+
"license": "MIT",
|
|
4907
|
+
"dependencies": {
|
|
4908
|
+
"argparse": "^1.0.7",
|
|
4909
|
+
"esprima": "^4.0.0"
|
|
4910
|
+
},
|
|
4911
|
+
"bin": {
|
|
4912
|
+
"js-yaml": "bin/js-yaml.js"
|
|
4913
|
+
}
|
|
4914
|
+
},
|
|
5267
4915
|
"node_modules/@salesforce/plugin-schema/node_modules/supports-color": {
|
|
5268
4916
|
"version": "8.1.1",
|
|
5269
4917
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5351,6 +4999,28 @@
|
|
|
5351
4999
|
"node": ">=16.0.0"
|
|
5352
5000
|
}
|
|
5353
5001
|
},
|
|
5002
|
+
"node_modules/@salesforce/plugin-settings/node_modules/argparse": {
|
|
5003
|
+
"version": "1.0.10",
|
|
5004
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5005
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5006
|
+
"license": "MIT",
|
|
5007
|
+
"dependencies": {
|
|
5008
|
+
"sprintf-js": "~1.0.2"
|
|
5009
|
+
}
|
|
5010
|
+
},
|
|
5011
|
+
"node_modules/@salesforce/plugin-settings/node_modules/js-yaml": {
|
|
5012
|
+
"version": "3.14.1",
|
|
5013
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5014
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5015
|
+
"license": "MIT",
|
|
5016
|
+
"dependencies": {
|
|
5017
|
+
"argparse": "^1.0.7",
|
|
5018
|
+
"esprima": "^4.0.0"
|
|
5019
|
+
},
|
|
5020
|
+
"bin": {
|
|
5021
|
+
"js-yaml": "bin/js-yaml.js"
|
|
5022
|
+
}
|
|
5023
|
+
},
|
|
5354
5024
|
"node_modules/@salesforce/plugin-settings/node_modules/supports-color": {
|
|
5355
5025
|
"version": "8.1.1",
|
|
5356
5026
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5443,6 +5113,28 @@
|
|
|
5443
5113
|
"node": ">=16.0.0"
|
|
5444
5114
|
}
|
|
5445
5115
|
},
|
|
5116
|
+
"node_modules/@salesforce/plugin-sobject/node_modules/argparse": {
|
|
5117
|
+
"version": "1.0.10",
|
|
5118
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5119
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5120
|
+
"license": "MIT",
|
|
5121
|
+
"dependencies": {
|
|
5122
|
+
"sprintf-js": "~1.0.2"
|
|
5123
|
+
}
|
|
5124
|
+
},
|
|
5125
|
+
"node_modules/@salesforce/plugin-sobject/node_modules/js-yaml": {
|
|
5126
|
+
"version": "3.14.1",
|
|
5127
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5128
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5129
|
+
"license": "MIT",
|
|
5130
|
+
"dependencies": {
|
|
5131
|
+
"argparse": "^1.0.7",
|
|
5132
|
+
"esprima": "^4.0.0"
|
|
5133
|
+
},
|
|
5134
|
+
"bin": {
|
|
5135
|
+
"js-yaml": "bin/js-yaml.js"
|
|
5136
|
+
}
|
|
5137
|
+
},
|
|
5446
5138
|
"node_modules/@salesforce/plugin-sobject/node_modules/supports-color": {
|
|
5447
5139
|
"version": "8.1.1",
|
|
5448
5140
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5536,6 +5228,28 @@
|
|
|
5536
5228
|
"node": ">=16.0.0"
|
|
5537
5229
|
}
|
|
5538
5230
|
},
|
|
5231
|
+
"node_modules/@salesforce/plugin-source/node_modules/argparse": {
|
|
5232
|
+
"version": "1.0.10",
|
|
5233
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5234
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5235
|
+
"license": "MIT",
|
|
5236
|
+
"dependencies": {
|
|
5237
|
+
"sprintf-js": "~1.0.2"
|
|
5238
|
+
}
|
|
5239
|
+
},
|
|
5240
|
+
"node_modules/@salesforce/plugin-source/node_modules/js-yaml": {
|
|
5241
|
+
"version": "3.14.1",
|
|
5242
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5243
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5244
|
+
"license": "MIT",
|
|
5245
|
+
"dependencies": {
|
|
5246
|
+
"argparse": "^1.0.7",
|
|
5247
|
+
"esprima": "^4.0.0"
|
|
5248
|
+
},
|
|
5249
|
+
"bin": {
|
|
5250
|
+
"js-yaml": "bin/js-yaml.js"
|
|
5251
|
+
}
|
|
5252
|
+
},
|
|
5539
5253
|
"node_modules/@salesforce/plugin-source/node_modules/supports-color": {
|
|
5540
5254
|
"version": "8.1.1",
|
|
5541
5255
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5624,6 +5338,28 @@
|
|
|
5624
5338
|
"node": ">=16.0.0"
|
|
5625
5339
|
}
|
|
5626
5340
|
},
|
|
5341
|
+
"node_modules/@salesforce/plugin-telemetry/node_modules/argparse": {
|
|
5342
|
+
"version": "1.0.10",
|
|
5343
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5344
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5345
|
+
"license": "MIT",
|
|
5346
|
+
"dependencies": {
|
|
5347
|
+
"sprintf-js": "~1.0.2"
|
|
5348
|
+
}
|
|
5349
|
+
},
|
|
5350
|
+
"node_modules/@salesforce/plugin-telemetry/node_modules/js-yaml": {
|
|
5351
|
+
"version": "3.14.1",
|
|
5352
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5353
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5354
|
+
"license": "MIT",
|
|
5355
|
+
"dependencies": {
|
|
5356
|
+
"argparse": "^1.0.7",
|
|
5357
|
+
"esprima": "^4.0.0"
|
|
5358
|
+
},
|
|
5359
|
+
"bin": {
|
|
5360
|
+
"js-yaml": "bin/js-yaml.js"
|
|
5361
|
+
}
|
|
5362
|
+
},
|
|
5627
5363
|
"node_modules/@salesforce/plugin-telemetry/node_modules/supports-color": {
|
|
5628
5364
|
"version": "8.1.1",
|
|
5629
5365
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5702,15 +5438,37 @@
|
|
|
5702
5438
|
"integrity": "sha512-Z1fVS/pqLCX/3ESrjvtzyuvDFwXu8qxjqs5Gana0J7RKkhDL0f7w+pz3DR1/YfQPeHK8rk9pFDOKB3tOnXf9Lw==",
|
|
5703
5439
|
"license": "BSD-3-Clause",
|
|
5704
5440
|
"dependencies": {
|
|
5705
|
-
"@oclif/core": "^2.15.0",
|
|
5706
|
-
"@salesforce/core": "^5.3.1",
|
|
5707
|
-
"@salesforce/kit": "^3.0.13",
|
|
5708
|
-
"@salesforce/ts-types": "^2.0.7",
|
|
5709
|
-
"chalk": "^4",
|
|
5710
|
-
"inquirer": "^8.2.5"
|
|
5441
|
+
"@oclif/core": "^2.15.0",
|
|
5442
|
+
"@salesforce/core": "^5.3.1",
|
|
5443
|
+
"@salesforce/kit": "^3.0.13",
|
|
5444
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
5445
|
+
"chalk": "^4",
|
|
5446
|
+
"inquirer": "^8.2.5"
|
|
5447
|
+
},
|
|
5448
|
+
"engines": {
|
|
5449
|
+
"node": ">=16.0.0"
|
|
5450
|
+
}
|
|
5451
|
+
},
|
|
5452
|
+
"node_modules/@salesforce/plugin-templates/node_modules/argparse": {
|
|
5453
|
+
"version": "1.0.10",
|
|
5454
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5455
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5456
|
+
"license": "MIT",
|
|
5457
|
+
"dependencies": {
|
|
5458
|
+
"sprintf-js": "~1.0.2"
|
|
5459
|
+
}
|
|
5460
|
+
},
|
|
5461
|
+
"node_modules/@salesforce/plugin-templates/node_modules/js-yaml": {
|
|
5462
|
+
"version": "3.14.1",
|
|
5463
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5464
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5465
|
+
"license": "MIT",
|
|
5466
|
+
"dependencies": {
|
|
5467
|
+
"argparse": "^1.0.7",
|
|
5468
|
+
"esprima": "^4.0.0"
|
|
5711
5469
|
},
|
|
5712
|
-
"
|
|
5713
|
-
"
|
|
5470
|
+
"bin": {
|
|
5471
|
+
"js-yaml": "bin/js-yaml.js"
|
|
5714
5472
|
}
|
|
5715
5473
|
},
|
|
5716
5474
|
"node_modules/@salesforce/plugin-templates/node_modules/supports-color": {
|
|
@@ -5807,6 +5565,28 @@
|
|
|
5807
5565
|
"node": ">=16.0.0"
|
|
5808
5566
|
}
|
|
5809
5567
|
},
|
|
5568
|
+
"node_modules/@salesforce/plugin-trust/node_modules/argparse": {
|
|
5569
|
+
"version": "1.0.10",
|
|
5570
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5571
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5572
|
+
"license": "MIT",
|
|
5573
|
+
"dependencies": {
|
|
5574
|
+
"sprintf-js": "~1.0.2"
|
|
5575
|
+
}
|
|
5576
|
+
},
|
|
5577
|
+
"node_modules/@salesforce/plugin-trust/node_modules/js-yaml": {
|
|
5578
|
+
"version": "3.14.1",
|
|
5579
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5580
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5581
|
+
"license": "MIT",
|
|
5582
|
+
"dependencies": {
|
|
5583
|
+
"argparse": "^1.0.7",
|
|
5584
|
+
"esprima": "^4.0.0"
|
|
5585
|
+
},
|
|
5586
|
+
"bin": {
|
|
5587
|
+
"js-yaml": "bin/js-yaml.js"
|
|
5588
|
+
}
|
|
5589
|
+
},
|
|
5810
5590
|
"node_modules/@salesforce/plugin-trust/node_modules/supports-color": {
|
|
5811
5591
|
"version": "8.1.1",
|
|
5812
5592
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5895,6 +5675,28 @@
|
|
|
5895
5675
|
"node": ">=16.0.0"
|
|
5896
5676
|
}
|
|
5897
5677
|
},
|
|
5678
|
+
"node_modules/@salesforce/plugin-user/node_modules/argparse": {
|
|
5679
|
+
"version": "1.0.10",
|
|
5680
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5681
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5682
|
+
"license": "MIT",
|
|
5683
|
+
"dependencies": {
|
|
5684
|
+
"sprintf-js": "~1.0.2"
|
|
5685
|
+
}
|
|
5686
|
+
},
|
|
5687
|
+
"node_modules/@salesforce/plugin-user/node_modules/js-yaml": {
|
|
5688
|
+
"version": "3.14.1",
|
|
5689
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5690
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5691
|
+
"license": "MIT",
|
|
5692
|
+
"dependencies": {
|
|
5693
|
+
"argparse": "^1.0.7",
|
|
5694
|
+
"esprima": "^4.0.0"
|
|
5695
|
+
},
|
|
5696
|
+
"bin": {
|
|
5697
|
+
"js-yaml": "bin/js-yaml.js"
|
|
5698
|
+
}
|
|
5699
|
+
},
|
|
5898
5700
|
"node_modules/@salesforce/plugin-user/node_modules/supports-color": {
|
|
5899
5701
|
"version": "8.1.1",
|
|
5900
5702
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
@@ -5940,65 +5742,14 @@
|
|
|
5940
5742
|
"node": ">=16.0.0"
|
|
5941
5743
|
}
|
|
5942
5744
|
},
|
|
5943
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core": {
|
|
5944
|
-
"version": "3.9.1",
|
|
5945
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
5946
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
5947
|
-
"license": "MIT",
|
|
5948
|
-
"dependencies": {
|
|
5949
|
-
"ansi-escapes": "^4.3.2",
|
|
5950
|
-
"ansi-styles": "^4.3.0",
|
|
5951
|
-
"cardinal": "^2.1.1",
|
|
5952
|
-
"chalk": "^4.1.2",
|
|
5953
|
-
"clean-stack": "^3.0.1",
|
|
5954
|
-
"cli-progress": "^3.12.0",
|
|
5955
|
-
"debug": "^4.3.4",
|
|
5956
|
-
"ejs": "^3.1.9",
|
|
5957
|
-
"get-package-type": "^0.1.0",
|
|
5958
|
-
"globby": "^11.1.0",
|
|
5959
|
-
"hyperlinker": "^1.0.0",
|
|
5960
|
-
"indent-string": "^4.0.0",
|
|
5961
|
-
"is-wsl": "^2.2.0",
|
|
5962
|
-
"js-yaml": "^3.14.1",
|
|
5963
|
-
"natural-orderby": "^2.0.3",
|
|
5964
|
-
"object-treeify": "^1.1.33",
|
|
5965
|
-
"password-prompt": "^1.1.2",
|
|
5966
|
-
"slice-ansi": "^4.0.0",
|
|
5967
|
-
"string-width": "^4.2.3",
|
|
5968
|
-
"strip-ansi": "^6.0.1",
|
|
5969
|
-
"supports-color": "^8.1.1",
|
|
5970
|
-
"supports-hyperlinks": "^2.2.0",
|
|
5971
|
-
"widest-line": "^3.1.0",
|
|
5972
|
-
"wordwrap": "^1.0.0",
|
|
5973
|
-
"wrap-ansi": "^7.0.0"
|
|
5974
|
-
},
|
|
5975
|
-
"engines": {
|
|
5976
|
-
"node": ">=18.0.0"
|
|
5977
|
-
}
|
|
5978
|
-
},
|
|
5979
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/supports-color": {
|
|
5980
|
-
"version": "8.1.1",
|
|
5981
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
5982
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
5983
|
-
"license": "MIT",
|
|
5984
|
-
"dependencies": {
|
|
5985
|
-
"has-flag": "^4.0.0"
|
|
5986
|
-
},
|
|
5987
|
-
"engines": {
|
|
5988
|
-
"node": ">=10"
|
|
5989
|
-
},
|
|
5990
|
-
"funding": {
|
|
5991
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5992
|
-
}
|
|
5993
|
-
},
|
|
5994
5745
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5995
|
-
"version": "9.8.
|
|
5996
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.8.
|
|
5997
|
-
"integrity": "sha512-
|
|
5746
|
+
"version": "9.8.1",
|
|
5747
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.8.1.tgz",
|
|
5748
|
+
"integrity": "sha512-DMscuGAv/Ls/Vp0wqZmjjxxoaRm/2K7Np3KHvjml8hTop1EvnhmwbwsdLDABb+I1uYE8VtWV9RZV82GVTne3+w==",
|
|
5998
5749
|
"license": "BSD-3-Clause",
|
|
5999
5750
|
"dependencies": {
|
|
6000
|
-
"@salesforce/core": "^5.3.
|
|
6001
|
-
"@salesforce/kit": "^3.0.
|
|
5751
|
+
"@salesforce/core": "^5.3.16",
|
|
5752
|
+
"@salesforce/kit": "^3.0.15",
|
|
6002
5753
|
"@salesforce/ts-types": "^2.0.9",
|
|
6003
5754
|
"fast-levenshtein": "^3.0.0",
|
|
6004
5755
|
"fast-xml-parser": "^4.3.2",
|
|
@@ -6027,14 +5778,14 @@
|
|
|
6027
5778
|
}
|
|
6028
5779
|
},
|
|
6029
5780
|
"node_modules/@salesforce/source-tracking": {
|
|
6030
|
-
"version": "4.2.
|
|
6031
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-4.2.
|
|
6032
|
-
"integrity": "sha512-
|
|
5781
|
+
"version": "4.2.20",
|
|
5782
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-4.2.20.tgz",
|
|
5783
|
+
"integrity": "sha512-WWWtoYuX8R+cNY1nfX0XI2e7kbRNzQxX9kiVrA+66fR0ODEz2m4AJBQg4uO8bXJssND6a66yfEZi1jvdpYaiGA==",
|
|
6033
5784
|
"license": "BSD-3-Clause",
|
|
6034
5785
|
"dependencies": {
|
|
6035
|
-
"@salesforce/core": "^5.3.
|
|
6036
|
-
"@salesforce/kit": "^3.0.
|
|
6037
|
-
"@salesforce/source-deploy-retrieve": "^9.
|
|
5786
|
+
"@salesforce/core": "^5.3.16",
|
|
5787
|
+
"@salesforce/kit": "^3.0.15",
|
|
5788
|
+
"@salesforce/source-deploy-retrieve": "^9.8.1",
|
|
6038
5789
|
"@salesforce/ts-types": "^2.0.9",
|
|
6039
5790
|
"fast-xml-parser": "^4.2.5",
|
|
6040
5791
|
"graceful-fs": "^4.2.11",
|
|
@@ -7234,13 +6985,11 @@
|
|
|
7234
6985
|
"license": "MIT"
|
|
7235
6986
|
},
|
|
7236
6987
|
"node_modules/argparse": {
|
|
7237
|
-
"version": "
|
|
7238
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-
|
|
7239
|
-
"integrity": "sha512-
|
|
7240
|
-
"
|
|
7241
|
-
"
|
|
7242
|
-
"sprintf-js": "~1.0.2"
|
|
7243
|
-
}
|
|
6988
|
+
"version": "2.0.1",
|
|
6989
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
6990
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
6991
|
+
"dev": true,
|
|
6992
|
+
"license": "Python-2.0"
|
|
7244
6993
|
},
|
|
7245
6994
|
"node_modules/array-buffer-byte-length": {
|
|
7246
6995
|
"version": "1.0.0",
|
|
@@ -9041,26 +8790,6 @@
|
|
|
9041
8790
|
"typescript": ">=3"
|
|
9042
8791
|
}
|
|
9043
8792
|
},
|
|
9044
|
-
"node_modules/cosmiconfig/node_modules/argparse": {
|
|
9045
|
-
"version": "2.0.1",
|
|
9046
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
9047
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
9048
|
-
"dev": true,
|
|
9049
|
-
"license": "Python-2.0"
|
|
9050
|
-
},
|
|
9051
|
-
"node_modules/cosmiconfig/node_modules/js-yaml": {
|
|
9052
|
-
"version": "4.1.0",
|
|
9053
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
9054
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
9055
|
-
"dev": true,
|
|
9056
|
-
"license": "MIT",
|
|
9057
|
-
"dependencies": {
|
|
9058
|
-
"argparse": "^2.0.1"
|
|
9059
|
-
},
|
|
9060
|
-
"bin": {
|
|
9061
|
-
"js-yaml": "bin/js-yaml.js"
|
|
9062
|
-
}
|
|
9063
|
-
},
|
|
9064
8793
|
"node_modules/crc-32": {
|
|
9065
8794
|
"version": "1.2.2",
|
|
9066
8795
|
"resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
|
|
@@ -10710,13 +10439,6 @@
|
|
|
10710
10439
|
"url": "https://opencollective.com/eslint"
|
|
10711
10440
|
}
|
|
10712
10441
|
},
|
|
10713
|
-
"node_modules/eslint/node_modules/argparse": {
|
|
10714
|
-
"version": "2.0.1",
|
|
10715
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
10716
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
10717
|
-
"dev": true,
|
|
10718
|
-
"license": "Python-2.0"
|
|
10719
|
-
},
|
|
10720
10442
|
"node_modules/eslint/node_modules/doctrine": {
|
|
10721
10443
|
"version": "3.0.0",
|
|
10722
10444
|
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
|
@@ -10760,19 +10482,6 @@
|
|
|
10760
10482
|
"node": ">=10.13.0"
|
|
10761
10483
|
}
|
|
10762
10484
|
},
|
|
10763
|
-
"node_modules/eslint/node_modules/js-yaml": {
|
|
10764
|
-
"version": "4.1.0",
|
|
10765
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
10766
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
10767
|
-
"dev": true,
|
|
10768
|
-
"license": "MIT",
|
|
10769
|
-
"dependencies": {
|
|
10770
|
-
"argparse": "^2.0.1"
|
|
10771
|
-
},
|
|
10772
|
-
"bin": {
|
|
10773
|
-
"js-yaml": "bin/js-yaml.js"
|
|
10774
|
-
}
|
|
10775
|
-
},
|
|
10776
10485
|
"node_modules/espree": {
|
|
10777
10486
|
"version": "9.6.1",
|
|
10778
10487
|
"resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
|
|
@@ -13381,13 +13090,13 @@
|
|
|
13381
13090
|
"license": "MIT"
|
|
13382
13091
|
},
|
|
13383
13092
|
"node_modules/js-yaml": {
|
|
13384
|
-
"version": "
|
|
13385
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-
|
|
13386
|
-
"integrity": "sha512-
|
|
13093
|
+
"version": "4.1.0",
|
|
13094
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
13095
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
13096
|
+
"dev": true,
|
|
13387
13097
|
"license": "MIT",
|
|
13388
13098
|
"dependencies": {
|
|
13389
|
-
"argparse": "^
|
|
13390
|
-
"esprima": "^4.0.0"
|
|
13099
|
+
"argparse": "^2.0.1"
|
|
13391
13100
|
},
|
|
13392
13101
|
"bin": {
|
|
13393
13102
|
"js-yaml": "bin/js-yaml.js"
|
|
@@ -14550,6 +14259,28 @@
|
|
|
14550
14259
|
"node": ">=6"
|
|
14551
14260
|
}
|
|
14552
14261
|
},
|
|
14262
|
+
"node_modules/load-yaml-file/node_modules/argparse": {
|
|
14263
|
+
"version": "1.0.10",
|
|
14264
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
14265
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
14266
|
+
"license": "MIT",
|
|
14267
|
+
"dependencies": {
|
|
14268
|
+
"sprintf-js": "~1.0.2"
|
|
14269
|
+
}
|
|
14270
|
+
},
|
|
14271
|
+
"node_modules/load-yaml-file/node_modules/js-yaml": {
|
|
14272
|
+
"version": "3.14.1",
|
|
14273
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
14274
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
14275
|
+
"license": "MIT",
|
|
14276
|
+
"dependencies": {
|
|
14277
|
+
"argparse": "^1.0.7",
|
|
14278
|
+
"esprima": "^4.0.0"
|
|
14279
|
+
},
|
|
14280
|
+
"bin": {
|
|
14281
|
+
"js-yaml": "bin/js-yaml.js"
|
|
14282
|
+
}
|
|
14283
|
+
},
|
|
14553
14284
|
"node_modules/load-yaml-file/node_modules/pify": {
|
|
14554
14285
|
"version": "4.0.1",
|
|
14555
14286
|
"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
|
|
@@ -15458,13 +15189,6 @@
|
|
|
15458
15189
|
"url": "https://opencollective.com/mochajs"
|
|
15459
15190
|
}
|
|
15460
15191
|
},
|
|
15461
|
-
"node_modules/mocha/node_modules/argparse": {
|
|
15462
|
-
"version": "2.0.1",
|
|
15463
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
15464
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
15465
|
-
"dev": true,
|
|
15466
|
-
"license": "Python-2.0"
|
|
15467
|
-
},
|
|
15468
15192
|
"node_modules/mocha/node_modules/diff": {
|
|
15469
15193
|
"version": "5.0.0",
|
|
15470
15194
|
"resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
|
|
@@ -15520,19 +15244,6 @@
|
|
|
15520
15244
|
"node": "*"
|
|
15521
15245
|
}
|
|
15522
15246
|
},
|
|
15523
|
-
"node_modules/mocha/node_modules/js-yaml": {
|
|
15524
|
-
"version": "4.1.0",
|
|
15525
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
15526
|
-
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
15527
|
-
"dev": true,
|
|
15528
|
-
"license": "MIT",
|
|
15529
|
-
"dependencies": {
|
|
15530
|
-
"argparse": "^2.0.1"
|
|
15531
|
-
},
|
|
15532
|
-
"bin": {
|
|
15533
|
-
"js-yaml": "bin/js-yaml.js"
|
|
15534
|
-
}
|
|
15535
|
-
},
|
|
15536
15247
|
"node_modules/mocha/node_modules/minimatch": {
|
|
15537
15248
|
"version": "5.0.1",
|
|
15538
15249
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
|
|
@@ -19857,43 +19568,6 @@
|
|
|
19857
19568
|
"node": ">=18.0.0"
|
|
19858
19569
|
}
|
|
19859
19570
|
},
|
|
19860
|
-
"node_modules/oclif/node_modules/@oclif/core": {
|
|
19861
|
-
"version": "3.9.1",
|
|
19862
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.9.1.tgz",
|
|
19863
|
-
"integrity": "sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==",
|
|
19864
|
-
"dev": true,
|
|
19865
|
-
"license": "MIT",
|
|
19866
|
-
"dependencies": {
|
|
19867
|
-
"ansi-escapes": "^4.3.2",
|
|
19868
|
-
"ansi-styles": "^4.3.0",
|
|
19869
|
-
"cardinal": "^2.1.1",
|
|
19870
|
-
"chalk": "^4.1.2",
|
|
19871
|
-
"clean-stack": "^3.0.1",
|
|
19872
|
-
"cli-progress": "^3.12.0",
|
|
19873
|
-
"debug": "^4.3.4",
|
|
19874
|
-
"ejs": "^3.1.9",
|
|
19875
|
-
"get-package-type": "^0.1.0",
|
|
19876
|
-
"globby": "^11.1.0",
|
|
19877
|
-
"hyperlinker": "^1.0.0",
|
|
19878
|
-
"indent-string": "^4.0.0",
|
|
19879
|
-
"is-wsl": "^2.2.0",
|
|
19880
|
-
"js-yaml": "^3.14.1",
|
|
19881
|
-
"natural-orderby": "^2.0.3",
|
|
19882
|
-
"object-treeify": "^1.1.33",
|
|
19883
|
-
"password-prompt": "^1.1.2",
|
|
19884
|
-
"slice-ansi": "^4.0.0",
|
|
19885
|
-
"string-width": "^4.2.3",
|
|
19886
|
-
"strip-ansi": "^6.0.1",
|
|
19887
|
-
"supports-color": "^8.1.1",
|
|
19888
|
-
"supports-hyperlinks": "^2.2.0",
|
|
19889
|
-
"widest-line": "^3.1.0",
|
|
19890
|
-
"wordwrap": "^1.0.0",
|
|
19891
|
-
"wrap-ansi": "^7.0.0"
|
|
19892
|
-
},
|
|
19893
|
-
"engines": {
|
|
19894
|
-
"node": ">=18.0.0"
|
|
19895
|
-
}
|
|
19896
|
-
},
|
|
19897
19571
|
"node_modules/oclif/node_modules/@oclif/plugin-help": {
|
|
19898
19572
|
"version": "5.2.20",
|
|
19899
19573
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.20.tgz",
|
|
@@ -20002,6 +19676,30 @@
|
|
|
20002
19676
|
"node": ">=14.0.0"
|
|
20003
19677
|
}
|
|
20004
19678
|
},
|
|
19679
|
+
"node_modules/oclif/node_modules/argparse": {
|
|
19680
|
+
"version": "1.0.10",
|
|
19681
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
19682
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
19683
|
+
"dev": true,
|
|
19684
|
+
"license": "MIT",
|
|
19685
|
+
"dependencies": {
|
|
19686
|
+
"sprintf-js": "~1.0.2"
|
|
19687
|
+
}
|
|
19688
|
+
},
|
|
19689
|
+
"node_modules/oclif/node_modules/js-yaml": {
|
|
19690
|
+
"version": "3.14.1",
|
|
19691
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
19692
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
19693
|
+
"dev": true,
|
|
19694
|
+
"license": "MIT",
|
|
19695
|
+
"dependencies": {
|
|
19696
|
+
"argparse": "^1.0.7",
|
|
19697
|
+
"esprima": "^4.0.0"
|
|
19698
|
+
},
|
|
19699
|
+
"bin": {
|
|
19700
|
+
"js-yaml": "bin/js-yaml.js"
|
|
19701
|
+
}
|
|
19702
|
+
},
|
|
20005
19703
|
"node_modules/oclif/node_modules/supports-color": {
|
|
20006
19704
|
"version": "8.1.1",
|
|
20007
19705
|
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|