sfdx-plugin-update-notifier 1.2.87 → 1.2.89

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.
@@ -1,40 +1,40 @@
1
1
  {
2
2
  "name": "sfdx-plugin-update-notifier",
3
- "version": "1.2.87",
3
+ "version": "1.2.89",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-plugin-update-notifier",
9
- "version": "1.2.87",
9
+ "version": "1.2.89",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.0",
13
- "@oclif/core": "^4.0.12",
13
+ "@oclif/core": "^4.0.14",
14
14
  "@salesforce/kit": "^3.1.6",
15
15
  "debug": "^4.3.4",
16
- "oclif-plugin-update-notifier": "^1.5.85",
16
+ "oclif-plugin-update-notifier": "^1.5.89",
17
17
  "tslib": "^2.6.3"
18
18
  },
19
19
  "devDependencies": {
20
- "@oclif/plugin-command-snapshot": "^5.2.7",
21
- "@oclif/plugin-help": "^6.2.6",
22
- "@oclif/test": "^4.0.4",
23
- "@salesforce/dev-scripts": "^10.2.2",
20
+ "@oclif/plugin-command-snapshot": "^5.2.10",
21
+ "@oclif/plugin-help": "^6.2.7",
22
+ "@oclif/test": "^4.0.7",
23
+ "@salesforce/dev-scripts": "^10.2.9",
24
24
  "@types/debug": "^4.1.12",
25
25
  "@types/fs-extra": "^11.0.4",
26
26
  "@types/jsforce": "^1.11.5",
27
27
  "c8": "^10.1.2",
28
28
  "eslint-plugin-prettier": "^5.2.1",
29
- "eslint-plugin-sf-plugin": "^1.18.11",
29
+ "eslint-plugin-sf-plugin": "^1.20.1",
30
30
  "is-ci": "^3.0.1",
31
- "oclif": "^4.14.6",
31
+ "oclif": "^4.14.12",
32
32
  "patch-package": "^8.0.0",
33
33
  "pinst": "^3.0.0",
34
34
  "prettier": "^3.3.3",
35
35
  "pretty-quick": "^4.0.0",
36
36
  "ts-node": "^10.9.2",
37
- "typescript": "^5.5.3"
37
+ "typescript": "^5.5.4"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=16.0.0"
@@ -2223,101 +2223,23 @@
2223
2223
  }
2224
2224
  },
2225
2225
  "node_modules/@babel/code-frame": {
2226
- "version": "7.23.5",
2227
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz",
2228
- "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==",
2226
+ "version": "7.24.7",
2227
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
2228
+ "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
2229
2229
  "dev": true,
2230
2230
  "license": "MIT",
2231
2231
  "dependencies": {
2232
- "@babel/highlight": "^7.23.4",
2233
- "chalk": "^2.4.2"
2232
+ "@babel/highlight": "^7.24.7",
2233
+ "picocolors": "^1.0.0"
2234
2234
  },
2235
2235
  "engines": {
2236
2236
  "node": ">=6.9.0"
2237
2237
  }
2238
2238
  },
2239
- "node_modules/@babel/code-frame/node_modules/ansi-styles": {
2240
- "version": "3.2.1",
2241
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
2242
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
2243
- "dev": true,
2244
- "license": "MIT",
2245
- "dependencies": {
2246
- "color-convert": "^1.9.0"
2247
- },
2248
- "engines": {
2249
- "node": ">=4"
2250
- }
2251
- },
2252
- "node_modules/@babel/code-frame/node_modules/chalk": {
2253
- "version": "2.4.2",
2254
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
2255
- "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
2256
- "dev": true,
2257
- "license": "MIT",
2258
- "dependencies": {
2259
- "ansi-styles": "^3.2.1",
2260
- "escape-string-regexp": "^1.0.5",
2261
- "supports-color": "^5.3.0"
2262
- },
2263
- "engines": {
2264
- "node": ">=4"
2265
- }
2266
- },
2267
- "node_modules/@babel/code-frame/node_modules/color-convert": {
2268
- "version": "1.9.3",
2269
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
2270
- "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
2271
- "dev": true,
2272
- "license": "MIT",
2273
- "dependencies": {
2274
- "color-name": "1.1.3"
2275
- }
2276
- },
2277
- "node_modules/@babel/code-frame/node_modules/color-name": {
2278
- "version": "1.1.3",
2279
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
2280
- "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
2281
- "dev": true,
2282
- "license": "MIT"
2283
- },
2284
- "node_modules/@babel/code-frame/node_modules/escape-string-regexp": {
2285
- "version": "1.0.5",
2286
- "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
2287
- "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
2288
- "dev": true,
2289
- "license": "MIT",
2290
- "engines": {
2291
- "node": ">=0.8.0"
2292
- }
2293
- },
2294
- "node_modules/@babel/code-frame/node_modules/has-flag": {
2295
- "version": "3.0.0",
2296
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
2297
- "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
2298
- "dev": true,
2299
- "license": "MIT",
2300
- "engines": {
2301
- "node": ">=4"
2302
- }
2303
- },
2304
- "node_modules/@babel/code-frame/node_modules/supports-color": {
2305
- "version": "5.5.0",
2306
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
2307
- "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
2308
- "dev": true,
2309
- "license": "MIT",
2310
- "dependencies": {
2311
- "has-flag": "^3.0.0"
2312
- },
2313
- "engines": {
2314
- "node": ">=4"
2315
- }
2316
- },
2317
2239
  "node_modules/@babel/compat-data": {
2318
- "version": "7.23.5",
2319
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz",
2320
- "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==",
2240
+ "version": "7.25.2",
2241
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.2.tgz",
2242
+ "integrity": "sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==",
2321
2243
  "dev": true,
2322
2244
  "license": "MIT",
2323
2245
  "engines": {
@@ -2325,22 +2247,22 @@
2325
2247
  }
2326
2248
  },
2327
2249
  "node_modules/@babel/core": {
2328
- "version": "7.24.0",
2329
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.0.tgz",
2330
- "integrity": "sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==",
2250
+ "version": "7.25.2",
2251
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz",
2252
+ "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==",
2331
2253
  "dev": true,
2332
2254
  "license": "MIT",
2333
2255
  "dependencies": {
2334
2256
  "@ampproject/remapping": "^2.2.0",
2335
- "@babel/code-frame": "^7.23.5",
2336
- "@babel/generator": "^7.23.6",
2337
- "@babel/helper-compilation-targets": "^7.23.6",
2338
- "@babel/helper-module-transforms": "^7.23.3",
2339
- "@babel/helpers": "^7.24.0",
2340
- "@babel/parser": "^7.24.0",
2341
- "@babel/template": "^7.24.0",
2342
- "@babel/traverse": "^7.24.0",
2343
- "@babel/types": "^7.24.0",
2257
+ "@babel/code-frame": "^7.24.7",
2258
+ "@babel/generator": "^7.25.0",
2259
+ "@babel/helper-compilation-targets": "^7.25.2",
2260
+ "@babel/helper-module-transforms": "^7.25.2",
2261
+ "@babel/helpers": "^7.25.0",
2262
+ "@babel/parser": "^7.25.0",
2263
+ "@babel/template": "^7.25.0",
2264
+ "@babel/traverse": "^7.25.2",
2265
+ "@babel/types": "^7.25.2",
2344
2266
  "convert-source-map": "^2.0.0",
2345
2267
  "debug": "^4.1.0",
2346
2268
  "gensync": "^1.0.0-beta.2",
@@ -2366,15 +2288,15 @@
2366
2288
  }
2367
2289
  },
2368
2290
  "node_modules/@babel/generator": {
2369
- "version": "7.23.6",
2370
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz",
2371
- "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==",
2291
+ "version": "7.25.0",
2292
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz",
2293
+ "integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==",
2372
2294
  "dev": true,
2373
2295
  "license": "MIT",
2374
2296
  "dependencies": {
2375
- "@babel/types": "^7.23.6",
2376
- "@jridgewell/gen-mapping": "^0.3.2",
2377
- "@jridgewell/trace-mapping": "^0.3.17",
2297
+ "@babel/types": "^7.25.0",
2298
+ "@jridgewell/gen-mapping": "^0.3.5",
2299
+ "@jridgewell/trace-mapping": "^0.3.25",
2378
2300
  "jsesc": "^2.5.1"
2379
2301
  },
2380
2302
  "engines": {
@@ -2395,15 +2317,15 @@
2395
2317
  }
2396
2318
  },
2397
2319
  "node_modules/@babel/helper-compilation-targets": {
2398
- "version": "7.23.6",
2399
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz",
2400
- "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==",
2320
+ "version": "7.25.2",
2321
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz",
2322
+ "integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==",
2401
2323
  "dev": true,
2402
2324
  "license": "MIT",
2403
2325
  "dependencies": {
2404
- "@babel/compat-data": "^7.23.5",
2405
- "@babel/helper-validator-option": "^7.23.5",
2406
- "browserslist": "^4.22.2",
2326
+ "@babel/compat-data": "^7.25.2",
2327
+ "@babel/helper-validator-option": "^7.24.8",
2328
+ "browserslist": "^4.23.1",
2407
2329
  "lru-cache": "^5.1.1",
2408
2330
  "semver": "^6.3.1"
2409
2331
  },
@@ -2411,6 +2333,67 @@
2411
2333
  "node": ">=6.9.0"
2412
2334
  }
2413
2335
  },
2336
+ "node_modules/@babel/helper-compilation-targets/node_modules/browserslist": {
2337
+ "version": "4.23.3",
2338
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz",
2339
+ "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==",
2340
+ "dev": true,
2341
+ "funding": [
2342
+ {
2343
+ "type": "opencollective",
2344
+ "url": "https://opencollective.com/browserslist"
2345
+ },
2346
+ {
2347
+ "type": "tidelift",
2348
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
2349
+ },
2350
+ {
2351
+ "type": "github",
2352
+ "url": "https://github.com/sponsors/ai"
2353
+ }
2354
+ ],
2355
+ "license": "MIT",
2356
+ "dependencies": {
2357
+ "caniuse-lite": "^1.0.30001646",
2358
+ "electron-to-chromium": "^1.5.4",
2359
+ "node-releases": "^2.0.18",
2360
+ "update-browserslist-db": "^1.1.0"
2361
+ },
2362
+ "bin": {
2363
+ "browserslist": "cli.js"
2364
+ },
2365
+ "engines": {
2366
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
2367
+ }
2368
+ },
2369
+ "node_modules/@babel/helper-compilation-targets/node_modules/caniuse-lite": {
2370
+ "version": "1.0.30001646",
2371
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001646.tgz",
2372
+ "integrity": "sha512-dRg00gudiBDDTmUhClSdv3hqRfpbOnU28IpI1T6PBTLWa+kOj0681C8uML3PifYfREuBrVjDGhL3adYpBT6spw==",
2373
+ "dev": true,
2374
+ "funding": [
2375
+ {
2376
+ "type": "opencollective",
2377
+ "url": "https://opencollective.com/browserslist"
2378
+ },
2379
+ {
2380
+ "type": "tidelift",
2381
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
2382
+ },
2383
+ {
2384
+ "type": "github",
2385
+ "url": "https://github.com/sponsors/ai"
2386
+ }
2387
+ ],
2388
+ "license": "CC-BY-4.0"
2389
+ },
2390
+ "node_modules/@babel/helper-compilation-targets/node_modules/electron-to-chromium": {
2391
+ "version": "1.5.4",
2392
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz",
2393
+ "integrity": "sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==",
2394
+ "dev": true,
2395
+ "license": "ISC"
2396
+ },
2414
2397
  "node_modules/@babel/helper-compilation-targets/node_modules/lru-cache": {
2415
2398
  "version": "5.1.1",
2416
2399
  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
@@ -2421,6 +2404,20 @@
2421
2404
  "yallist": "^3.0.2"
2422
2405
  }
2423
2406
  },
2407
+ "node_modules/@babel/helper-compilation-targets/node_modules/node-releases": {
2408
+ "version": "2.0.18",
2409
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz",
2410
+ "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==",
2411
+ "dev": true,
2412
+ "license": "MIT"
2413
+ },
2414
+ "node_modules/@babel/helper-compilation-targets/node_modules/picocolors": {
2415
+ "version": "1.0.1",
2416
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
2417
+ "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==",
2418
+ "dev": true,
2419
+ "license": "ISC"
2420
+ },
2424
2421
  "node_modules/@babel/helper-compilation-targets/node_modules/semver": {
2425
2422
  "version": "6.3.1",
2426
2423
  "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
@@ -2431,75 +2428,69 @@
2431
2428
  "semver": "bin/semver.js"
2432
2429
  }
2433
2430
  },
