@jayree/sfdx-plugin-manifest 4.0.16 → 4.0.18

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,12 +1,12 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "4.0.16",
3
+ "version": "4.0.18",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "4.0.16",
9
+ "version": "4.0.18",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.10",
@@ -15,16 +15,16 @@
15
15
  "@salesforce/kit": "^3.2.3",
16
16
  "@salesforce/sf-plugins-core": "^12.2.2",
17
17
  "@salesforce/source-deploy-retrieve": "12.19.9",
18
- "@salesforce/source-tracking": "7.3.25",
18
+ "@salesforce/source-tracking": "7.4.1",
19
19
  "@salesforce/ts-types": "^2.0.12",
20
20
  "fast-deep-equal": "^3.1.3",
21
- "fast-xml-parser": "^5.2.4",
21
+ "fast-xml-parser": "^5.2.5",
22
22
  "fs-extra": "^11.3.0",
23
23
  "graceful-fs": "^4.2.11",
24
24
  "isomorphic-git": "1.30.2"
25
25
  },
26
26
  "devDependencies": {
27
- "@oclif/plugin-command-snapshot": "^5.2.40",
27
+ "@oclif/plugin-command-snapshot": "^5.3.1",
28
28
  "@oclif/plugin-help": "^6.2.28",
29
29
  "@salesforce/cli-plugins-testkit": "^5.3.39",
30
30
  "@salesforce/dev-scripts": "^11.0.2",
@@ -35,11 +35,11 @@
35
35
  "eslint-config-oclif": "^6.0.66",
36
36
  "eslint-config-salesforce-license": "^1.0.1",
37
37
  "eslint-plugin-prettier": "^5.4.1",
38
- "eslint-plugin-sf-plugin": "^1.20.24",
39
- "oclif": "^4.17.46",
38
+ "eslint-plugin-sf-plugin": "^1.20.25",
39
+ "oclif": "^4.18.0",
40
40
  "patch-package": "^8.0.0",
41
41
  "prettier": "^3.5.3",
42
- "pretty-quick": "^4.1.1",
42
+ "pretty-quick": "^4.2.2",
43
43
  "ts-node": "^10.9.2",
44
44
  "typescript": "^5.8.3"
45
45
  },
@@ -2155,17 +2155,6 @@
2155
2155
  "url": "https://opencollective.com/eslint"
2156
2156
  }
2157
2157
  },
2158
- "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
2159
- "version": "1.1.11",
2160
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
2161
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
2162
- "dev": true,
2163
- "license": "MIT",
2164
- "dependencies": {
2165
- "balanced-match": "^1.0.0",
2166
- "concat-map": "0.0.1"
2167
- }
2168
- },
2169
2158
  "node_modules/@eslint/eslintrc/node_modules/espree": {
2170
2159
  "version": "9.6.1",
2171
2160
  "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
@@ -2184,19 +2173,6 @@
2184
2173
  "url": "https://opencollective.com/eslint"
2185
2174
  }
2186
2175
  },
2187
- "node_modules/@eslint/eslintrc/node_modules/minimatch": {
2188
- "version": "3.1.2",
2189
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
2190
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2191
- "dev": true,
2192
- "license": "ISC",
2193
- "dependencies": {
2194
- "brace-expansion": "^1.1.7"
2195
- },
2196
- "engines": {
2197
- "node": "*"
2198
- }
2199
- },
2200
2176
  "node_modules/@eslint/js": {
2201
2177
  "version": "9.28.0",
2202
2178
  "resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.28.0.tgz",
@@ -2268,30 +2244,6 @@
2268
2244
  "node": ">=10.10.0"
2269
2245
  }
2270
2246
  },
2271
- "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
2272
- "version": "1.1.11",
2273
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
2274
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
2275
- "dev": true,
2276
- "license": "MIT",
2277
- "dependencies": {
2278
- "balanced-match": "^1.0.0",
2279
- "concat-map": "0.0.1"
2280
- }
2281
- },
2282
- "node_modules/@humanwhocodes/config-array/node_modules/minimatch": {
2283
- "version": "3.1.2",
2284
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
2285
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2286
- "dev": true,
2287
- "license": "ISC",
2288
- "dependencies": {
2289
- "brace-expansion": "^1.1.7"
2290
- },
2291
- "engines": {
2292
- "node": "*"
2293
- }
2294
- },
2295
2247
  "node_modules/@humanwhocodes/module-importer": {
2296
2248
  "version": "1.0.1",
2297
2249
  "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
@@ -3272,6 +3224,7 @@
3272
3224
  "version": "2.1.5",
3273
3225
  "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
3274
3226
  "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
3227
+ "dev": true,
3275
3228
  "license": "MIT",
3276
3229
  "dependencies": {
3277
3230
  "@nodelib/fs.stat": "2.0.5",
@@ -3285,6 +3238,7 @@
3285
3238
  "version": "2.0.5",
3286
3239
  "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
3287
3240
  "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
3241
+ "dev": true,
3288
3242
  "license": "MIT",
3289
3243
  "engines": {
3290
3244
  "node": ">= 8"
@@ -3294,6 +3248,7 @@
3294
3248
  "version": "1.2.8",
3295
3249
  "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
3296
3250
  "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
3251
+ "dev": true,
3297
3252
  "license": "MIT",
3298
3253
  "dependencies": {
3299
3254
  "@nodelib/fs.scandir": "2.1.5",
@@ -3314,9 +3269,9 @@
3314
3269
  }
3315
3270
  },
3316
3271
  "node_modules/@oclif/core": {
3317
- "version": "4.3.0",
3318
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.0.tgz",
3319
- "integrity": "sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==",
3272
+ "version": "4.3.2",
3273
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.2.tgz",
3274
+ "integrity": "sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==",
3320
3275
  "license": "MIT",
3321
3276
  "dependencies": {
3322
3277
  "ansi-escapes": "^4.3.2",
@@ -3326,7 +3281,6 @@
3326
3281
  "debug": "^4.4.0",
3327
3282
  "ejs": "^3.1.10",
3328
3283
  "get-package-type": "^0.1.0",
3329
- "globby": "^11.1.0",
3330
3284
  "indent-string": "^4.0.0",
3331
3285
  "is-wsl": "^2.2.0",
3332
3286
  "lilconfig": "^3.1.3",
@@ -3334,6 +3288,7 @@
3334
3288
  "semver": "^7.6.3",
3335
3289
  "string-width": "^4.2.3",
3336
3290
  "supports-color": "^8",
3291
+ "tinyglobby": "^0.2.13",
3337
3292
  "widest-line": "^3.1.0",
3338
3293
  "wordwrap": "^1.0.0",
3339
3294
  "wrap-ansi": "^7.0.0"
@@ -3357,6 +3312,21 @@
3357
3312
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3358
3313
  }
3359
3314
  },
3315
+ "node_modules/@oclif/core/node_modules/minimatch": {
3316
+ "version": "9.0.5",
3317
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
3318
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
3319
+ "license": "ISC",
3320
+ "dependencies": {
3321
+ "brace-expansion": "^2.0.1"
3322
+ },
3323
+ "engines": {
3324
+ "node": ">=16 || 14 >=14.17"
3325
+ },
3326
+ "funding": {
3327
+ "url": "https://github.com/sponsors/isaacs"
3328
+ }
3329
+ },
3360
3330
  "node_modules/@oclif/core/node_modules/supports-color": {
3361
3331
  "version": "8.1.1",
3362
3332
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -3390,9 +3360,9 @@
3390
3360
  }
3391
3361
  },
3392
3362
  "node_modules/@oclif/plugin-command-snapshot": {
3393
- "version": "5.2.40",
3394
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz",
3395
- "integrity": "sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==",
3363
+ "version": "5.3.1",
3364
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.1.tgz",
3365
+ "integrity": "sha512-ytLavwqDuQ2+1Z4vV0lREGKf0JP6GTtVvYnrCMk9FL+C+CU6qnPyzI9fttuqwLMbfrsX8Fl8/6TT7dCWdX6HSg==",
3396
3366
  "dev": true,
3397
3367
  "license": "MIT",
3398
3368
  "dependencies": {
@@ -3406,6 +3376,9 @@
3406
3376
  "semver": "^7.7.2",
3407
3377
  "ts-json-schema-generator": "^1.5.1"
3408
3378
  },
3379
+ "bin": {
3380
+ "oclif-snapshot": "bin/run.js"
3381
+ },
3409
3382
  "engines": {
3410
3383
  "node": ">=18.0.0"
3411
3384
  }
@@ -3432,9 +3405,9 @@
3432
3405
  }
3433
3406
  },
