@jayree/sfdx-plugin-manifest 4.0.17 → 4.0.19

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,16 +1,16 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "4.0.17",
3
+ "version": "4.0.19",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "4.0.17",
9
+ "version": "4.0.19",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.10",
13
- "@oclif/core": "^4.3.0",
13
+ "@oclif/core": "^4.3.3",
14
14
  "@salesforce/core": "^8.12.0",
15
15
  "@salesforce/kit": "^3.2.3",
16
16
  "@salesforce/sf-plugins-core": "^12.2.2",
@@ -18,7 +18,7 @@
18
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"
@@ -32,14 +32,14 @@
32
32
  "@types/fs-extra": "^11.0.4",
33
33
  "@types/graceful-fs": "^4.1.9",
34
34
  "c8": "^10.1.3",
35
- "eslint-config-oclif": "^6.0.66",
35
+ "eslint-config-oclif": "^6.0.68",
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.18.0",
38
+ "eslint-plugin-sf-plugin": "^1.20.25",
39
+ "oclif": "^4.18.1",
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",
@@ -3317,9 +3269,9 @@
3317
3269
  }
3318
3270
  },
3319
3271
  "node_modules/@oclif/core": {
3320
- "version": "4.3.2",
3321
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.2.tgz",
3322
- "integrity": "sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==",
3272
+ "version": "4.3.3",
3273
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.3.tgz",
3274
+ "integrity": "sha512-A0mk4nlVE+r34fl91OdglXVPwhhfzM59IhSxnOigqMkwxFgT8z3i2WlUgzmazzvzSccs2KM4N2HkTS3NEvW96g==",
3323
3275
  "license": "MIT",
3324
3276
  "dependencies": {
3325
3277
  "ansi-escapes": "^4.3.2",
@@ -3336,7 +3288,7 @@
3336
3288
  "semver": "^7.6.3",
3337
3289
  "string-width": "^4.2.3",
3338
3290
  "supports-color": "^8",
3339
- "tinyglobby": "^0.2.13",
3291
+ "tinyglobby": "^0.2.14",
3340
3292
  "widest-line": "^3.1.0",
3341
3293
  "wordwrap": "^1.0.0",
3342
3294
  "wrap-ansi": "^7.0.0"
@@ -3360,6 +3312,21 @@
3360
3312
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3361
3313
  }
3362
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
+ },
3363
3330
  "node_modules/@oclif/core/node_modules/supports-color": {
3364
3331
  "version": "8.1.1",
3365
3332
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -3438,9 +3405,9 @@
3438
3405
  }
3439
3406
  },
3440
3407
  "node_modules/@oclif/plugin-command-snapshot/node_modules/ignore": {
3441
- "version": "7.0.4",
3442
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.4.tgz",
3443
- "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==",
3444
3411
  "dev": true,
3445
3412
  "license": "MIT",
3446
3413
  "engines": {
@@ -3625,9 +3592,9 @@
3625
3592
  }
3626
3593
  },
3627
3594
  "node_modules/@pkgr/core": {
3628
- "version": "0.2.5",
3629
- "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.5.tgz",
3630
- "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==",
3631
3598
  "dev": true,
3632
3599
  "license": "MIT",
3633
3600
  "engines": {
@@ -4152,6 +4119,21 @@
4152
4119
  "fxparser": "src/cli/cli.js"
4153
4120
  }
4154
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
+ },
4155
4137
  "node_modules/@salesforce/source-tracking": {
4156
4138
  "version": "7.4.1",
4157
4139
  "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.4.1.tgz",
@@ -5236,139 +5218,6 @@
5236
5218
  "eslint": ">=8.40.0"
5237
5219
  }
5238
5220
  },