2434
- "node_modules/@babel/helper-compilation-targets/node_modules/yallist": {
2435
- "version": "3.1.1",
2436
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
2437
- "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
2438
- "dev": true,
2439
- "license": "ISC"
2440
- },
2441
- "node_modules/@babel/helper-environment-visitor": {
2442
- "version": "7.22.20",
2443
- "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
2444
- "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
2445
- "dev": true,
2446
- "license": "MIT",
2447
- "engines": {
2448
- "node": ">=6.9.0"
2449
- }
2450
- },
2451
- "node_modules/@babel/helper-function-name": {
2452
- "version": "7.23.0",
2453
- "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
2454
- "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
2431
+ "node_modules/@babel/helper-compilation-targets/node_modules/update-browserslist-db": {
2432
+ "version": "1.1.0",
2433
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz",
2434
+ "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==",
2455
2435
  "dev": true,
2436
+ "funding": [
2437
+ {
2438
+ "type": "opencollective",
2439
+ "url": "https://opencollective.com/browserslist"
2440
+ },
2441
+ {
2442
+ "type": "tidelift",
2443
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
2444
+ },
2445
+ {
2446
+ "type": "github",
2447
+ "url": "https://github.com/sponsors/ai"
2448
+ }
2449
+ ],
2456
2450
  "license": "MIT",
2457
2451
  "dependencies": {
2458
- "@babel/template": "^7.22.15",
2459
- "@babel/types": "^7.23.0"
2452
+ "escalade": "^3.1.2",
2453
+ "picocolors": "^1.0.1"
2460
2454
  },
2461
- "engines": {
2462
- "node": ">=6.9.0"
2455
+ "bin": {
2456
+ "update-browserslist-db": "cli.js"
2457
+ },
2458
+ "peerDependencies": {
2459
+ "browserslist": ">= 4.21.0"
2463
2460
  }
2464
2461
  },
2465
- "node_modules/@babel/helper-hoist-variables": {
2466
- "version": "7.22.5",
2467
- "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
2468
- "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
2462
+ "node_modules/@babel/helper-compilation-targets/node_modules/yallist": {
2463
+ "version": "3.1.1",
2464
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
2465
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
2469
2466
  "dev": true,
2470
- "license": "MIT",
2471
- "dependencies": {
2472
- "@babel/types": "^7.22.5"
2473
- },
2474
- "engines": {
2475
- "node": ">=6.9.0"
2476
- }
2467
+ "license": "ISC"
2477
2468
  },
2478
2469
  "node_modules/@babel/helper-module-imports": {
2479
- "version": "7.22.15",
2480
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
2481
- "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
2470
+ "version": "7.24.7",
2471
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz",
2472
+ "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==",
2482
2473
  "dev": true,
2483
2474
  "license": "MIT",
2484
2475
  "dependencies": {
2485
- "@babel/types": "^7.22.15"
2476
+ "@babel/traverse": "^7.24.7",
2477
+ "@babel/types": "^7.24.7"
2486
2478
  },
2487
2479
  "engines": {
2488
2480
  "node": ">=6.9.0"
2489
2481
  }
2490
2482
  },
2491
2483
  "node_modules/@babel/helper-module-transforms": {
2492
- "version": "7.23.3",
2493
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz",
2494
- "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==",
2484
+ "version": "7.25.2",
2485
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz",
2486
+ "integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==",
2495
2487
  "dev": true,
2496
2488
  "license": "MIT",
2497
2489
  "dependencies": {
2498
- "@babel/helper-environment-visitor": "^7.22.20",
2499
- "@babel/helper-module-imports": "^7.22.15",
2500
- "@babel/helper-simple-access": "^7.22.5",
2501
- "@babel/helper-split-export-declaration": "^7.22.6",
2502
- "@babel/helper-validator-identifier": "^7.22.20"
2490
+ "@babel/helper-module-imports": "^7.24.7",
2491
+ "@babel/helper-simple-access": "^7.24.7",
2492
+ "@babel/helper-validator-identifier": "^7.24.7",
2493
+ "@babel/traverse": "^7.25.2"
2503
2494
  },
2504
2495
  "engines": {
2505
2496
  "node": ">=6.9.0"
@@ -2509,35 +2500,23 @@
2509
2500
  }
2510
2501
  },
2511
2502
  "node_modules/@babel/helper-simple-access": {
2512
- "version": "7.22.5",
2513
- "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
2514
- "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
2515
- "dev": true,
2516
- "license": "MIT",
2517
- "dependencies": {
2518
- "@babel/types": "^7.22.5"
2519
- },
2520
- "engines": {
2521
- "node": ">=6.9.0"
2522
- }
2523
- },
2524
- "node_modules/@babel/helper-split-export-declaration": {
2525
- "version": "7.22.6",
2526
- "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
2527
- "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
2503
+ "version": "7.24.7",
2504
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
2505
+ "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==",
2528
2506
  "dev": true,
2529
2507
  "license": "MIT",
2530
2508
  "dependencies": {
2531
- "@babel/types": "^7.22.5"
2509
+ "@babel/traverse": "^7.24.7",
2510
+ "@babel/types": "^7.24.7"
2532
2511
  },
2533
2512
  "engines": {
2534
2513
  "node": ">=6.9.0"
2535
2514
  }
2536
2515
  },
2537
2516
  "node_modules/@babel/helper-string-parser": {
2538
- "version": "7.23.4",
2539
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz",
2540
- "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==",
2517
+ "version": "7.24.8",
2518
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz",
2519
+ "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==",
2541
2520
  "dev": true,
2542
2521
  "license": "MIT",
2543
2522
  "engines": {
@@ -2545,9 +2524,9 @@
2545
2524
  }
2546
2525
  },
2547
2526
  "node_modules/@babel/helper-validator-identifier": {
2548
- "version": "7.22.20",
2549
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
2550
- "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
2527
+ "version": "7.24.7",
2528
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
2529
+ "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
2551
2530
  "dev": true,
2552
2531
  "license": "MIT",
2553
2532
  "engines": {
@@ -2555,9 +2534,9 @@
2555
2534
  }
2556
2535
  },
2557
2536
  "node_modules/@babel/helper-validator-option": {
2558
- "version": "7.23.5",
2559
- "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz",
2560
- "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==",
2537
+ "version": "7.24.8",
2538
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz",
2539
+ "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==",
2561
2540
  "dev": true,
2562
2541
  "license": "MIT",
2563
2542
  "engines": {
@@ -2565,30 +2544,30 @@
2565
2544
  }
2566
2545
  },
2567
2546
  "node_modules/@babel/helpers": {
2568
- "version": "7.24.0",
2569
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.0.tgz",
2570
- "integrity": "sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==",
2547
+ "version": "7.25.0",
2548
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.0.tgz",
2549
+ "integrity": "sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==",
2571
2550
  "dev": true,
2572
2551
  "license": "MIT",
2573
2552
  "dependencies": {
2574
- "@babel/template": "^7.24.0",
2575
- "@babel/traverse": "^7.24.0",
2576
- "@babel/types": "^7.24.0"
2553
+ "@babel/template": "^7.25.0",
2554
+ "@babel/types": "^7.25.0"
2577
2555
  },
2578
2556
  "engines": {
2579
2557
  "node": ">=6.9.0"
2580
2558
  }
2581
2559
  },
2582
2560
  "node_modules/@babel/highlight": {
2583
- "version": "7.23.4",
2584
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz",
2585
- "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==",
2561
+ "version": "7.24.7",
2562
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
2563
+ "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
2586
2564
  "dev": true,
2587
2565
  "license": "MIT",
2588
2566
  "dependencies": {
2589
- "@babel/helper-validator-identifier": "^7.22.20",
2567
+ "@babel/helper-validator-identifier": "^7.24.7",
2590
2568
  "chalk": "^2.4.2",
2591
- "js-tokens": "^4.0.0"
2569
+ "js-tokens": "^4.0.0",
2570
+ "picocolors": "^1.0.0"
2592
2571
  },
2593
2572
  "engines": {
2594
2573
  "node": ">=6.9.0"
@@ -2673,11 +2652,14 @@
2673
2652
  }
2674
2653
  },
2675
2654
  "node_modules/@babel/parser": {
2676
- "version": "7.24.0",
2677
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.0.tgz",
2678
- "integrity": "sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==",
2655
+ "version": "7.25.3",
2656
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz",
2657
+ "integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==",
2679
2658
  "dev": true,
2680
2659
  "license": "MIT",
2660
+ "dependencies": {
2661
+ "@babel/types": "^7.25.2"
2662
+ },
2681
2663
  "bin": {
2682
2664
  "parser": "bin/babel-parser.js"
2683
2665
  },
@@ -2686,35 +2668,32 @@
2686
2668
  }
2687
2669
  },
2688
2670
  "node_modules/@babel/template": {
2689
- "version": "7.24.0",
2690
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz",
2691
- "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==",
2671
+ "version": "7.25.0",
2672
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz",
2673
+ "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==",
2692
2674
  "dev": true,
2693
2675
  "license": "MIT",
2694
2676
  "dependencies": {
2695
- "@babel/code-frame": "^7.23.5",
2696
- "@babel/parser": "^7.24.0",
2697
- "@babel/types": "^7.24.0"
2677
+ "@babel/code-frame": "^7.24.7",
2678
+ "@babel/parser": "^7.25.0",
2679
+ "@babel/types": "^7.25.0"
2698
2680
  },
2699
2681
  "engines": {
2700
2682
  "node": ">=6.9.0"
2701
2683
  }
2702
2684
  },
2703
2685
  "node_modules/@babel/traverse": {
2704
- "version": "7.24.0",
2705
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.0.tgz",
2706
- "integrity": "sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==",
2686
+ "version": "7.25.3",
2687
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.3.tgz",
2688
+ "integrity": "sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==",
2707
2689
  "dev": true,
2708
2690
  "license": "MIT",
2709
2691
  "dependencies": {
2710
- "@babel/code-frame": "^7.23.5",
2711
- "@babel/generator": "^7.23.6",
2712
- "@babel/helper-environment-visitor": "^7.22.20",
2713
- "@babel/helper-function-name": "^7.23.0",
2714
- "@babel/helper-hoist-variables": "^7.22.5",
2715
- "@babel/helper-split-export-declaration": "^7.22.6",
2716
- "@babel/parser": "^7.24.0",
2717
- "@babel/types": "^7.24.0",
2692
+ "@babel/code-frame": "^7.24.7",
2693
+ "@babel/generator": "^7.25.0",
2694
+ "@babel/parser": "^7.25.3",
2695
+ "@babel/template": "^7.25.0",
2696
+ "@babel/types": "^7.25.2",
2718
2697
  "debug": "^4.3.1",
2719
2698
  "globals": "^11.1.0"
2720
2699
  },
@@ -2733,14 +2712,14 @@
2733
2712
  }
2734
2713
  },
2735
2714
  "node_modules/@babel/types": {
2736
- "version": "7.24.0",
2737
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.0.tgz",
2738
- "integrity": "sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==",
2715
+ "version": "7.25.2",
2716
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz",
2717
+ "integrity": "sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==",
2739
2718
  "dev": true,
2740
2719
  "license": "MIT",
2741
2720
  "dependencies": {
2742
- "@babel/helper-string-parser": "^7.23.4",
2743
- "@babel/helper-validator-identifier": "^7.22.20",
2721
+ "@babel/helper-string-parser": "^7.24.8",
2722
+ "@babel/helper-validator-identifier": "^7.24.7",
2744
2723
  "to-fast-properties": "^2.0.0"
2745
2724
  },
2746
2725
  "engines": {
@@ -3341,30 +3320,30 @@
3341
3320
  "license": "BSD-3-Clause"
3342
3321
  },
3343
3322
  "node_modules/@inquirer/confirm": {
3344
- "version": "3.1.15",
3345
- "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.15.tgz",
3346
- "integrity": "sha512-CiLGi3JmKGEsia5kYJN62yG/njHydbYIkzSBril7tCaKbsnIqxa2h/QiON9NjfwiKck/2siosz4h7lVhLFocMQ==",
3323
+ "version": "3.1.20",
3324
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.20.tgz",
3325
+ "integrity": "sha512-UvG5Plh0MfCqUvZB8RKzBBEWB/EeMzO59Awy/Jg4NgeSjIPqhPaQFnnmxiyWUTwZh4uENB7wCklEFUwckioXWg==",
3347
3326
  "dev": true,
3348
3327
  "license": "MIT",
3349
3328
  "dependencies": {
3350
- "@inquirer/core": "^9.0.3",
3351
- "@inquirer/type": "^1.5.0"
3329
+ "@inquirer/core": "^9.0.8",
3330
+ "@inquirer/type": "^1.5.1"
3352
3331
  },
3353
3332
  "engines": {
3354
3333
  "node": ">=18"
3355
3334
  }
3356
3335
  },
3357
3336
  "node_modules/@inquirer/core": {
3358
- "version": "9.0.3",
3359
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.0.3.tgz",
3360
- "integrity": "sha512-p2BRZv/vMmpwlU4ZR966vKQzGVCi4VhLjVofwnFLziTQia541T7i1Ar8/LPh+LzjkXzocme+g5Io6MRtzlCcNA==",
3337
+ "version": "9.0.8",
3338
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.0.8.tgz",
3339
+ "integrity": "sha512-ttnI/BGlP9SxjbQnv1nssv7dPAwiR82KmjJZx2SxSZyi2mGbaEvh4jg0I4yU/4mVQf7QvCVGGr/hGuJFEYhwnw==",
3361
3340
  "dev": true,
3362
3341
  "license": "MIT",
3363
3342
  "dependencies": {
3364
- "@inquirer/figures": "^1.0.4",
3365
- "@inquirer/type": "^1.5.0",
3343
+ "@inquirer/figures": "^1.0.5",
3344
+ "@inquirer/type": "^1.5.1",
3366
3345
  "@types/mute-stream": "^0.0.4",
3367
- "@types/node": "^20.14.11",
3346
+ "@types/node": "^22.0.0",
3368
3347
  "@types/wrap-ansi": "^3.0.0",
3369
3348
  "ansi-escapes": "^4.3.2",
3370
3349
  "cli-spinners": "^2.9.2",
@@ -3380,25 +3359,15 @@
3380
3359
  }
3381
3360
  },
3382
3361
  "node_modules/@inquirer/core/node_modules/@inquirer/figures": {
3383
- "version": "1.0.4",
3384
- "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.4.tgz",
3385
- "integrity": "sha512-R7Gsg6elpuqdn55fBH2y9oYzrU/yKrSmIsDX4ROT51vohrECFzTf2zw9BfUbOW8xjfmM2QbVoVYdTwhrtEKWSQ==",
3362
+ "version": "1.0.5",
3363
+ "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.5.tgz",
3364
+ "integrity": "sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==",
3386
3365
  "dev": true,
3387
3366
  "license": "MIT",
3388
3367
  "engines": {
3389
3368
  "node": ">=18"
3390
3369
  }
3391
3370
  },
3392
- "node_modules/@inquirer/core/node_modules/@types/node": {
3393
- "version": "20.14.11",
3394
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz",
3395
- "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==",
3396
- "dev": true,
3397
- "license": "MIT",
3398
- "dependencies": {
3399
- "undici-types": "~5.26.4"
3400
- }
3401
- },
3402
3371
  "node_modules/@inquirer/core/node_modules/signal-exit": {
3403
3372
  "version": "4.1.0",
3404
3373
  "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
@@ -3438,14 +3407,14 @@
3438
3407
  }
3439
3408
  },
3440
3409
  "node_modules/@inquirer/input": {
3441
- "version": "2.2.2",
3442
- "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.2.2.tgz",
3443
- "integrity": "sha512-VjkzYSVH0606nLi9HHiSb4QYs2idwRgneiMoFoTAIwQ1Qwx6OIDugOYLtLta3gP8AWZx7qUvgDtj+/SJuiiKuQ==",
3410
+ "version": "2.2.7",
3411
+ "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.2.7.tgz",
3412
+ "integrity": "sha512-QFk31Gq4Wr+Ve9ilMiFGGrSjGZQBilV0cgTN1zubD98Bx65fsNrh8++Biy/9mjNKRaqHFbZBw5baAcQvOmW8OQ==",
3444
3413
  "dev": true,
3445
3414
  "license": "MIT",
3446
3415
  "dependencies": {
3447
- "@inquirer/core": "^9.0.3",
3448
- "@inquirer/type": "^1.5.0"
3416
+ "@inquirer/core": "^9.0.8",
3417
+ "@inquirer/type": "^1.5.1"
3449
3418
  },
3450
3419
  "engines": {
3451
3420
  "node": ">=18"
@@ -3507,9 +3476,9 @@
3507
3476
  }
3508
3477
  },
3509
3478
  "node_modules/@inquirer/select/node_modules/@types/node": {
3510
- "version": "20.14.9",
3511
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.9.tgz",
3512
- "integrity": "sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==",
3479
+ "version": "20.14.11",
3480
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.11.tgz",
3481
+ "integrity": "sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==",
3513
3482
  "dev": true,
3514
3483
  "license": "MIT",
3515
3484
  "dependencies": {
@@ -3545,9 +3514,9 @@
3545
3514
  }
3546
3515
  },
3547
3516
  "node_modules/@inquirer/type": {
3548
- "version": "1.5.0",
3549
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.0.tgz",
3550
- "integrity": "sha512-L/UdayX9Z1lLN+itoTKqJ/X4DX5DaWu2Sruwt4XgZzMNv32x4qllbzMX4MbJlz0yxAQtU19UvABGOjmdq1u3qA==",
3517
+ "version": "1.5.1",
3518
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.1.tgz",
3519
+ "integrity": "sha512-m3YgGQlKNS0BM+8AFiJkCsTqHEFCWn6s/Rqye3mYwvqY6LdfUv12eSwbsgNzrYyrLXiy7IrrjDLPysaSBwEfhw==",
3551
3520
  "dev": true,
3552
3521
  "license": "MIT",
3553
3522
  "dependencies": {
@@ -3782,21 +3751,19 @@
3782
3751
  }
3783
3752
  },
3784
3753
  "node_modules/@jsforce/jsforce-node": {
3785
- "version": "3.2.1",
3786
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.2.1.tgz",
3787
- "integrity": "sha512-hjmZQbYVikm6ATmaErOp5NaKR2VofNZsrcGGHrdbGA+bAgpfg/+MA/HzRTb8BvYyPDq3RRc5A8Yk8gx9Vtcrxg==",
3754
+ "version": "3.4.0",
3755
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.4.0.tgz",
3756
+ "integrity": "sha512-2PZh7s0KQM8C5+lLuuBXpjYqWpgux9LKy5OfH4EzMmr6D+Yg7wQftSmIG1SiD1jyapOj66TmD7yn3n3tWGbAag==",
3788
3757
  "dev": true,
3789
3758
  "license": "MIT",
3790
3759
  "dependencies": {
3791
3760
  "@sindresorhus/is": "^4",
3792
- "@types/node": "^18.15.3",
3793
3761
  "abort-controller": "^3.0.0",
3794
3762
  "base64url": "^3.0.1",
3795
3763
  "csv-parse": "^5.5.2",
3796
3764
  "csv-stringify": "^6.4.4",
3797
3765
  "faye": "^1.4.0",
3798
3766
  "form-data": "^4.0.0",
3799
- "fs-extra": "^8.1.0",
3800
3767
  "https-proxy-agent": "^5.0.0",
3801
3768
  "multistream": "^3.1.0",
3802
3769
  "node-fetch": "^2.6.1",
@@ -3807,51 +3774,6 @@
3807
3774
  "node": ">=18"
3808
3775
  }
3809
3776
  },
3810
- "node_modules/@jsforce/jsforce-node/node_modules/@types/node": {
3811
- "version": "18.19.38",
3812
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.38.tgz",
3813
- "integrity": "sha512-SApYXUF7si4JJ+lO2o6X60OPOnA6wPpbiB09GMCkQ+JAwpa9hxUVG8p7GzA08TKQn5OhzK57rj1wFj+185YsGg==",
3814
- "dev": true,
3815
- "license": "MIT",
3816
- "dependencies": {
3817
- "undici-types": "~5.26.4"
3818
- }
3819
- },
3820
- "node_modules/@jsforce/jsforce-node/node_modules/fs-extra": {
3821
- "version": "8.1.0",
3822
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
3823
- "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
3824
- "dev": true,
3825
- "license": "MIT",
3826
- "dependencies": {
3827
- "graceful-fs": "^4.2.0",
3828
- "jsonfile": "^4.0.0",
3829
- "universalify": "^0.1.0"
3830
- },
3831
- "engines": {
3832
- "node": ">=6 <7 || >=8"
3833
- }
3834
- },
3835
- "node_modules/@jsforce/jsforce-node/node_modules/jsonfile": {
3836
- "version": "4.0.0",
3837
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
3838
- "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
3839
- "dev": true,
3840
- "license": "MIT",
3841
- "optionalDependencies": {
3842
- "graceful-fs": "^4.1.6"
3843
- }
3844
- },
3845
- "node_modules/@jsforce/jsforce-node/node_modules/universalify": {
3846
- "version": "0.1.2",
3847
- "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
3848
- "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
3849
- "dev": true,
3850
- "license": "MIT",
3851
- "engines": {
3852
- "node": ">= 4.0.0"
3853
- }
3854
- },
3855
3777
  "node_modules/@nodelib/fs.scandir": {
3856
3778
  "version": "2.1.5",
3857
3779
  "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@@ -3888,13 +3810,13 @@
3888
3810
  }
3889
3811
  },