3434
3407
  "node_modules/@oclif/plugin-command-snapshot/node_modules/ignore": {
3435
- "version": "7.0.4",
3436
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.4.tgz",
3437
- "integrity": "sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==",
3408
+ "version": "7.0.5",
3409
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
3410
+ "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
3438
3411
  "dev": true,
3439
3412
  "license": "MIT",
3440
3413
  "engines": {
@@ -3619,9 +3592,9 @@
3619
3592
  }
3620
3593
  },
3621
3594
  "node_modules/@pkgr/core": {
3622
- "version": "0.2.5",
3623
- "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.5.tgz",
3624
- "integrity": "sha512-YRx7tFgLkrpFkDAzVSV5sUJydmf2ZDrW+O3IbQ1JyeMW7B0FiWroFJTnR4/fD9CsusnAn4qRUcbb5jFnZSd6uw==",
3595
+ "version": "0.2.7",
3596
+ "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.7.tgz",
3597
+ "integrity": "sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==",
3625
3598
  "dev": true,
3626
3599
  "license": "MIT",
3627
3600
  "engines": {
@@ -4146,16 +4119,31 @@
4146
4119
  "fxparser": "src/cli/cli.js"
4147
4120
  }
4148
4121
  },
4122
+ "node_modules/@salesforce/source-deploy-retrieve/node_modules/minimatch": {
4123
+ "version": "9.0.5",
4124
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
4125
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
4126
+ "license": "ISC",
4127
+ "dependencies": {
4128
+ "brace-expansion": "^2.0.1"
4129
+ },
4130
+ "engines": {
4131
+ "node": ">=16 || 14 >=14.17"
4132
+ },
4133
+ "funding": {
4134
+ "url": "https://github.com/sponsors/isaacs"
4135
+ }
4136
+ },
4149
4137
  "node_modules/@salesforce/source-tracking": {
4150
- "version": "7.3.25",
4151
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.25.tgz",
4152
- "integrity": "sha512-vph1inQMkwFhAqxquHy/Woq0uQqFiFyVm59DmXJLZQxj25fxqFhQsbY22jCSidEug8ctj4IyaCJB1Ot/eShozw==",
4138
+ "version": "7.4.1",
4139
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.4.1.tgz",
4140
+ "integrity": "sha512-UwouGuno36nHUVLEn47GVtA1v2bzrkccZ6ps8QYqbqpuipnkuraOmFXTlaIz8+8ZEZV0XDkBkual6qGH/Twc5A==",
4153
4141
  "license": "Apache-2.0",
4154
4142
  "dependencies": {
4155
- "@oclif/core": "^4.2.10",
4156
- "@salesforce/core": "^8.9.1",
4143
+ "@oclif/core": "^4.3.2",
4144
+ "@salesforce/core": "^8.12.0",
4157
4145
  "@salesforce/kit": "^3.2.3",
4158
- "@salesforce/source-deploy-retrieve": "^12.19.6",
4146
+ "@salesforce/source-deploy-retrieve": "^12.19.9",
4159
4147
  "@salesforce/ts-types": "^2.0.12",
4160
4148
  "fast-xml-parser": "^4.5.3",
4161
4149
  "graceful-fs": "^4.2.11",
@@ -5230,139 +5218,6 @@
5230
5218
  "eslint": ">=8.40.0"
5231
5219
  }
5232
5220
  },
5233
- "node_modules/@stylistic/eslint-plugin/node_modules/@eslint-community/eslint-utils": {
5234
- "version": "4.7.0",
5235
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
5236
- "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
5237
- "dev": true,
5238
- "license": "MIT",
5239
- "dependencies": {
5240
- "eslint-visitor-keys": "^3.4.3"
5241
- },
5242
- "engines": {
5243
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5244
- },
5245
- "funding": {
5246
- "url": "https://opencollective.com/eslint"
5247
- },
5248
- "peerDependencies": {
5249
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
5250
- }
5251
- },
5252
- "node_modules/@stylistic/eslint-plugin/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
5253
- "version": "3.4.3",
5254
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
5255
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
5256
- "dev": true,
5257
- "license": "Apache-2.0",
5258
- "engines": {
5259
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5260
- },
5261
- "funding": {
5262
- "url": "https://opencollective.com/eslint"
5263
- }
5264
- },
5265
- "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
5266
- "version": "8.32.0",
5267
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.32.0.tgz",
5268
- "integrity": "sha512-jc/4IxGNedXkmG4mx4nJTILb6TMjL66D41vyeaPWvDUmeYQzF3lKtN15WsAeTr65ce4mPxwopPSo1yUUAWw0hQ==",
5269
- "dev": true,
5270
- "license": "MIT",
5271
- "dependencies": {
5272
- "@typescript-eslint/types": "8.32.0",
5273
- "@typescript-eslint/visitor-keys": "8.32.0"
5274
- },
5275
- "engines": {
5276
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5277
- },
5278
- "funding": {
5279
- "type": "opencollective",
5280
- "url": "https://opencollective.com/typescript-eslint"
5281
- }
5282
- },
5283
- "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/types": {
5284
- "version": "8.32.0",
5285
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.0.tgz",
5286
- "integrity": "sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==",
5287
- "dev": true,
5288
- "license": "MIT",
5289
- "engines": {
5290
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5291
- },
5292
- "funding": {
5293
- "type": "opencollective",
5294
- "url": "https://opencollective.com/typescript-eslint"
5295
- }
5296
- },
5297
- "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
5298
- "version": "8.32.0",
5299
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz",
5300
- "integrity": "sha512-pU9VD7anSCOIoBFnhTGfOzlVFQIA1XXiQpH/CezqOBaDppRwTglJzCC6fUQGpfwey4T183NKhF1/mfatYmjRqQ==",
5301
- "dev": true,
5302
- "license": "MIT",
5303
- "dependencies": {
5304
- "@typescript-eslint/types": "8.32.0",
5305
- "@typescript-eslint/visitor-keys": "8.32.0",
5306
- "debug": "^4.3.4",
5307
- "fast-glob": "^3.3.2",
5308
- "is-glob": "^4.0.3",
5309
- "minimatch": "^9.0.4",
5310
- "semver": "^7.6.0",
5311
- "ts-api-utils": "^2.1.0"
5312
- },
5313
- "engines": {
5314
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5315
- },
5316
- "funding": {
5317
- "type": "opencollective",
5318
- "url": "https://opencollective.com/typescript-eslint"
5319
- },
5320
- "peerDependencies": {
5321
- "typescript": ">=4.8.4 <5.9.0"
5322
- }
5323
- },
5324
- "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/utils": {
5325
- "version": "8.32.0",
5326
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.32.0.tgz",
5327
- "integrity": "sha512-8S9hXau6nQ/sYVtC3D6ISIDoJzS1NsCK+gluVhLN2YkBPX+/1wkwyUiDKnxRh15579WoOIyVWnoyIf3yGI9REw==",
5328
- "dev": true,
5329
- "license": "MIT",
5330
- "dependencies": {
5331
- "@eslint-community/eslint-utils": "^4.7.0",
5332
- "@typescript-eslint/scope-manager": "8.32.0",
5333
- "@typescript-eslint/types": "8.32.0",
5334
- "@typescript-eslint/typescript-estree": "8.32.0"
5335
- },
5336
- "engines": {
5337
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5338
- },
5339
- "funding": {
5340
- "type": "opencollective",
5341
- "url": "https://opencollective.com/typescript-eslint"
5342
- },
5343
- "peerDependencies": {
5344
- "eslint": "^8.57.0 || ^9.0.0",
5345
- "typescript": ">=4.8.4 <5.9.0"
5346
- }
5347
- },
5348
- "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
5349
- "version": "8.32.0",
5350
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.0.tgz",
5351
- "integrity": "sha512-1rYQTCLFFzOI5Nl0c8LUpJT8HxpwVRn9E4CkMsYfuN6ctmQqExjSTzzSk0Tz2apmXy7WU6/6fyaZVVA/thPN+w==",
5352
- "dev": true,
5353
- "license": "MIT",
5354
- "dependencies": {
5355
- "@typescript-eslint/types": "8.32.0",
5356
- "eslint-visitor-keys": "^4.2.0"
5357
- },
5358
- "engines": {
5359
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5360
- },
5361
- "funding": {
5362
- "type": "opencollective",
5363
- "url": "https://opencollective.com/typescript-eslint"
5364
- }
5365
- },
5366
5221
  "node_modules/@stylistic/eslint-plugin/node_modules/eslint-visitor-keys": {
5367
5222
  "version": "4.2.0",
5368
5223
  "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
@@ -5745,15 +5600,28 @@
5745
5600
  }