5239
- "node_modules/@stylistic/eslint-plugin/node_modules/@eslint-community/eslint-utils": {
5240
- "version": "4.7.0",
5241
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
5242
- "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
5243
- "dev": true,
5244
- "license": "MIT",
5245
- "dependencies": {
5246
- "eslint-visitor-keys": "^3.4.3"
5247
- },
5248
- "engines": {
5249
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5250
- },
5251
- "funding": {
5252
- "url": "https://opencollective.com/eslint"
5253
- },
5254
- "peerDependencies": {
5255
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
5256
- }
5257
- },
5258
- "node_modules/@stylistic/eslint-plugin/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
5259
- "version": "3.4.3",
5260
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
5261
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
5262
- "dev": true,
5263
- "license": "Apache-2.0",
5264
- "engines": {
5265
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
5266
- },
5267
- "funding": {
5268
- "url": "https://opencollective.com/eslint"
5269
- }
5270
- },
5271
- "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
5272
- "version": "8.32.0",
5273
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.32.0.tgz",
5274
- "integrity": "sha512-jc/4IxGNedXkmG4mx4nJTILb6TMjL66D41vyeaPWvDUmeYQzF3lKtN15WsAeTr65ce4mPxwopPSo1yUUAWw0hQ==",
5275
- "dev": true,
5276
- "license": "MIT",
5277
- "dependencies": {
5278
- "@typescript-eslint/types": "8.32.0",
5279
- "@typescript-eslint/visitor-keys": "8.32.0"
5280
- },
5281
- "engines": {
5282
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5283
- },
5284
- "funding": {
5285
- "type": "opencollective",
5286
- "url": "https://opencollective.com/typescript-eslint"
5287
- }
5288
- },
5289
- "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/types": {
5290
- "version": "8.32.0",
5291
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.0.tgz",
5292
- "integrity": "sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==",
5293
- "dev": true,
5294
- "license": "MIT",
5295
- "engines": {
5296
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5297
- },
5298
- "funding": {
5299
- "type": "opencollective",
5300
- "url": "https://opencollective.com/typescript-eslint"
5301
- }
5302
- },
5303
- "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": {
5304
- "version": "8.32.0",
5305
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz",
5306
- "integrity": "sha512-pU9VD7anSCOIoBFnhTGfOzlVFQIA1XXiQpH/CezqOBaDppRwTglJzCC6fUQGpfwey4T183NKhF1/mfatYmjRqQ==",
5307
- "dev": true,
5308
- "license": "MIT",
5309
- "dependencies": {
5310
- "@typescript-eslint/types": "8.32.0",
5311
- "@typescript-eslint/visitor-keys": "8.32.0",
5312
- "debug": "^4.3.4",
5313
- "fast-glob": "^3.3.2",
5314
- "is-glob": "^4.0.3",
5315
- "minimatch": "^9.0.4",
5316
- "semver": "^7.6.0",
5317
- "ts-api-utils": "^2.1.0"
5318
- },
5319
- "engines": {
5320
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5321
- },
5322
- "funding": {
5323
- "type": "opencollective",
5324
- "url": "https://opencollective.com/typescript-eslint"
5325
- },
5326
- "peerDependencies": {
5327
- "typescript": ">=4.8.4 <5.9.0"
5328
- }
5329
- },
5330
- "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/utils": {
5331
- "version": "8.32.0",
5332
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.32.0.tgz",
5333
- "integrity": "sha512-8S9hXau6nQ/sYVtC3D6ISIDoJzS1NsCK+gluVhLN2YkBPX+/1wkwyUiDKnxRh15579WoOIyVWnoyIf3yGI9REw==",
5334
- "dev": true,
5335
- "license": "MIT",
5336
- "dependencies": {
5337
- "@eslint-community/eslint-utils": "^4.7.0",
5338
- "@typescript-eslint/scope-manager": "8.32.0",
5339
- "@typescript-eslint/types": "8.32.0",
5340
- "@typescript-eslint/typescript-estree": "8.32.0"
5341
- },
5342
- "engines": {
5343
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5344
- },
5345
- "funding": {
5346
- "type": "opencollective",
5347
- "url": "https://opencollective.com/typescript-eslint"
5348
- },
5349
- "peerDependencies": {
5350
- "eslint": "^8.57.0 || ^9.0.0",
5351
- "typescript": ">=4.8.4 <5.9.0"
5352
- }
5353
- },
5354
- "node_modules/@stylistic/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
5355
- "version": "8.32.0",
5356
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.0.tgz",
5357
- "integrity": "sha512-1rYQTCLFFzOI5Nl0c8LUpJT8HxpwVRn9E4CkMsYfuN6ctmQqExjSTzzSk0Tz2apmXy7WU6/6fyaZVVA/thPN+w==",
5358
- "dev": true,
5359
- "license": "MIT",
5360
- "dependencies": {
5361
- "@typescript-eslint/types": "8.32.0",
5362
- "eslint-visitor-keys": "^4.2.0"
5363
- },
5364
- "engines": {
5365
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
5366
- },
5367
- "funding": {
5368
- "type": "opencollective",
5369
- "url": "https://opencollective.com/typescript-eslint"
5370
- }
5371
- },
5372
5221
  "node_modules/@stylistic/eslint-plugin/node_modules/eslint-visitor-keys": {
5373
5222
  "version": "4.2.0",
5374
5223
  "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
@@ -5751,15 +5600,28 @@
5751
5600
  }
5752
5601
  },
5753
5602
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/ignore": {
5754
- "version": "7.0.4",
5755
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.4.tgz",
5756
- "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==",
5757
5606
  "dev": true,
5758
5607
  "license": "MIT",
5759
5608
  "engines": {
5760
5609
  "node": ">= 4"
5761
5610
  }
5762
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
+ },
5763
5625
  "node_modules/@typescript-eslint/parser": {
5764
5626
  "version": "8.33.0",
5765
5627
  "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.33.0.tgz",
@@ -5863,6 +5725,35 @@
5863
5725
  "url": "https://opencollective.com/eslint"
5864
5726
  }
5865
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
+ },
5866
5757
  "node_modules/@typescript-eslint/project-service": {
5867
5758
  "version": "8.33.0",
5868
5759
  "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.33.0.tgz",
@@ -6015,6 +5906,35 @@
6015
5906
  "url": "https://opencollective.com/eslint"
6016
5907
  }
6017
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
+ },
6018
5938
  "node_modules/@typescript-eslint/types": {
6019
5939
  "version": "8.33.0",
6020
5940
  "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.33.0.tgz",
@@ -6088,23 +6008,10 @@
6088
6008
  "url": "https://github.com/sponsors/isaacs"
6089
6009
  }
6090
6010
  },
6091
- "node_modules/@typescript-eslint/typescript-estree/node_modules/ts-api-utils": {
6092
- "version": "1.4.3",
6093
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
6094
- "integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==",
6095
- "dev": true,
6096
- "license": "MIT",
6097
- "engines": {
6098
- "node": ">=16"
6099
- },
6100
- "peerDependencies": {
6101
- "typescript": ">=4.2.0"
6102
- }
6103
- },
6104
- "node_modules/@typescript-eslint/utils": {
6105
- "version": "8.33.0",
6106
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.33.0.tgz",
6107
- "integrity": "sha512-lPFuQaLA9aSNa7D5u2EpRiqdAUhzShwGg/nhpBlc4GR6kcTABttCuyjFs8BcEZ8VWrjCBof/bePhP3Q3fS+Yrw==",
6011
+ "node_modules/@typescript-eslint/utils": {
6012
+ "version": "8.33.0",
6013
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.33.0.tgz",
6014
+ "integrity": "sha512-lPFuQaLA9aSNa7D5u2EpRiqdAUhzShwGg/nhpBlc4GR6kcTABttCuyjFs8BcEZ8VWrjCBof/bePhP3Q3fS+Yrw==",
6108
6015
  "dev": true,
6109
6016
  "license": "MIT",
6110
6017
  "dependencies": {
@@ -6222,6 +6129,35 @@
6222
6129
  "url": "https://opencollective.com/eslint"
6223
6130
  }
6224
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
+ },
6225
6161
  "node_modules/@typescript-eslint/visitor-keys": {
6226
6162
  "version": "6.21.0",
6227
6163
  "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz",
@@ -9001,9 +8937,9 @@
9001
8937
  }
9002
8938
  },