3890
3812
  "node_modules/@oclif/core": {
3891
- "version": "4.0.12",
3892
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.12.tgz",
3893
- "integrity": "sha512-o2dfPtmi2uBGHgpvHr+GNfoRKysKgQGiffONoMN3R+qBVNeIkJIZhVk31HreDkAI9LAzS92BWNgp/l7lXDxdvg==",
3813
+ "version": "4.0.17",
3814
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.17.tgz",
3815
+ "integrity": "sha512-zfdSRip9DVMOklMojWCLZEB4iOzy7LDTABCDzCXqmpZGS+o1e1xts4jGhnte3mi0WV0YthNfYqF16tqk6CWITA==",
3894
3816
  "license": "MIT",
3895
3817
  "dependencies": {
3896
3818
  "ansi-escapes": "^4.3.2",
3897
- "ansis": "^3.2.1",
3819
+ "ansis": "^3.3.2",
3898
3820
  "clean-stack": "^3.0.1",
3899
3821
  "cli-spinners": "^2.9.2",
3900
3822
  "debug": "^4.3.5",
@@ -3946,14 +3868,14 @@
3946
3868
  }
3947
3869
  },
3948
3870
  "node_modules/@oclif/plugin-command-snapshot": {
3949
- "version": "5.2.7",
3950
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.7.tgz",
3951
- "integrity": "sha512-fKFF/AJDIGo9GEe23YxqfOlhtEx7SD9gNJRQNLEB0267UVXukR3jhJbbyjcsG7aw1cAp5glFnzIoWzpBycXQYQ==",
3871
+ "version": "5.2.10",
3872
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.10.tgz",
3873
+ "integrity": "sha512-Nc7xMdkvQxYfbqfA+UDSFV6SsVzbITVsJXQYPaM9QrlsbgUhzcdMHDX8kvqZV01OcK6Zr7lJ5XksY62lKbtS/A==",
3952
3874
  "dev": true,
3953
3875
  "license": "MIT",
3954
3876
  "dependencies": {
3955
3877
  "@oclif/core": "^4",
3956
- "ansis": "^3.2.0",
3878
+ "ansis": "^3.3.1",
3957
3879
  "globby": "^14.0.2",
3958
3880
  "just-diff": "^5.2.0",
3959
3881
  "lodash.difference": "^4.5.0",
@@ -4014,9 +3936,9 @@
4014
3936
  }
4015
3937
  },
4016
3938
  "node_modules/@oclif/plugin-help": {
4017
- "version": "6.2.6",
4018
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.6.tgz",
4019
- "integrity": "sha512-0+9xlMkQK1Y7BmLDx9i3uIPlK8KleFP0ITpv6rGlqgc66HxdQFh5CY4TxcomxR5XL8S6YLCUY3f/iKkaZcdZNw==",
3939
+ "version": "6.2.7",
3940
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.7.tgz",
3941
+ "integrity": "sha512-gwrCZW0EjbMe6iIXrkXWpIcfoqo+uMvWRudV3nkwa7ARL2U2GWy8RQ3+bqXvqByauRUcbgv3D6+38lSWqmMwtA==",
4020
3942
  "dev": true,
4021
3943
  "license": "MIT",
4022
3944
  "dependencies": {
@@ -4027,15 +3949,15 @@
4027
3949
  }
4028
3950
  },
4029
3951
  "node_modules/@oclif/plugin-not-found": {
4030
- "version": "3.2.4",
4031
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.4.tgz",
4032
- "integrity": "sha512-dTOqfFJZCVVmDQXgJJqbTEgmc1Dguz6tWi2R3V0XlQoRljdEKq0ixk9D6g3Ty5cRr/C3NYlJozAErbCsxZnPcg==",
3952
+ "version": "3.2.14",
3953
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.14.tgz",
3954
+ "integrity": "sha512-p9QSwr0eCCpUojmpGzP+rG3e9PI1NHxCU+mnluhiHl9r8/+xEi56vP8WF/C43G8XstM/+nxyhKC0r3n2BO6lMQ==",
4033
3955
  "dev": true,
4034
3956
  "license": "MIT",
4035
3957
  "dependencies": {
4036
- "@inquirer/confirm": "^3.1.9",
3958
+ "@inquirer/confirm": "^3.1.14",
4037
3959
  "@oclif/core": "^4",
4038
- "ansis": "^3.2.0",
3960
+ "ansis": "^3.3.1",
4039
3961
  "fast-levenshtein": "^3.0.0"
4040
3962
  },
4041
3963
  "engines": {
@@ -4226,14 +4148,14 @@
4226
4148
  }
4227
4149
  },
4228
4150
  "node_modules/@oclif/test": {
4229
- "version": "4.0.4",
4230
- "resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.0.4.tgz",
4231
- "integrity": "sha512-O0lGcUl6sq4ijgjPimbx32O6DPCoHknzrNsA+X+XzWD9DsEv0SK6Tib2+22cOqLzLItr+gU73pIYttiD5+UWag==",
4151
+ "version": "4.0.7",
4152
+ "resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.0.7.tgz",
4153
+ "integrity": "sha512-yrWzyaagzv2XfJmdQi3V7S8dxlzjz36al8KdFKI7xQo+XAVyiUK4HaqxL71XYCPSa75Y9faWqCMyt+JgLMtW2w==",
4232
4154
  "dev": true,
4233
4155
  "license": "MIT",
4234
4156
  "dependencies": {
4235
- "ansis": "^3.2.0",
4236
- "debug": "^4.3.5"
4157
+ "ansis": "^3.3.1",
4158
+ "debug": "^4.3.6"
4237
4159
  },
4238
4160
  "engines": {
4239
4161
  "node": ">=18.0.0"
@@ -4308,17 +4230,17 @@
4308
4230
  }
4309
4231
  },