5746
5601
  },
5747
5602
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
5748
- "version": "7.0.4",
5749
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.4.tgz",
5750
- "integrity": "sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==",
5603
+ "version": "7.0.5",
5604
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
5605
+ "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
5751
5606
  "dev": true,
5752
5607
  "license": "MIT",
5753
5608
  "engines": {
5754
5609
  "node": ">= 4"
5755
5610
  }
5756
5611
  },
5612
+ "node_modules/@typescript-eslint/eslint-plugin/node_modules/ts-api-utils": {
5613
+ "version": "2.1.0",
5614
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
5615
+ "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
5616
+ "dev": true,
5617
+ "license": "MIT",
5618
+ "engines": {
5619
+ "node": ">=18.12"
5620
+ },
5621
+ "peerDependencies": {
5622
+ "typescript": ">=4.8.4"
5623
+ }
5624
+ },
5757
5625
  "node_modules/@typescript-eslint/parser": {
5758
5626
  "version": "8.33.0",
5759
5627
  "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.33.0.tgz",
@@ -5857,6 +5725,35 @@
5857
5725
  "url": "https://opencollective.com/eslint"
5858
5726
  }
5859
5727
  },
5728
+ "node_modules/@typescript-eslint/parser/node_modules/minimatch": {
5729
+ "version": "9.0.5",
5730
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
5731
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
5732
+ "dev": true,
5733
+ "license": "ISC",
5734
+ "dependencies": {
5735
+ "brace-expansion": "^2.0.1"
5736
+ },
5737
+ "engines": {
5738
+ "node": ">=16 || 14 >=14.17"
5739
+ },
5740
+ "funding": {
5741
+ "url": "https://github.com/sponsors/isaacs"
5742
+ }
5743
+ },
5744
+ "node_modules/@typescript-eslint/parser/node_modules/ts-api-utils": {
5745
+ "version": "2.1.0",
5746
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
5747
+ "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
5748
+ "dev": true,
5749
+ "license": "MIT",
5750
+ "engines": {
5751
+ "node": ">=18.12"
5752
+ },
5753
+ "peerDependencies": {
5754
+ "typescript": ">=4.8.4"
5755
+ }
5756
+ },
5860
5757
  "node_modules/@typescript-eslint/project-service": {
5861
5758
  "version": "8.33.0",
5862
5759
  "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.33.0.tgz",
@@ -6009,6 +5906,35 @@
6009
5906
  "url": "https://opencollective.com/eslint"
6010
5907
  }
6011
5908
  },
5909
+ "node_modules/@typescript-eslint/type-utils/node_modules/minimatch": {
5910
+ "version": "9.0.5",
5911
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
5912
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
5913
+ "dev": true,
5914
+ "license": "ISC",
5915
+ "dependencies": {
5916
+ "brace-expansion": "^2.0.1"
5917
+ },
5918
+ "engines": {
5919
+ "node": ">=16 || 14 >=14.17"
5920
+ },
5921
+ "funding": {
5922
+ "url": "https://github.com/sponsors/isaacs"
5923
+ }
5924
+ },
5925
+ "node_modules/@typescript-eslint/type-utils/node_modules/ts-api-utils": {
5926
+ "version": "2.1.0",
5927
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
5928
+ "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
5929
+ "dev": true,
5930
+ "license": "MIT",
5931
+ "engines": {
5932
+ "node": ">=18.12"
5933
+ },
5934
+ "peerDependencies": {
5935
+ "typescript": ">=4.8.4"
5936
+ }
5937
+ },
6012
5938
  "node_modules/@typescript-eslint/types": {
6013
5939
  "version": "8.33.0",
6014
5940
  "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.33.0.tgz",
@@ -6082,19 +6008,6 @@
6082
6008
  "url": "https://github.com/sponsors/isaacs"
6083
6009
  }
6084
6010
  },
6085
- "node_modules/@typescript-eslint/typescript-estree/node_modules/ts-api-utils": {
6086
- "version": "1.4.3",
6087
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
6088
- "integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==",
6089
- "dev": true,
6090
- "license": "MIT",
6091
- "engines": {
6092
- "node": ">=16"
6093
- },
6094
- "peerDependencies": {
6095
- "typescript": ">=4.2.0"
6096
- }
6097
- },
6098
6011
  "node_modules/@typescript-eslint/utils": {
6099
6012
  "version": "8.33.0",
6100
6013
  "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.33.0.tgz",
@@ -6216,6 +6129,35 @@
6216
6129
  "url": "https://opencollective.com/eslint"
6217
6130
  }
6218
6131
  },
6132
+ "node_modules/@typescript-eslint/utils/node_modules/minimatch": {
6133
+ "version": "9.0.5",
6134
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
6135
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
6136
+ "dev": true,
6137
+ "license": "ISC",
6138
+ "dependencies": {
6139
+ "brace-expansion": "^2.0.1"
6140
+ },
6141
+ "engines": {
6142
+ "node": ">=16 || 14 >=14.17"
6143
+ },
6144
+ "funding": {
6145
+ "url": "https://github.com/sponsors/isaacs"
6146
+ }
6147
+ },
6148
+ "node_modules/@typescript-eslint/utils/node_modules/ts-api-utils": {
6149
+ "version": "2.1.0",
6150
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
6151
+ "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
6152
+ "dev": true,
6153
+ "license": "MIT",
6154
+ "engines": {
6155
+ "node": ">=18.12"
6156
+ },
6157
+ "peerDependencies": {
6158
+ "typescript": ">=4.8.4"
6159
+ }
6160
+ },
6219
6161
  "node_modules/@typescript-eslint/visitor-keys": {
6220
6162
  "version": "6.21.0",
6221
6163
  "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz",
@@ -6588,6 +6530,7 @@
6588
6530
  "version": "2.1.0",
6589
6531
  "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
6590
6532
  "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
6533
+ "dev": true,
6591
6534
  "license": "MIT",
6592
6535
  "engines": {
6593
6536
  "node": ">=8"
@@ -6874,6 +6817,7 @@
6874
6817
  "version": "3.0.3",
6875
6818
  "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
6876
6819
  "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
6820
+ "dev": true,
6877
6821
  "license": "MIT",
6878
6822
  "dependencies": {
6879
6823
  "fill-range": "^7.1.1"
@@ -8489,6 +8433,7 @@
8489
8433
  "version": "3.0.1",
8490
8434
  "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
8491
8435
  "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
8436
+ "dev": true,
8492
8437
  "license": "MIT",
8493
8438
  "dependencies": {
8494
8439
  "path-type": "^4.0.0"
@@ -9044,17 +8989,6 @@
9044
8989
  "url": "https://opencollective.com/eslint"
9045
8990
  }
9046
8991
  },
9047
- "node_modules/eslint-config-oclif/node_modules/brace-expansion": {
9048
- "version": "1.1.11",
9049
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
9050
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
9051
- "dev": true,
9052
- "license": "MIT",
9053
- "dependencies": {
9054
- "balanced-match": "^1.0.0",
9055
- "concat-map": "0.0.1"
9056
- }
9057
- },
9058
8992
  "node_modules/eslint-config-oclif/node_modules/eslint-config-oclif": {
9059
8993
  "version": "5.2.2",
9060
8994
  "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-5.2.2.tgz",
@@ -9143,19 +9077,6 @@
9143
9077
  "url": "https://github.com/sponsors/sindresorhus"
9144
9078
  }
9145
9079
  },
9146
- "node_modules/eslint-config-oclif/node_modules/minimatch": {
9147
- "version": "3.1.2",
9148
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
9149
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
9150
- "dev": true,
9151
- "license": "ISC",
9152
- "dependencies": {
9153
- "brace-expansion": "^1.1.7"
9154
- },
9155
- "engines": {
9156
- "node": "*"
9157
- }
9158
- },
9159
9080
  "node_modules/eslint-config-prettier": {
9160
9081
  "version": "9.1.0",
9161
9082
  "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz",
@@ -9452,19 +9373,6 @@
9452
9373
  "spdx-license-ids": "^3.0.0"
9453
9374
  }
9454
9375
  },