9003
8939
  "node_modules/eslint-config-oclif": {
9004
- "version": "6.0.66",
9005
- "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.66.tgz",
9006
- "integrity": "sha512-0qKkfmpXZRFUtPftkOoq1GwGIs/u++gpUgmEF+pnkj6CRR5NOa85nPhzdPEXL0mYiJv8Ji72L333aXOdKqHAfg==",
8940
+ "version": "6.0.68",
8941
+ "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.68.tgz",
8942
+ "integrity": "sha512-7CQL6CFqOBkGsV8y6IEeDX0uzOaJamrb/DJ+uXPeQKIZjVwuvfdInIJS7VqlzMrIqFh3x9F6IxtW/6ZU4mNVaw==",
9007
8943
  "dev": true,
9008
8944
  "license": "MIT",
9009
8945
  "dependencies": {
@@ -9053,17 +8989,6 @@
9053
8989
  "url": "https://opencollective.com/eslint"
9054
8990
  }
9055
8991
  },
9056
- "node_modules/eslint-config-oclif/node_modules/brace-expansion": {
9057
- "version": "1.1.11",
9058
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
9059
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
9060
- "dev": true,
9061
- "license": "MIT",
9062
- "dependencies": {
9063
- "balanced-match": "^1.0.0",
9064
- "concat-map": "0.0.1"
9065
- }
9066
- },
9067
8992
  "node_modules/eslint-config-oclif/node_modules/eslint-config-oclif": {
9068
8993
  "version": "5.2.2",
9069
8994
  "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-5.2.2.tgz",
@@ -9152,19 +9077,6 @@
9152
9077
  "url": "https://github.com/sponsors/sindresorhus"
9153
9078
  }
9154
9079
  },
9155
- "node_modules/eslint-config-oclif/node_modules/minimatch": {
9156
- "version": "3.1.2",
9157
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
9158
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
9159
- "dev": true,
9160
- "license": "ISC",
9161
- "dependencies": {
9162
- "brace-expansion": "^1.1.7"
9163
- },
9164
- "engines": {
9165
- "node": "*"
9166
- }
9167
- },
9168
9080
  "node_modules/eslint-config-prettier": {
9169
9081
  "version": "9.1.0",
9170
9082
  "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz",
@@ -9461,19 +9373,6 @@
9461
9373
  "spdx-license-ids": "^3.0.0"
9462
9374
  }
9463
9375
  },
9464
- "node_modules/eslint-config-salesforce-typescript/node_modules/ts-api-utils": {
9465
- "version": "1.4.3",
9466
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
9467
- "integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==",
9468
- "dev": true,
9469
- "license": "MIT",
9470
- "engines": {
9471
- "node": ">=16"
9472
- },
9473
- "peerDependencies": {
9474
- "typescript": ">=4.2.0"
9475
- }
9476
- },
9477
9376
  "node_modules/eslint-config-xo": {
9478
9377
  "version": "0.47.0",
9479
9378
  "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.47.0.tgz",
@@ -9535,38 +9434,6 @@
9535
9434
  "eslint": ">=8.56.0"
9536
9435
  }
9537
9436
  },
9538
- "node_modules/eslint-config-xo/node_modules/@eslint-community/eslint-utils": {
9539
- "version": "4.7.0",
9540
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
9541
- "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
9542
- "dev": true,
9543
- "license": "MIT",
9544
- "dependencies": {
9545
- "eslint-visitor-keys": "^3.4.3"
9546
- },
9547
- "engines": {
9548
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
9549
- },
9550
- "funding": {
9551
- "url": "https://opencollective.com/eslint"
9552
- },
9553
- "peerDependencies": {
9554
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
9555
- }
9556
- },
9557
- "node_modules/eslint-config-xo/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
9558
- "version": "3.4.3",
9559
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
9560
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
9561
- "dev": true,
9562
- "license": "Apache-2.0",
9563
- "engines": {
9564
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
9565
- },
9566
- "funding": {
9567
- "url": "https://opencollective.com/eslint"
9568
- }
9569
- },
9570
9437
  "node_modules/eslint-config-xo/node_modules/@stylistic/eslint-plugin": {
9571
9438
  "version": "4.4.0",
9572
9439
  "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-4.4.0.tgz",
@@ -9587,107 +9454,6 @@
9587
9454
  "eslint": ">=9.0.0"
9588
9455
  }
9589
9456
  },