4310
4232
  "node_modules/@salesforce/core": {
4311
- "version": "8.1.1",
4312
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.1.1.tgz",
4313
- "integrity": "sha512-PQ58kz0oRk/cjGhmiRj8W+x0Eg2mrWagrA4xMKaXjBAgSgU+V39BaO9IC1G2cAMGy53JJRBO5G876ala4gD44w==",
4233
+ "version": "8.2.8",
4234
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.2.8.tgz",
4235
+ "integrity": "sha512-Fyy1TG9cUtQV+YAjyYCHerZ0K/t9fuB6dU9HrXFvcjMKorMS5JaI1wkZh8w1+zfvu6GY/MOzeqVZCq2W+9ShLA==",
4314
4236
  "dev": true,
4315
4237
  "license": "BSD-3-Clause",
4316
4238
  "dependencies": {
4317
- "@jsforce/jsforce-node": "^3.2.1",
4239
+ "@jsforce/jsforce-node": "^3.4.0",
4318
4240
  "@salesforce/kit": "^3.1.6",
4319
4241
  "@salesforce/schemas": "^1.9.0",
4320
4242
  "@salesforce/ts-types": "^2.0.10",
4321
- "ajv": "^8.16.0",
4243
+ "ajv": "^8.17.1",
4322
4244
  "change-case": "^4.1.2",
4323
4245
  "fast-levenshtein": "^3.0.0",
4324
4246
  "faye": "^1.4.0",
@@ -4326,28 +4248,38 @@
4326
4248
  "js2xmlparser": "^4.0.1",
4327
4249
  "jsonwebtoken": "9.0.2",
4328
4250
  "jszip": "3.10.1",
4329
- "pino": "^9.2.0",
4251
+ "pino": "^9.3.2",
4330
4252
  "pino-abstract-transport": "^1.2.0",
4331
- "pino-pretty": "^11.2.1",
4253
+ "pino-pretty": "^11.2.2",
4332
4254
  "proper-lockfile": "^4.1.2",
4333
- "semver": "^7.6.2",
4255
+ "semver": "^7.6.3",
4334
4256
  "ts-retry-promise": "^0.8.1"
4335
4257
  },
4336
4258
  "engines": {
4337
4259
  "node": ">=18.0.0"
4338
4260
  }
4339
4261
  },
4262
+ "node_modules/@salesforce/core/node_modules/@salesforce/ts-types": {
4263
+ "version": "2.0.10",
4264
+ "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.10.tgz",
4265
+ "integrity": "sha512-ulGQ1oUGXrmSUi6NGbxZZ7ykSDv439x+WYZpkMgFLC8Dx0TxJXfUAJYeZh7eKO5xI/ob3iyvN+RBcBkp4KFN1w==",
4266
+ "dev": true,
4267
+ "license": "BSD-3-Clause",
4268
+ "engines": {
4269
+ "node": ">=18.0.0"
4270
+ }
4271
+ },
4340
4272
  "node_modules/@salesforce/core/node_modules/ajv": {
4341
- "version": "8.16.0",
4342
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz",
4343
- "integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==",
4273
+ "version": "8.17.1",
4274
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
4275
+ "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
4344
4276
  "dev": true,
4345
4277
  "license": "MIT",
4346
4278
  "dependencies": {
4347
4279
  "fast-deep-equal": "^3.1.3",
4280
+ "fast-uri": "^3.0.1",
4348
4281
  "json-schema-traverse": "^1.0.0",
4349
- "require-from-string": "^2.0.2",
4350
- "uri-js": "^4.4.1"
4282
+ "require-from-string": "^2.0.2"
4351
4283
  },
4352
4284
  "funding": {
4353
4285
  "type": "github",
@@ -4355,45 +4287,45 @@
4355
4287
  }
4356
4288
  },
4357
4289
  "node_modules/@salesforce/dev-config": {
4358
- "version": "4.1.0",
4359
- "resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz",
4360
- "integrity": "sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==",
4290
+ "version": "4.3.1",
4291
+ "resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.3.1.tgz",
4292
+ "integrity": "sha512-rO6axodoRF2SA1kknGttIWuL7HhIwSmweGlBzM8y2m5TH8DeIv4xsqYc8Cu+SrR3JT1FN4nh6XgrogI83AJfKg==",
4361
4293
  "dev": true,
4362
4294
  "license": "BSD-3-Clause"
4363
4295
  },
4364
4296
  "node_modules/@salesforce/dev-scripts": {
4365
- "version": "10.2.2",
4366
- "resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.2.2.tgz",
4367
- "integrity": "sha512-dLVhj2sxyXrmwypZN4Sra/cZyXqa1oM9iwq2dRto/0EVsn1kcAwASJo4p1xv5RsS25F/4nG4Wdu0O0qHWjqCBw==",
4297
+ "version": "10.2.9",
4298
+ "resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-10.2.9.tgz",
4299
+ "integrity": "sha512-kjICKRzDmkyfB78D+mAoOxdKChv5NAAQMzGYqGIPxNHTG2f9J0/sfjEJsWt+4gZAnAD8unS0MsPoKQqi2BDMNg==",
4368
4300
  "dev": true,
4369
4301
  "license": "BSD-3-Clause",
4370
4302
  "dependencies": {
4371
4303
  "@commitlint/cli": "^17.1.2",
4372
4304
  "@commitlint/config-conventional": "^17.8.1",
4373
- "@salesforce/dev-config": "^4.1.0",
4305
+ "@salesforce/dev-config": "^4.3.1",
4374
4306
  "@salesforce/prettier-config": "^0.0.3",
4375
4307
  "@types/chai": "^4.3.14",
4376
- "@types/mocha": "^10.0.6",
4377
- "@types/node": "^18.19.34",
4308
+ "@types/mocha": "^10.0.7",
4309
+ "@types/node": "^18.19.41",
4378
4310
  "@types/sinon": "^10.0.20",
4379
4311
  "chai": "^4.3.10",
4380
4312
  "chalk": "^4.0.0",
4381
4313
  "cosmiconfig": "^8.3.6",
4382
- "eslint-config-salesforce-typescript": "^3.3.0",
4314
+ "eslint-config-salesforce-typescript": "^3.4.0",
4383
4315
  "husky": "^7.0.4",
4384
- "linkinator": "^6.0.5",
4385
- "mocha": "^10.4.0",
4386
- "nyc": "^15.1.0",
4316
+ "linkinator": "^6.1.1",
4317
+ "mocha": "^10.7.0",
4318
+ "nyc": "^17.0.0",
4387
4319
  "prettier": "^2.8.8",
4388
4320
  "pretty-quick": "^3.3.1",
4389
4321
  "shelljs": "^0.8.5",
4390
4322
  "sinon": "10.0.0",
4391
4323
  "source-map-support": "^0.5.21",
4392
4324
  "ts-node": "^10.9.2",
4393
- "typedoc": "^0.25.13",
4394
- "typedoc-plugin-missing-exports": "0.23.0",
4395
- "typescript": "^5.4.3",
4396
- "wireit": "^0.14.4"
4325
+ "typedoc": "^0.26.5",
4326
+ "typedoc-plugin-missing-exports": "^3.0.0",
4327
+ "typescript": "^5.5.4",
4328
+ "wireit": "^0.14.5"
4397
4329
  },
4398
4330
  "bin": {
4399
4331
  "sf-clean": "bin/sf-clean.js",
@@ -4403,9 +4335,9 @@
4403
4335
  }
4404
4336
  },
4405
4337
  "node_modules/@salesforce/dev-scripts/node_modules/@types/node": {
4406
- "version": "18.19.38",
4407
- "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.38.tgz",
4408
- "integrity": "sha512-SApYXUF7si4JJ+lO2o6X60OPOnA6wPpbiB09GMCkQ+JAwpa9hxUVG8p7GzA08TKQn5OhzK57rj1wFj+185YsGg==",
4338
+ "version": "18.19.42",
4339
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.42.tgz",
4340
+ "integrity": "sha512-d2ZFc/3lnK2YCYhos8iaNIYu9Vfhr92nHiyJHRltXWjXUBjEE+A4I58Tdbnw4VhggSW+2j5y5gTrLs4biNnubg==",
4409
4341
  "dev": true,
4410
4342
  "license": "MIT",
4411
4343
  "dependencies": {
@@ -4517,12 +4449,12 @@
4517
4449
  }
4518
4450
  },
4519
4451
  "node_modules/@salesforce/kit": {
4520
- "version": "3.1.6",
4521
- "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.6.tgz",
4522
- "integrity": "sha512-zAYPmCSAvdonDOnL5AzuVRVv0sRMlQd6gi12HDE1964VqSjt5pzlLU90thh3Qq4A1Wxbdu0FbHYx9BvZ4fWPvQ==",
4452
+ "version": "3.2.0",
4453
+ "resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.0.tgz",
4454
+ "integrity": "sha512-j9wZr9Pv+kuclMU34z0Jyu0sB6/wEhv5H6l5fwl+cXD18xmruy/Gftfv64LwdUlOxIZDFRISDqfEZ+UfE3dB+A==",
4523
4455
  "license": "BSD-3-Clause",
4524
4456
  "dependencies": {
4525
- "@salesforce/ts-types": "^2.0.10"
4457
+ "@salesforce/ts-types": "^2.0.11"
4526
4458
  }
4527
4459
  },
4528
4460
  "node_modules/@salesforce/prettier-config": {
@@ -4540,9 +4472,9 @@
4540
4472
  "license": "ISC"
4541
4473
  },
4542
4474
  "node_modules/@salesforce/ts-types": {
4543
- "version": "2.0.10",
4544
- "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.10.tgz",
4545
- "integrity": "sha512-ulGQ1oUGXrmSUi6NGbxZZ7ykSDv439x+WYZpkMgFLC8Dx0TxJXfUAJYeZh7eKO5xI/ob3iyvN+RBcBkp4KFN1w==",
4475
+ "version": "2.0.12",
4476
+ "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.12.tgz",
4477
+ "integrity": "sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==",
4546
4478
  "license": "BSD-3-Clause",
4547
4479
  "engines": {
4548
4480
  "node": ">=18.0.0"
@@ -4554,6 +4486,16 @@
4554
4486
  "integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==",
4555
4487
  "license": "MIT"
4556
4488
  },
4489
+ "node_modules/@shikijs/core": {
4490
+ "version": "1.11.2",
4491
+ "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.11.2.tgz",
4492
+ "integrity": "sha512-9IBY31lvOo2uhrZjqRt2wTqfqfrXJnddnIx0PFL5E8a5RQUNOhkx+PD11PogZtyrIHlL4aTYDVlb+eyryzy+pQ==",
4493
+ "dev": true,
4494
+ "license": "MIT",
4495
+ "dependencies": {
4496
+ "@types/hast": "^3.0.4"
4497
+ }
4498
+ },
4557
4499
  "node_modules/@sindresorhus/is": {
4558
4500
  "version": "4.6.0",
4559
4501
  "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
@@ -5579,6 +5521,16 @@
5579
5521
  "@types/node": "*"
5580
5522
  }
5581
5523
  },
5524
+ "node_modules/@types/hast": {
5525
+ "version": "3.0.4",
5526
+ "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz",
5527
+ "integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
5528
+ "dev": true,
5529
+ "license": "MIT",
5530
+ "dependencies": {
5531
+ "@types/unist": "*"
5532
+ }
5533
+ },
5582
5534
  "node_modules/@types/http-cache-semantics": {
5583
5535
  "version": "4.0.4",
5584
5536
  "resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz",
@@ -5634,9 +5586,9 @@
5634
5586
  "license": "MIT"
5635
5587
  },
5636
5588
  "node_modules/@types/mocha": {
5637
- "version": "10.0.6",
5638
- "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.6.tgz",
5639
- "integrity": "sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==",
5589
+ "version": "10.0.7",
5590
+ "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz",
5591
+ "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==",
5640
5592
  "dev": true,
5641
5593
  "license": "MIT"
5642
5594
  },
@@ -5658,15 +5610,22 @@
5658
5610
  }
5659
5611
  },
5660
5612
  "node_modules/@types/node": {
5661
- "version": "20.14.2",
5662
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz",
5663
- "integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==",
5613
+ "version": "22.0.3",
5614
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.0.3.tgz",
5615
+ "integrity": "sha512-/e0NZtK2gs6Vk2DoyrXSZZ4AlamqTkx0CcKx1Aq8/P4ITlRgU9OtVf5fl+LXkWWJce1M89pkSlH6lJJEnK7bQA==",
5664
5616
  "dev": true,
5665
5617
  "license": "MIT",
5666
5618
  "dependencies": {
5667
- "undici-types": "~5.26.4"
5619
+ "undici-types": "~6.11.1"
5668
5620
  }
5669
5621
  },
5622
+ "node_modules/@types/node/node_modules/undici-types": {
5623
+ "version": "6.11.1",
5624
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.11.1.tgz",
5625
+ "integrity": "sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==",
5626
+ "dev": true,
5627
+ "license": "MIT"
5628
+ },
5670
5629
  "node_modules/@types/normalize-package-data": {
5671
5630
  "version": "2.4.4",
5672
5631
  "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz",
@@ -5698,6 +5657,13 @@
5698
5657
  "dev": true,
5699
5658
  "license": "MIT"
5700
5659
  },
5660
+ "node_modules/@types/unist": {
5661
+ "version": "3.0.2",
5662
+ "resolved": "https://registry.npmjs.org/@types/unist/-/unist-3.0.2.tgz",
5663
+ "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==",
5664
+ "dev": true,
5665
+ "license": "MIT"
5666
+ },
5701
5667
  "node_modules/@types/wrap-ansi": {
5702
5668
  "version": "3.0.0",
5703
5669
  "resolved": "https://registry.npmjs.org/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz",
@@ -6050,9 +6016,9 @@
6050
6016
  }
6051
6017
  },
6052
6018
  "node_modules/ansi-colors": {
6053
- "version": "4.1.1",
6054
- "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
6055
- "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==",
6019
+ "version": "4.1.3",
6020
+ "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
6021
+ "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
6056
6022
  "dev": true,
6057
6023
  "license": "MIT",
6058
6024
  "engines": {
@@ -6095,13 +6061,6 @@
6095
6061
  "node": ">=8"
6096
6062
  }
6097
6063
  },
