@jayree/sfdx-plugin-manifest 3.6.64 → 3.6.66
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 +534 -192
- package/oclif.lock +350 -188
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@jayree/sfdx-plugin-manifest",
|
3
|
-
"version": "3.6.
|
3
|
+
"version": "3.6.66",
|
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.66",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@jayree/changelog": "^1.2.6",
|
@@ -14,8 +14,8 @@
|
|
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.
|
18
|
-
"@salesforce/source-tracking": "7.3.
|
17
|
+
"@salesforce/source-deploy-retrieve": "12.16.7",
|
18
|
+
"@salesforce/source-tracking": "7.3.18",
|
19
19
|
"@salesforce/ts-types": "^2.0.12",
|
20
20
|
"fast-deep-equal": "^3.1.3",
|
21
21
|
"fast-xml-parser": "^5.0.8",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
},
|
26
26
|
"devDependencies": {
|
27
27
|
"@oclif/plugin-command-snapshot": "^5.2.37",
|
28
|
-
"@oclif/plugin-help": "^6.2.
|
28
|
+
"@oclif/plugin-help": "^6.2.27",
|
29
29
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
30
30
|
"@salesforce/dev-scripts": "^10.2.12",
|
31
31
|
"@salesforce/ts-sinon": "^1.4.30",
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"eslint-config-oclif": "^6.0",
|
37
37
|
"eslint-plugin-prettier": "^5.2.3",
|
38
38
|
"eslint-plugin-sf-plugin": "^1.20.16",
|
39
|
-
"oclif": "^4.17.
|
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": {
|
@@ -3134,9 +3173,9 @@
|
|
3134
3173
|
}
|
3135
3174
|
},
|
3136
3175
|
"node_modules/@oclif/plugin-help": {
|
3137
|
-
"version": "6.2.
|
3138
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
3139
|
-
"integrity": "sha512-
|
3176
|
+
"version": "6.2.27",
|
3177
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.27.tgz",
|
3178
|
+
"integrity": "sha512-RWSWtCFVObRmCwgxVOye3lsYbPHTnB7G4He5LEAg2tf600Sil5yXEOL/ULx1TqL/XOQxKqRvmLn/rLQOMT85YA==",
|
3140
3179
|
"dev": true,
|
3141
3180
|
"license": "MIT",
|
3142
3181
|
"dependencies": {
|
@@ -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"
|
@@ -3828,17 +3867,17 @@
|
|
3828
3867
|
}
|
3829
3868
|
},
|
3830
3869
|
"node_modules/@salesforce/source-tracking": {
|
3831
|
-
"version": "7.3.
|
3832
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.
|
3833
|
-
"integrity": "sha512-
|
3870
|
+
"version": "7.3.18",
|
3871
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.18.tgz",
|
3872
|
+
"integrity": "sha512-8xc0wD8D1Bn6yy9jgPYjcgXaCmln2qm7+deV5LFh0Sinw1qnabJVDHPETQ013zhyZZGQrYGfyqnnLIHU5CV3lg==",
|
3834
3873
|
"license": "BSD-3-Clause",
|
3835
3874
|
"dependencies": {
|
3836
|
-
"@oclif/core": "^4.2.
|
3837
|
-
"@salesforce/core": "^8.8.
|
3875
|
+
"@oclif/core": "^4.2.9",
|
3876
|
+
"@salesforce/core": "^8.8.5",
|
3838
3877
|
"@salesforce/kit": "^3.2.3",
|
3839
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
3878
|
+
"@salesforce/source-deploy-retrieve": "^12.16.6",
|
3840
3879
|
"@salesforce/ts-types": "^2.0.12",
|
3841
|
-
"fast-xml-parser": "^4.5.
|
3880
|
+
"fast-xml-parser": "^4.5.3",
|
3842
3881
|
"graceful-fs": "^4.2.11",
|
3843
3882
|
"isomorphic-git": "^1.27.2",
|
3844
3883
|
"ts-retry-promise": "^0.8.1"
|
@@ -5228,17 +5267,17 @@
|
|
5228
5267
|
"license": "MIT"
|
5229
5268
|
},
|
5230
5269
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
5231
|
-
"version": "8.26.
|
5232
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.
|
5233
|
-
"integrity": "sha512-
|
5270
|
+
"version": "8.26.1",
|
5271
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.1.tgz",
|
5272
|
+
"integrity": "sha512-2X3mwqsj9Bd3Ciz508ZUtoQQYpOhU/kWoUqIf49H8Z0+Vbh6UF/y0OEYp0Q0axOGzaBGs7QxRwq0knSQ8khQNA==",
|
5234
5273
|
"dev": true,
|
5235
5274
|
"license": "MIT",
|
5236
5275
|
"dependencies": {
|
5237
5276
|
"@eslint-community/regexpp": "^4.10.0",
|
5238
|
-
"@typescript-eslint/scope-manager": "8.26.
|
5239
|
-
"@typescript-eslint/type-utils": "8.26.
|
5240
|
-
"@typescript-eslint/utils": "8.26.
|
5241
|
-
"@typescript-eslint/visitor-keys": "8.26.
|
5277
|
+
"@typescript-eslint/scope-manager": "8.26.1",
|
5278
|
+
"@typescript-eslint/type-utils": "8.26.1",
|
5279
|
+
"@typescript-eslint/utils": "8.26.1",
|
5280
|
+
"@typescript-eslint/visitor-keys": "8.26.1",
|
5242
5281
|
"graphemer": "^1.4.0",
|
5243
5282
|
"ignore": "^5.3.1",
|
5244
5283
|
"natural-compare": "^1.4.0",
|
@@ -5258,14 +5297,14 @@
|
|
5258
5297
|
}
|
5259
5298
|
},
|
5260
5299
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
5261
|
-
"version": "8.26.
|
5262
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.
|
5263
|
-
"integrity": "sha512-
|
5300
|
+
"version": "8.26.1",
|
5301
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz",
|
5302
|
+
"integrity": "sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg==",
|
5264
5303
|
"dev": true,
|
5265
5304
|
"license": "MIT",
|
5266
5305
|
"dependencies": {
|
5267
|
-
"@typescript-eslint/types": "8.26.
|
5268
|
-
"@typescript-eslint/visitor-keys": "8.26.
|
5306
|
+
"@typescript-eslint/types": "8.26.1",
|
5307
|
+
"@typescript-eslint/visitor-keys": "8.26.1"
|
5269
5308
|
},
|
5270
5309
|
"engines": {
|
5271
5310
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -5276,27 +5315,78 @@
|
|
5276
5315
|
}
|
5277
5316
|
},
|
5278
5317
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
|
5279
|
-
"version": "8.26.
|
5280
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.
|
5281
|
-
"integrity": "sha512-
|
5318
|
+
"version": "8.26.1",
|
5319
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.1.tgz",
|
5320
|
+
"integrity": "sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==",
|
5321
|
+
"dev": true,
|
5322
|
+
"license": "MIT",
|
5323
|
+
"engines": {
|
5324
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5325
|
+
},
|
5326
|
+
"funding": {
|
5327
|
+
"type": "opencollective",
|
5328
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5329
|
+
}
|
5330
|
+
},
|
5331
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
|
5332
|
+
"version": "8.26.1",
|
5333
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.1.tgz",
|
5334
|
+
"integrity": "sha512-yUwPpUHDgdrv1QJ7YQal3cMVBGWfnuCdKbXw1yyjArax3353rEJP1ZA+4F8nOlQ3RfS2hUN/wze3nlY+ZOhvoA==",
|
5335
|
+
"dev": true,
|
5336
|
+
"license": "MIT",
|
5337
|
+
"dependencies": {
|
5338
|
+
"@typescript-eslint/types": "8.26.1",
|
5339
|
+
"@typescript-eslint/visitor-keys": "8.26.1",
|
5340
|
+
"debug": "^4.3.4",
|
5341
|
+
"fast-glob": "^3.3.2",
|
5342
|
+
"is-glob": "^4.0.3",
|
5343
|
+
"minimatch": "^9.0.4",
|
5344
|
+
"semver": "^7.6.0",
|
5345
|
+
"ts-api-utils": "^2.0.1"
|
5346
|
+
},
|
5347
|
+
"engines": {
|
5348
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5349
|
+
},
|
5350
|
+
"funding": {
|
5351
|
+
"type": "opencollective",
|
5352
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5353
|
+
},
|
5354
|
+
"peerDependencies": {
|
5355
|
+
"typescript": ">=4.8.4 <5.9.0"
|
5356
|
+
}
|
5357
|
+
},
|
5358
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": {
|
5359
|
+
"version": "8.26.1",
|
5360
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.26.1.tgz",
|
5361
|
+
"integrity": "sha512-V4Urxa/XtSUroUrnI7q6yUTD3hDtfJ2jzVfeT3VK0ciizfK2q/zGC0iDh1lFMUZR8cImRrep6/q0xd/1ZGPQpg==",
|
5282
5362
|
"dev": true,
|
5283
5363
|
"license": "MIT",
|
5364
|
+
"dependencies": {
|
5365
|
+
"@eslint-community/eslint-utils": "^4.4.0",
|
5366
|
+
"@typescript-eslint/scope-manager": "8.26.1",
|
5367
|
+
"@typescript-eslint/types": "8.26.1",
|
5368
|
+
"@typescript-eslint/typescript-estree": "8.26.1"
|
5369
|
+
},
|
5284
5370
|
"engines": {
|
5285
5371
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5286
5372
|
},
|
5287
5373
|
"funding": {
|
5288
5374
|
"type": "opencollective",
|
5289
5375
|
"url": "https://opencollective.com/typescript-eslint"
|
5376
|
+
},
|
5377
|
+
"peerDependencies": {
|
5378
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
5379
|
+
"typescript": ">=4.8.4 <5.9.0"
|
5290
5380
|
}
|
5291
5381
|
},
|
5292
5382
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
5293
|
-
"version": "8.26.
|
5294
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.
|
5295
|
-
"integrity": "sha512-
|
5383
|
+
"version": "8.26.1",
|
5384
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.1.tgz",
|
5385
|
+
"integrity": "sha512-AjOC3zfnxd6S4Eiy3jwktJPclqhFHNyd8L6Gycf9WUPoKZpgM5PjkxY1X7uSy61xVpiJDhhk7XT2NVsN3ALTWg==",
|
5296
5386
|
"dev": true,
|
5297
5387
|
"license": "MIT",
|
5298
5388
|
"dependencies": {
|
5299
|
-
"@typescript-eslint/types": "8.26.
|
5389
|
+
"@typescript-eslint/types": "8.26.1",
|
5300
5390
|
"eslint-visitor-keys": "^4.2.0"
|
5301
5391
|
},
|
5302
5392
|
"engines": {
|
@@ -5320,6 +5410,22 @@
|
|
5320
5410
|
"url": "https://opencollective.com/eslint"
|
5321
5411
|
}
|
5322
5412
|
},
|
5413
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/minimatch": {
|
5414
|
+
"version": "9.0.5",
|
5415
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
5416
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
5417
|
+
"dev": true,
|
5418
|
+
"license": "ISC",
|
5419
|
+
"dependencies": {
|
5420
|
+
"brace-expansion": "^2.0.1"
|
5421
|
+
},
|
5422
|
+
"engines": {
|
5423
|
+
"node": ">=16 || 14 >=14.17"
|
5424
|
+
},
|
5425
|
+
"funding": {
|
5426
|
+
"url": "https://github.com/sponsors/isaacs"
|
5427
|
+
}
|
5428
|
+
},
|
5323
5429
|
"node_modules/@typescript-eslint/eslint-plugin/node_modules/ts-api-utils": {
|
5324
5430
|
"version": "2.0.1",
|
5325
5431
|
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz",
|
@@ -5334,16 +5440,16 @@
|
|
5334
5440
|
}
|
5335
5441
|
},
|
5336
5442
|
"node_modules/@typescript-eslint/parser": {
|
5337
|
-
"version": "8.26.
|
5338
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.26.
|
5339
|
-
"integrity": "sha512-
|
5443
|
+
"version": "8.26.1",
|
5444
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.26.1.tgz",
|
5445
|
+
"integrity": "sha512-w6HZUV4NWxqd8BdeFf81t07d7/YV9s7TCWrQQbG5uhuvGUAW+fq1usZ1Hmz9UPNLniFnD8GLSsDpjP0hm1S4lQ==",
|
5340
5446
|
"dev": true,
|
5341
5447
|
"license": "MIT",
|
5342
5448
|
"dependencies": {
|
5343
|
-
"@typescript-eslint/scope-manager": "8.26.
|
5344
|
-
"@typescript-eslint/types": "8.26.
|
5345
|
-
"@typescript-eslint/typescript-estree": "8.26.
|
5346
|
-
"@typescript-eslint/visitor-keys": "8.26.
|
5449
|
+
"@typescript-eslint/scope-manager": "8.26.1",
|
5450
|
+
"@typescript-eslint/types": "8.26.1",
|
5451
|
+
"@typescript-eslint/typescript-estree": "8.26.1",
|
5452
|
+
"@typescript-eslint/visitor-keys": "8.26.1",
|
5347
5453
|
"debug": "^4.3.4"
|
5348
5454
|
},
|
5349
5455
|
"engines": {
|
@@ -5359,14 +5465,14 @@
|
|
5359
5465
|
}
|
5360
5466
|
},
|
5361
5467
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
5362
|
-
"version": "8.26.
|
5363
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.
|
5364
|
-
"integrity": "sha512-
|
5468
|
+
"version": "8.26.1",
|
5469
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz",
|
5470
|
+
"integrity": "sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg==",
|
5365
5471
|
"dev": true,
|
5366
5472
|
"license": "MIT",
|
5367
5473
|
"dependencies": {
|
5368
|
-
"@typescript-eslint/types": "8.26.
|
5369
|
-
"@typescript-eslint/visitor-keys": "8.26.
|
5474
|
+
"@typescript-eslint/types": "8.26.1",
|
5475
|
+
"@typescript-eslint/visitor-keys": "8.26.1"
|
5370
5476
|
},
|
5371
5477
|
"engines": {
|
5372
5478
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -5377,9 +5483,9 @@
|
|
5377
5483
|
}
|
5378
5484
|
},
|
5379
5485
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
|
5380
|
-
"version": "8.26.
|
5381
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.
|
5382
|
-
"integrity": "sha512-
|
5486
|
+
"version": "8.26.1",
|
5487
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.1.tgz",
|
5488
|
+
"integrity": "sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==",
|
5383
5489
|
"dev": true,
|
5384
5490
|
"license": "MIT",
|
5385
5491
|
"engines": {
|
@@ -5391,14 +5497,14 @@
|
|
5391
5497
|
}
|
5392
5498
|
},
|
5393
5499
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
|
5394
|
-
"version": "8.26.
|
5395
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.
|
5396
|
-
"integrity": "sha512-
|
5500
|
+
"version": "8.26.1",
|
5501
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.1.tgz",
|
5502
|
+
"integrity": "sha512-yUwPpUHDgdrv1QJ7YQal3cMVBGWfnuCdKbXw1yyjArax3353rEJP1ZA+4F8nOlQ3RfS2hUN/wze3nlY+ZOhvoA==",
|
5397
5503
|
"dev": true,
|
5398
5504
|
"license": "MIT",
|
5399
5505
|
"dependencies": {
|
5400
|
-
"@typescript-eslint/types": "8.26.
|
5401
|
-
"@typescript-eslint/visitor-keys": "8.26.
|
5506
|
+
"@typescript-eslint/types": "8.26.1",
|
5507
|
+
"@typescript-eslint/visitor-keys": "8.26.1",
|
5402
5508
|
"debug": "^4.3.4",
|
5403
5509
|
"fast-glob": "^3.3.2",
|
5404
5510
|
"is-glob": "^4.0.3",
|
@@ -5418,13 +5524,13 @@
|
|
5418
5524
|
}
|
5419
5525
|
},
|
5420
5526
|
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
5421
|
-
"version": "8.26.
|
5422
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.
|
5423
|
-
"integrity": "sha512-
|
5527
|
+
"version": "8.26.1",
|
5528
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.1.tgz",
|
5529
|
+
"integrity": "sha512-AjOC3zfnxd6S4Eiy3jwktJPclqhFHNyd8L6Gycf9WUPoKZpgM5PjkxY1X7uSy61xVpiJDhhk7XT2NVsN3ALTWg==",
|
5424
5530
|
"dev": true,
|
5425
5531
|
"license": "MIT",
|
5426
5532
|
"dependencies": {
|
5427
|
-
"@typescript-eslint/types": "8.26.
|
5533
|
+
"@typescript-eslint/types": "8.26.1",
|
5428
5534
|
"eslint-visitor-keys": "^4.2.0"
|
5429
5535
|
},
|
5430
5536
|
"engines": {
|
@@ -5496,14 +5602,14 @@
|
|
5496
5602
|
}
|
5497
5603
|
},
|
5498
5604
|
"node_modules/@typescript-eslint/type-utils": {
|
5499
|
-
"version": "8.26.
|
5500
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.26.
|
5501
|
-
"integrity": "sha512-
|
5605
|
+
"version": "8.26.1",
|
5606
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.26.1.tgz",
|
5607
|
+
"integrity": "sha512-Kcj/TagJLwoY/5w9JGEFV0dclQdyqw9+VMndxOJKtoFSjfZhLXhYjzsQEeyza03rwHx2vFEGvrJWJBXKleRvZg==",
|
5502
5608
|
"dev": true,
|
5503
5609
|
"license": "MIT",
|
5504
5610
|
"dependencies": {
|
5505
|
-
"@typescript-eslint/typescript-estree": "8.26.
|
5506
|
-
"@typescript-eslint/utils": "8.26.
|
5611
|
+
"@typescript-eslint/typescript-estree": "8.26.1",
|
5612
|
+
"@typescript-eslint/utils": "8.26.1",
|
5507
5613
|
"debug": "^4.3.4",
|
5508
5614
|
"ts-api-utils": "^2.0.1"
|
5509
5615
|
},
|
@@ -5519,10 +5625,28 @@
|
|
5519
5625
|
"typescript": ">=4.8.4 <5.9.0"
|
5520
5626
|
}
|
5521
5627
|
},
|
5628
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/scope-manager": {
|
5629
|
+
"version": "8.26.1",
|
5630
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz",
|
5631
|
+
"integrity": "sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg==",
|
5632
|
+
"dev": true,
|
5633
|
+
"license": "MIT",
|
5634
|
+
"dependencies": {
|
5635
|
+
"@typescript-eslint/types": "8.26.1",
|
5636
|
+
"@typescript-eslint/visitor-keys": "8.26.1"
|
5637
|
+
},
|
5638
|
+
"engines": {
|
5639
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5640
|
+
},
|
5641
|
+
"funding": {
|
5642
|
+
"type": "opencollective",
|
5643
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5644
|
+
}
|
5645
|
+
},
|
5522
5646
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
|
5523
|
-
"version": "8.26.
|
5524
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.
|
5525
|
-
"integrity": "sha512-
|
5647
|
+
"version": "8.26.1",
|
5648
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.1.tgz",
|
5649
|
+
"integrity": "sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==",
|
5526
5650
|
"dev": true,
|
5527
5651
|
"license": "MIT",
|
5528
5652
|
"engines": {
|
@@ -5534,14 +5658,14 @@
|
|
5534
5658
|
}
|
5535
5659
|
},
|
5536
5660
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
|
5537
|
-
"version": "8.26.
|
5538
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.
|
5539
|
-
"integrity": "sha512-
|
5661
|
+
"version": "8.26.1",
|
5662
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.1.tgz",
|
5663
|
+
"integrity": "sha512-yUwPpUHDgdrv1QJ7YQal3cMVBGWfnuCdKbXw1yyjArax3353rEJP1ZA+4F8nOlQ3RfS2hUN/wze3nlY+ZOhvoA==",
|
5540
5664
|
"dev": true,
|
5541
5665
|
"license": "MIT",
|
5542
5666
|
"dependencies": {
|
5543
|
-
"@typescript-eslint/types": "8.26.
|
5544
|
-
"@typescript-eslint/visitor-keys": "8.26.
|
5667
|
+
"@typescript-eslint/types": "8.26.1",
|
5668
|
+
"@typescript-eslint/visitor-keys": "8.26.1",
|
5545
5669
|
"debug": "^4.3.4",
|
5546
5670
|
"fast-glob": "^3.3.2",
|
5547
5671
|
"is-glob": "^4.0.3",
|
@@ -5560,14 +5684,38 @@
|
|
5560
5684
|
"typescript": ">=4.8.4 <5.9.0"
|
5561
5685
|
}
|
5562
5686
|
},
|
5687
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": {
|
5688
|
+
"version": "8.26.1",
|
5689
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.26.1.tgz",
|
5690
|
+
"integrity": "sha512-V4Urxa/XtSUroUrnI7q6yUTD3hDtfJ2jzVfeT3VK0ciizfK2q/zGC0iDh1lFMUZR8cImRrep6/q0xd/1ZGPQpg==",
|
5691
|
+
"dev": true,
|
5692
|
+
"license": "MIT",
|
5693
|
+
"dependencies": {
|
5694
|
+
"@eslint-community/eslint-utils": "^4.4.0",
|
5695
|
+
"@typescript-eslint/scope-manager": "8.26.1",
|
5696
|
+
"@typescript-eslint/types": "8.26.1",
|
5697
|
+
"@typescript-eslint/typescript-estree": "8.26.1"
|
5698
|
+
},
|
5699
|
+
"engines": {
|
5700
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
5701
|
+
},
|
5702
|
+
"funding": {
|
5703
|
+
"type": "opencollective",
|
5704
|
+
"url": "https://opencollective.com/typescript-eslint"
|
5705
|
+
},
|
5706
|
+
"peerDependencies": {
|
5707
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
5708
|
+
"typescript": ">=4.8.4 <5.9.0"
|
5709
|
+
}
|
5710
|
+
},
|
5563
5711
|
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
|
5564
|
-
"version": "8.26.
|
5565
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.
|
5566
|
-
"integrity": "sha512-
|
5712
|
+
"version": "8.26.1",
|
5713
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.1.tgz",
|
5714
|
+
"integrity": "sha512-AjOC3zfnxd6S4Eiy3jwktJPclqhFHNyd8L6Gycf9WUPoKZpgM5PjkxY1X7uSy61xVpiJDhhk7XT2NVsN3ALTWg==",
|
5567
5715
|
"dev": true,
|
5568
5716
|
"license": "MIT",
|
5569
5717
|
"dependencies": {
|
5570
|
-
"@typescript-eslint/types": "8.26.
|
5718
|
+
"@typescript-eslint/types": "8.26.1",
|
5571
5719
|
"eslint-visitor-keys": "^4.2.0"
|
5572
5720
|
},
|
5573
5721
|
"engines": {
|
@@ -5847,6 +5995,34 @@
|
|
5847
5995
|
"dev": true,
|
5848
5996
|
"license": "ISC"
|
5849
5997
|
},
|
5998
|
+
"node_modules/@unrs/rspack-resolver-binding-linux-x64-gnu": {
|
5999
|
+
"version": "1.1.1",
|
6000
|
+
"resolved": "https://registry.npmjs.org/@unrs/rspack-resolver-binding-linux-x64-gnu/-/rspack-resolver-binding-linux-x64-gnu-1.1.1.tgz",
|
6001
|
+
"integrity": "sha512-gAUWCEvtLGoKn2+dPrWXqE2xMfUjyvsUDa1+8yjKnyEqfGCyKcyaSSWkXq7k2VQnS5XxOThQJPPnZol4EOBxpw==",
|
6002
|
+
"cpu": [
|
6003
|
+
"x64"
|
6004
|
+
],
|
6005
|
+
"dev": true,
|
6006
|
+
"license": "MIT",
|
6007
|
+
"optional": true,
|
6008
|
+
"os": [
|
6009
|
+
"linux"
|
6010
|
+
]
|
6011
|
+
},
|
6012
|
+
"node_modules/@unrs/rspack-resolver-binding-linux-x64-musl": {
|
6013
|
+
"version": "1.1.1",
|
6014
|
+
"resolved": "https://registry.npmjs.org/@unrs/rspack-resolver-binding-linux-x64-musl/-/rspack-resolver-binding-linux-x64-musl-1.1.1.tgz",
|
6015
|
+
"integrity": "sha512-o1Ik61ahhy+UHIWQB3t/kGwOUPmECbyXVuiW6D/ieKUWslspGE6qjFnyDxWqj9bDGsgjlbl/+O5QabXuAdUsJQ==",
|
6016
|
+
"cpu": [
|
6017
|
+
"x64"
|
6018
|
+
],
|
6019
|
+
"dev": true,
|
6020
|
+
"license": "MIT",
|
6021
|
+
"optional": true,
|
6022
|
+
"os": [
|
6023
|
+
"linux"
|
6024
|
+
]
|
6025
|
+
},
|
5850
6026
|
"node_modules/@yarnpkg/lockfile": {
|
5851
6027
|
"version": "1.1.0",
|
5852
6028
|
"resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz",
|
@@ -8563,9 +8739,9 @@
|
|
8563
8739
|
}
|
8564
8740
|
},
|
8565
8741
|
"node_modules/eslint-config-oclif": {
|
8566
|
-
"version": "6.0.
|
8567
|
-
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.
|
8568
|
-
"integrity": "sha512-
|
8742
|
+
"version": "6.0.32",
|
8743
|
+
"resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.32.tgz",
|
8744
|
+
"integrity": "sha512-yD0A3t/KhmpNS603O7EctYj9N4R71uVQbsoiEuJs8MqbOfW6NRK0V8VG3x0uJ09zE9LL2yvjJtzxfatxmG27/A==",
|
8569
8745
|
"dev": true,
|
8570
8746
|
"license": "MIT",
|
8571
8747
|
"dependencies": {
|
@@ -8578,14 +8754,14 @@
|
|
8578
8754
|
"eslint-config-oclif": "^5.2.2",
|
8579
8755
|
"eslint-config-xo": "^0.46.0",
|
8580
8756
|
"eslint-config-xo-space": "^0.35.0",
|
8581
|
-
"eslint-import-resolver-typescript": "^3.
|
8757
|
+
"eslint-import-resolver-typescript": "^3.9.0",
|
8582
8758
|
"eslint-plugin-import": "^2.31.0",
|
8583
8759
|
"eslint-plugin-jsdoc": "^50.6.3",
|
8584
8760
|
"eslint-plugin-mocha": "^10.5.0",
|
8585
8761
|
"eslint-plugin-n": "^17.16.2",
|
8586
8762
|
"eslint-plugin-perfectionist": "^4",
|
8587
8763
|
"eslint-plugin-unicorn": "^56.0.1",
|
8588
|
-
"typescript-eslint": "^8.26.
|
8764
|
+
"typescript-eslint": "^8.26.1"
|
8589
8765
|
},
|
8590
8766
|
"engines": {
|
8591
8767
|
"node": ">=18.18.0"
|
@@ -9106,18 +9282,18 @@
|
|
9106
9282
|
}
|
9107
9283
|
},
|
9108
9284
|
"node_modules/eslint-import-resolver-typescript": {
|
9109
|
-
"version": "3.
|
9110
|
-
"resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.
|
9111
|
-
"integrity": "sha512-
|
9285
|
+
"version": "3.9.1",
|
9286
|
+
"resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.9.1.tgz",
|
9287
|
+
"integrity": "sha512-euxa5rTGqHeqVxmOHT25hpk58PxkQ4mNoX6Yun4ooGaCHAxOCojJYNvjmyeOQxj/LyW+3fulH0+xtk+p2kPPTw==",
|
9112
9288
|
"dev": true,
|
9113
9289
|
"license": "ISC",
|
9114
9290
|
"dependencies": {
|
9115
9291
|
"@nolyfill/is-core-module": "1.0.39",
|
9116
|
-
"debug": "^4.
|
9117
|
-
"enhanced-resolve": "^5.15.0",
|
9292
|
+
"debug": "^4.4.0",
|
9118
9293
|
"get-tsconfig": "^4.10.0",
|
9119
|
-
"is-bun-module": "^1.0
|
9120
|
-
"
|
9294
|
+
"is-bun-module": "^1.3.0",
|
9295
|
+
"rspack-resolver": "^1.1.0",
|
9296
|
+
"stable-hash": "^0.0.5",
|
9121
9297
|
"tinyglobby": "^0.2.12"
|
9122
9298
|
},
|
9123
9299
|
"engines": {
|
@@ -14226,20 +14402,20 @@
|
|
14226
14402
|
}
|
14227
14403
|
},
|
14228
14404
|
"node_modules/oclif": {
|
14229
|
-
"version": "4.17.
|
14230
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.
|
14231
|
-
"integrity": "sha512-
|
14405
|
+
"version": "4.17.37",
|
14406
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.37.tgz",
|
14407
|
+
"integrity": "sha512-sB71e7euBGmoMgIJ9UgM49QdpMVTqp26be31ZLfO1iV6MetCR7XLL2aAL+32NuucaCbTVdH9YkgbcU9xJMfZfA==",
|
14232
14408
|
"dev": true,
|
14233
14409
|
"license": "MIT",
|
14234
14410
|
"dependencies": {
|
14235
|
-
"@aws-sdk/client-cloudfront": "^3.
|
14411
|
+
"@aws-sdk/client-cloudfront": "^3.764.0",
|
14236
14412
|
"@aws-sdk/client-s3": "^3.749.0",
|
14237
14413
|
"@inquirer/confirm": "^3.1.22",
|
14238
14414
|
"@inquirer/input": "^2.2.4",
|
14239
14415
|
"@inquirer/select": "^2.5.0",
|
14240
14416
|
"@oclif/core": "^4.2.8",
|
14241
14417
|
"@oclif/plugin-help": "^6.2.25",
|
14242
|
-
"@oclif/plugin-not-found": "^3.2.
|
14418
|
+
"@oclif/plugin-not-found": "^3.2.46",
|
14243
14419
|
"@oclif/plugin-warn-if-update-available": "^3.1.31",
|
14244
14420
|
"async-retry": "^1.3.3",
|
14245
14421
|
"chalk": "^4",
|
@@ -14253,7 +14429,7 @@
|
|
14253
14429
|
"lodash": "^4.17.21",
|
14254
14430
|
"normalize-package-data": "^6",
|
14255
14431
|
"semver": "^7.7.1",
|
14256
|
-
"sort-package-json": "^2.
|
14432
|
+
"sort-package-json": "^2.15.1",
|
14257
14433
|
"tiny-jsonc": "^1.0.1",
|
14258
14434
|
"validate-npm-package-name": "^5.0.1"
|
14259
14435
|
},
|
@@ -15899,6 +16075,29 @@
|
|
15899
16075
|
"url": "https://github.com/sponsors/isaacs"
|
15900
16076
|
}
|
15901
16077
|
},
|
16078
|
+
"node_modules/rspack-resolver": {
|
16079
|
+
"version": "1.1.1",
|
16080
|
+
"resolved": "https://registry.npmjs.org/rspack-resolver/-/rspack-resolver-1.1.1.tgz",
|
16081
|
+
"integrity": "sha512-SwTjuIOS9jIYViQpYiDOmLTf/nuP6j9fz9VSxdNyIFiFaivEt6TOO5z0qQAwVloTz8RqjbPAzhVr1isiyHNRHw==",
|
16082
|
+
"dev": true,
|
16083
|
+
"license": "MIT",
|
16084
|
+
"funding": {
|
16085
|
+
"url": "https://github.com/sponsors/JounQin"
|
16086
|
+
},
|
16087
|
+
"optionalDependencies": {
|
16088
|
+
"@unrs/rspack-resolver-binding-darwin-arm64": "1.1.1",
|
16089
|
+
"@unrs/rspack-resolver-binding-darwin-x64": "1.1.1",
|
16090
|
+
"@unrs/rspack-resolver-binding-freebsd-x64": "1.1.1",
|
16091
|
+
"@unrs/rspack-resolver-binding-linux-arm-gnueabihf": "1.1.1",
|
16092
|
+
"@unrs/rspack-resolver-binding-linux-arm64-gnu": "1.1.1",
|
16093
|
+
"@unrs/rspack-resolver-binding-linux-arm64-musl": "1.1.1",
|
16094
|
+
"@unrs/rspack-resolver-binding-linux-x64-gnu": "1.1.1",
|
16095
|
+
"@unrs/rspack-resolver-binding-linux-x64-musl": "1.1.1",
|
16096
|
+
"@unrs/rspack-resolver-binding-wasm32-wasi": "1.1.1",
|
16097
|
+
"@unrs/rspack-resolver-binding-win32-arm64-msvc": "1.1.1",
|
16098
|
+
"@unrs/rspack-resolver-binding-win32-x64-msvc": "1.1.1"
|
16099
|
+
}
|
16100
|
+
},
|
15902
16101
|
"node_modules/run-parallel": {
|
15903
16102
|
"version": "1.2.0",
|
15904
16103
|
"resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
|
@@ -16693,9 +16892,9 @@
|
|
16693
16892
|
}
|
16694
16893
|
},
|
16695
16894
|
"node_modules/stable-hash": {
|
16696
|
-
"version": "0.0.
|
16697
|
-
"resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.
|
16698
|
-
"integrity": "sha512
|
16895
|
+
"version": "0.0.5",
|
16896
|
+
"resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.5.tgz",
|
16897
|
+
"integrity": "sha512-+L3ccpzibovGXFK+Ap/f8LOS0ahMrHTf3xu7mMLSpEGU0EO9ucaysSylKo9eRDFNhWve/y275iPmIZ4z39a9iA==",
|
16699
16898
|
"dev": true,
|
16700
16899
|
"license": "MIT"
|
16701
16900
|
},
|
@@ -17617,15 +17816,98 @@
|
|
17617
17816
|
}
|
17618
17817
|
},
|
17619
17818
|
"node_modules/typescript-eslint": {
|
17620
|
-
"version": "8.26.
|
17621
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.26.
|
17622
|
-
"integrity": "sha512-
|
17819
|
+
"version": "8.26.1",
|
17820
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.26.1.tgz",
|
17821
|
+
"integrity": "sha512-t/oIs9mYyrwZGRpDv3g+3K6nZ5uhKEMt2oNmAPwaY4/ye0+EH4nXIPYNtkYFS6QHm+1DFg34DbglYBz5P9Xysg==",
|
17822
|
+
"dev": true,
|
17823
|
+
"license": "MIT",
|
17824
|
+
"dependencies": {
|
17825
|
+
"@typescript-eslint/eslint-plugin": "8.26.1",
|
17826
|
+
"@typescript-eslint/parser": "8.26.1",
|
17827
|
+
"@typescript-eslint/utils": "8.26.1"
|
17828
|
+
},
|
17829
|
+
"engines": {
|
17830
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17831
|
+
},
|
17832
|
+
"funding": {
|
17833
|
+
"type": "opencollective",
|
17834
|
+
"url": "https://opencollective.com/typescript-eslint"
|
17835
|
+
},
|
17836
|
+
"peerDependencies": {
|
17837
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
17838
|
+
"typescript": ">=4.8.4 <5.9.0"
|
17839
|
+
}
|
17840
|
+
},
|
17841
|
+
"node_modules/typescript-eslint/node_modules/@typescript-eslint/scope-manager": {
|
17842
|
+
"version": "8.26.1",
|
17843
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz",
|
17844
|
+
"integrity": "sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg==",
|
17845
|
+
"dev": true,
|
17846
|
+
"license": "MIT",
|
17847
|
+
"dependencies": {
|
17848
|
+
"@typescript-eslint/types": "8.26.1",
|
17849
|
+
"@typescript-eslint/visitor-keys": "8.26.1"
|
17850
|
+
},
|
17851
|
+
"engines": {
|
17852
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17853
|
+
},
|
17854
|
+
"funding": {
|
17855
|
+
"type": "opencollective",
|
17856
|
+
"url": "https://opencollective.com/typescript-eslint"
|
17857
|
+
}
|
17858
|
+
},
|
17859
|
+
"node_modules/typescript-eslint/node_modules/@typescript-eslint/types": {
|
17860
|
+
"version": "8.26.1",
|
17861
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.26.1.tgz",
|
17862
|
+
"integrity": "sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==",
|
17863
|
+
"dev": true,
|
17864
|
+
"license": "MIT",
|
17865
|
+
"engines": {
|
17866
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17867
|
+
},
|
17868
|
+
"funding": {
|
17869
|
+
"type": "opencollective",
|
17870
|
+
"url": "https://opencollective.com/typescript-eslint"
|
17871
|
+
}
|
17872
|
+
},
|
17873
|
+
"node_modules/typescript-eslint/node_modules/@typescript-eslint/typescript-estree": {
|
17874
|
+
"version": "8.26.1",
|
17875
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.1.tgz",
|
17876
|
+
"integrity": "sha512-yUwPpUHDgdrv1QJ7YQal3cMVBGWfnuCdKbXw1yyjArax3353rEJP1ZA+4F8nOlQ3RfS2hUN/wze3nlY+ZOhvoA==",
|
17877
|
+
"dev": true,
|
17878
|
+
"license": "MIT",
|
17879
|
+
"dependencies": {
|
17880
|
+
"@typescript-eslint/types": "8.26.1",
|
17881
|
+
"@typescript-eslint/visitor-keys": "8.26.1",
|
17882
|
+
"debug": "^4.3.4",
|
17883
|
+
"fast-glob": "^3.3.2",
|
17884
|
+
"is-glob": "^4.0.3",
|
17885
|
+
"minimatch": "^9.0.4",
|
17886
|
+
"semver": "^7.6.0",
|
17887
|
+
"ts-api-utils": "^2.0.1"
|
17888
|
+
},
|
17889
|
+
"engines": {
|
17890
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17891
|
+
},
|
17892
|
+
"funding": {
|
17893
|
+
"type": "opencollective",
|
17894
|
+
"url": "https://opencollective.com/typescript-eslint"
|
17895
|
+
},
|
17896
|
+
"peerDependencies": {
|
17897
|
+
"typescript": ">=4.8.4 <5.9.0"
|
17898
|
+
}
|
17899
|
+
},
|
17900
|
+
"node_modules/typescript-eslint/node_modules/@typescript-eslint/utils": {
|
17901
|
+
"version": "8.26.1",
|
17902
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.26.1.tgz",
|
17903
|
+
"integrity": "sha512-V4Urxa/XtSUroUrnI7q6yUTD3hDtfJ2jzVfeT3VK0ciizfK2q/zGC0iDh1lFMUZR8cImRrep6/q0xd/1ZGPQpg==",
|
17623
17904
|
"dev": true,
|
17624
17905
|
"license": "MIT",
|
17625
17906
|
"dependencies": {
|
17626
|
-
"@
|
17627
|
-
"@typescript-eslint/
|
17628
|
-
"@typescript-eslint/
|
17907
|
+
"@eslint-community/eslint-utils": "^4.4.0",
|
17908
|
+
"@typescript-eslint/scope-manager": "8.26.1",
|
17909
|
+
"@typescript-eslint/types": "8.26.1",
|
17910
|
+
"@typescript-eslint/typescript-estree": "8.26.1"
|
17629
17911
|
},
|
17630
17912
|
"engines": {
|
17631
17913
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
@@ -17639,6 +17921,66 @@
|
|
17639
17921
|
"typescript": ">=4.8.4 <5.9.0"
|
17640
17922
|
}
|
17641
17923
|
},
|
17924
|
+
"node_modules/typescript-eslint/node_modules/@typescript-eslint/visitor-keys": {
|
17925
|
+
"version": "8.26.1",
|
17926
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.1.tgz",
|
17927
|
+
"integrity": "sha512-AjOC3zfnxd6S4Eiy3jwktJPclqhFHNyd8L6Gycf9WUPoKZpgM5PjkxY1X7uSy61xVpiJDhhk7XT2NVsN3ALTWg==",
|
17928
|
+
"dev": true,
|
17929
|
+
"license": "MIT",
|
17930
|
+
"dependencies": {
|
17931
|
+
"@typescript-eslint/types": "8.26.1",
|
17932
|
+
"eslint-visitor-keys": "^4.2.0"
|
17933
|
+
},
|
17934
|
+
"engines": {
|
17935
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17936
|
+
},
|
17937
|
+
"funding": {
|
17938
|
+
"type": "opencollective",
|
17939
|
+
"url": "https://opencollective.com/typescript-eslint"
|
17940
|
+
}
|
17941
|
+
},
|
17942
|
+
"node_modules/typescript-eslint/node_modules/eslint-visitor-keys": {
|
17943
|
+
"version": "4.2.0",
|
17944
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
|
17945
|
+
"integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
|
17946
|
+
"dev": true,
|
17947
|
+
"license": "Apache-2.0",
|
17948
|
+
"engines": {
|
17949
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
17950
|
+
},
|
17951
|
+
"funding": {
|
17952
|
+
"url": "https://opencollective.com/eslint"
|
17953
|
+
}
|
17954
|
+
},
|
17955
|
+
"node_modules/typescript-eslint/node_modules/minimatch": {
|
17956
|
+
"version": "9.0.5",
|
17957
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
17958
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
17959
|
+
"dev": true,
|
17960
|
+
"license": "ISC",
|
17961
|
+
"dependencies": {
|
17962
|
+
"brace-expansion": "^2.0.1"
|
17963
|
+
},
|
17964
|
+
"engines": {
|
17965
|
+
"node": ">=16 || 14 >=14.17"
|
17966
|
+
},
|
17967
|
+
"funding": {
|
17968
|
+
"url": "https://github.com/sponsors/isaacs"
|
17969
|
+
}
|
17970
|
+
},
|
17971
|
+
"node_modules/typescript-eslint/node_modules/ts-api-utils": {
|
17972
|
+
"version": "2.0.1",
|
17973
|
+
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.0.1.tgz",
|
17974
|
+
"integrity": "sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==",
|
17975
|
+
"dev": true,
|
17976
|
+
"license": "MIT",
|
17977
|
+
"engines": {
|
17978
|
+
"node": ">=18.12"
|
17979
|
+
},
|
17980
|
+
"peerDependencies": {
|
17981
|
+
"typescript": ">=4.8.4"
|
17982
|
+
}
|
17983
|
+
},
|
17642
17984
|
"node_modules/uc.micro": {
|
17643
17985
|
"version": "2.1.0",
|
17644
17986
|
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
|