9590
- "node_modules/eslint-config-xo/node_modules/@typescript-eslint/scope-manager": {
9591
- "version": "8.32.1",
9592
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz",
9593
- "integrity": "sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==",
9594
- "dev": true,
9595
- "license": "MIT",
9596
- "dependencies": {
9597
- "@typescript-eslint/types": "8.32.1",
9598
- "@typescript-eslint/visitor-keys": "8.32.1"
9599
- },
9600
- "engines": {
9601
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9602
- },
9603
- "funding": {
9604
- "type": "opencollective",
9605
- "url": "https://opencollective.com/typescript-eslint"
9606
- }
9607
- },
9608
- "node_modules/eslint-config-xo/node_modules/@typescript-eslint/types": {
9609
- "version": "8.32.1",
9610
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.1.tgz",
9611
- "integrity": "sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==",
9612
- "dev": true,
9613
- "license": "MIT",
9614
- "engines": {
9615
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9616
- },
9617
- "funding": {
9618
- "type": "opencollective",
9619
- "url": "https://opencollective.com/typescript-eslint"
9620
- }
9621
- },
9622
- "node_modules/eslint-config-xo/node_modules/@typescript-eslint/typescript-estree": {
9623
- "version": "8.32.1",
9624
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz",
9625
- "integrity": "sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==",
9626
- "dev": true,
9627
- "license": "MIT",
9628
- "dependencies": {
9629
- "@typescript-eslint/types": "8.32.1",
9630
- "@typescript-eslint/visitor-keys": "8.32.1",
9631
- "debug": "^4.3.4",
9632
- "fast-glob": "^3.3.2",
9633
- "is-glob": "^4.0.3",
9634
- "minimatch": "^9.0.4",
9635
- "semver": "^7.6.0",
9636
- "ts-api-utils": "^2.1.0"
9637
- },
9638
- "engines": {
9639
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9640
- },
9641
- "funding": {
9642
- "type": "opencollective",
9643
- "url": "https://opencollective.com/typescript-eslint"
9644
- },
9645
- "peerDependencies": {
9646
- "typescript": ">=4.8.4 <5.9.0"
9647
- }
9648
- },
9649
- "node_modules/eslint-config-xo/node_modules/@typescript-eslint/utils": {
9650
- "version": "8.32.1",
9651
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.32.1.tgz",
9652
- "integrity": "sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==",
9653
- "dev": true,
9654
- "license": "MIT",
9655
- "dependencies": {
9656
- "@eslint-community/eslint-utils": "^4.7.0",
9657
- "@typescript-eslint/scope-manager": "8.32.1",
9658
- "@typescript-eslint/types": "8.32.1",
9659
- "@typescript-eslint/typescript-estree": "8.32.1"
9660
- },
9661
- "engines": {
9662
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9663
- },
9664
- "funding": {
9665
- "type": "opencollective",
9666
- "url": "https://opencollective.com/typescript-eslint"
9667
- },
9668
- "peerDependencies": {
9669
- "eslint": "^8.57.0 || ^9.0.0",
9670
- "typescript": ">=4.8.4 <5.9.0"
9671
- }
9672
- },
9673
- "node_modules/eslint-config-xo/node_modules/@typescript-eslint/visitor-keys": {
9674
- "version": "8.32.1",
9675
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz",
9676
- "integrity": "sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==",
9677
- "dev": true,
9678
- "license": "MIT",
9679
- "dependencies": {
9680
- "@typescript-eslint/types": "8.32.1",
9681
- "eslint-visitor-keys": "^4.2.0"
9682
- },
9683
- "engines": {
9684
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
9685
- },
9686
- "funding": {
9687
- "type": "opencollective",
9688
- "url": "https://opencollective.com/typescript-eslint"
9689
- }
9690
- },
9691
9457
  "node_modules/eslint-config-xo/node_modules/eslint-visitor-keys": {
9692
9458
  "version": "4.2.0",
9693
9459
  "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
@@ -9911,17 +9677,6 @@
9911
9677
  "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9"
9912
9678
  }
9913
9679
  },
9914
- "node_modules/eslint-plugin-import/node_modules/brace-expansion": {
9915
- "version": "1.1.11",
9916
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
9917
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
9918
- "dev": true,
9919
- "license": "MIT",
9920
- "dependencies": {
9921
- "balanced-match": "^1.0.0",
9922
- "concat-map": "0.0.1"
9923
- }
9924
- },
9925
9680
  "node_modules/eslint-plugin-import/node_modules/debug": {
9926
9681
  "version": "3.2.7",
9927
9682
  "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
@@ -9932,19 +9687,6 @@
9932
9687
  "ms": "^2.1.1"
9933
9688
  }
9934
9689
  },
9935
- "node_modules/eslint-plugin-import/node_modules/minimatch": {
9936
- "version": "3.1.2",
9937
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
9938
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
9939
- "dev": true,
9940
- "license": "ISC",
9941
- "dependencies": {
9942
- "brace-expansion": "^1.1.7"
9943
- },
9944
- "engines": {
9945
- "node": "*"
9946
- }
9947
- },
9948
9690
  "node_modules/eslint-plugin-import/node_modules/semver": {
9949
9691
  "version": "6.3.1",
9950
9692
  "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
@@ -10067,6 +9809,22 @@
10067
9809
  "url": "https://github.com/sponsors/sindresorhus"
10068
9810
  }
10069
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
+ },
10070
9828
  "node_modules/eslint-plugin-perfectionist": {
10071
9829
  "version": "4.9.0",
10072
9830
  "resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-4.9.0.tgz",
@@ -10085,57 +9843,6 @@
10085
9843
  "eslint": ">=8.0.0"
10086
9844
  }
10087
9845
  },