6098
- "node_modules/ansi-sequence-parser": {
6099
- "version": "1.1.1",
6100
- "resolved": "https://registry.npmjs.org/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz",
6101
- "integrity": "sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==",
6102
- "dev": true,
6103
- "license": "MIT"
6104
- },
6105
6064
  "node_modules/ansi-styles": {
6106
6065
  "version": "4.3.0",
6107
6066
  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@@ -6125,9 +6084,9 @@
6125
6084
  "license": "MIT"
6126
6085
  },
6127
6086
  "node_modules/ansis": {
6128
- "version": "3.3.1",
6129
- "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.3.1.tgz",
6130
- "integrity": "sha512-dW/sqnbVeWXW1UMRyKGHiJj+vBrlnnDcvyNMDB8BBI4Gu0tsohweIkvcqb3bNNwcVn70LTyvvnGgjUzUVFnK6Q==",
6087
+ "version": "3.3.2",
6088
+ "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.3.2.tgz",
6089
+ "integrity": "sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA==",
6131
6090
  "license": "ISC",
6132
6091
  "engines": {
6133
6092
  "node": ">=15"
@@ -7161,16 +7120,10 @@
7161
7120
  }
7162
7121
  },
7163
7122
  "node_modules/chokidar": {
7164
- "version": "3.5.3",
7165
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
7166
- "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==",
7123
+ "version": "3.6.0",
7124
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
7125
+ "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
7167
7126
  "dev": true,
7168
- "funding": [
7169
- {
7170
- "type": "individual",
7171
- "url": "https://paulmillr.com/funding/"
7172
- }
7173
- ],
7174
7127
  "license": "MIT",
7175
7128
  "dependencies": {
7176
7129
  "anymatch": "~3.1.2",
@@ -7184,6 +7137,9 @@
7184
7137
  "engines": {
7185
7138
  "node": ">= 8.10.0"
7186
7139
  },
7140
+ "funding": {
7141
+ "url": "https://paulmillr.com/funding/"
7142
+ },
7187
7143
  "optionalDependencies": {
7188
7144
  "fsevents": "~2.3.2"
7189
7145
  }
@@ -7645,9 +7601,9 @@
7645
7601
  }
7646
7602
  },
7647
7603
  "node_modules/debug": {
7648
- "version": "4.3.5",
7649
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.5.tgz",
7650
- "integrity": "sha512-pt0bNEmneDIvdL1Xsd9oDQ/wrQRkXDT4AUWlNZNPKvW5x/jyO9VFXkJUP07vQ2upmw5PlaITaPKc31jK13V+jg==",
7604
+ "version": "4.3.6",
7605
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz",
7606
+ "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==",
7651
7607
  "license": "MIT",
7652
7608
  "dependencies": {
7653
7609
  "ms": "2.1.2"
@@ -7877,16 +7833,16 @@
7877
7833
  }
7878
7834
  },
7879
7835
  "node_modules/doctrine": {
7880
- "version": "2.1.0",
7881
- "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
7882
- "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
7836
+ "version": "3.0.0",
7837
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
7838
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
7883
7839
  "dev": true,
7884
7840
  "license": "Apache-2.0",
7885
7841
  "dependencies": {
7886
7842
  "esutils": "^2.0.2"
7887
7843
  },
7888
7844
  "engines": {
7889
- "node": ">=0.10.0"
7845
+ "node": ">=6.0.0"
7890
7846
  }
7891
7847
  },
7892
7848
  "node_modules/dom-serializer": {
@@ -8315,9 +8271,9 @@
8315
8271
  "license": "BSD-3-Clause"
8316
8272
  },
8317
8273
  "node_modules/eslint-config-salesforce-typescript": {
8318
- "version": "3.3.0",
8319
- "resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.3.0.tgz",
8320
- "integrity": "sha512-83+zp2Y2h9oz9D3UksjNGCw+xWD7ylIiAJZ58vUbBD10l8FRUMNyn+RDCKn0xCQz7xed5/LcmgUE4T7roe+HBw==",
8274
+ "version": "3.4.0",
8275
+ "resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.4.0.tgz",
8276
+ "integrity": "sha512-pT+kJsmLrXIsVw1f24gWB+a2Iefan9qp02iSdx5mk4Jb/Jv68LhS+V/dfJxN5vvKhzvc86UwUPEIQBX9OCSbpQ==",
8321
8277
  "dev": true,
8322
8278
  "license": "BSD-3-Clause",
8323
8279
  "dependencies": {
@@ -8435,6 +8391,19 @@
8435
8391
  "ms": "^2.1.1"
8436
8392
  }
8437
8393
  },
8394
+ "node_modules/eslint-plugin-import/node_modules/doctrine": {
8395
+ "version": "2.1.0",
8396
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
8397
+ "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
8398
+ "dev": true,
8399
+ "license": "Apache-2.0",
8400
+ "dependencies": {
8401
+ "esutils": "^2.0.2"
8402
+ },
8403
+ "engines": {
8404
+ "node": ">=0.10.0"
8405
+ }
8406
+ },
8438
8407
  "node_modules/eslint-plugin-import/node_modules/semver": {
8439
8408
  "version": "6.3.1",
8440
8409
  "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
@@ -8512,19 +8481,150 @@
8512
8481
  }
8513
8482
  },
8514
8483
  "node_modules/eslint-plugin-sf-plugin": {
8515
- "version": "1.18.11",
8516
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.11.tgz",
8517
- "integrity": "sha512-4EaoQL5LK2Ruvc7Ws5SfteybbXYzQTAF8+8didZf0XiJBrZYSTWkdEheFG75Mk0HajxFj3XV4cW450tgCeUvHg==",
8484
+ "version": "1.20.1",
8485
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.1.tgz",
8486
+ "integrity": "sha512-Mf4gC4I87h+coOpwh2uIRbhCzTGDGX7QskLGzst7fktzXkCwsIXMVic6NHPWSWIA6U8IU4g5MwMiZjuXqJTwdA==",
8518
8487
  "dev": true,
8519
8488
  "license": "BSD-3-Clause",
8520
8489
  "dependencies": {
8521
- "@salesforce/core": "^8.1.1",
8522
- "@typescript-eslint/utils": "^6.17.0"
8490
+ "@salesforce/core": "^8.2.3",
8491
+ "@typescript-eslint/utils": "^7.17.0"
8523
8492
  },
8524
8493
  "engines": {
8525
8494
  "node": ">=18.0.0"
8526
8495
  }
8527
8496
  },
8497
+ "node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/scope-manager": {
8498
+ "version": "7.17.0",
8499
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-7.17.0.tgz",
8500
+ "integrity": "sha512-0P2jTTqyxWp9HiKLu/Vemr2Rg1Xb5B7uHItdVZ6iAenXmPo4SZ86yOPCJwMqpCyaMiEHTNqizHfsbmCFT1x9SA==",
8501
+ "dev": true,
8502
+ "license": "MIT",
8503
+ "dependencies": {
8504
+ "@typescript-eslint/types": "7.17.0",
8505
+ "@typescript-eslint/visitor-keys": "7.17.0"
8506
+ },
8507
+ "engines": {
8508
+ "node": "^18.18.0 || >=20.0.0"
8509
+ },
8510
+ "funding": {
8511
+ "type": "opencollective",
8512
+ "url": "https://opencollective.com/typescript-eslint"
8513
+ }
8514
+ },
8515
+ "node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/types": {
8516
+ "version": "7.17.0",
8517
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-7.17.0.tgz",
8518
+ "integrity": "sha512-a29Ir0EbyKTKHnZWbNsrc/gqfIBqYPwj3F2M+jWE/9bqfEHg0AMtXzkbUkOG6QgEScxh2+Pz9OXe11jHDnHR7A==",
8519
+ "dev": true,
8520
+ "license": "MIT",
8521
+ "engines": {
8522
+ "node": "^18.18.0 || >=20.0.0"
8523
+ },
8524
+ "funding": {
8525
+ "type": "opencollective",
8526
+ "url": "https://opencollective.com/typescript-eslint"
8527
+ }
8528
+ },
8529
+ "node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/typescript-estree": {
8530
+ "version": "7.17.0",
8531
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-7.17.0.tgz",
8532
+ "integrity": "sha512-72I3TGq93t2GoSBWI093wmKo0n6/b7O4j9o8U+f65TVD0FS6bI2180X5eGEr8MA8PhKMvYe9myZJquUT2JkCZw==",
8533
+ "dev": true,
8534
+ "license": "BSD-2-Clause",
8535
+ "dependencies": {
8536
+ "@typescript-eslint/types": "7.17.0",
8537
+ "@typescript-eslint/visitor-keys": "7.17.0",
8538
+ "debug": "^4.3.4",
8539
+ "globby": "^11.1.0",
8540
+ "is-glob": "^4.0.3",
8541
+ "minimatch": "^9.0.4",
8542
+ "semver": "^7.6.0",
8543
+ "ts-api-utils": "^1.3.0"
8544
+ },
8545
+ "engines": {
8546
+ "node": "^18.18.0 || >=20.0.0"
8547
+ },
8548
+ "funding": {
8549
+ "type": "opencollective",
8550
+ "url": "https://opencollective.com/typescript-eslint"
8551
+ },
8552
+ "peerDependenciesMeta": {
8553
+ "typescript": {
8554
+ "optional": true
8555
+ }
8556
+ }
8557
+ },
8558
+ "node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/utils": {
8559
+ "version": "7.17.0",
8560
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-7.17.0.tgz",
8561
+ "integrity": "sha512-r+JFlm5NdB+JXc7aWWZ3fKSm1gn0pkswEwIYsrGPdsT2GjsRATAKXiNtp3vgAAO1xZhX8alIOEQnNMl3kbTgJw==",
8562
+ "dev": true,
8563
+ "license": "MIT",
8564
+ "dependencies": {
8565
+ "@eslint-community/eslint-utils": "^4.4.0",
8566
+ "@typescript-eslint/scope-manager": "7.17.0",
8567
+ "@typescript-eslint/types": "7.17.0",
8568
+ "@typescript-eslint/typescript-estree": "7.17.0"
8569
+ },
8570
+ "engines": {
8571
+ "node": "^18.18.0 || >=20.0.0"
8572
+ },
8573
+ "funding": {
8574
+ "type": "opencollective",
8575
+ "url": "https://opencollective.com/typescript-eslint"
8576
+ },
8577
+ "peerDependencies": {
8578
+ "eslint": "^8.56.0"
8579
+ }
8580
+ },
8581
+ "node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/visitor-keys": {
8582
+ "version": "7.17.0",
8583
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-7.17.0.tgz",
8584
+ "integrity": "sha512-RVGC9UhPOCsfCdI9pU++K4nD7to+jTcMIbXTSOcrLqUEW6gF2pU1UUbYJKc9cvcRSK1UDeMJ7pdMxf4bhMpV/A==",
8585
+ "dev": true,
8586
+ "license": "MIT",
8587
+ "dependencies": {
8588
+ "@typescript-eslint/types": "7.17.0",
8589
+ "eslint-visitor-keys": "^3.4.3"
8590
+ },
8591
+ "engines": {
8592
+ "node": "^18.18.0 || >=20.0.0"
8593
+ },
8594
+ "funding": {
8595
+ "type": "opencollective",
8596
+ "url": "https://opencollective.com/typescript-eslint"
8597
+ }
8598
+ },
8599
+ "node_modules/eslint-plugin-sf-plugin/node_modules/minimatch": {
8600
+ "version": "9.0.5",
8601
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
8602
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
8603
+ "dev": true,
8604
+ "license": "ISC",
8605
+ "dependencies": {
8606
+ "brace-expansion": "^2.0.1"
8607
+ },
8608
+ "engines": {
8609
+ "node": ">=16 || 14 >=14.17"
8610
+ },
8611
+ "funding": {
8612
+ "url": "https://github.com/sponsors/isaacs"
8613
+ }
8614
+ },
8615
+ "node_modules/eslint-plugin-sf-plugin/node_modules/ts-api-utils": {
8616
+ "version": "1.3.0",
8617
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz",
8618
+ "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==",
8619
+ "dev": true,
8620
+ "license": "MIT",
8621
+ "engines": {
8622
+ "node": ">=16"
8623
+ },
8624
+ "peerDependencies": {
8625
+ "typescript": ">=4.2.0"
8626
+ }
8627
+ },
8528
8628
  "node_modules/eslint-plugin-unicorn": {
8529
8629
  "version": "50.0.1",
8530
8630
  "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-50.0.1.tgz",
@@ -8559,6 +8659,16 @@
8559
8659
  "eslint": ">=8.56.0"
8560
8660
  }
8561
8661
  },
8662
+ "node_modules/eslint-plugin-unicorn/node_modules/@babel/helper-validator-identifier": {
8663
+ "version": "7.22.20",
8664
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
8665
+ "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
8666
+ "dev": true,
8667
+ "license": "MIT",
8668
+ "engines": {
8669
+ "node": ">=6.9.0"
8670
+ }
8671
+ },
8562
8672
  "node_modules/eslint-plugin-unicorn/node_modules/ci-info": {
8563
8673
  "version": "4.0.0",
8564
8674
  "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz",
@@ -8605,19 +8715,6 @@
8605
8715
  "url": "https://opencollective.com/eslint"
8606
8716
  }
8607
8717
  },