9455
- "node_modules/eslint-config-salesforce-typescript/node_modules/ts-api-utils": {
9456
- "version": "1.4.3",
9457
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
9458
- "integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==",
9459
- "dev": true,
9460
- "license": "MIT",
9461
- "engines": {
9462
- "node": ">=16"
9463
- },
9464
- "peerDependencies": {
9465
- "typescript": ">=4.2.0"
9466
- }
9467
- },
9468
9376
  "node_modules/eslint-config-xo": {
9469
9377
  "version": "0.47.0",
9470
9378
  "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.47.0.tgz",
@@ -9526,38 +9434,6 @@
9526
9434
  "eslint": ">=8.56.0"
9527
9435
  }
9528
9436
  },
9529
- "node_modules/eslint-config-xo/node_modules/@eslint-community/eslint-utils": {
9530
- "version": "4.7.0",
9531
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
9532
- "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
9533
- "dev": true,
9534
- "license": "MIT",
9535
- "dependencies": {
9536
- "eslint-visitor-keys": "^3.4.3"
9537
- },
9538
- "engines": {
9539
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
9540
- },
9541
- "funding": {
9542
- "url": "https://opencollective.com/eslint"
9543
- },
9544
- "peerDependencies": {
9545
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
9546
- }
9547
- },
9548
- "node_modules/eslint-config-xo/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
9549
- "version": "3.4.3",
9550
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
9551
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
9552
- "dev": true,
9553
- "license": "Apache-2.0",
9554
- "engines": {
9555
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
9556
- },
9557
- "funding": {
9558
- "url": "https://opencollective.com/eslint"
9559
- }
9560
- },
9561
9437
  "node_modules/eslint-config-xo/node_modules/@stylistic/eslint-plugin": {
9562
9438
  "version": "4.4.0",
9563
9439
  "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-4.4.0.tgz",
@@ -9578,107 +9454,6 @@
9578
9454
  "eslint": ">=9.0.0"
9579
9455
  }
9580
9456
  },
9581
- "node_modules/eslint-config-xo/node_modules/@typescript-eslint/scope-manager": {
9582
- "version": "8.32.1",
9583
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz",
9584
- "integrity": "sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==",
9585
- "dev": true,
9586
- "license": "MIT",
9587
- "dependencies": {
9588
- "@typescript-eslint/types": "8.32.1",
9589
- "@typescript-eslint/visitor-keys": "8.32.1"
9590
- },
9591
- "engines": {
9592
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9593
- },
9594
- "funding": {
9595
- "type": "opencollective",
9596
- "url": "https://opencollective.com/typescript-eslint"
9597
- }
9598
- },
9599
- "node_modules/eslint-config-xo/node_modules/@typescript-eslint/types": {
9600
- "version": "8.32.1",
9601
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.1.tgz",
9602
- "integrity": "sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==",
9603
- "dev": true,
9604
- "license": "MIT",
9605
- "engines": {
9606
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9607
- },
9608
- "funding": {
9609
- "type": "opencollective",
9610
- "url": "https://opencollective.com/typescript-eslint"
9611
- }
9612
- },
9613
- "node_modules/eslint-config-xo/node_modules/@typescript-eslint/typescript-estree": {
9614
- "version": "8.32.1",
9615
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz",
9616
- "integrity": "sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==",
9617
- "dev": true,
9618
- "license": "MIT",
9619
- "dependencies": {
9620
- "@typescript-eslint/types": "8.32.1",
9621
- "@typescript-eslint/visitor-keys": "8.32.1",
9622
- "debug": "^4.3.4",
9623
- "fast-glob": "^3.3.2",
9624
- "is-glob": "^4.0.3",
9625
- "minimatch": "^9.0.4",
9626
- "semver": "^7.6.0",
9627
- "ts-api-utils": "^2.1.0"
9628
- },
9629
- "engines": {
9630
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9631
- },
9632
- "funding": {
9633
- "type": "opencollective",
9634
- "url": "https://opencollective.com/typescript-eslint"
9635
- },
9636
- "peerDependencies": {
9637
- "typescript": ">=4.8.4 <5.9.0"
9638
- }
9639
- },
9640
- "node_modules/eslint-config-xo/node_modules/@typescript-eslint/utils": {
9641
- "version": "8.32.1",
9642
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.32.1.tgz",
9643
- "integrity": "sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==",
9644
- "dev": true,
9645
- "license": "MIT",
9646
- "dependencies": {
9647
- "@eslint-community/eslint-utils": "^4.7.0",
9648
- "@typescript-eslint/scope-manager": "8.32.1",
9649
- "@typescript-eslint/types": "8.32.1",
9650
- "@typescript-eslint/typescript-estree": "8.32.1"
9651
- },
9652
- "engines": {
9653
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9654
- },
9655
- "funding": {
9656
- "type": "opencollective",
9657
- "url": "https://opencollective.com/typescript-eslint"
9658
- },
9659
- "peerDependencies": {
9660
- "eslint": "^8.57.0 || ^9.0.0",
9661
- "typescript": ">=4.8.4 <5.9.0"
9662
- }
9663
- },
9664
- "node_modules/eslint-config-xo/node_modules/@typescript-eslint/visitor-keys": {
9665
- "version": "8.32.1",
9666
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz",
9667
- "integrity": "sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==",
9668
- "dev": true,
9669
- "license": "MIT",
9670
- "dependencies": {
9671
- "@typescript-eslint/types": "8.32.1",
9672
- "eslint-visitor-keys": "^4.2.0"
9673
- },
9674
- "engines": {
9675
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9676
- },
9677
- "funding": {
9678
- "type": "opencollective",
9679
- "url": "https://opencollective.com/typescript-eslint"
9680
- }
9681
- },
9682
9457
  "node_modules/eslint-config-xo/node_modules/eslint-visitor-keys": {
9683
9458
  "version": "4.2.0",
9684
9459
  "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
@@ -9902,17 +9677,6 @@
9902
9677
  "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
9903
9678
  }
9904
9679
  },
9905
- "node_modules/eslint-plugin-import/node_modules/brace-expansion": {
9906
- "version": "1.1.11",
9907
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
9908
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
9909
- "dev": true,
9910
- "license": "MIT",
9911
- "dependencies": {
9912
- "balanced-match": "^1.0.0",
9913
- "concat-map": "0.0.1"
9914
- }
9915
- },
9916
9680
  "node_modules/eslint-plugin-import/node_modules/debug": {
9917
9681
  "version": "3.2.7",
9918
9682
  "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
@@ -9923,19 +9687,6 @@
9923
9687
  "ms": "^2.1.1"
9924
9688
  }
9925
9689
  },
9926
- "node_modules/eslint-plugin-import/node_modules/minimatch": {
9927
- "version": "3.1.2",
9928
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
9929
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
9930
- "dev": true,
9931
- "license": "ISC",
9932
- "dependencies": {
9933
- "brace-expansion": "^1.1.7"
9934
- },
9935
- "engines": {
9936
- "node": "*"
9937
- }
9938
- },
9939
9690
  "node_modules/eslint-plugin-import/node_modules/semver": {
9940
9691
  "version": "6.3.1",
9941
9692
  "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
@@ -10058,6 +9809,22 @@
10058
9809
  "url": "https://github.com/sponsors/sindresorhus"
10059
9810
  }