10088
- "node_modules/eslint-plugin-perfectionist/node_modules/@eslint-community/eslint-utils": {
10089
- "version": "4.7.0",
10090
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
10091
- "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
10092
- "dev": true,
10093
- "license": "MIT",
10094
- "dependencies": {
10095
- "eslint-visitor-keys": "^3.4.3"
10096
- },
10097
- "engines": {
10098
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
10099
- },
10100
- "funding": {
10101
- "url": "https://opencollective.com/eslint"
10102
- },
10103
- "peerDependencies": {
10104
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
10105
- }
10106
- },
10107
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/scope-manager": {
10108
- "version": "8.32.0",
10109
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.32.0.tgz",
10110
- "integrity": "sha512-jc/4IxGNedXkmG4mx4nJTILb6TMjL66D41vyeaPWvDUmeYQzF3lKtN15WsAeTr65ce4mPxwopPSo1yUUAWw0hQ==",
10111
- "dev": true,
10112
- "license": "MIT",
10113
- "dependencies": {
10114
- "@typescript-eslint/types": "8.32.0",
10115
- "@typescript-eslint/visitor-keys": "8.32.0"
10116
- },
10117
- "engines": {
10118
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10119
- },
10120
- "funding": {
10121
- "type": "opencollective",
10122
- "url": "https://opencollective.com/typescript-eslint"
10123
- }
10124
- },
10125
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/types": {
10126
- "version": "8.32.0",
10127
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.0.tgz",
10128
- "integrity": "sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==",
10129
- "dev": true,
10130
- "license": "MIT",
10131
- "engines": {
10132
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10133
- },
10134
- "funding": {
10135
- "type": "opencollective",
10136
- "url": "https://opencollective.com/typescript-eslint"
10137
- }
10138
- },
10139
9846
  "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/types": {
10140
9847
  "version": "8.25.0",
10141
9848
  "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.25.0.tgz",
@@ -10150,130 +9857,6 @@
10150
9857
  "url": "https://opencollective.com/typescript-eslint"
10151
9858
  }
10152
9859
  },
10153
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/typescript-estree": {
10154
- "version": "8.32.0",
10155
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz",
10156
- "integrity": "sha512-pU9VD7anSCOIoBFnhTGfOzlVFQIA1XXiQpH/CezqOBaDppRwTglJzCC6fUQGpfwey4T183NKhF1/mfatYmjRqQ==",
10157
- "dev": true,
10158
- "license": "MIT",
10159
- "dependencies": {
10160
- "@typescript-eslint/types": "8.32.0",
10161
- "@typescript-eslint/visitor-keys": "8.32.0",
10162
- "debug": "^4.3.4",
10163
- "fast-glob": "^3.3.2",
10164
- "is-glob": "^4.0.3",
10165
- "minimatch": "^9.0.4",
10166
- "semver": "^7.6.0",
10167
- "ts-api-utils": "^2.1.0"
10168
- },
10169
- "engines": {
10170
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10171
- },
10172
- "funding": {
10173
- "type": "opencollective",
10174
- "url": "https://opencollective.com/typescript-eslint"
10175
- },
10176
- "peerDependencies": {
10177
- "typescript": ">=4.8.4 <5.9.0"
10178
- }
10179
- },
10180
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
10181
- "version": "8.32.0",
10182
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.0.tgz",
10183
- "integrity": "sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==",
10184
- "dev": true,
10185
- "license": "MIT",
10186
- "engines": {
10187
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10188
- },
10189
- "funding": {
10190
- "type": "opencollective",
10191
- "url": "https://opencollective.com/typescript-eslint"
10192
- }
10193
- },
10194
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/utils": {
10195
- "version": "8.32.0",
10196
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.32.0.tgz",
10197
- "integrity": "sha512-8S9hXau6nQ/sYVtC3D6ISIDoJzS1NsCK+gluVhLN2YkBPX+/1wkwyUiDKnxRh15579WoOIyVWnoyIf3yGI9REw==",
10198
- "dev": true,
10199
- "license": "MIT",
10200
- "dependencies": {
10201
- "@eslint-community/eslint-utils": "^4.7.0",
10202
- "@typescript-eslint/scope-manager": "8.32.0",
10203
- "@typescript-eslint/types": "8.32.0",
10204
- "@typescript-eslint/typescript-estree": "8.32.0"
10205
- },
10206
- "engines": {
10207
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10208
- },
10209
- "funding": {
10210
- "type": "opencollective",
10211
- "url": "https://opencollective.com/typescript-eslint"
10212
- },
10213
- "peerDependencies": {
10214
- "eslint": "^8.57.0 || ^9.0.0",
10215
- "typescript": ">=4.8.4 <5.9.0"
10216
- }
10217
- },
10218
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
10219
- "version": "8.32.0",
10220
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.0.tgz",
10221
- "integrity": "sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==",
10222
- "dev": true,
10223
- "license": "MIT",
10224
- "engines": {
10225
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10226
- },
10227
- "funding": {
10228
- "type": "opencollective",
10229
- "url": "https://opencollective.com/typescript-eslint"
10230
- }
10231
- },
10232
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/visitor-keys": {
10233
- "version": "8.32.0",
10234
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.0.tgz",
10235
- "integrity": "sha512-1rYQTCLFFzOI5Nl0c8LUpJT8HxpwVRn9E4CkMsYfuN6ctmQqExjSTzzSk0Tz2apmXy7WU6/6fyaZVVA/thPN+w==",
10236
- "dev": true,
10237
- "license": "MIT",
10238
- "dependencies": {
10239
- "@typescript-eslint/types": "8.32.0",
10240
- "eslint-visitor-keys": "^4.2.0"
10241
- },
10242
- "engines": {
10243
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10244
- },
10245
- "funding": {
10246
- "type": "opencollective",
10247
- "url": "https://opencollective.com/typescript-eslint"
10248
- }
10249
- },
10250
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/visitor-keys/node_modules/@typescript-eslint/types": {
10251
- "version": "8.32.0",
10252
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.0.tgz",
10253
- "integrity": "sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==",
10254
- "dev": true,
10255
- "license": "MIT",
10256
- "engines": {
10257
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10258
- },
10259
- "funding": {
10260
- "type": "opencollective",
10261
- "url": "https://opencollective.com/typescript-eslint"
10262
- }
10263
- },
10264
- "node_modules/eslint-plugin-perfectionist/node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
10265
- "version": "4.2.0",
10266
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz",
10267
- "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==",
10268
- "dev": true,
10269
- "license": "Apache-2.0",
10270
- "engines": {
10271
- "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
10272
- },
10273
- "funding": {
10274
- "url": "https://opencollective.com/eslint"
10275
- }
10276
- },
10277
9860
  "node_modules/eslint-plugin-perfectionist/node_modules/natural-orderby": {
10278
9861
  "version": "5.0.0",
10279
9862
  "resolved": "https://registry.npmjs.org/natural-orderby/-/natural-orderby-5.0.0.tgz",
@@ -10316,13 +9899,13 @@
10316
9899
  }