8608
- "node_modules/eslint/node_modules/doctrine": {
8609
- "version": "3.0.0",
8610
- "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
8611
- "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
8612
- "dev": true,
8613
- "license": "Apache-2.0",
8614
- "dependencies": {
8615
- "esutils": "^2.0.2"
8616
- },
8617
- "engines": {
8618
- "node": ">=6.0.0"
8619
- }
8620
- },
8621
8718
  "node_modules/eslint/node_modules/find-up": {
8622
8719
  "version": "5.0.0",
8623
8720
  "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
@@ -8896,6 +8993,13 @@
8896
8993
  "dev": true,
8897
8994
  "license": "MIT"
8898
8995
  },
8996
+ "node_modules/fast-uri": {
8997
+ "version": "3.0.1",
8998
+ "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz",
8999
+ "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==",
9000
+ "dev": true,
9001
+ "license": "MIT"
9002
+ },
8899
9003
  "node_modules/fast-xml-parser": {
8900
9004
  "version": "4.2.5",
8901
9005
  "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.5.tgz",
@@ -10519,29 +10623,20 @@
10519
10623
  }
10520
10624
  },
10521
10625
  "node_modules/istanbul-lib-instrument": {
10522
- "version": "4.0.3",
10523
- "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz",
10524
- "integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==",
10626
+ "version": "6.0.3",
10627
+ "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz",
10628
+ "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==",
10525
10629
  "dev": true,
10526
10630
  "license": "BSD-3-Clause",
10527
10631
  "dependencies": {
10528
- "@babel/core": "^7.7.5",
10529
- "@istanbuljs/schema": "^0.1.2",
10530
- "istanbul-lib-coverage": "^3.0.0",
10531
- "semver": "^6.3.0"
10632
+ "@babel/core": "^7.23.9",
10633
+ "@babel/parser": "^7.23.9",
10634
+ "@istanbuljs/schema": "^0.1.3",
10635
+ "istanbul-lib-coverage": "^3.2.0",
10636
+ "semver": "^7.5.4"
10532
10637
  },
10533
10638
  "engines": {
10534
- "node": ">=8"
10535
- }
10536
- },
10537
- "node_modules/istanbul-lib-instrument/node_modules/semver": {
10538
- "version": "6.3.1",
10539
- "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
10540
- "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
10541
- "dev": true,
10542
- "license": "ISC",
10543
- "bin": {
10544
- "semver": "bin/semver.js"
10639
+ "node": ">=10"
10545
10640
  }
10546
10641
  },
10547
10642
  "node_modules/istanbul-lib-processinfo": {
@@ -11051,10 +11146,20 @@
11051
11146
  "dev": true,
11052
11147
  "license": "MIT"
11053
11148
  },
11149
+ "node_modules/linkify-it": {
11150
+ "version": "5.0.0",
11151
+ "resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-5.0.0.tgz",
11152
+ "integrity": "sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==",
11153
+ "dev": true,
11154
+ "license": "MIT",
11155
+ "dependencies": {
11156
+ "uc.micro": "^2.0.0"
11157
+ }
11158
+ },
11054
11159
  "node_modules/linkinator": {
11055
- "version": "6.0.5",
11056
- "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.0.5.tgz",
11057
- "integrity": "sha512-LRMHgO/29gk2WQzdj4cFcFHGKPhYPGBWVZOayATP6j3159ubonGJizObNRvgA5qDnrkqsRwJT7p4Tq97pC9GeA==",
11160
+ "version": "6.1.1",
11161
+ "resolved": "https://registry.npmjs.org/linkinator/-/linkinator-6.1.1.tgz",
11162
+ "integrity": "sha512-VNFhw71A8ORQKdNdUz6MqcdmoCK2SKWI+22dmcN/7KuERTxv9yfezh5MqwetH66DmRPvj9FMtATk+ck2P5XJjw==",
11058
11163
  "dev": true,
11059
11164
  "license": "MIT",
11060
11165
  "dependencies": {
@@ -11063,7 +11168,7 @@
11063
11168
  "gaxios": "^6.0.0",
11064
11169
  "glob": "^10.3.10",
11065
11170
  "htmlparser2": "^9.0.0",
11066
- "marked": "^12.0.1",
11171
+ "marked": "^13.0.0",
11067
11172
  "meow": "^13.0.0",
11068
11173
  "mime": "^4.0.0",
11069
11174
  "server-destroy": "^1.0.1",
@@ -11112,6 +11217,19 @@
11112
11217
  "url": "https://github.com/sponsors/isaacs"
11113
11218
  }
11114
11219
  },
11220
+ "node_modules/linkinator/node_modules/marked": {
11221
+ "version": "13.0.2",
11222
+ "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz",
11223
+ "integrity": "sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==",
11224
+ "dev": true,
11225
+ "license": "MIT",
11226
+ "bin": {
11227
+ "marked": "bin/marked.js"
11228
+ },
11229
+ "engines": {
11230
+ "node": ">= 18"
11231
+ }
11232
+ },
11115
11233
  "node_modules/linkinator/node_modules/meow": {
11116
11234
  "version": "13.2.0",
11117
11235
  "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz",
@@ -11410,6 +11528,24 @@
11410
11528
  "node": ">=0.10.0"
11411
11529
  }
11412
11530
  },
11531
+ "node_modules/markdown-it": {
11532
+ "version": "14.1.0",
11533
+ "resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-14.1.0.tgz",
11534
+ "integrity": "sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==",
11535
+ "dev": true,
11536
+ "license": "MIT",
11537
+ "dependencies": {
11538
+ "argparse": "^2.0.1",
11539
+ "entities": "^4.4.0",
11540
+ "linkify-it": "^5.0.0",
11541
+ "mdurl": "^2.0.0",
11542
+ "punycode.js": "^2.3.1",
11543
+ "uc.micro": "^2.1.0"
11544
+ },
11545
+ "bin": {
11546
+ "markdown-it": "bin/markdown-it.mjs"
11547
+ }
11548
+ },
11413
11549
  "node_modules/marked": {
11414
11550
  "version": "12.0.2",
11415
11551
  "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz",
@@ -11469,6 +11605,13 @@
11469
11605
  "url": "https://github.com/chalk/chalk?sponsor=1"
11470
11606
  }
11471
11607
  },
11608
+ "node_modules/mdurl": {
11609
+ "version": "2.0.0",
11610
+ "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-2.0.0.tgz",
11611
+ "integrity": "sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==",
11612
+ "dev": true,
11613
+ "license": "MIT"
11614
+ },
11472
11615
  "node_modules/meow": {
11473
11616
  "version": "8.1.2",
11474
11617
  "resolved": "https://registry.npmjs.org/meow/-/meow-8.1.2.tgz",
@@ -11665,70 +11808,45 @@
11665
11808
  }
11666
11809
  },
11667
11810
  "node_modules/mocha": {
11668
- "version": "10.4.0",
11669
- "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz",
11670
- "integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==",
11671
- "dev": true,
11672
- "license": "MIT",
11673
- "dependencies": {
11674
- "ansi-colors": "4.1.1",
11675
- "browser-stdout": "1.3.1",
11676
- "chokidar": "3.5.3",
11677
- "debug": "4.3.4",
11678
- "diff": "5.0.0",
11679
- "escape-string-regexp": "4.0.0",
11680
- "find-up": "5.0.0",
11681
- "glob": "8.1.0",
11682
- "he": "1.2.0",
11683
- "js-yaml": "4.1.0",
11684
- "log-symbols": "4.1.0",
11685
- "minimatch": "5.0.1",
11686
- "ms": "2.1.3",
11687
- "serialize-javascript": "6.0.0",
11688
- "strip-json-comments": "3.1.1",
11689
- "supports-color": "8.1.1",
11690
- "workerpool": "6.2.1",
11691
- "yargs": "16.2.0",
11692
- "yargs-parser": "20.2.4",
11693
- "yargs-unparser": "2.0.0"
11694
- },
11695
- "bin": {
11696
- "_mocha": "bin/_mocha",
11697
- "mocha": "bin/mocha.js"
11698
- },
11699
- "engines": {
11700
- "node": ">= 14.0.0"
11701
- }
11702
- },
11703
- "node_modules/mocha/node_modules/debug": {
11704
- "version": "4.3.4",
11705
- "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
11706
- "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
11811
+ "version": "10.7.0",
11812
+ "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.0.tgz",
11813
+ "integrity": "sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==",
11707
11814
  "dev": true,
11708
11815
  "license": "MIT",
11709
11816
  "dependencies": {
11710
- "ms": "2.1.2"
11817
+ "ansi-colors": "^4.1.3",
11818
+ "browser-stdout": "^1.3.1",
11819
+ "chokidar": "^3.5.3",
11820
+ "debug": "^4.3.5",
11821
+ "diff": "^5.2.0",
11822
+ "escape-string-regexp": "^4.0.0",
11823
+ "find-up": "^5.0.0",
11824
+ "glob": "^8.1.0",
11825
+ "he": "^1.2.0",
11826
+ "js-yaml": "^4.1.0",
11827
+ "log-symbols": "^4.1.0",
11828
+ "minimatch": "^5.1.6",
11829
+ "ms": "^2.1.3",
11830
+ "serialize-javascript": "^6.0.2",
11831
+ "strip-json-comments": "^3.1.1",
11832
+ "supports-color": "^8.1.1",
11833
+ "workerpool": "^6.5.1",
11834
+ "yargs": "^16.2.0",
11835
+ "yargs-parser": "^20.2.9",
11836
+ "yargs-unparser": "^2.0.0"
11711
11837
  },
11712
- "engines": {
11713
- "node": ">=6.0"
11838
+ "bin": {
11839
+ "_mocha": "bin/_mocha",
11840
+ "mocha": "bin/mocha.js"
11714
11841
  },
11715
- "peerDependenciesMeta": {
11716
- "supports-color": {
11717
- "optional": true
11718
- }
11842
+ "engines": {
11843
+ "node": ">= 14.0.0"
11719
11844
  }
11720
11845
  },
11721
- "node_modules/mocha/node_modules/debug/node_modules/ms": {
11722
- "version": "2.1.2",
11723
- "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
11724
- "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
11725
- "dev": true,
11726
- "license": "MIT"
11727
- },
11728
11846
  "node_modules/mocha/node_modules/diff": {
11729
- "version": "5.0.0",
11730
- "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
11731
- "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==",
11847
+ "version": "5.2.0",
11848
+ "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
11849
+ "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
11732
11850
  "dev": true,
11733
11851
  "license": "BSD-3-Clause",
11734
11852
  "engines": {
@@ -11772,19 +11890,6 @@
11772
11890
  "url": "https://github.com/sponsors/isaacs"
11773
11891
  }
11774
11892
  },
11775
- "node_modules/mocha/node_modules/glob/node_modules/minimatch": {
11776
- "version": "5.1.6",
11777
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
11778
- "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
11779
- "dev": true,
11780
- "license": "ISC",
11781
- "dependencies": {
11782
- "brace-expansion": "^2.0.1"
11783
- },
11784
- "engines": {
11785
- "node": ">=10"
11786
- }
11787
- },
11788
11893
  "node_modules/mocha/node_modules/locate-path": {
11789
11894
  "version": "6.0.0",
11790
11895
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
@@ -11802,9 +11907,9 @@
11802
11907
  }
11803
11908
  },
11804
11909
  "node_modules/mocha/node_modules/minimatch": {
11805
- "version": "5.0.1",
11806
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
11807
- "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==",
11910
+ "version": "5.1.6",
11911
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
11912
+ "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
11808
11913
  "dev": true,
11809
11914
  "license": "ISC",
11810
11915
  "dependencies": {
@@ -11862,16 +11967,6 @@
11862
11967
  "url": "https://github.com/chalk/supports-color?sponsor=1"
11863
11968
  }
11864
11969
  },
11865
- "node_modules/mocha/node_modules/yargs-parser": {
11866
- "version": "20.2.4",
11867
- "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz",
11868
- "integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==",
11869
- "dev": true,
11870
- "license": "ISC",
11871
- "engines": {
11872
- "node": ">=10"
11873
- }
11874
- },
11875
11970
  "node_modules/mri": {
11876
11971
  "version": "1.2.0",
11877
11972
  "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
@@ -12072,9 +12167,9 @@
12072
12167
  }
12073
12168
  },
12074
12169
  "node_modules/nyc": {
12075
- "version": "15.1.0",
12076
- "resolved": "https://registry.npmjs.org/nyc/-/nyc-15.1.0.tgz",
12077
- "integrity": "sha512-jMW04n9SxKdKi1ZMGhvUTHBN0EICCRkHemEoE5jm6mTYcqcdas0ATzgUgejlQUHMvpnOZqGB5Xxsv9KxJW1j8A==",
12170
+ "version": "17.0.0",
12171
+ "resolved": "https://registry.npmjs.org/nyc/-/nyc-17.0.0.tgz",
12172
+ "integrity": "sha512-ISp44nqNCaPugLLGGfknzQwSwt10SSS5IMoPR7GLoMAyS18Iw5js8U7ga2VF9lYuMZ42gOHr3UddZw4WZltxKg==",
12078
12173
  "dev": true,
12079
12174
  "license": "ISC",
12080
12175
  "dependencies": {
@@ -12090,7 +12185,7 @@
12090
12185
  "glob": "^7.1.6",
12091
12186
  "istanbul-lib-coverage": "^3.0.0",
12092
12187
  "istanbul-lib-hook": "^3.0.0",
12093
- "istanbul-lib-instrument": "^4.0.0",
12188
+ "istanbul-lib-instrument": "^6.0.2",
12094
12189
  "istanbul-lib-processinfo": "^2.0.2",
12095
12190
  "istanbul-lib-report": "^3.0.0",
12096
12191
  "istanbul-lib-source-maps": "^4.0.0",
@@ -12110,7 +12205,7 @@
12110
12205
  "nyc": "bin/nyc.js"
12111
12206
  },
12112
12207
  "engines": {
12113
- "node": ">=8.9"
12208
+ "node": ">=18"
12114
12209
  }
12115
12210
  },