10060
9811
  },
9812
+ "node_modules/eslint-plugin-n/node_modules/minimatch": {
9813
+ "version": "9.0.5",
9814
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
9815
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
9816
+ "dev": true,
9817
+ "license": "ISC",
9818
+ "dependencies": {
9819
+ "brace-expansion": "^2.0.1"
9820
+ },
9821
+ "engines": {
9822
+ "node": ">=16 || 14 >=14.17"
9823
+ },
9824
+ "funding": {
9825
+ "url": "https://github.com/sponsors/isaacs"
9826
+ }
9827
+ },
10061
9828
  "node_modules/eslint-plugin-perfectionist": {
10062
9829
  "version": "4.9.0",
10063
9830
  "resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-4.9.0.tgz",
@@ -10076,57 +9843,6 @@
10076
9843
  "eslint": ">=8.0.0"
10077
9844
  }
10078
9845
  },
10079
- "node_modules/eslint-plugin-perfectionist/node_modules/@eslint-community/eslint-utils": {
10080
- "version": "4.7.0",
10081
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
10082
- "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
10083
- "dev": true,
10084
- "license": "MIT",
10085
- "dependencies": {
10086
- "eslint-visitor-keys": "^3.4.3"
10087
- },
10088
- "engines": {
10089
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
10090
- },
10091
- "funding": {
10092
- "url": "https://opencollective.com/eslint"
10093
- },
10094
- "peerDependencies": {
10095
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
10096
- }
10097
- },
10098
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/scope-manager": {
10099
- "version": "8.32.0",
10100
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.32.0.tgz",
10101
- "integrity": "sha512-jc/4IxGNedXkmG4mx4nJTILb6TMjL66D41vyeaPWvDUmeYQzF3lKtN15WsAeTr65ce4mPxwopPSo1yUUAWw0hQ==",
10102
- "dev": true,
10103
- "license": "MIT",
10104
- "dependencies": {
10105
- "@typescript-eslint/types": "8.32.0",
10106
- "@typescript-eslint/visitor-keys": "8.32.0"
10107
- },
10108
- "engines": {
10109
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10110
- },
10111
- "funding": {
10112
- "type": "opencollective",
10113
- "url": "https://opencollective.com/typescript-eslint"
10114
- }
10115
- },
10116
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/types": {
10117
- "version": "8.32.0",
10118
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.0.tgz",
10119
- "integrity": "sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==",
10120
- "dev": true,
10121
- "license": "MIT",
10122
- "engines": {
10123
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10124
- },
10125
- "funding": {
10126
- "type": "opencollective",
10127
- "url": "https://opencollective.com/typescript-eslint"
10128
- }
10129
- },
10130
9846
  "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/types": {
10131
9847
  "version": "8.25.0",
10132
9848
  "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.25.0.tgz",
@@ -10141,130 +9857,6 @@
10141
9857
  "url": "https://opencollective.com/typescript-eslint"
10142
9858
  }
10143
9859
  },
10144
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/typescript-estree": {
10145
- "version": "8.32.0",
10146
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz",
10147
- "integrity": "sha512-pU9VD7anSCOIoBFnhTGfOzlVFQIA1XXiQpH/CezqOBaDppRwTglJzCC6fUQGpfwey4T183NKhF1/mfatYmjRqQ==",
10148
- "dev": true,
10149
- "license": "MIT",
10150
- "dependencies": {
10151
- "@typescript-eslint/types": "8.32.0",
10152
- "@typescript-eslint/visitor-keys": "8.32.0",
10153
- "debug": "^4.3.4",
10154
- "fast-glob": "^3.3.2",
10155
- "is-glob": "^4.0.3",
10156
- "minimatch": "^9.0.4",
10157
- "semver": "^7.6.0",
10158
- "ts-api-utils": "^2.1.0"
10159
- },
10160
- "engines": {
10161
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10162
- },
10163
- "funding": {
10164
- "type": "opencollective",
10165
- "url": "https://opencollective.com/typescript-eslint"
10166
- },
10167
- "peerDependencies": {
10168
- "typescript": ">=4.8.4 <5.9.0"
10169
- }
10170
- },
10171
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
10172
- "version": "8.32.0",
10173
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.0.tgz",
10174
- "integrity": "sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==",
10175
- "dev": true,
10176
- "license": "MIT",
10177
- "engines": {
10178
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10179
- },
10180
- "funding": {
10181
- "type": "opencollective",
10182
- "url": "https://opencollective.com/typescript-eslint"
10183
- }
10184
- },
10185
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/utils": {
10186
- "version": "8.32.0",
10187
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.32.0.tgz",
10188
- "integrity": "sha512-8S9hXau6nQ/sYVtC3D6ISIDoJzS1NsCK+gluVhLN2YkBPX+/1wkwyUiDKnxRh15579WoOIyVWnoyIf3yGI9REw==",
10189
- "dev": true,
10190
- "license": "MIT",
10191
- "dependencies": {
10192
- "@eslint-community/eslint-utils": "^4.7.0",
10193
- "@typescript-eslint/scope-manager": "8.32.0",
10194
- "@typescript-eslint/types": "8.32.0",
10195
- "@typescript-eslint/typescript-estree": "8.32.0"
10196
- },
10197
- "engines": {
10198
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10199
- },
10200
- "funding": {
10201
- "type": "opencollective",
10202
- "url": "https://opencollective.com/typescript-eslint"
10203
- },
10204
- "peerDependencies": {
10205
- "eslint": "^8.57.0 || ^9.0.0",
10206
- "typescript": ">=4.8.4 <5.9.0"
10207
- }
10208
- },
10209
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
10210
- "version": "8.32.0",
10211
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.0.tgz",
10212
- "integrity": "sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==",
10213
- "dev": true,
10214
- "license": "MIT",
10215
- "engines": {
10216
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10217
- },
10218
- "funding": {
10219
- "type": "opencollective",
10220
- "url": "https://opencollective.com/typescript-eslint"
10221
- }
10222
- },
10223
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/visitor-keys": {
10224
- "version": "8.32.0",
10225
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.0.tgz",
10226
- "integrity": "sha512-1rYQTCLFFzOI5Nl0c8LUpJT8HxpwVRn9E4CkMsYfuN6ctmQqExjSTzzSk0Tz2apmXy7WU6/6fyaZVVA/thPN+w==",
10227
- "dev": true,
10228
- "license": "MIT",
10229
- "dependencies": {
10230
- "@typescript-eslint/types": "8.32.0",
10231
- "eslint-visitor-keys": "^4.2.0"
10232
- },
10233
- "engines": {
10234
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10235
- },
10236
- "funding": {
10237
- "type": "opencollective",
10238
- "url": "https://opencollective.com/typescript-eslint"
10239
- }
10240
- },
10241
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/visitor-keys/node_modules/@typescript-eslint/types": {
10242
- "version": "8.32.0",
10243
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.0.tgz",
10244
- "integrity": "sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==",
10245
- "dev": true,
10246
- "license": "MIT",
10247
- "engines": {
10248
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10249
- },
10250
- "funding": {
10251
- "type": "opencollective",
10252
- "url": "https://opencollective.com/typescript-eslint"
10253
- }
10254
- },
10255
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
10256
- "version": "4.2.0",
10257
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
10258
- "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
10259
- "dev": true,
10260
- "license": "Apache-2.0",
10261
- "engines": {
10262
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10263
- },
10264
- "funding": {
10265
- "url": "https://opencollective.com/eslint"
10266
- }
10267
- },
10268
9860
  "node_modules/eslint-plugin-perfectionist/node_modules/natural-orderby": {
10269
9861
  "version": "5.0.0",
10270
9862
  "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-5.0.0.tgz",
@@ -10307,13 +9899,13 @@
10307
9899
  }
10308
9900
  },