10317
9900
  },
10318
9901
  "node_modules/eslint-plugin-sf-plugin": {
10319
- "version": "1.20.24",
10320
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz",
10321
- "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==",
10322
9905
  "dev": true,
10323
9906
  "license": "BSD-3-Clause",
10324
9907
  "dependencies": {
10325
- "@salesforce/core": "^8.11.1",
9908
+ "@salesforce/core": "^8.12.0",
10326
9909
  "@typescript-eslint/utils": "^7.18.0"
10327
9910
  },
10328
9911
  "engines": {
@@ -10431,17 +10014,20 @@
10431
10014
  "url": "https://opencollective.com/typescript-eslint"
10432
10015
  }
10433
10016
  },
10434
- "node_modules/eslint-plugin-sf-plugin/node_modules/ts-api-utils": {
10435
- "version": "1.4.3",
10436
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
10437
- "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==",
10438
10021
  "dev": true,
10439
- "license": "MIT",
10022
+ "license": "ISC",
10023
+ "dependencies": {
10024
+ "brace-expansion": "^2.0.1"
10025
+ },
10440
10026
  "engines": {
10441
- "node": ">=16"
10027
+ "node": ">=16 || 14 >=14.17"
10442
10028
  },
10443
- "peerDependencies": {
10444
- "typescript": ">=4.2.0"
10029
+ "funding": {
10030
+ "url": "https://github.com/sponsors/isaacs"
10445
10031
  }
10446
10032
  },
10447
10033
  "node_modules/eslint-plugin-unicorn": {
@@ -10576,17 +10162,6 @@
10576
10162
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
10577
10163
  }
10578
10164
  },
10579
- "node_modules/eslint/node_modules/brace-expansion": {
10580
- "version": "1.1.11",
10581
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
10582
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
10583
- "dev": true,
10584
- "license": "MIT",
10585
- "dependencies": {
10586
- "balanced-match": "^1.0.0",
10587
- "concat-map": "0.0.1"
10588
- }
10589
- },
10590
10165
  "node_modules/eslint/node_modules/doctrine": {
10591
10166
  "version": "3.0.0",
10592
10167
  "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
@@ -10664,19 +10239,6 @@
10664
10239
  "url": "https://github.com/sponsors/sindresorhus"
10665
10240
  }
10666
10241
  },
10667
- "node_modules/eslint/node_modules/minimatch": {
10668
- "version": "3.1.2",
10669
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
10670
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
10671
- "dev": true,
10672
- "license": "ISC",
10673
- "dependencies": {
10674
- "brace-expansion": "^1.1.7"
10675
- },
10676
- "engines": {
10677
- "node": "*"
10678
- }
10679
- },
10680
10242
  "node_modules/eslint/node_modules/p-limit": {
10681
10243
  "version": "3.1.0",
10682
10244
  "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
@@ -10945,9 +10507,9 @@
10945
10507
  "license": "BSD-3-Clause"
10946
10508
  },
10947
10509
  "node_modules/fast-xml-parser": {
10948
- "version": "5.2.4",
10949
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.4.tgz",
10950
- "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==",
10951
10513
  "funding": [
10952
10514
  {
10953
10515
  "type": "github",
@@ -11556,30 +11118,6 @@
11556
11118
  "node": ">= 6"
11557
11119
  }
11558
11120
  },
11559
- "node_modules/glob/node_modules/brace-expansion": {
11560
- "version": "1.1.11",
11561
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
11562
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
11563
- "dev": true,
11564
- "license": "MIT",
11565
- "dependencies": {
11566
- "balanced-match": "^1.0.0",
11567
- "concat-map": "0.0.1"
11568
- }
11569
- },
11570
- "node_modules/glob/node_modules/minimatch": {
11571
- "version": "3.1.2",
11572
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
11573
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
11574
- "dev": true,
11575
- "license": "ISC",
11576
- "dependencies": {
11577
- "brace-expansion": "^1.1.7"
11578
- },
11579
- "engines": {
11580
- "node": "*"
11581
- }
11582
- },
11583
11121
  "node_modules/global-dirs": {
11584
11122
  "version": "0.1.1",
11585
11123
  "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz",
@@ -13269,28 +12807,6 @@
13269
12807
  "node": ">=10"
13270
12808
  }
13271
12809
  },
13272
- "node_modules/jake/node_modules/brace-expansion": {
13273
- "version": "1.1.11",
13274
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
13275
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
13276
- "license": "MIT",
13277
- "dependencies": {
13278
- "balanced-match": "^1.0.0",
13279
- "concat-map": "0.0.1"
13280
- }
13281
- },
13282
- "node_modules/jake/node_modules/minimatch": {
13283
- "version": "3.1.2",
13284
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
13285
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
13286
- "license": "ISC",
13287
- "dependencies": {
13288
- "brace-expansion": "^1.1.7"
13289
- },
13290
- "engines": {
13291
- "node": "*"
13292
- }
13293
- },
13294
12810
  "node_modules/joycon": {
13295
12811
  "version": "3.1.1",
13296
12812
  "resolved": "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz",
@@ -13767,6 +13283,22 @@
13767
13283
  "node": ">=16"
13768
13284
  }
13769
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
+ },
13770
13302
  "node_modules/locate-path": {
13771
13303
  "version": "5.0.0",
13772
13304
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
@@ -14433,18 +13965,25 @@
14433
13965
  }
14434
13966
  },