12116
12211
  "node_modules/nyc/node_modules/cliui": {
@@ -12329,20 +12424,20 @@
12329
12424
  }
12330
12425
  },
12331
12426
  "node_modules/oclif": {
12332
- "version": "4.14.6",
12333
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.6.tgz",
12334
- "integrity": "sha512-pfyrDzzETLrGh2D4E+DDTfZetjP0N5DeZLLaNPcZ0ENuZPVC54XvW0q5OSDDYavzxD9y97z3SKh6qRyMPRwXLQ==",
12427
+ "version": "4.14.12",
12428
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.12.tgz",
12429
+ "integrity": "sha512-1stR9IK4LyAL2RvP/idZpM9qJJ1gStt6bpjrvN3Sl+ncLX/ocOMoYLw8mEDh3DzgNYXajaN4aCYPaaRISuN+Jw==",
12335
12430
  "dev": true,
12336
12431
  "license": "MIT",
12337
12432
  "dependencies": {
12338
12433
  "@aws-sdk/client-cloudfront": "^3.609.0",
12339
12434
  "@aws-sdk/client-s3": "^3.614.0",
12340
- "@inquirer/confirm": "^3.1.14",
12341
- "@inquirer/input": "^2.2.1",
12435
+ "@inquirer/confirm": "^3.1.16",
12436
+ "@inquirer/input": "^2.2.4",
12342
12437
  "@inquirer/select": "^2.3.10",
12343
12438
  "@oclif/core": "^4",
12344
12439
  "@oclif/plugin-help": "^6.2.2",
12345
- "@oclif/plugin-not-found": "^3.2.3",
12440
+ "@oclif/plugin-not-found": "^3.2.14",
12346
12441
  "@oclif/plugin-warn-if-update-available": "^3.0.19",
12347
12442
  "async-retry": "^1.3.3",
12348
12443
  "chalk": "^4",
@@ -12368,19 +12463,19 @@
12368
12463
  }
12369
12464
  },
12370
12465
  "node_modules/oclif-plugin-update-notifier": {
12371
- "version": "1.5.85",
12372
- "resolved": "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.85.tgz",
12373
- "integrity": "sha512-eWkNYXPeM6hzuJyJUpt2IFRTmSH90+nFtC20ucZLTce5vGwexpXfPSyc9ZMH3s4L7OcxeEPMlKRybUxoLpTxEg==",
12466
+ "version": "1.5.89",
12467
+ "resolved": "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.89.tgz",
12468
+ "integrity": "sha512-FsrT3pm4dQQK8zEzYCZse07SBVlg6sQjvKe+KBoK31qjQ/9TSF+gfGt2HgE9AVaoypVgAbfHAQAeUqSoQyEEpg==",
12374
12469
  "license": "BSD-3-Clause",
12375
12470
  "dependencies": {
12376
12471
  "@jayree/changelog": "^1.2.1",
12377
- "@oclif/core": "^4.0.12",
12378
- "@salesforce/kit": "^3.1.6",
12472
+ "@oclif/core": "^4.0.17",
12473
+ "@salesforce/kit": "^3.2.0",
12379
12474
  "boxen": "^7.1.1",
12380
12475
  "chalk": "^5.3.0",
12381
12476
  "debug": "^4.3.4",
12382
12477
  "fs-extra": "^11.2.0",
12383
- "got": "^14.4.1",
12478
+ "got": "^14.4.2",
12384
12479
  "package-json": "^10.0.1",
12385
12480
  "semver": "^7.6.3",
12386
12481
  "semver-diff": "^4.0.0",
@@ -12391,12 +12486,12 @@
12391
12486
  }
12392
12487
  },
12393
12488
  "node_modules/oclif-plugin-update-notifier/node_modules/@sindresorhus/is": {
12394
- "version": "6.3.1",
12395
- "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-6.3.1.tgz",
12396
- "integrity": "sha512-FX4MfcifwJyFOI2lPoX7PQxCqx8BG1HCho7WdiXwpEQx1Ycij0JxkfYtGK7yqNScrZGSlt6RE6sw8QYoH7eKnQ==",
12489
+ "version": "7.0.0",
12490
+ "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-7.0.0.tgz",
12491
+ "integrity": "sha512-WDTlVTyvFivSOuyvMeedzg2hdoBLZ3f1uNVuEida2Rl9BrfjrIRjWA/VZIrMRLvSwJYCAlCRA3usDt1THytxWQ==",
12397
12492
  "license": "MIT",
12398
12493
  "engines": {
12399
- "node": ">=16"
12494
+ "node": ">=18"
12400
12495
  },
12401
12496
  "funding": {
12402
12497
  "url": "https://github.com/sindresorhus/is?sponsor=1"
@@ -12420,22 +12515,6 @@
12420
12515
  "node": ">=18"
12421
12516
  }
12422
12517
  },
12423
- "node_modules/oclif-plugin-update-notifier/node_modules/cacheable-request/node_modules/get-stream": {
12424
- "version": "9.0.1",
12425
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-9.0.1.tgz",
12426
- "integrity": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==",
12427
- "license": "MIT",
12428
- "dependencies": {
12429
- "@sec-ant/readable-stream": "^0.4.1",
12430
- "is-stream": "^4.0.1"
12431
- },
12432
- "engines": {
12433
- "node": ">=18"
12434
- },
12435
- "funding": {
12436
- "url": "https://github.com/sponsors/sindresorhus"
12437
- }
12438
- },
12439
12518
  "node_modules/oclif-plugin-update-notifier/node_modules/chalk": {
12440
12519
  "version": "5.3.0",
12441
12520
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
@@ -12458,30 +12537,33 @@
12458
12537
  }
12459
12538
  },
12460
12539
  "node_modules/oclif-plugin-update-notifier/node_modules/get-stream": {
12461
- "version": "8.0.1",
12462
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-8.0.1.tgz",
12463
- "integrity": "sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==",
12540
+ "version": "9.0.1",
12541
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-9.0.1.tgz",
12542
+ "integrity": "sha512-kVCxPF3vQM/N0B1PmoqVUqgHP+EeVjmZSQn+1oCRPxd2P21P2F19lIgbR3HBosbB1PUhOAoctJnfEn2GbN2eZA==",
12464
12543
  "license": "MIT",
12544
+ "dependencies": {
12545
+ "@sec-ant/readable-stream": "^0.4.1",
12546
+ "is-stream": "^4.0.1"
12547
+ },
12465
12548
  "engines": {
12466
- "node": ">=16"
12549
+ "node": ">=18"
12467
12550
  },
12468
12551
  "funding": {
12469
12552
  "url": "https://github.com/sponsors/sindresorhus"
12470
12553
  }
12471
12554
  },
12472
12555
  "node_modules/oclif-plugin-update-notifier/node_modules/got": {
12473
- "version": "14.4.1",
12474
- "resolved": "https://registry.npmjs.org/got/-/got-14.4.1.tgz",
12475
- "integrity": "sha512-IvDJbJBUeexX74xNQuMIVgCRRuNOm5wuK+OC3Dc2pnSoh1AOmgc7JVj7WC+cJ4u0aPcO9KZ2frTXcqK4W/5qTQ==",
12556
+ "version": "14.4.2",
12557
+ "resolved": "https://registry.npmjs.org/got/-/got-14.4.2.tgz",
12558
+ "integrity": "sha512-+Te/qEZ6hr7i+f0FNgXx/6WQteSM/QqueGvxeYQQFm0GDfoxLVJ/oiwUKYMTeioColWUTdewZ06hmrBjw6F7tw==",
12476
12559
  "license": "MIT",
12477
12560
  "dependencies": {
12478
- "@sindresorhus/is": "^6.3.1",
12561
+ "@sindresorhus/is": "^7.0.0",
12479
12562
  "@szmarczak/http-timer": "^5.0.1",
12480
12563
  "cacheable-lookup": "^7.0.0",
12481
12564
  "cacheable-request": "^12.0.1",
12482
12565
  "decompress-response": "^6.0.0",
12483
12566
  "form-data-encoder": "^4.0.2",
12484
- "get-stream": "^8.0.1",
12485
12567
  "http2-wrapper": "^2.2.1",
12486
12568
  "lowercase-keys": "^3.0.0",
12487
12569
  "p-cancelable": "^4.0.1",
@@ -12838,6 +12920,123 @@
12838
12920
  "url": "https://github.com/sponsors/sindresorhus"
12839
12921
  }
12840
12922
  },
12923
+ "node_modules/parse-json/node_modules/@babel/code-frame": {
12924
+ "version": "7.23.5",
12925
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz",
12926
+ "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==",
12927
+ "dev": true,
12928
+ "license": "MIT",
12929
+ "dependencies": {
12930
+ "@babel/highlight": "^7.23.4",
12931
+ "chalk": "^2.4.2"
12932
+ },
12933
+ "engines": {
12934
+ "node": ">=6.9.0"
12935
+ }
12936
+ },
12937
+ "node_modules/parse-json/node_modules/@babel/helper-validator-identifier": {
12938
+ "version": "7.22.20",
12939
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
12940
+ "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
12941
+ "dev": true,
12942
+ "license": "MIT",
12943
+ "engines": {
12944
+ "node": ">=6.9.0"
12945
+ }
12946
+ },
12947
+ "node_modules/parse-json/node_modules/@babel/highlight": {
12948
+ "version": "7.23.4",
12949
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz",
12950
+ "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==",
12951
+ "dev": true,
12952
+ "license": "MIT",
12953
+ "dependencies": {
12954
+ "@babel/helper-validator-identifier": "^7.22.20",
12955
+ "chalk": "^2.4.2",
12956
+ "js-tokens": "^4.0.0"
12957
+ },
12958
+ "engines": {
12959
+ "node": ">=6.9.0"
12960
+ }
12961
+ },
12962
+ "node_modules/parse-json/node_modules/ansi-styles": {
12963
+ "version": "3.2.1",
12964
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
12965
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
12966
+ "dev": true,
12967
+ "license": "MIT",
12968
+ "dependencies": {
12969
+ "color-convert": "^1.9.0"
12970
+ },
12971
+ "engines": {
12972
+ "node": ">=4"
12973
+ }
12974
+ },
12975
+ "node_modules/parse-json/node_modules/chalk": {
12976
+ "version": "2.4.2",
12977
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
12978
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
12979
+ "dev": true,
12980
+ "license": "MIT",
12981
+ "dependencies": {
12982
+ "ansi-styles": "^3.2.1",
12983
+ "escape-string-regexp": "^1.0.5",
12984
+ "supports-color": "^5.3.0"
12985
+ },
12986
+ "engines": {
12987
+ "node": ">=4"
12988
+ }
12989
+ },
12990
+ "node_modules/parse-json/node_modules/color-convert": {
12991
+ "version": "1.9.3",
12992
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
12993
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
12994
+ "dev": true,
12995
+ "license": "MIT",
12996
+ "dependencies": {
12997
+ "color-name": "1.1.3"
12998
+ }
12999
+ },
13000
+ "node_modules/parse-json/node_modules/color-name": {
13001
+ "version": "1.1.3",
13002
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
13003
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
13004
+ "dev": true,
13005
+ "license": "MIT"
13006
+ },
13007
+ "node_modules/parse-json/node_modules/escape-string-regexp": {
13008
+ "version": "1.0.5",
13009
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
13010
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
13011
+ "dev": true,
13012
+ "license": "MIT",
13013
+ "engines": {
13014
+ "node": ">=0.8.0"
13015
+ }
13016
+ },
13017
+ "node_modules/parse-json/node_modules/has-flag": {
13018
+ "version": "3.0.0",
13019
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
13020
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
13021
+ "dev": true,
13022
+ "license": "MIT",
13023
+ "engines": {
13024
+ "node": ">=4"
13025
+ }
13026
+ },
13027
+ "node_modules/parse-json/node_modules/supports-color": {
13028
+ "version": "5.5.0",
13029
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
13030
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
13031
+ "dev": true,
13032
+ "license": "MIT",
13033
+ "dependencies": {
13034
+ "has-flag": "^3.0.0"
13035
+ },
13036
+ "engines": {
13037
+ "node": ">=4"
13038
+ }
13039
+ },
12841
13040
  "node_modules/parse5": {
12842
13041
  "version": "5.1.1",
12843
13042
  "resolved": "https://registry.npmjs.org/parse5/-/parse5-5.1.1.tgz",
@@ -13072,9 +13271,9 @@
13072
13271
  }
13073
13272
  },
