@jayree/sfdx-plugin-manifest 3.6.63 → 3.6.65
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/CHANGELOG.md +18 -0
- package/README.md +3 -3
- package/npm-shrinkwrap.json +178 -391
- package/oclif.lock +143 -178
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/npm-shrinkwrap.json
CHANGED
@@ -1,20 +1,20 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.65",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@jayree/sfdx-plugin-manifest",
|
9
|
-
"version": "3.6.
|
9
|
+
"version": "3.6.65",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.6",
|
13
|
-
"@oclif/core": "^4.2.
|
13
|
+
"@oclif/core": "^4.2.9",
|
14
14
|
"@salesforce/core": "^8.8.5",
|
15
15
|
"@salesforce/kit": "^3.2.3",
|
16
16
|
"@salesforce/sf-plugins-core": "^12.2.0",
|
17
|
-
"@salesforce/source-deploy-retrieve": "12.16.
|
17
|
+
"@salesforce/source-deploy-retrieve": "12.16.7",
|
18
18
|
"@salesforce/source-tracking": "7.3.16",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"isomorphic-git": "1.29.0"
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
27
|
+
"@oclif/plugin-command-snapshot": "^5.2.37",
|
28
28
|
"@oclif/plugin-help": "^6.2.26",
|
29
29
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
30
30
|
"@salesforce/dev-scripts": "^10.2.12",
|
@@ -35,8 +35,8 @@
|
|
35
35
|
"c8": "^10.1.3",
|
36
36
|
"eslint-config-oclif": "^6.0",
|
37
37
|
"eslint-plugin-prettier": "^5.2.3",
|
38
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
39
|
-
"oclif": "^4.17.
|
38
|
+
"eslint-plugin-sf-plugin": "^1.20.16",
|
39
|
+
"oclif": "^4.17.37",
|
40
40
|
"patch-package": "^8.0.0",
|
41
41
|
"prettier": "^3.5.3",
|
42
42
|
"pretty-quick": "^4.1.1",
|
@@ -305,9 +305,9 @@
|
|
305
305
|
}
|
306
306
|
},
|
307
307
|
"node_modules/@aws-sdk/client-cloudfront": {
|
308
|
-
"version": "3.
|
309
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-cloudfront/-/client-cloudfront-3.
|
310
|
-
"integrity": "sha512-
|
308
|
+
"version": "3.764.0",
|
309
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-cloudfront/-/client-cloudfront-3.764.0.tgz",
|
310
|
+
"integrity": "sha512-nXKaM9/T9viu5IXcPueTjf10VHOMX4J1FHWITDdk0s/vY2YZidGAZmeHLA0QXM0SxOQw/xga4d4k5HKdup2DSw==",
|
311
311
|
"dev": true,
|
312
312
|
"license": "Apache-2.0",
|
313
313
|
"dependencies": {
|
@@ -2014,15 +2014,15 @@
|
|
2014
2014
|
"license": "BSD-3-Clause"
|
2015
2015
|
},
|
2016
2016
|
"node_modules/@inquirer/checkbox": {
|
2017
|
-
"version": "4.1.
|
2018
|
-
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.1.
|
2019
|
-
"integrity": "sha512-
|
2017
|
+
"version": "4.1.4",
|
2018
|
+
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.1.4.tgz",
|
2019
|
+
"integrity": "sha512-d30576EZdApjAMceijXA5jDzRQHT/MygbC+J8I7EqA6f/FRpYxlRtRJbHF8gHeWYeSdOuTEJqonn7QLB1ELezA==",
|
2020
2020
|
"dev": true,
|
2021
2021
|
"license": "MIT",
|
2022
2022
|
"dependencies": {
|
2023
|
-
"@inquirer/core": "^10.1.
|
2024
|
-
"@inquirer/figures": "^1.0.
|
2025
|
-
"@inquirer/type": "^3.0.
|
2023
|
+
"@inquirer/core": "^10.1.9",
|
2024
|
+
"@inquirer/figures": "^1.0.11",
|
2025
|
+
"@inquirer/type": "^3.0.5",
|
2026
2026
|
"ansi-escapes": "^4.3.2",
|
2027
2027
|
"yoctocolors-cjs": "^2.1.2"
|
2028
2028
|
},
|
@@ -2086,6 +2086,15 @@
|
|
2086
2086
|
"node": ">=18"
|
2087
2087
|
}
|
2088
2088
|
},
|
2089
|
+
"node_modules/@inquirer/confirm/node_modules/@inquirer/figures": {
|
2090
|
+
"version": "1.0.10",
|
2091
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.10.tgz",
|
2092
|
+
"integrity": "sha512-Ey6176gZmeqZuY/W/nZiUyvmb1/qInjcpiZjXWi6nON+nxJpD1bxtSoBxNliGISae32n6OwbY+TSXPZ1CfS4bw==",
|
2093
|
+
"license": "MIT",
|
2094
|
+
"engines": {
|
2095
|
+
"node": ">=18"
|
2096
|
+
}
|
2097
|
+
},
|
2089
2098
|
"node_modules/@inquirer/confirm/node_modules/@inquirer/type": {
|
2090
2099
|
"version": "1.5.5",
|
2091
2100
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz",
|
@@ -2111,14 +2120,14 @@
|
|
2111
2120
|
}
|
2112
2121
|
},
|
2113
2122
|
"node_modules/@inquirer/core": {
|
2114
|
-
"version": "10.1.
|
2115
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.
|
2116
|
-
"integrity": "sha512-
|
2123
|
+
"version": "10.1.9",
|
2124
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.9.tgz",
|
2125
|
+
"integrity": "sha512-sXhVB8n20NYkUBfDYgizGHlpRVaCRjtuzNZA6xpALIUbkgfd2Hjz+DfEN6+h1BRnuxw0/P4jCIMjMsEOAMwAJw==",
|
2117
2126
|
"dev": true,
|
2118
2127
|
"license": "MIT",
|
2119
2128
|
"dependencies": {
|
2120
|
-
"@inquirer/figures": "^1.0.
|
2121
|
-
"@inquirer/type": "^3.0.
|
2129
|
+
"@inquirer/figures": "^1.0.11",
|
2130
|
+
"@inquirer/type": "^3.0.5",
|
2122
2131
|
"ansi-escapes": "^4.3.2",
|
2123
2132
|
"cli-width": "^4.1.0",
|
2124
2133
|
"mute-stream": "^2.0.0",
|
@@ -2162,14 +2171,14 @@
|
|
2162
2171
|
}
|
2163
2172
|
},
|
2164
2173
|
"node_modules/@inquirer/editor": {
|
2165
|
-
"version": "4.2.
|
2166
|
-
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.
|
2167
|
-
"integrity": "sha512-
|
2174
|
+
"version": "4.2.9",
|
2175
|
+
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.9.tgz",
|
2176
|
+
"integrity": "sha512-8HjOppAxO7O4wV1ETUlJFg6NDjp/W2NP5FB9ZPAcinAlNT4ZIWOLe2pUVwmmPRSV0NMdI5r/+lflN55AwZOKSw==",
|
2168
2177
|
"dev": true,
|
2169
2178
|
"license": "MIT",
|
2170
2179
|
"dependencies": {
|
2171
|
-
"@inquirer/core": "^10.1.
|
2172
|
-
"@inquirer/type": "^3.0.
|
2180
|
+
"@inquirer/core": "^10.1.9",
|
2181
|
+
"@inquirer/type": "^3.0.5",
|
2173
2182
|
"external-editor": "^3.1.0"
|
2174
2183
|
},
|
2175
2184
|
"engines": {
|
@@ -2185,14 +2194,14 @@
|
|
2185
2194
|
}
|
2186
2195
|
},
|
2187
2196
|
"node_modules/@inquirer/expand": {
|
2188
|
-
"version": "4.0.
|
2189
|
-
"resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.
|
2190
|
-
"integrity": "sha512-
|
2197
|
+
"version": "4.0.11",
|
2198
|
+
"resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.11.tgz",
|
2199
|
+
"integrity": "sha512-OZSUW4hFMW2TYvX/Sv+NnOZgO8CHT2TU1roUCUIF2T+wfw60XFRRp9MRUPCT06cRnKL+aemt2YmTWwt7rOrNEA==",
|
2191
2200
|
"dev": true,
|
2192
2201
|
"license": "MIT",
|
2193
2202
|
"dependencies": {
|
2194
|
-
"@inquirer/core": "^10.1.
|
2195
|
-
"@inquirer/type": "^3.0.
|
2203
|
+
"@inquirer/core": "^10.1.9",
|
2204
|
+
"@inquirer/type": "^3.0.5",
|
2196
2205
|
"yoctocolors-cjs": "^2.1.2"
|
2197
2206
|
},
|
2198
2207
|
"engines": {
|
@@ -2208,9 +2217,10 @@
|
|
2208
2217
|
}
|
2209
2218
|
},
|
2210
2219
|
"node_modules/@inquirer/figures": {
|
2211
|
-
"version": "1.0.
|
2212
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.
|
2213
|
-
"integrity": "sha512-
|
2220
|
+
"version": "1.0.11",
|
2221
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.11.tgz",
|
2222
|
+
"integrity": "sha512-eOg92lvrn/aRUqbxRyvpEWnrvRuTYRifixHkYVpJiygTgVSBIHDqLh0SrMQXkafvULg3ck11V7xvR+zcgvpHFw==",
|
2223
|
+
"dev": true,
|
2214
2224
|
"license": "MIT",
|
2215
2225
|
"engines": {
|
2216
2226
|
"node": ">=18"
|
@@ -2267,6 +2277,16 @@
|
|
2267
2277
|
"node": ">=18"
|
2268
2278
|
}
|
2269
2279
|
},
|
2280
|
+
"node_modules/@inquirer/input/node_modules/@inquirer/figures": {
|
2281
|
+
"version": "1.0.10",
|
2282
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.10.tgz",
|
2283
|
+
"integrity": "sha512-Ey6176gZmeqZuY/W/nZiUyvmb1/qInjcpiZjXWi6nON+nxJpD1bxtSoBxNliGISae32n6OwbY+TSXPZ1CfS4bw==",
|
2284
|
+
"dev": true,
|
2285
|
+
"license": "MIT",
|
2286
|
+
"engines": {
|
2287
|
+
"node": ">=18"
|
2288
|
+
}
|
2289
|
+
},
|
2270
2290
|
"node_modules/@inquirer/input/node_modules/@inquirer/type": {
|
2271
2291
|
"version": "1.5.5",
|
2272
2292
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz",
|
@@ -2294,14 +2314,14 @@
|
|
2294
2314
|
}
|
2295
2315
|
},
|
2296
2316
|
"node_modules/@inquirer/number": {
|
2297
|
-
"version": "3.0.
|
2298
|
-
"resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.
|
2299
|
-
"integrity": "sha512-
|
2317
|
+
"version": "3.0.11",
|
2318
|
+
"resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.11.tgz",
|
2319
|
+
"integrity": "sha512-pQK68CsKOgwvU2eA53AG/4npRTH2pvs/pZ2bFvzpBhrznh8Mcwt19c+nMO7LHRr3Vreu1KPhNBF3vQAKrjIulw==",
|
2300
2320
|
"dev": true,
|
2301
2321
|
"license": "MIT",
|
2302
2322
|
"dependencies": {
|
2303
|
-
"@inquirer/core": "^10.1.
|
2304
|
-
"@inquirer/type": "^3.0.
|
2323
|
+
"@inquirer/core": "^10.1.9",
|
2324
|
+
"@inquirer/type": "^3.0.5"
|
2305
2325
|
},
|
2306
2326
|
"engines": {
|
2307
2327
|
"node": ">=18"
|
@@ -2364,6 +2384,15 @@
|
|
2364
2384
|
"node": ">=18"
|
2365
2385
|
}
|
2366
2386
|
},
|
2387
|
+
"node_modules/@inquirer/password/node_modules/@inquirer/figures": {
|
2388
|
+
"version": "1.0.10",
|
2389
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.10.tgz",
|
2390
|
+
"integrity": "sha512-Ey6176gZmeqZuY/W/nZiUyvmb1/qInjcpiZjXWi6nON+nxJpD1bxtSoBxNliGISae32n6OwbY+TSXPZ1CfS4bw==",
|
2391
|
+
"license": "MIT",
|
2392
|
+
"engines": {
|
2393
|
+
"node": ">=18"
|
2394
|
+
}
|
2395
|
+
},
|
2367
2396
|
"node_modules/@inquirer/password/node_modules/@inquirer/type": {
|
2368
2397
|
"version": "1.5.5",
|
2369
2398
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz",
|
@@ -2389,22 +2418,22 @@
|
|
2389
2418
|
}
|
2390
2419
|
},
|
2391
2420
|
"node_modules/@inquirer/prompts": {
|
2392
|
-
"version": "7.
|
2393
|
-
"resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.
|
2394
|
-
"integrity": "sha512-
|
2421
|
+
"version": "7.4.0",
|
2422
|
+
"resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.4.0.tgz",
|
2423
|
+
"integrity": "sha512-EZiJidQOT4O5PYtqnu1JbF0clv36oW2CviR66c7ma4LsupmmQlUwmdReGKRp456OWPWMz3PdrPiYg3aCk3op2w==",
|
2395
2424
|
"dev": true,
|
2396
2425
|
"license": "MIT",
|
2397
2426
|
"dependencies": {
|
2398
|
-
"@inquirer/checkbox": "^4.1.
|
2399
|
-
"@inquirer/confirm": "^5.1.
|
2400
|
-
"@inquirer/editor": "^4.2.
|
2401
|
-
"@inquirer/expand": "^4.0.
|
2402
|
-
"@inquirer/input": "^4.1.
|
2403
|
-
"@inquirer/number": "^3.0.
|
2404
|
-
"@inquirer/password": "^4.0.
|
2405
|
-
"@inquirer/rawlist": "^4.0.
|
2406
|
-
"@inquirer/search": "^3.0.
|
2407
|
-
"@inquirer/select": "^4.0
|
2427
|
+
"@inquirer/checkbox": "^4.1.4",
|
2428
|
+
"@inquirer/confirm": "^5.1.8",
|
2429
|
+
"@inquirer/editor": "^4.2.9",
|
2430
|
+
"@inquirer/expand": "^4.0.11",
|
2431
|
+
"@inquirer/input": "^4.1.8",
|
2432
|
+
"@inquirer/number": "^3.0.11",
|
2433
|
+
"@inquirer/password": "^4.0.11",
|
2434
|
+
"@inquirer/rawlist": "^4.0.11",
|
2435
|
+
"@inquirer/search": "^3.0.11",
|
2436
|
+
"@inquirer/select": "^4.1.0"
|
2408
2437
|
},
|
2409
2438
|
"engines": {
|
2410
2439
|
"node": ">=18"
|
@@ -2419,14 +2448,14 @@
|
|
2419
2448
|
}
|
2420
2449
|
},
|
2421
2450
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/confirm": {
|
2422
|
-
"version": "5.1.
|
2423
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.
|
2424
|
-
"integrity": "sha512-
|
2451
|
+
"version": "5.1.8",
|
2452
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.8.tgz",
|
2453
|
+
"integrity": "sha512-dNLWCYZvXDjO3rnQfk2iuJNL4Ivwz/T2+C3+WnNfJKsNGSuOs3wAo2F6e0p946gtSAk31nZMfW+MRmYaplPKsg==",
|
2425
2454
|
"dev": true,
|
2426
2455
|
"license": "MIT",
|
2427
2456
|
"dependencies": {
|
2428
|
-
"@inquirer/core": "^10.1.
|
2429
|
-
"@inquirer/type": "^3.0.
|
2457
|
+
"@inquirer/core": "^10.1.9",
|
2458
|
+
"@inquirer/type": "^3.0.5"
|
2430
2459
|
},
|
2431
2460
|
"engines": {
|
2432
2461
|
"node": ">=18"
|
@@ -2441,14 +2470,14 @@
|
|
2441
2470
|
}
|
2442
2471
|
},
|
2443
2472
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/input": {
|
2444
|
-
"version": "4.1.
|
2445
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.1.
|
2446
|
-
"integrity": "sha512-
|
2473
|
+
"version": "4.1.8",
|
2474
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.1.8.tgz",
|
2475
|
+
"integrity": "sha512-WXJI16oOZ3/LiENCAxe8joniNp8MQxF6Wi5V+EBbVA0ZIOpFcL4I9e7f7cXse0HJeIPCWO8Lcgnk98juItCi7Q==",
|
2447
2476
|
"dev": true,
|
2448
2477
|
"license": "MIT",
|
2449
2478
|
"dependencies": {
|
2450
|
-
"@inquirer/core": "^10.1.
|
2451
|
-
"@inquirer/type": "^3.0.
|
2479
|
+
"@inquirer/core": "^10.1.9",
|
2480
|
+
"@inquirer/type": "^3.0.5"
|
2452
2481
|
},
|
2453
2482
|
"engines": {
|
2454
2483
|
"node": ">=18"
|
@@ -2463,14 +2492,14 @@
|
|
2463
2492
|
}
|
2464
2493
|
},
|
2465
2494
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/password": {
|
2466
|
-
"version": "4.0.
|
2467
|
-
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.
|
2468
|
-
"integrity": "sha512-
|
2495
|
+
"version": "4.0.11",
|
2496
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.11.tgz",
|
2497
|
+
"integrity": "sha512-dH6zLdv+HEv1nBs96Case6eppkRggMe8LoOTl30+Gq5Wf27AO/vHFgStTVz4aoevLdNXqwE23++IXGw4eiOXTg==",
|
2469
2498
|
"dev": true,
|
2470
2499
|
"license": "MIT",
|
2471
2500
|
"dependencies": {
|
2472
|
-
"@inquirer/core": "^10.1.
|
2473
|
-
"@inquirer/type": "^3.0.
|
2501
|
+
"@inquirer/core": "^10.1.9",
|
2502
|
+
"@inquirer/type": "^3.0.5",
|
2474
2503
|
"ansi-escapes": "^4.3.2"
|
2475
2504
|
},
|
2476
2505
|
"engines": {
|
@@ -2486,15 +2515,15 @@
|
|
2486
2515
|
}
|
2487
2516
|
},
|
2488
2517
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/select": {
|
2489
|
-
"version": "4.0
|
2490
|
-
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.0.
|
2491
|
-
"integrity": "sha512-
|
2518
|
+
"version": "4.1.0",
|
2519
|
+
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.1.0.tgz",
|
2520
|
+
"integrity": "sha512-z0a2fmgTSRN+YBuiK1ROfJ2Nvrpij5lVN3gPDkQGhavdvIVGHGW29LwYZfM/j42Ai2hUghTI/uoBuTbrJk42bA==",
|
2492
2521
|
"dev": true,
|
2493
2522
|
"license": "MIT",
|
2494
2523
|
"dependencies": {
|
2495
|
-
"@inquirer/core": "^10.1.
|
2496
|
-
"@inquirer/figures": "^1.0.
|
2497
|
-
"@inquirer/type": "^3.0.
|
2524
|
+
"@inquirer/core": "^10.1.9",
|
2525
|
+
"@inquirer/figures": "^1.0.11",
|
2526
|
+
"@inquirer/type": "^3.0.5",
|
2498
2527
|
"ansi-escapes": "^4.3.2",
|
2499
2528
|
"yoctocolors-cjs": "^2.1.2"
|
2500
2529
|
},
|
@@ -2511,14 +2540,14 @@
|
|
2511
2540
|
}
|
2512
2541
|
},
|
2513
2542
|
"node_modules/@inquirer/rawlist": {
|
2514
|
-
"version": "4.0.
|
2515
|
-
"resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.
|
2516
|
-
"integrity": "sha512
|
2543
|
+
"version": "4.0.11",
|
2544
|
+
"resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.11.tgz",
|
2545
|
+
"integrity": "sha512-uAYtTx0IF/PqUAvsRrF3xvnxJV516wmR6YVONOmCWJbbt87HcDHLfL9wmBQFbNJRv5kCjdYKrZcavDkH3sVJPg==",
|
2517
2546
|
"dev": true,
|
2518
2547
|
"license": "MIT",
|
2519
2548
|
"dependencies": {
|
2520
|
-
"@inquirer/core": "^10.1.
|
2521
|
-
"@inquirer/type": "^3.0.
|
2549
|
+
"@inquirer/core": "^10.1.9",
|
2550
|
+
"@inquirer/type": "^3.0.5",
|
2522
2551
|
"yoctocolors-cjs": "^2.1.2"
|
2523
2552
|
},
|
2524
2553
|
"engines": {
|
@@ -2534,15 +2563,15 @@
|
|
2534
2563
|
}
|
2535
2564
|
},
|
2536
2565
|
"node_modules/@inquirer/search": {
|
2537
|
-
"version": "3.0.
|
2538
|
-
"resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.0.
|
2539
|
-
"integrity": "sha512-
|
2566
|
+
"version": "3.0.11",
|
2567
|
+
"resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.0.11.tgz",
|
2568
|
+
"integrity": "sha512-9CWQT0ikYcg6Ls3TOa7jljsD7PgjcsYEM0bYE+Gkz+uoW9u8eaJCRHJKkucpRE5+xKtaaDbrND+nPDoxzjYyew==",
|
2540
2569
|
"dev": true,
|
2541
2570
|
"license": "MIT",
|
2542
2571
|
"dependencies": {
|
2543
|
-
"@inquirer/core": "^10.1.
|
2544
|
-
"@inquirer/figures": "^1.0.
|
2545
|
-
"@inquirer/type": "^3.0.
|
2572
|
+
"@inquirer/core": "^10.1.9",
|
2573
|
+
"@inquirer/figures": "^1.0.11",
|
2574
|
+
"@inquirer/type": "^3.0.5",
|
2546
2575
|
"yoctocolors-cjs": "^2.1.2"
|
2547
2576
|
},
|
2548
2577
|
"engines": {
|
@@ -2611,6 +2640,16 @@
|
|
2611
2640
|
"node": ">=18"
|
2612
2641
|
}
|
2613
2642
|
},
|
2643
|
+
"node_modules/@inquirer/select/node_modules/@inquirer/figures": {
|
2644
|
+
"version": "1.0.10",
|
2645
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.10.tgz",
|
2646
|
+
"integrity": "sha512-Ey6176gZmeqZuY/W/nZiUyvmb1/qInjcpiZjXWi6nON+nxJpD1bxtSoBxNliGISae32n6OwbY+TSXPZ1CfS4bw==",
|
2647
|
+
"dev": true,
|
2648
|
+
"license": "MIT",
|
2649
|
+
"engines": {
|
2650
|
+
"node": ">=18"
|
2651
|
+
}
|
2652
|
+
},
|
2614
2653
|
"node_modules/@inquirer/select/node_modules/@inquirer/type": {
|
2615
2654
|
"version": "1.5.5",
|
2616
2655
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz",
|
@@ -2638,9 +2677,9 @@
|
|
2638
2677
|
}
|
2639
2678
|
},
|
2640
2679
|
"node_modules/@inquirer/type": {
|
2641
|
-
"version": "3.0.
|
2642
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.
|
2643
|
-
"integrity": "sha512-
|
2680
|
+
"version": "3.0.5",
|
2681
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.5.tgz",
|
2682
|
+
"integrity": "sha512-ZJpeIYYueOz/i/ONzrfof8g89kNdO2hjGuvULROo3O8rlB2CRtSseE5KeirnyE4t/thAn/EwvS/vuQeJCn+NZg==",
|
2644
2683
|
"dev": true,
|
2645
2684
|
"license": "MIT",
|
2646
2685
|
"engines": {
|
@@ -2965,13 +3004,13 @@
|
|
2965
3004
|
}
|
2966
3005
|
},
|
2967
3006
|
"node_modules/@oclif/core": {
|
2968
|
-
"version": "4.2.
|
2969
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
2970
|
-
"integrity": "sha512-
|
3007
|
+
"version": "4.2.9",
|
3008
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.9.tgz",
|
3009
|
+
"integrity": "sha512-cIlvpefLtorcyvnvJiOmYBqn6J6qdp/06tk54p2MddGEr0gnA7EIaQXM2UtRjf4ryDVCbIo+8IFRsW8Flt0uGA==",
|
2971
3010
|
"license": "MIT",
|
2972
3011
|
"dependencies": {
|
2973
3012
|
"ansi-escapes": "^4.3.2",
|
2974
|
-
"ansis": "^3.
|
3013
|
+
"ansis": "^3.17.0",
|
2975
3014
|
"clean-stack": "^3.0.1",
|
2976
3015
|
"cli-spinners": "^2.9.2",
|
2977
3016
|
"debug": "^4.4.0",
|
@@ -3056,14 +3095,14 @@
|
|
3056
3095
|
}
|
3057
3096
|
},
|
3058
3097
|
"node_modules/@oclif/plugin-command-snapshot": {
|
3059
|
-
"version": "5.2.
|
3060
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
3061
|
-
"integrity": "sha512-
|
3098
|
+
"version": "5.2.37",
|
3099
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.37.tgz",
|
3100
|
+
"integrity": "sha512-22wbylGE6oMNHZD17SEdSU8kAadk4ILIeyoExvyrPWWfLMaBPVCo4ExTYdsF94wzkWCAjTCpNEbmZ2ZmuFBwkw==",
|
3062
3101
|
"dev": true,
|
3063
3102
|
"license": "MIT",
|
3064
3103
|
"dependencies": {
|
3065
3104
|
"@oclif/core": "^4",
|
3066
|
-
"ansis": "^3.
|
3105
|
+
"ansis": "^3.17.0",
|
3067
3106
|
"globby": "^14.1.0",
|
3068
3107
|
"just-diff": "^5.2.0",
|
3069
3108
|
"lodash.difference": "^4.5.0",
|
@@ -3147,15 +3186,15 @@
|
|
3147
3186
|
}
|
3148
3187
|
},
|
3149
3188
|
"node_modules/@oclif/plugin-not-found": {
|
3150
|
-
"version": "3.2.
|
3151
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
3152
|
-
"integrity": "sha512-
|
3189
|
+
"version": "3.2.47",
|
3190
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.47.tgz",
|
3191
|
+
"integrity": "sha512-7Zk10TQhPOd5kkS4wiLDBqtR2MRM8FBiSrZDmSsgME1kXt4eYQLAFc9c5WJzkpglNb6g5/iD1LvbhTNd5oLe1g==",
|
3153
3192
|
"dev": true,
|
3154
3193
|
"license": "MIT",
|
3155
3194
|
"dependencies": {
|
3156
|
-
"@inquirer/prompts": "^7.3.
|
3195
|
+
"@inquirer/prompts": "^7.3.3",
|
3157
3196
|
"@oclif/core": "^4",
|
3158
|
-
"ansis": "^3.
|
3197
|
+
"ansis": "^3.17.0",
|
3159
3198
|
"fast-levenshtein": "^3.0.0"
|
3160
3199
|
},
|
3161
3200
|
"engines": {
|
@@ -3769,9 +3808,9 @@
|
|
3769
3808
|
}
|
3770
3809
|
},
|
3771
3810
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
3772
|
-
"version": "12.16.
|
3773
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.
|
3774
|
-
"integrity": "sha512-
|
3811
|
+
"version": "12.16.7",
|
3812
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.16.7.tgz",
|
3813
|
+
"integrity": "sha512-QnSKeFulXLN7Fn94RVt513+7hC39wUcIANxc5hTzMwmzYZAk0ivFpwQeD3HWW6x0HWWyE5zH67MN0XoUFRotOQ==",
|
3775
3814
|
"license": "BSD-3-Clause",
|
3776
3815
|
"dependencies": {
|
3777
3816
|
"@salesforce/core": "^8.8.5",
|
@@ -3788,7 +3827,7 @@
|
|
3788
3827
|
"mime": "2.6.0",
|
3789
3828
|
"minimatch": "^9.0.5",
|
3790
3829
|
"proxy-agent": "^6.4.0",
|
3791
|
-
"yaml": "^2.
|
3830
|
+
"yaml": "^2.7.0"
|
3792
3831
|
},
|
3793
3832
|
"engines": {
|
3794
3833
|
"node": ">=18.0.0"
|
@@ -5289,57 +5328,6 @@
|
|
5289
5328
|
"url": "https://opencollective.com/typescript-eslint"
|
5290
5329
|
}
|
5291
5330
|
},
|
5292
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
|
5293
|
-
"version": "8.26.0",
|
5294
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.0.tgz",
|
5295
|
-
"integrity": "sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==",
|
5296
|
-
"dev": true,
|
5297
|
-
"license": "MIT",
|
5298
|
-
"dependencies": {
|
5299
|
-
"@typescript-eslint/types": "8.26.0",
|
5300
|
-
"@typescript-eslint/visitor-keys": "8.26.0",
|
5301
|
-
"debug": "^4.3.4",
|
5302
|
-
"fast-glob": "^3.3.2",
|
5303
|
-
"is-glob": "^4.0.3",
|
5304
|
-
"minimatch": "^9.0.4",
|
5305
|
-
"semver": "^7.6.0",
|
5306
|
-
"ts-api-utils": "^2.0.1"
|
5307
|
-
},
|
5308
|
-
"engines": {
|
5309
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5310
|
-
},
|
5311
|
-
"funding": {
|
5312
|
-
"type": "opencollective",
|
5313
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5314
|
-
},
|
5315
|
-
"peerDependencies": {
|
5316
|
-
"typescript": ">=4.8.4 <5.9.0"
|
5317
|
-
}
|
5318
|
-
},
|
5319
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": {
|
5320
|
-
"version": "8.26.0",
|
5321
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.26.0.tgz",
|
5322
|
-
"integrity": "sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==",
|
5323
|
-
"dev": true,
|
5324
|
-
"license": "MIT",
|
5325
|
-
"dependencies": {
|
5326
|
-
"@eslint-community/eslint-utils": "^4.4.0",
|
5327
|
-
"@typescript-eslint/scope-manager": "8.26.0",
|
5328
|
-
"@typescript-eslint/types": "8.26.0",
|
5329
|
-
"@typescript-eslint/typescript-estree": "8.26.0"
|
5330
|
-
},
|
5331
|
-
"engines": {
|
5332
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5333
|
-
},
|
5334
|
-
"funding": {
|
5335
|
-
"type": "opencollective",
|
5336
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5337
|
-
},
|
5338
|
-
"peerDependencies": {
|
5339
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
5340
|
-
"typescript": ">=4.8.4 <5.9.0"
|
5341
|
-
}
|
5342
|
-
},
|
5343
5331
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
5344
5332
|
"version": "8.26.0",
|
5345
5333
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz",
|
@@ -5371,22 +5359,6 @@
|
|
5371
5359
|
"url": "https://opencollective.com/eslint"
|
5372
5360
|
}
|
5373
5361
|
},
|
5374
|
-
"node_modules/@typescript-eslint/eslint-plugin/node_modules/minimatch": {
|
5375
|
-
"version": "9.0.5",
|
5376
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
5377
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
5378
|
-
"dev": true,
|
5379
|
-
"license": "ISC",
|
5380
|
-
"dependencies": {
|
5381
|
-
"brace-expansion": "^2.0.1"
|
5382
|
-
},
|
5383
|
-
"engines": {
|
5384
|
-
"node": ">=16 || 14 >=14.17"
|
5385
|
-
},
|
5386
|
-
"funding": {
|
5387
|
-
"url": "https://github.com/sponsors/isaacs"
|
5388
|
-
}
|
5389
|
-
},
|
5390
5362
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ts-api-utils": {
|
5391
5363
|
"version": "2.0.1",
|
5392
5364
|
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz",
|
@@ -5586,24 +5558,6 @@
|
|
5586
5558
|
"typescript": ">=4.8.4 <5.9.0"
|
5587
5559
|
}
|
5588
5560
|
},
|
5589
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/scope-manager": {
|
5590
|
-
"version": "8.26.0",
|
5591
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.0.tgz",
|
5592
|
-
"integrity": "sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==",
|
5593
|
-
"dev": true,
|
5594
|
-
"license": "MIT",
|
5595
|
-
"dependencies": {
|
5596
|
-
"@typescript-eslint/types": "8.26.0",
|
5597
|
-
"@typescript-eslint/visitor-keys": "8.26.0"
|
5598
|
-
},
|
5599
|
-
"engines": {
|
5600
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5601
|
-
},
|
5602
|
-
"funding": {
|
5603
|
-
"type": "opencollective",
|
5604
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5605
|
-
}
|
5606
|
-
},
|
5607
5561
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
|
5608
5562
|
"version": "8.26.0",
|
5609
5563
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.0.tgz",
|
@@ -5645,30 +5599,6 @@
|
|
5645
5599
|
"typescript": ">=4.8.4 <5.9.0"
|
5646
5600
|
}
|
5647
5601
|
},
|
5648
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": {
|
5649
|
-
"version": "8.26.0",
|
5650
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.26.0.tgz",
|
5651
|
-
"integrity": "sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==",
|
5652
|
-
"dev": true,
|
5653
|
-
"license": "MIT",
|
5654
|
-
"dependencies": {
|
5655
|
-
"@eslint-community/eslint-utils": "^4.4.0",
|
5656
|
-
"@typescript-eslint/scope-manager": "8.26.0",
|
5657
|
-
"@typescript-eslint/types": "8.26.0",
|
5658
|
-
"@typescript-eslint/typescript-estree": "8.26.0"
|
5659
|
-
},
|
5660
|
-
"engines": {
|
5661
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5662
|
-
},
|
5663
|
-
"funding": {
|
5664
|
-
"type": "opencollective",
|
5665
|
-
"url": "https://opencollective.com/typescript-eslint"
|
5666
|
-
},
|
5667
|
-
"peerDependencies": {
|
5668
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
5669
|
-
"typescript": ">=4.8.4 <5.9.0"
|
5670
|
-
}
|
5671
|
-
},
|
5672
5602
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
|
5673
5603
|
"version": "8.26.0",
|
5674
5604
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz",
|
@@ -5789,16 +5719,16 @@
|
|
5789
5719
|
}
|
5790
5720
|
},
|
5791
5721
|
"node_modules/@typescript-eslint/utils": {
|
5792
|
-
"version": "8.
|
5793
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.
|
5794
|
-
"integrity": "sha512-
|
5722
|
+
"version": "8.26.0",
|
5723
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.26.0.tgz",
|
5724
|
+
"integrity": "sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==",
|
5795
5725
|
"dev": true,
|
5796
5726
|
"license": "MIT",
|
5797
5727
|
"dependencies": {
|
5798
5728
|
"@eslint-community/eslint-utils": "^4.4.0",
|
5799
|
-
"@typescript-eslint/scope-manager": "8.
|
5800
|
-
"@typescript-eslint/types": "8.
|
5801
|
-
"@typescript-eslint/typescript-estree": "8.
|
5729
|
+
"@typescript-eslint/scope-manager": "8.26.0",
|
5730
|
+
"@typescript-eslint/types": "8.26.0",
|
5731
|
+
"@typescript-eslint/typescript-estree": "8.26.0"
|
5802
5732
|
},
|
5803
5733
|
"engines": {
|
5804
5734
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -5809,18 +5739,18 @@
|
|
5809
5739
|
},
|
5810
5740
|
"peerDependencies": {
|
5811
5741
|
"eslint": "^8.57.0 || ^9.0.0",
|
5812
|
-
"typescript": ">=4.8.4 <5.
|
5742
|
+
"typescript": ">=4.8.4 <5.9.0"
|
5813
5743
|
}
|
5814
5744
|
},
|
5815
5745
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
5816
|
-
"version": "8.
|
5817
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.
|
5818
|
-
"integrity": "sha512-
|
5746
|
+
"version": "8.26.0",
|
5747
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.0.tgz",
|
5748
|
+
"integrity": "sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==",
|
5819
5749
|
"dev": true,
|
5820
5750
|
"license": "MIT",
|
5821
5751
|
"dependencies": {
|
5822
|
-
"@typescript-eslint/types": "8.
|
5823
|
-
"@typescript-eslint/visitor-keys": "8.
|
5752
|
+
"@typescript-eslint/types": "8.26.0",
|
5753
|
+
"@typescript-eslint/visitor-keys": "8.26.0"
|
5824
5754
|
},
|
5825
5755
|
"engines": {
|
5826
5756
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -5831,9 +5761,9 @@
|
|
5831
5761
|
}
|
5832
5762
|
},
|
5833
5763
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
5834
|
-
"version": "8.
|
5835
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.
|
5836
|
-
"integrity": "sha512
|
5764
|
+
"version": "8.26.0",
|
5765
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.0.tgz",
|
5766
|
+
"integrity": "sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==",
|
5837
5767
|
"dev": true,
|
5838
5768
|
"license": "MIT",
|
5839
5769
|
"engines": {
|
@@ -5845,14 +5775,14 @@
|
|
5845
5775
|
}
|
5846
5776
|
},
|
5847
5777
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
|
5848
|
-
"version": "8.
|
5849
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
5850
|
-
"integrity": "sha512-
|
5778
|
+
"version": "8.26.0",
|
5779
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.0.tgz",
|
5780
|
+
"integrity": "sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==",
|
5851
5781
|
"dev": true,
|
5852
5782
|
"license": "MIT",
|
5853
5783
|
"dependencies": {
|
5854
|
-
"@typescript-eslint/types": "8.
|
5855
|
-
"@typescript-eslint/visitor-keys": "8.
|
5784
|
+
"@typescript-eslint/types": "8.26.0",
|
5785
|
+
"@typescript-eslint/visitor-keys": "8.26.0",
|
5856
5786
|
"debug": "^4.3.4",
|
5857
5787
|
"fast-glob": "^3.3.2",
|
5858
5788
|
"is-glob": "^4.0.3",
|
@@ -5868,17 +5798,17 @@
|
|
5868
5798
|
"url": "https://opencollective.com/typescript-eslint"
|
5869
5799
|
},
|
5870
5800
|
"peerDependencies": {
|
5871
|
-
"typescript": ">=4.8.4 <5.
|
5801
|
+
"typescript": ">=4.8.4 <5.9.0"
|
5872
5802
|
}
|
5873
5803
|
},
|
5874
5804
|
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
5875
|
-
"version": "8.
|
5876
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
5877
|
-
"integrity": "sha512-
|
5805
|
+
"version": "8.26.0",
|
5806
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz",
|
5807
|
+
"integrity": "sha512-2z8JQJWAzPdDd51dRQ/oqIJxe99/hoLIqmf8RMCAJQtYDc535W/Jt2+RTP4bP0aKeBG1F65yjIZuczOXCmbWwg==",
|
5878
5808
|
"dev": true,
|
5879
5809
|
"license": "MIT",
|
5880
5810
|
"dependencies": {
|
5881
|
-
"@typescript-eslint/types": "8.
|
5811
|
+
"@typescript-eslint/types": "8.26.0",
|
5882
5812
|
"eslint-visitor-keys": "^4.2.0"
|
5883
5813
|
},
|
5884
5814
|
"engines": {
|
@@ -9593,13 +9523,13 @@
|
|
9593
9523
|
}
|
9594
9524
|
},
|
9595
9525
|
"node_modules/eslint-plugin-sf-plugin": {
|
9596
|
-
"version": "1.20.
|
9597
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
9598
|
-
"integrity": "sha512-
|
9526
|
+
"version": "1.20.16",
|
9527
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.16.tgz",
|
9528
|
+
"integrity": "sha512-NbWW2J6eO70m4C/ab9ZOVqpSW97+C/xNwHc4c10GV3mi8brxA9OWKo7vDfd2nGKrZ0EzA1BHujnu9ItV3HhrJQ==",
|
9599
9529
|
"dev": true,
|
9600
9530
|
"license": "BSD-3-Clause",
|
9601
9531
|
"dependencies": {
|
9602
|
-
"@salesforce/core": "^8.8.
|
9532
|
+
"@salesforce/core": "^8.8.5",
|
9603
9533
|
"@typescript-eslint/utils": "^7.18.0"
|
9604
9534
|
},
|
9605
9535
|
"engines": {
|
@@ -14335,20 +14265,20 @@
|
|
14335
14265
|
}
|
14336
14266
|
},
|
14337
14267
|
"node_modules/oclif": {
|
14338
|
-
"version": "4.17.
|
14339
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.
|
14340
|
-
"integrity": "sha512-
|
14268
|
+
"version": "4.17.37",
|
14269
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.37.tgz",
|
14270
|
+
"integrity": "sha512-sB71e7euBGmoMgIJ9UgM49QdpMVTqp26be31ZLfO1iV6MetCR7XLL2aAL+32NuucaCbTVdH9YkgbcU9xJMfZfA==",
|
14341
14271
|
"dev": true,
|
14342
14272
|
"license": "MIT",
|
14343
14273
|
"dependencies": {
|
14344
|
-
"@aws-sdk/client-cloudfront": "^3.
|
14274
|
+
"@aws-sdk/client-cloudfront": "^3.764.0",
|
14345
14275
|
"@aws-sdk/client-s3": "^3.749.0",
|
14346
14276
|
"@inquirer/confirm": "^3.1.22",
|
14347
14277
|
"@inquirer/input": "^2.2.4",
|
14348
14278
|
"@inquirer/select": "^2.5.0",
|
14349
14279
|
"@oclif/core": "^4.2.8",
|
14350
14280
|
"@oclif/plugin-help": "^6.2.25",
|
14351
|
-
"@oclif/plugin-not-found": "^3.2.
|
14281
|
+
"@oclif/plugin-not-found": "^3.2.46",
|
14352
14282
|
"@oclif/plugin-warn-if-update-available": "^3.1.31",
|
14353
14283
|
"async-retry": "^1.3.3",
|
14354
14284
|
"chalk": "^4",
|
@@ -14362,7 +14292,7 @@
|
|
14362
14292
|
"lodash": "^4.17.21",
|
14363
14293
|
"normalize-package-data": "^6",
|
14364
14294
|
"semver": "^7.7.1",
|
14365
|
-
"sort-package-json": "^2.
|
14295
|
+
"sort-package-json": "^2.15.1",
|
14366
14296
|
"tiny-jsonc": "^1.0.1",
|
14367
14297
|
"validate-npm-package-name": "^5.0.1"
|
14368
14298
|
},
|
@@ -17748,149 +17678,6 @@
|
|
17748
17678
|
"typescript": ">=4.8.4 <5.9.0"
|
17749
17679
|
}
|
17750
17680
|
},
|
17751
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/scope-manager": {
|
17752
|
-
"version": "8.26.0",
|
17753
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.0.tgz",
|
17754
|
-
"integrity": "sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==",
|
17755
|
-
"dev": true,
|
17756
|
-
"license": "MIT",
|
17757
|
-
"dependencies": {
|
17758
|
-
"@typescript-eslint/types": "8.26.0",
|
17759
|
-
"@typescript-eslint/visitor-keys": "8.26.0"
|
17760
|
-
},
|
17761
|
-
"engines": {
|
17762
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17763
|
-
},
|
17764
|
-
"funding": {
|
17765
|
-
"type": "opencollective",
|
17766
|
-
"url": "https://opencollective.com/typescript-eslint"
|
17767
|
-
}
|
17768
|
-
},
|
17769
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/types": {
|
17770
|
-
"version": "8.26.0",
|
17771
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.0.tgz",
|
17772
|
-
"integrity": "sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==",
|
17773
|
-
"dev": true,
|
17774
|
-
"license": "MIT",
|
17775
|
-
"engines": {
|
17776
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17777
|
-
},
|
17778
|
-
"funding": {
|
17779
|
-
"type": "opencollective",
|
17780
|
-
"url": "https://opencollective.com/typescript-eslint"
|
17781
|
-
}
|
17782
|
-
},
|
17783
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/typescript-estree": {
|
17784
|
-
"version": "8.26.0",
|
17785
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.0.tgz",
|
17786
|
-
"integrity": "sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==",
|
17787
|
-
"dev": true,
|
17788
|
-
"license": "MIT",
|
17789
|
-
"dependencies": {
|
17790
|
-
"@typescript-eslint/types": "8.26.0",
|
17791
|
-
"@typescript-eslint/visitor-keys": "8.26.0",
|
17792
|
-
"debug": "^4.3.4",
|
17793
|
-
"fast-glob": "^3.3.2",
|
17794
|
-
"is-glob": "^4.0.3",
|
17795
|
-
"minimatch": "^9.0.4",
|
17796
|
-
"semver": "^7.6.0",
|
17797
|
-
"ts-api-utils": "^2.0.1"
|
17798
|
-
},
|
17799
|
-
"engines": {
|
17800
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17801
|
-
},
|
17802
|
-
"funding": {
|
17803
|
-
"type": "opencollective",
|
17804
|
-
"url": "https://opencollective.com/typescript-eslint"
|
17805
|
-
},
|
17806
|
-
"peerDependencies": {
|
17807
|
-
"typescript": ">=4.8.4 <5.9.0"
|
17808
|
-
}
|
17809
|
-
},
|
17810
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/utils": {
|
17811
|
-
"version": "8.26.0",
|
17812
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.26.0.tgz",
|
17813
|
-
"integrity": "sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==",
|
17814
|
-
"dev": true,
|
17815
|
-
"license": "MIT",
|
17816
|
-
"dependencies": {
|
17817
|
-
"@eslint-community/eslint-utils": "^4.4.0",
|
17818
|
-
"@typescript-eslint/scope-manager": "8.26.0",
|
17819
|
-
"@typescript-eslint/types": "8.26.0",
|
17820
|
-
"@typescript-eslint/typescript-estree": "8.26.0"
|
17821
|
-
},
|
17822
|
-
"engines": {
|
17823
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17824
|
-
},
|
17825
|
-
"funding": {
|
17826
|
-
"type": "opencollective",
|
17827
|
-
"url": "https://opencollective.com/typescript-eslint"
|
17828
|
-
},
|
17829
|
-
"peerDependencies": {
|
17830
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
17831
|
-
"typescript": ">=4.8.4 <5.9.0"
|
17832
|
-
}
|
17833
|
-
},
|
17834
|
-
"node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys": {
|
17835
|
-
"version": "8.26.0",
|
17836
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz",
|
17837
|
-
"integrity": "sha512-2z8JQJWAzPdDd51dRQ/oqIJxe99/hoLIqmf8RMCAJQtYDc535W/Jt2+RTP4bP0aKeBG1F65yjIZuczOXCmbWwg==",
|
17838
|
-
"dev": true,
|
17839
|
-
"license": "MIT",
|
17840
|
-
"dependencies": {
|
17841
|
-
"@typescript-eslint/types": "8.26.0",
|
17842
|
-
"eslint-visitor-keys": "^4.2.0"
|
17843
|
-
},
|
17844
|
-
"engines": {
|
17845
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17846
|
-
},
|
17847
|
-
"funding": {
|
17848
|
-
"type": "opencollective",
|
17849
|
-
"url": "https://opencollective.com/typescript-eslint"
|
17850
|
-
}
|
17851
|
-
},
|
17852
|
-
"node_modules/typescript-eslint/node_modules/eslint-visitor-keys": {
|
17853
|
-
"version": "4.2.0",
|
17854
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
|
17855
|
-
"integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
|
17856
|
-
"dev": true,
|
17857
|
-
"license": "Apache-2.0",
|
17858
|
-
"engines": {
|
17859
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17860
|
-
},
|
17861
|
-
"funding": {
|
17862
|
-
"url": "https://opencollective.com/eslint"
|
17863
|
-
}
|
17864
|
-
},
|
17865
|
-
"node_modules/typescript-eslint/node_modules/minimatch": {
|
17866
|
-
"version": "9.0.5",
|
17867
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
17868
|
-
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
17869
|
-
"dev": true,
|
17870
|
-
"license": "ISC",
|
17871
|
-
"dependencies": {
|
17872
|
-
"brace-expansion": "^2.0.1"
|
17873
|
-
},
|
17874
|
-
"engines": {
|
17875
|
-
"node": ">=16 || 14 >=14.17"
|
17876
|
-
},
|
17877
|
-
"funding": {
|
17878
|
-
"url": "https://github.com/sponsors/isaacs"
|
17879
|
-
}
|
17880
|
-
},
|
17881
|
-
"node_modules/typescript-eslint/node_modules/ts-api-utils": {
|
17882
|
-
"version": "2.0.1",
|
17883
|
-
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz",
|
17884
|
-
"integrity": "sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==",
|
17885
|
-
"dev": true,
|
17886
|
-
"license": "MIT",
|
17887
|
-
"engines": {
|
17888
|
-
"node": ">=18.12"
|
17889
|
-
},
|
17890
|
-
"peerDependencies": {
|
17891
|
-
"typescript": ">=4.8.4"
|
17892
|
-
}
|
17893
|
-
},
|
17894
17681
|
"node_modules/uc.micro": {
|
17895
17682
|
"version": "2.1.0",
|
17896
17683
|
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
|