14435
13967
  "node_modules/minimatch": {
14436
- "version": "9.0.5",
14437
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
14438
- "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==",
14439
13971
  "license": "ISC",
14440
13972
  "dependencies": {
14441
- "brace-expansion": "^2.0.1"
13973
+ "brace-expansion": "^1.1.7"
14442
13974
  },
14443
13975
  "engines": {
14444
- "node": ">=16 || 14 >=14.17"
14445
- },
14446
- "funding": {
14447
- "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"
14448
13987
  }
14449
13988
  },
14450
13989
  "node_modules/minimist": {
@@ -14942,17 +14481,6 @@
14942
14481
  "node": ">=18"
14943
14482
  }
14944
14483
  },
14945
- "node_modules/nyc/node_modules/brace-expansion": {
14946
- "version": "1.1.11",
14947
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
14948
- "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
14949
- "dev": true,
14950
- "license": "MIT",
14951
- "dependencies": {
14952
- "balanced-match": "^1.0.0",
14953
- "concat-map": "0.0.1"
14954
- }
14955
- },
14956
14484
  "node_modules/nyc/node_modules/cliui": {
14957
14485
  "version": "6.0.0",
14958
14486
  "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz",
@@ -14972,19 +14500,6 @@
14972
14500
  "dev": true,
14973
14501
  "license": "MIT"
14974
14502
  },
14975
- "node_modules/nyc/node_modules/minimatch": {
14976
- "version": "3.1.2",
14977
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
14978
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
14979
- "dev": true,
14980
- "license": "ISC",
14981
- "dependencies": {
14982
- "brace-expansion": "^1.1.7"
14983
- },
14984
- "engines": {
14985
- "node": "*"
14986
- }
14987
- },
14988
14503
  "node_modules/nyc/node_modules/test-exclude": {
14989
14504
  "version": "6.0.0",
14990
14505
  "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
@@ -15160,9 +14675,9 @@
15160
14675
  }
15161
14676
  },
15162
14677
  "node_modules/oclif": {
15163
- "version": "4.18.0",
15164
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.0.tgz",
15165
- "integrity": "sha512-w5b35fT1tIZhJUv+GZLdEo4ZwF/wDeuNVL1cbOcgrQebcg0RMJE0ykFymVlfIPtOZqJzwfO6xeNEwqMy5fVtOw==",
14678
+ "version": "4.18.1",
14679
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.1.tgz",
14680
+ "integrity": "sha512-C5w/kUuIH3WxtjSfg3vxbdinT1dZuFoNaU7YhBTRx/FshO4WNHPsRqLgFFdx94dezkbskMJFcESS6i5RM96YSw==",
15166
14681
  "dev": true,
15167
14682
  "license": "MIT",
15168
14683
  "dependencies": {
@@ -15171,7 +14686,7 @@
15171
14686
  "@inquirer/confirm": "^3.1.22",
15172
14687
  "@inquirer/input": "^2.2.4",
15173
14688
  "@inquirer/select": "^2.5.0",
15174
- "@oclif/core": "^4.2.10",
14689
+ "@oclif/core": "^4.3.2",
15175
14690
  "@oclif/plugin-help": "^6.2.27",
15176
14691
  "@oclif/plugin-not-found": "^3.2.48",
15177
14692
  "@oclif/plugin-warn-if-update-available": "^3.1.38",
@@ -16067,14 +15582,14 @@
16067
15582
  }
16068
15583
  },
16069
15584
  "node_modules/pretty-quick": {
16070
- "version": "4.1.1",
16071
- "resolved": "https://registry.npmjs.org/pretty-quick/-/pretty-quick-4.1.1.tgz",
16072
- "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==",
16073
15588
  "dev": true,
16074
15589
  "license": "MIT",
16075
15590
  "dependencies": {
16076
- "find-up": "^5.0.0",
16077
- "ignore": "^7.0.3",
15591
+ "@pkgr/core": "^0.2.7",
15592
+ "ignore": "^7.0.5",
16078
15593
  "mri": "^1.2.0",
16079
15594
  "picocolors": "^1.1.1",
16080
15595
  "picomatch": "^4.0.2",
@@ -16087,85 +15602,23 @@
16087
15602
  "engines": {
16088
15603
  "node": ">=14"
16089
15604
  },
15605
+ "funding": {
15606
+ "url": "https://opencollective.com/pretty-quick"
15607
+ },
16090
15608
  "peerDependencies": {
16091
15609
  "prettier": "^3.0.0"
16092
15610
  }
16093
15611
  },
16094
- "node_modules/pretty-quick/node_modules/find-up": {
16095
- "version": "5.0.0",
16096
- "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
16097
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
16098
- "dev": true,
16099
- "license": "MIT",
16100
- "dependencies": {
16101
- "locate-path": "^6.0.0",
16102
- "path-exists": "^4.0.0"
16103
- },
16104
- "engines": {
16105
- "node": ">=10"
16106
- },
16107
- "funding": {
16108
- "url": "https://github.com/sponsors/sindresorhus"
16109
- }
16110
- },
16111
15612
  "node_modules/pretty-quick/node_modules/ignore": {
16112
- "version": "7.0.4",
16113
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.4.tgz",
16114
- "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==",
16115
15616
  "dev": true,
16116
15617
  "license": "MIT",
16117
15618
  "engines": {
16118
15619
  "node": ">= 4"
16119
15620
  }
16120
15621
  },
16121
- "node_modules/pretty-quick/node_modules/locate-path": {
16122
- "version": "6.0.0",
16123
- "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
16124
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
16125
- "dev": true,
16126
- "license": "MIT",
16127
- "dependencies": {
16128
- "p-locate": "^5.0.0"
16129
- },
16130
- "engines": {
16131
- "node": ">=10"
16132
- },
16133
- "funding": {
16134
- "url": "https://github.com/sponsors/sindresorhus"
16135
- }
16136
- },
16137
- "node_modules/pretty-quick/node_modules/p-limit": {
16138
- "version": "3.1.0",
16139
- "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
16140
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
16141
- "dev": true,
16142
- "license": "MIT",
16143
- "dependencies": {
16144
- "yocto-queue": "^0.1.0"
16145
- },
16146
- "engines": {
16147
- "node": ">=10"
16148
- },
16149
- "funding": {
16150
- "url": "https://github.com/sponsors/sindresorhus"
16151
- }
16152
- },
16153
- "node_modules/pretty-quick/node_modules/p-locate": {
16154
- "version": "5.0.0",
16155
- "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
16156
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
16157
- "dev": true,
16158
- "license": "MIT",
16159
- "dependencies": {
16160
- "p-limit": "^3.0.2"
16161
- },
16162
- "engines": {
16163
- "node": ">=10"
16164
- },
16165
- "funding": {
16166
- "url": "https://github.com/sponsors/sindresorhus"
16167
- }
16168
- },
16169
15622
  "node_modules/process": {
16170
15623
  "version": "0.11.10",
16171
15624
  "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
@@ -17473,21 +16926,6 @@
17473
16926
  "sort-package-json": "cli.js"
17474
16927
  }
17475
16928
  },