13074
13273
  "node_modules/pino": {
13075
- "version": "9.2.0",
13076
- "resolved": "https://registry.npmjs.org/pino/-/pino-9.2.0.tgz",
13077
- "integrity": "sha512-g3/hpwfujK5a4oVbaefoJxezLzsDgLcNJeITvC6yrfwYeT9la+edCK42j5QpEQSQCZgTKapXvnQIdgZwvRaZug==",
13274
+ "version": "9.3.2",
13275
+ "resolved": "https://registry.npmjs.org/pino/-/pino-9.3.2.tgz",
13276
+ "integrity": "sha512-WtARBjgZ7LNEkrGWxMBN/jvlFiE17LTbBoH0konmBU684Kd0uIiDwBXlcTCW7iJnA6HfIKwUssS/2AC6cDEanw==",
13078
13277
  "dev": true,
13079
13278
  "license": "MIT",
13080
13279
  "dependencies": {
@@ -13083,7 +13282,7 @@
13083
13282
  "on-exit-leak-free": "^2.1.0",
13084
13283
  "pino-abstract-transport": "^1.2.0",
13085
13284
  "pino-std-serializers": "^7.0.0",
13086
- "process-warning": "^3.0.0",
13285
+ "process-warning": "^4.0.0",
13087
13286
  "quick-format-unescaped": "^4.0.3",
13088
13287
  "real-require": "^0.2.0",
13089
13288
  "safe-stable-stringify": "^2.3.1",
@@ -13133,9 +13332,9 @@
13133
13332
  }
13134
13333
  },
13135
13334
  "node_modules/pino-pretty": {
13136
- "version": "11.2.1",
13137
- "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.2.1.tgz",
13138
- "integrity": "sha512-O05NuD9tkRasFRWVaF/uHLOvoRDFD7tb5VMertr78rbsYFjYp48Vg3477EshVAF5eZaEw+OpDl/tu+B0R5o+7g==",
13335
+ "version": "11.2.2",
13336
+ "resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.2.2.tgz",
13337
+ "integrity": "sha512-2FnyGir8nAJAqD3srROdrF1J5BIcMT4nwj7hHSc60El6Uxlym00UbCCd8pYIterstVBFlMyF1yFV8XdGIPbj4A==",
13139
13338
  "dev": true,
13140
13339
  "license": "MIT",
13141
13340
  "dependencies": {
@@ -13422,9 +13621,9 @@
13422
13621
  }
13423
13622
  },
13424
13623
  "node_modules/process-warning": {
13425
- "version": "3.0.0",
13426
- "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-3.0.0.tgz",
13427
- "integrity": "sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==",
13624
+ "version": "4.0.0",
13625
+ "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-4.0.0.tgz",
13626
+ "integrity": "sha512-/MyYDxttz7DfGMMHiysAsFE4qF+pQYAA8ziO/3NcRVrQ5fSk+Mns4QZA/oRPFzvcqNoVJXQNWNAsdwBXLUkQKw==",
13428
13627
  "dev": true,
13429
13628
  "license": "MIT"
13430
13629
  },
@@ -13484,6 +13683,16 @@
13484
13683
  "node": ">=6"
13485
13684
  }
13486
13685
  },
13686
+ "node_modules/punycode.js": {
13687
+ "version": "2.3.1",
13688
+ "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz",
13689
+ "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==",
13690
+ "dev": true,
13691
+ "license": "MIT",
13692
+ "engines": {
13693
+ "node": ">=6"
13694
+ }
13695
+ },
13487
13696
  "node_modules/querystringify": {
13488
13697
  "version": "2.2.0",
13489
13698
  "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
@@ -14093,9 +14302,9 @@
14093
14302
  }
14094
14303
  },
14095
14304
  "node_modules/serialize-javascript": {
14096
- "version": "6.0.0",
14097
- "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz",
14098
- "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==",
14305
+ "version": "6.0.2",
14306
+ "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz",
14307
+ "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==",
14099
14308
  "dev": true,
14100
14309
  "license": "BSD-3-Clause",
14101
14310
  "dependencies": {
@@ -14199,16 +14408,14 @@
14199
14408
  }
14200
14409
  },
14201
14410
  "node_modules/shiki": {
14202
- "version": "0.14.7",
14203
- "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.7.tgz",
14204
- "integrity": "sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==",
14411
+ "version": "1.11.2",
14412
+ "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.11.2.tgz",
14413
+ "integrity": "sha512-WEHfKf+JWEKm/p8BoiE5F4m6VwV6LzY7nFfwRz0nAj+sVD1sRyWiODYScDu3Q8P/Dpi7xKe1TDJF3ZOQnhfT1g==",
14205
14414
  "dev": true,
14206
14415
  "license": "MIT",
14207
14416
  "dependencies": {
14208
- "ansi-sequence-parser": "^1.1.0",
14209
- "jsonc-parser": "^3.2.0",
14210
- "vscode-oniguruma": "^1.7.0",
14211
- "vscode-textmate": "^8.0.0"
14417
+ "@shikijs/core": "1.11.2",
14418
+ "@types/hast": "^3.0.4"
14212
14419
  }
14213
14420
  },
14214
14421
  "node_modules/side-channel": {
@@ -15309,48 +15516,36 @@
15309
15516
  }
15310
15517
  },
15311
15518
  "node_modules/typedoc": {
15312
- "version": "0.25.13",
15313
- "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.13.tgz",
15314
- "integrity": "sha512-pQqiwiJ+Z4pigfOnnysObszLiU3mVLWAExSPf+Mu06G/qsc3wzbuM56SZQvONhHLncLUhYzOVkjFFpFfL5AzhQ==",
15519
+ "version": "0.26.5",
15520
+ "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.26.5.tgz",
15521
+ "integrity": "sha512-Vn9YKdjKtDZqSk+by7beZ+xzkkr8T8CYoiasqyt4TTRFy5+UHzL/mF/o4wGBjRF+rlWQHDb0t6xCpA3JNL5phg==",
15315
15522
  "dev": true,
15316
15523
  "license": "Apache-2.0",
15317
15524
  "dependencies": {
15318
15525
  "lunr": "^2.3.9",
15319
- "marked": "^4.3.0",
15320
- "minimatch": "^9.0.3",
15321
- "shiki": "^0.14.7"
15526
+ "markdown-it": "^14.1.0",
15527
+ "minimatch": "^9.0.5",
15528
+ "shiki": "^1.9.1",
15529
+ "yaml": "^2.4.5"
15322
15530
  },
15323
15531
  "bin": {
15324
15532
  "typedoc": "bin/typedoc"
15325
15533
  },
15326
15534
  "engines": {
15327
- "node": ">= 16"
15535
+ "node": ">= 18"
15328
15536
  },
15329
15537
  "peerDependencies": {
15330
- "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x"
15538
+ "typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x"
15331
15539
  }
15332
15540
  },
15333
15541
  "node_modules/typedoc-plugin-missing-exports": {
15334
- "version": "0.23.0",
15335
- "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.23.0.tgz",
15336
- "integrity": "sha512-9smahDSsFRno9ZwoEshQDuIYMHWGB1E6LUud5qMxR2wNZ0T4DlZz0QjoK3HzXtX34mUpTH0dYtt7NQUK4D6B6Q==",
15542
+ "version": "3.0.0",
15543
+ "resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-3.0.0.tgz",
15544
+ "integrity": "sha512-R7D8fYrK34mBFZSlF1EqJxfqiUSlQSmyrCiQgTQD52nNm6+kUtqwiaqaNkuJ2rA2wBgWFecUA8JzHT7x2r7ePg==",
15337
15545
  "dev": true,
15338
15546
  "license": "MIT",
15339
15547
  "peerDependencies": {
15340
- "typedoc": "0.22.x || 0.23.x"
15341
- }
15342
- },
15343
- "node_modules/typedoc/node_modules/marked": {
15344
- "version": "4.3.0",
15345
- "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
15346
- "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==",
15347
- "dev": true,
15348
- "license": "MIT",
15349
- "bin": {
15350
- "marked": "bin/marked.js"
15351
- },
15352
- "engines": {
15353
- "node": ">= 12"
15548
+ "typedoc": "0.26.x"
15354
15549
  }
15355
15550
  },
15356
15551
  "node_modules/typedoc/node_modules/minimatch": {
@@ -15369,10 +15564,23 @@
15369
15564
  "url": "https://github.com/sponsors/isaacs"
15370
15565
  }
15371
15566
  },
15567
+ "node_modules/typedoc/node_modules/yaml": {
15568
+ "version": "2.5.0",
15569
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz",
15570
+ "integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==",
15571
+ "dev": true,
15572
+ "license": "ISC",
15573
+ "bin": {
15574
+ "yaml": "bin.mjs"
15575
+ },
15576
+ "engines": {
15577
+ "node": ">= 14"
15578
+ }
15579
+ },
15372
15580
  "node_modules/typescript": {
15373
- "version": "5.5.3",
15374
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
15375
- "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
15581
+ "version": "5.5.4",
15582
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
15583
+ "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
15376
15584
  "dev": true,
15377
15585
  "license": "Apache-2.0",
15378
15586
  "bin": {
@@ -15383,6 +15591,13 @@
15383
15591
  "node": ">=14.17"
15384
15592
  }
15385
15593
  },
15594
+ "node_modules/uc.micro": {
15595
+ "version": "2.1.0",
15596
+ "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-2.1.0.tgz",
15597
+ "integrity": "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==",
15598
+ "dev": true,
15599
+ "license": "MIT"
15600
+ },
15386
15601
  "node_modules/unbox-primitive": {
15387
15602
  "version": "1.0.2",
15388
15603
  "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz",
@@ -15573,20 +15788,6 @@
15573
15788
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
15574
15789
  }
15575
15790
  },
15576
- "node_modules/vscode-oniguruma": {
15577
- "version": "1.7.0",
15578
- "resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz",
15579
- "integrity": "sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==",
15580
- "dev": true,
15581
- "license": "MIT"
15582
- },
15583
- "node_modules/vscode-textmate": {
15584
- "version": "8.0.0",
15585
- "resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-8.0.0.tgz",
15586
- "integrity": "sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==",
15587
- "dev": true,
15588
- "license": "MIT"
15589
- },
15590
15791
  "node_modules/webidl-conversions": {
15591
15792
  "version": "3.0.1",
15592
15793
  "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
@@ -15703,9 +15904,9 @@
15703
15904
  }
15704
15905
  },
15705
15906
  "node_modules/wireit": {
15706
- "version": "0.14.4",
15707
- "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.4.tgz",
15708
- "integrity": "sha512-WNAXEw2cJs1nSRNJNRcPypARZNumgtsRTJFTNpd6turCA6JZ6cEwl4ZU3C1IHc/3IaXoPu9LdxcI5TBTdD6/pg==",
15907
+ "version": "0.14.5",
15908
+ "resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.5.tgz",
15909
+ "integrity": "sha512-K4ka9YBpSyD6pmFZYTJd4VpPsAiPT6j/fOtLzYgnKWlPIMM7lAZjQQ30H7urO+Lqx1Wvrw88tQHBz4njy+lglg==",
15709
15910
  "dev": true,
15710
15911
  "license": "Apache-2.0",
15711
15912
  "workspaces": [
@@ -15713,7 +15914,7 @@
15713
15914
  "website"
15714
15915
  ],
15715
15916
  "dependencies": {
15716
- "braces": "^3.0.2",
15917
+ "brace-expansion": "^4.0.0",
15717
15918
  "chokidar": "^3.5.3",
15718
15919
  "fast-glob": "^3.2.11",
15719
15920
  "jsonc-parser": "^3.0.0",
@@ -15723,32 +15924,30 @@
15723
15924
  "wireit": "bin/wireit.js"
15724
15925
  },
15725
15926
  "engines": {
15726
- "node": ">=14.14.0"
15927
+ "node": ">=18.0.0"
15727
15928
  }
15728
15929
  },
15729
- "node_modules/wireit/node_modules/chokidar": {
15730
- "version": "3.6.0",
15731
- "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
15732
- "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
15930
+ "node_modules/wireit/node_modules/balanced-match": {
15931
+ "version": "3.0.1",
15932
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-3.0.1.tgz",
15933
+ "integrity": "sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w==",
15934
+ "dev": true,
15935
+ "license": "MIT",
15936
+ "engines": {
15937
+ "node": ">= 16"
15938
+ }
15939
+ },
15940
+ "node_modules/wireit/node_modules/brace-expansion": {
15941
+ "version": "4.0.0",
15942
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-4.0.0.tgz",
15943
+ "integrity": "sha512-l/mOwLWs7BQIgOKrL46dIAbyCKvPV7YJPDspkuc88rHsZRlg3hptUGdU7Trv0VFP4d3xnSGBQrKu5ZvGB7UeIw==",
15733
15944
  "dev": true,
15734
15945
  "license": "MIT",
15735
15946
  "dependencies": {
15736
- "anymatch": "~3.1.2",
15737
- "braces": "~3.0.2",
15738
- "glob-parent": "~5.1.2",
15739
- "is-binary-path": "~2.1.0",
15740
- "is-glob": "~4.0.1",
15741
- "normalize-path": "~3.0.0",
15742
- "readdirp": "~3.6.0"
15947
+ "balanced-match": "^3.0.0"
15743
15948
  },
15744
15949
  "engines": {
15745
- "node": ">= 8.10.0"
15746
- },
15747
- "funding": {
15748
- "url": "https://paulmillr.com/funding/"
15749
- },
15750
- "optionalDependencies": {
15751
- "fsevents": "~2.3.2"
15950
+ "node": ">= 18"
15752
15951
  }
15753
15952
  },
15754
15953
  "node_modules/wordwrap": {
@@ -15758,9 +15957,9 @@
15758
15957
  "license": "MIT"
15759
15958
  },
15760
15959
  "node_modules/workerpool": {
15761
- "version": "6.2.1",
15762
- "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.2.1.tgz",
15763
- "integrity": "sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==",
15960
+ "version": "6.5.1",
15961
+ "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.5.1.tgz",
15962
+ "integrity": "sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==",
15764
15963
  "dev": true,
15765
15964
  "license": "Apache-2.0"
15766
15965
  },