10309
9901
  "node_modules/eslint-plugin-sf-plugin": {
10310
- "version": "1.20.24",
10311
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz",
10312
- "integrity": "sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==",
9902
+ "version": "1.20.25",
9903
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.25.tgz",
9904
+ "integrity": "sha512-uknNSP5+CRHeA7PRGErKD5nCoehJY/UVofspAiwEmtzhNBfS1eUxORN9fU6WEjb9Mc3O6i7YrMznTYFhJYWr1Q==",
10313
9905
  "dev": true,
10314
9906
  "license": "BSD-3-Clause",
10315
9907
  "dependencies": {
10316
- "@salesforce/core": "^8.11.1",
9908
+ "@salesforce/core": "^8.12.0",
10317
9909
  "@typescript-eslint/utils": "^7.18.0"
10318
9910
  },
10319
9911
  "engines": {
@@ -10422,17 +10014,20 @@
10422
10014
  "url": "https://opencollective.com/typescript-eslint"
10423
10015
  }
10424
10016
  },
10425
- "node_modules/eslint-plugin-sf-plugin/node_modules/ts-api-utils": {
10426
- "version": "1.4.3",
10427
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
10428
- "integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==",
10017
+ "node_modules/eslint-plugin-sf-plugin/node_modules/minimatch": {
10018
+ "version": "9.0.5",
10019
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
10020
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
10429
10021
  "dev": true,
10430
- "license": "MIT",
10022
+ "license": "ISC",
10023
+ "dependencies": {
10024
+ "brace-expansion": "^2.0.1"
10025
+ },
10431
10026
  "engines": {
10432
- "node": ">=16"
10027
+ "node": ">=16 || 14 >=14.17"
10433
10028
  },
10434
- "peerDependencies": {
10435
- "typescript": ">=4.2.0"
10029
+ "funding": {
10030
+ "url": "https://github.com/sponsors/isaacs"
10436
10031
  }
10437
10032
  },
10438
10033
  "node_modules/eslint-plugin-unicorn": {
@@ -10567,17 +10162,6 @@
10567
10162
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
10568
10163
  }
10569
10164
  },
10570
- "node_modules/eslint/node_modules/brace-expansion": {
10571
- "version": "1.1.11",
10572
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
10573
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
10574
- "dev": true,
10575
- "license": "MIT",
10576
- "dependencies": {
10577
- "balanced-match": "^1.0.0",
10578
- "concat-map": "0.0.1"
10579
- }
10580
- },
10581
10165
  "node_modules/eslint/node_modules/doctrine": {
10582
10166
  "version": "3.0.0",
10583
10167
  "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
@@ -10655,19 +10239,6 @@
10655
10239
  "url": "https://github.com/sponsors/sindresorhus"
10656
10240
  }
10657
10241
  },
10658
- "node_modules/eslint/node_modules/minimatch": {
10659
- "version": "3.1.2",
10660
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
10661
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
10662
- "dev": true,
10663
- "license": "ISC",
10664
- "dependencies": {
10665
- "brace-expansion": "^1.1.7"
10666
- },
10667
- "engines": {
10668
- "node": "*"
10669
- }
10670
- },
10671
10242
  "node_modules/eslint/node_modules/p-limit": {
10672
10243
  "version": "3.1.0",
10673
10244
  "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
@@ -10875,6 +10446,7 @@
10875
10446
  "version": "3.3.3",
10876
10447
  "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz",
10877
10448
  "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
10449
+ "dev": true,
10878
10450
  "license": "MIT",
10879
10451
  "dependencies": {
10880
10452
  "@nodelib/fs.stat": "^2.0.2",
@@ -10935,9 +10507,9 @@
10935
10507
  "license": "BSD-3-Clause"
10936
10508
  },
10937
10509
  "node_modules/fast-xml-parser": {
10938
- "version": "5.2.4",
10939
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.4.tgz",
10940
- "integrity": "sha512-6mNrAVwHip2nGyPYn6xQJK/znBbIoz6to5VMNysrka1/aoSylbB8vjYgkpaFp05EFojiflVV+3QzXe9Ap3Esng==",
10510
+ "version": "5.2.5",
10511
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz",
10512
+ "integrity": "sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==",
10941
10513
  "funding": [
10942
10514
  {
10943
10515
  "type": "github",
@@ -10977,6 +10549,7 @@
10977
10549
  "version": "1.19.1",
10978
10550
  "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
10979
10551
  "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
10552
+ "dev": true,
10980
10553
  "license": "ISC",
10981
10554
  "dependencies": {
10982
10555
  "reusify": "^1.0.4"
@@ -11012,10 +10585,9 @@
11012
10585
  }
11013
10586
  },
11014
10587
  "node_modules/fdir": {
11015
- "version": "6.4.3",
11016
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.3.tgz",
11017
- "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==",
11018
- "dev": true,
10588
+ "version": "6.4.4",
10589
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.4.tgz",
10590
+ "integrity": "sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==",
11019
10591
  "license": "MIT",
11020
10592
  "peerDependencies": {
11021
10593
  "picomatch": "^3 || ^4"
@@ -11064,6 +10636,7 @@
11064
10636
  "version": "7.1.1",
11065
10637
  "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
11066
10638
  "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
10639
+ "dev": true,
11067
10640
  "license": "MIT",
11068
10641
  "dependencies": {
11069
10642
  "to-regex-range": "^5.0.1"
@@ -11536,6 +11109,7 @@
11536
11109
  "version": "5.1.2",
11537
11110
  "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
11538
11111
  "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
11112
+ "dev": true,
11539
11113
  "license": "ISC",
11540
11114
  "dependencies": {
11541
11115
  "is-glob": "^4.0.1"
@@ -11544,30 +11118,6 @@
11544
11118
  "node": ">= 6"
11545
11119
  }
11546
11120
  },
11547
- "node_modules/glob/node_modules/brace-expansion": {
11548
- "version": "1.1.11",
11549
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
11550
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
11551
- "dev": true,
11552
- "license": "MIT",
11553
- "dependencies": {
11554
- "balanced-match": "^1.0.0",
11555
- "concat-map": "0.0.1"
11556
- }
11557
- },
11558
- "node_modules/glob/node_modules/minimatch": {
11559
- "version": "3.1.2",
11560
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
11561
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
11562
- "dev": true,
11563
- "license": "ISC",
11564
- "dependencies": {
11565
- "brace-expansion": "^1.1.7"
11566
- },
11567
- "engines": {
11568
- "node": "*"
11569
- }
11570
- },
11571
11121
  "node_modules/global-dirs": {
11572
11122
  "version": "0.1.1",
11573
11123
  "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz",
@@ -11631,6 +11181,7 @@
11631
11181
  "version": "11.1.0",
11632
11182
  "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
11633
11183
  "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
11184
+ "dev": true,
11634
11185
  "license": "MIT",
11635
11186
  "dependencies": {
11636
11187
  "array-union": "^2.1.0",
@@ -11651,6 +11202,7 @@
11651
11202
  "version": "3.0.0",
11652
11203
  "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
11653
11204
  "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
11205
+ "dev": true,
11654
11206
  "license": "MIT",
11655
11207
  "engines": {
11656
11208
  "node": ">=8"
@@ -12670,6 +12222,7 @@
12670
12222
  "version": "2.1.1",
12671
12223
  "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
12672
12224
  "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
12225
+ "dev": true,
12673
12226
  "license": "MIT",
12674
12227
  "engines": {
12675
12228
  "node": ">=0.10.0"
@@ -12723,6 +12276,7 @@
12723
12276
  "version": "4.0.3",
12724
12277
  "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
12725
12278
  "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
12279
+ "dev": true,
12726
12280
  "license": "MIT",
12727
12281
  "dependencies": {
12728
12282
  "is-extglob": "^2.1.1"
@@ -12763,6 +12317,7 @@
12763
12317
  "version": "7.0.0",
12764
12318
  "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
12765
12319
  "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
12320
+ "dev": true,
12766
12321
  "license": "MIT",
12767
12322
  "engines": {
12768
12323
  "node": ">=0.12.0"
@@ -13252,28 +12807,6 @@
13252
12807
  "node": ">=10"
13253
12808
  }
13254
12809
  },
13255
- "node_modules/jake/node_modules/brace-expansion": {
13256
- "version": "1.1.11",
13257
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
13258
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
13259
- "license": "MIT",
13260
- "dependencies": {
13261
- "balanced-match": "^1.0.0",
13262
- "concat-map": "0.0.1"
13263
- }
13264
- },
13265
- "node_modules/jake/node_modules/minimatch": {
13266
- "version": "3.1.2",
13267
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
13268
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
13269
- "license": "ISC",
13270
- "dependencies": {
13271
- "brace-expansion": "^1.1.7"
13272
- },
13273
- "engines": {
13274
- "node": "*"
13275
- }
13276
- },
13277
12810
  "node_modules/joycon": {
13278
12811
  "version": "3.1.1",
13279
12812
  "resolved": "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz",
@@ -13750,6 +13283,22 @@
13750
13283
  "node": ">=16"
13751
13284
  }
13752
13285
  },
13286
+ "node_modules/linkinator/node_modules/minimatch": {
13287
+ "version": "9.0.5",
13288
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
13289
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
13290
+ "dev": true,
13291
+ "license": "ISC",
13292
+ "dependencies": {
13293
+ "brace-expansion": "^2.0.1"
13294
+ },
13295
+ "engines": {
13296
+ "node": ">=16 || 14 >=14.17"
13297
+ },
13298
+ "funding": {
13299
+ "url": "https://github.com/sponsors/isaacs"
13300
+ }
13301
+ },
13753
13302
  "node_modules/locate-path": {
13754
13303
  "version": "5.0.0",
13755
13304
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
@@ -14224,6 +13773,7 @@
14224
13773
  "version": "1.4.1",
14225
13774
  "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
14226
13775
  "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
13776
+ "dev": true,
14227
13777
  "license": "MIT",
14228
13778
  "engines": {
14229
13779
  "node": ">= 8"
@@ -14327,6 +13877,7 @@
14327
13877
  "version": "4.0.8",
14328
13878
  "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
14329
13879
  "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
13880
+ "dev": true,
14330
13881
  "license": "MIT",
14331
13882
  "dependencies": {
14332
13883
  "braces": "^3.0.3",
@@ -14340,6 +13891,7 @@
14340
13891
  "version": "2.3.1",
14341
13892
  "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
14342
13893
  "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
13894
+ "dev": true,
14343
13895
  "license": "MIT",
14344
13896
  "engines": {
14345
13897
  "node": ">=8.6"
@@ -14413,18 +13965,25 @@
14413
13965
  }
14414
13966
  },
14415
13967
  "node_modules/minimatch": {
14416
- "version": "9.0.5",
14417
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
14418
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
13968
+ "version": "3.1.2",
13969
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
13970
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
14419
13971
  "license": "ISC",
14420
13972
  "dependencies": {
14421
- "brace-expansion": "^2.0.1"
13973
+ "brace-expansion": "^1.1.7"
14422
13974
  },
14423
13975
  "engines": {
14424
- "node": ">=16 || 14 >=14.17"
14425
- },
14426
- "funding": {
14427
- "url": "https://github.com/sponsors/isaacs"
13976
+ "node": "*"
13977
+ }
13978
+ },
13979
+ "node_modules/minimatch/node_modules/brace-expansion": {
13980
+ "version": "1.1.11",
13981
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
13982
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
13983
+ "license": "MIT",
13984
+ "dependencies": {
13985
+ "balanced-match": "^1.0.0",
13986
+ "concat-map": "0.0.1"
14428
13987
  }
14429
13988
  },
14430
13989
  "node_modules/minimist": {
@@ -14922,17 +14481,6 @@
14922
14481
  "node": ">=18"
14923
14482
  }
14924
14483
  },
14925
- "node_modules/nyc/node_modules/brace-expansion": {
14926
- "version": "1.1.11",
14927
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
14928
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
14929
- "dev": true,
14930
- "license": "MIT",
14931
- "dependencies": {
14932
- "balanced-match": "^1.0.0",
14933
- "concat-map": "0.0.1"
14934
- }
14935
- },
14936
14484
  "node_modules/nyc/node_modules/cliui": {
14937
14485
  "version": "6.0.0",
14938
14486
  "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
@@ -14952,19 +14500,6 @@
14952
14500
  "dev": true,
14953
14501
  "license": "MIT"
14954
14502
  },
14955
- "node_modules/nyc/node_modules/minimatch": {
14956
- "version": "3.1.2",
14957
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
14958
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
14959
- "dev": true,
14960
- "license": "ISC",
14961
- "dependencies": {
14962
- "brace-expansion": "^1.1.7"
14963
- },
14964
- "engines": {
14965
- "node": "*"
14966
- }
14967
- },
14968
14503
  "node_modules/nyc/node_modules/test-exclude": {
14969
14504
  "version": "6.0.0",
14970
14505
  "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
@@ -15140,9 +14675,9 @@
15140
14675
  }
15141
14676
  },
15142
14677
  "node_modules/oclif": {
15143
- "version": "4.17.46",
15144
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.46.tgz",
15145
- "integrity": "sha512-huMvamv0zzIXrCbW5sgy40P1L6fJjPe4IfZKSmkmuPNGSpTy+fcNZ0gYwIuMlxiT3RarLYxYie+RVTyJLE3zXw==",
14678
+ "version": "4.18.0",
14679
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.0.tgz",
14680
+ "integrity": "sha512-w5b35fT1tIZhJUv+GZLdEo4ZwF/wDeuNVL1cbOcgrQebcg0RMJE0ykFymVlfIPtOZqJzwfO6xeNEwqMy5fVtOw==",
15146
14681
  "dev": true,
15147
14682
  "license": "MIT",
15148
14683
  "dependencies": {
@@ -15155,8 +14690,8 @@
15155
14690
  "@oclif/plugin-help": "^6.2.27",
15156
14691
  "@oclif/plugin-not-found": "^3.2.48",
15157
14692
  "@oclif/plugin-warn-if-update-available": "^3.1.38",
14693
+ "ansis": "^3.16.0",
15158
14694
  "async-retry": "^1.3.3",
15159
- "chalk": "^4",
15160
14695
  "change-case": "^4",
15161
14696
  "debug": "^4.4.0",
15162
14697
  "ejs": "^3.1.10",
@@ -15843,6 +15378,7 @@
15843
15378
  "version": "4.0.0",
15844
15379
  "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
15845
15380
  "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
15381
+ "dev": true,
15846
15382
  "license": "MIT",
15847
15383
  "engines": {
15848
15384
  "node": ">=8"
@@ -15869,7 +15405,6 @@
15869
15405
  "version": "4.0.2",
15870
15406
  "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
15871
15407
  "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
15872
- "dev": true,
15873
15408
  "license": "MIT",
15874
15409
  "engines": {
15875
15410
  "node": ">=12"
@@ -16047,14 +15582,14 @@
16047
15582
  }
16048
15583
  },
16049
15584
  "node_modules/pretty-quick": {
16050
- "version": "4.1.1",
16051
- "resolved": "https://registry.npmjs.org/pretty-quick/-/pretty-quick-4.1.1.tgz",
16052
- "integrity": "sha512-9Ud0l/CspNTmyIdYac9X7Inb3o8fuUsw+1zJFvCGn+at0t1UwUcUdo2RSZ41gcmfLv1fxgWQxWEfItR7CBwugg==",
15585
+ "version": "4.2.2",
15586
+ "resolved": "https://registry.npmjs.org/pretty-quick/-/pretty-quick-4.2.2.tgz",
15587
+ "integrity": "sha512-uAh96tBW1SsD34VhhDmWuEmqbpfYc/B3j++5MC/6b3Cb8Ow7NJsvKFhg0eoGu2xXX+o9RkahkTK6sUdd8E7g5w==",
16053
15588
  "dev": true,
16054
15589
  "license": "MIT",
16055
15590
  "dependencies": {
16056
- "find-up": "^5.0.0",
16057
- "ignore": "^7.0.3",
15591
+ "@pkgr/core": "^0.2.7",
15592
+ "ignore": "^7.0.5",
16058
15593
  "mri": "^1.2.0",
16059
15594
  "picocolors": "^1.1.1",
16060
15595
  "picomatch": "^4.0.2",
@@ -16067,85 +15602,23 @@
16067
15602
  "engines": {
16068
15603
  "node": ">=14"
16069
15604
  },
15605
+ "funding": {
15606
+ "url": "https://opencollective.com/pretty-quick"
15607
+ },
16070
15608
  "peerDependencies": {
16071
15609
  "prettier": "^3.0.0"
16072
15610
  }
16073
15611
  },
16074
- "node_modules/pretty-quick/node_modules/find-up": {
16075
- "version": "5.0.0",
16076
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
16077
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
16078
- "dev": true,
16079
- "license": "MIT",
16080
- "dependencies": {
16081
- "locate-path": "^6.0.0",
16082
- "path-exists": "^4.0.0"
16083
- },
16084
- "engines": {
16085
- "node": ">=10"
16086
- },
16087
- "funding": {
16088
- "url": "https://github.com/sponsors/sindresorhus"
16089
- }
16090
- },
16091
15612
  "node_modules/pretty-quick/node_modules/ignore": {
16092
- "version": "7.0.4",
16093
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.4.tgz",
16094
- "integrity": "sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==",
15613
+ "version": "7.0.5",
15614
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz",
15615
+ "integrity": "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==",
16095
15616
  "dev": true,
16096
15617
  "license": "MIT",
16097
15618
  "engines": {
16098
15619
  "node": ">= 4"
16099
15620
  }
16100
15621
  },
16101
- "node_modules/pretty-quick/node_modules/locate-path": {
16102
- "version": "6.0.0",
16103
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
16104
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
16105
- "dev": true,
16106
- "license": "MIT",
16107
- "dependencies": {
16108
- "p-locate": "^5.0.0"
16109
- },
16110
- "engines": {
16111
- "node": ">=10"
16112
- },
16113
- "funding": {
16114
- "url": "https://github.com/sponsors/sindresorhus"
16115
- }
16116
- },
16117
- "node_modules/pretty-quick/node_modules/p-limit": {
16118
- "version": "3.1.0",
16119
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
16120
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
16121
- "dev": true,
16122
- "license": "MIT",
16123
- "dependencies": {
16124
- "yocto-queue": "^0.1.0"
16125
- },
16126
- "engines": {
16127
- "node": ">=10"
16128
- },
16129
- "funding": {
16130
- "url": "https://github.com/sponsors/sindresorhus"
16131
- }
16132
- },
16133
- "node_modules/pretty-quick/node_modules/p-locate": {
16134
- "version": "5.0.0",
16135
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
16136
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
16137
- "dev": true,
16138
- "license": "MIT",
16139
- "dependencies": {
16140
- "p-limit": "^3.0.2"
16141
- },
16142
- "engines": {
16143
- "node": ">=10"
16144
- },
16145
- "funding": {
16146
- "url": "https://github.com/sponsors/sindresorhus"
16147
- }
16148
- },
16149
15622
  "node_modules/process": {
16150
15623
  "version": "0.11.10",
16151
15624
  "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
@@ -16296,6 +15769,7 @@
16296
15769
  "version": "1.2.3",
16297
15770
  "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
16298
15771
  "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
15772
+ "dev": true,
16299
15773
  "funding": [
16300
15774
  {
16301
15775
  "type": "github",
@@ -16794,6 +16268,7 @@
16794
16268
  "version": "1.1.0",
16795
16269
  "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
16796
16270
  "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
16271
+ "dev": true,
16797
16272
  "license": "MIT",
16798
16273
  "engines": {
16799
16274
  "iojs": ">=1.0.0",
@@ -16820,6 +16295,7 @@
16820
16295
  "version": "1.2.0",
16821
16296
  "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
16822
16297
  "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
16298
+ "dev": true,
16823
16299
  "funding": [
16824
16300
  {
16825
16301
  "type": "github",
@@ -17450,6 +16926,21 @@
17450
16926
  "sort-package-json": "cli.js"
17451
16927
  }
17452
16928
  },
16929
+ "node_modules/sort-package-json/node_modules/fdir": {
16930
+ "version": "6.4.3",
16931
+ "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.3.tgz",
16932
+ "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==",
16933
+ "dev": true,
16934
+ "license": "MIT",
16935
+ "peerDependencies": {
16936
+ "picomatch": "^3 || ^4"
16937
+ },
16938
+ "peerDependenciesMeta": {
16939
+ "picomatch": {
16940
+ "optional": true
16941
+ }
16942
+ }
16943
+ },
17453
16944
  "node_modules/sort-package-json/node_modules/is-plain-obj": {
17454
16945
  "version": "4.1.0",
17455
16946
  "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
@@ -17986,6 +17477,22 @@
17986
17477
  "url": "https://github.com/sponsors/isaacs"
17987
17478
  }
17988
17479
  },
17480
+ "node_modules/test-exclude/node_modules/minimatch": {
17481
+ "version": "9.0.5",
17482
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
17483
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
17484
+ "dev": true,
17485
+ "license": "ISC",
17486
+ "dependencies": {
17487
+ "brace-expansion": "^2.0.1"
17488
+ },
17489
+ "engines": {
17490
+ "node": ">=16 || 14 >=14.17"
17491
+ },
17492
+ "funding": {
17493
+ "url": "https://github.com/sponsors/isaacs"
17494
+ }
17495
+ },
17989
17496
  "node_modules/text-extensions": {
17990
17497
  "version": "1.9.0",
17991
17498
  "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz",
@@ -18068,7 +17575,6 @@
18068
17575
  "version": "0.2.13",
18069
17576
  "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.13.tgz",
18070
17577
  "integrity": "sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==",
18071
- "dev": true,
18072
17578
  "license": "MIT",
18073
17579
  "dependencies": {
18074
17580
  "fdir": "^6.4.4",
@@ -18081,21 +17587,6 @@
18081
17587
  "url": "https://github.com/sponsors/SuperchupuDev"
18082
17588
  }
18083
17589
  },
18084
- "node_modules/tinyglobby/node_modules/fdir": {
18085
- "version": "6.4.4",
18086
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.4.tgz",
18087
- "integrity": "sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==",
18088
- "dev": true,
18089
- "license": "MIT",
18090
- "peerDependencies": {
18091
- "picomatch": "^3 || ^4"
18092
- },
18093
- "peerDependenciesMeta": {
18094
- "picomatch": {
18095
- "optional": true
18096
- }
18097
- }
18098
- },
18099
17590
  "node_modules/tldts": {
18100
17591
  "version": "6.1.82",
18101
17592
  "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.82.tgz",
@@ -18131,6 +17622,7 @@
18131
17622
  "version": "5.0.1",
18132
17623
  "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
18133
17624
  "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
17625
+ "dev": true,
18134
17626
  "license": "MIT",
18135
17627
  "dependencies": {
18136
17628
  "is-number": "^7.0.0"
@@ -18179,16 +17671,16 @@
18179
17671
  }
18180
17672
  },
18181
17673
  "node_modules/ts-api-utils": {
18182
- "version": "2.1.0",
18183
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
18184
- "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
17674
+ "version": "1.4.3",
17675
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
17676
+ "integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==",
18185
17677
  "dev": true,
18186
17678
  "license": "MIT",
18187
17679
  "engines": {
18188
- "node": ">=18.12"
17680
+ "node": ">=16"
18189
17681
  },
18190
17682
  "peerDependencies": {
18191
- "typescript": ">=4.8.4"
17683
+ "typescript": ">=4.2.0"
18192
17684
  }
18193
17685
  },
18194
17686
  "node_modules/ts-json-schema-generator": {
@@ -18511,6 +18003,22 @@
18511
18003
  "typedoc": "0.26.x || 0.27.x"
18512
18004
  }
18513
18005
  },
18006
+ "node_modules/typedoc/node_modules/minimatch": {
18007
+ "version": "9.0.5",
18008
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
18009
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
18010
+ "dev": true,
18011
+ "license": "ISC",
18012
+ "dependencies": {
18013
+ "brace-expansion": "^2.0.1"
18014
+ },
18015
+ "engines": {
18016
+ "node": ">=16 || 14 >=14.17"
18017
+ },
18018
+ "funding": {
18019
+ "url": "https://github.com/sponsors/isaacs"
18020
+ }
18021
+ },
18514
18022
  "node_modules/typescript": {
18515
18023
  "version": "5.8.3",
18516
18024
  "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",