17476
- "node_modules/sort-package-json/node_modules/fdir": {
17477
- "version": "6.4.3",
17478
- "resolved": "https://registry.npmjs.org/fdir/-/fdir-6.4.3.tgz",
17479
- "integrity": "sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==",
17480
- "dev": true,
17481
- "license": "MIT",
17482
- "peerDependencies": {
17483
- "picomatch": "^3 || ^4"
17484
- },
17485
- "peerDependenciesMeta": {
17486
- "picomatch": {
17487
- "optional": true
17488
- }
17489
- }
17490
- },
17491
16929
  "node_modules/sort-package-json/node_modules/is-plain-obj": {
17492
16930
  "version": "4.1.0",
17493
16931
  "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-4.1.0.tgz",
@@ -17501,23 +16939,6 @@
17501
16939
  "url": "https://github.com/sponsors/sindresorhus"
17502
16940
  }
17503
16941
  },
17504
- "node_modules/sort-package-json/node_modules/tinyglobby": {
17505
- "version": "0.2.12",
17506
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.12.tgz",
17507
- "integrity": "sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==",
17508
- "dev": true,
17509
- "license": "MIT",
17510
- "dependencies": {
17511
- "fdir": "^6.4.3",
17512
- "picomatch": "^4.0.2"
17513
- },
17514
- "engines": {
17515
- "node": ">=12.0.0"
17516
- },
17517
- "funding": {
17518
- "url": "https://github.com/sponsors/SuperchupuDev"
17519
- }
17520
- },
17521
16942
  "node_modules/source-map": {
17522
16943
  "version": "0.6.1",
17523
16944
  "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
@@ -18024,6 +17445,22 @@
18024
17445
  "url": "https://github.com/sponsors/isaacs"
18025
17446
  }
18026
17447
  },
17448
+ "node_modules/test-exclude/node_modules/minimatch": {
17449
+ "version": "9.0.5",
17450
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
17451
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
17452
+ "dev": true,
17453
+ "license": "ISC",
17454
+ "dependencies": {
17455
+ "brace-expansion": "^2.0.1"
17456
+ },
17457
+ "engines": {
17458
+ "node": ">=16 || 14 >=14.17"
17459
+ },
17460
+ "funding": {
17461
+ "url": "https://github.com/sponsors/isaacs"
17462
+ }
17463
+ },
18027
17464
  "node_modules/text-extensions": {
18028
17465
  "version": "1.9.0",
18029
17466
  "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz",
@@ -18103,9 +17540,9 @@
18103
17540
  "license": "MIT"
18104
17541
  },
18105
17542
  "node_modules/tinyglobby": {
18106
- "version": "0.2.13",
18107
- "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.13.tgz",
18108
- "integrity": "sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==",
17543
+ "version": "0.2.14",
17544
+ "resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz",
17545
+ "integrity": "sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==",
18109
17546
  "license": "MIT",
18110
17547
  "dependencies": {
18111
17548
  "fdir": "^6.4.4",
@@ -18202,16 +17639,16 @@
18202
17639
  }
18203
17640
  },
18204
17641
  "node_modules/ts-api-utils": {
18205
- "version": "2.1.0",
18206
- "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.1.0.tgz",
18207
- "integrity": "sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==",
17642
+ "version": "1.4.3",
17643
+ "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
17644
+ "integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==",
18208
17645
  "dev": true,
18209
17646
  "license": "MIT",
18210
17647
  "engines": {
18211
- "node": ">=18.12"
17648
+ "node": ">=16"
18212
17649
  },
18213
17650
  "peerDependencies": {
18214
- "typescript": ">=4.8.4"
17651
+ "typescript": ">=4.2.0"
18215
17652
  }
18216
17653
  },
18217
17654
  "node_modules/ts-json-schema-generator": {
@@ -18534,6 +17971,22 @@
18534
17971
  "typedoc": "0.26.x || 0.27.x"
18535
17972
  }
18536
17973
  },
17974
+ "node_modules/typedoc/node_modules/minimatch": {
17975
+ "version": "9.0.5",
17976
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
17977
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
17978
+ "dev": true,
17979
+ "license": "ISC",
17980
+ "dependencies": {
17981
+ "brace-expansion": "^2.0.1"
17982
+ },
17983
+ "engines": {
17984
+ "node": ">=16 || 14 >=14.17"
17985
+ },
17986
+ "funding": {
17987
+ "url": "https://github.com/sponsors/isaacs"
17988
+ }
17989
+ },
18537
17990
  "node_modules/typescript": {
18538
17991
  "version": "5.8.3",
18539
17992
  "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz",