@jayree/sfdx-plugin-manifest 5.0.68 → 5.0.70

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [5.0.70](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.69...5.0.70) (2026-04-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump fast-xml-parser from 5.5.12 to 5.7.1 ([#2200](https://github.com/jayree/sfdx-plugin-manifest/issues/2200)) ([d0bc5da](https://github.com/jayree/sfdx-plugin-manifest/commit/d0bc5da35182ab937f772ff880dbf21d75765bc3))
7
+
8
+ ## [5.0.69](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.68...5.0.69) (2026-04-19)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** bump @jayree/changelog from 1.2.28 to 1.2.29 ([#2198](https://github.com/jayree/sfdx-plugin-manifest/issues/2198)) ([1fdfe1f](https://github.com/jayree/sfdx-plugin-manifest/commit/1fdfe1fa836f6e8dd9f8dd6fcf05184dd9a1fbf1))
14
+ * **deps:** bump marked from 17.0.5 to 18.0.0 ([#951](https://github.com/jayree/changelog/issues/951)) ([cae2356](https://github.com/jayree/changelog/commit/cae23567515da1fc7d0d81e65671b81e2756b98e))
15
+
1
16
  ## [5.0.68](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.67...5.0.68) (2026-04-17)
2
17
 
3
18
 
package/README.md CHANGED
@@ -112,7 +112,7 @@ EXAMPLES
112
112
  $ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
113
113
  ```
114
114
 
115
- _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.68/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.70/src/commands/jayree/manifest/cleanup.ts)_
116
116
 
117
117
  ### `sf jayree manifest generate`
118
118
 
@@ -150,7 +150,7 @@ EXAMPLES
150
150
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
151
151
  ```
152
152
 
153
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.68/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.70/src/commands/jayree/manifest/generate.ts)_
154
154
 
155
155
  ### `sf jayree manifest git diff REF1 [REF2]`
156
156
 
@@ -230,7 +230,7 @@ FLAG DESCRIPTIONS
230
230
  Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
231
231
  ```
232
232
 
233
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.68/src/commands/jayree/manifest/git/diff.ts)_
233
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/5.0.70/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "5.0.68",
3
+ "version": "5.0.70",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.68",
9
+ "version": "5.0.70",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@jayree/changelog": "^1.2.28",
12
+ "@jayree/changelog": "^1.2.29",
13
13
  "@oclif/core": "^4.10.5",
14
14
  "@salesforce/core": "^8.28.1",
15
15
  "@salesforce/kit": "^3.2.6",
@@ -18,7 +18,7 @@
18
18
  "@salesforce/source-tracking": "7.8.12",
19
19
  "@salesforce/ts-types": "^2.0.12",
20
20
  "fast-deep-equal": "^3.1.3",
21
- "fast-xml-parser": "^5.5.12",
21
+ "fast-xml-parser": "^5.7.1",
22
22
  "fs-extra": "^11.3.4",
23
23
  "graceful-fs": "^4.2.11",
24
24
  "isomorphic-git": "1.37.5"
@@ -31,7 +31,7 @@
31
31
  "@types/fs-extra": "^11.0.4",
32
32
  "@types/graceful-fs": "^4.1.9",
33
33
  "c8": "^11.0.0",
34
- "eslint-config-oclif": "^6.0.157",
34
+ "eslint-config-oclif": "^6.0.159",
35
35
  "eslint-config-salesforce-license": "^1.0.2",
36
36
  "eslint-plugin-prettier": "^5.5.5",
37
37
  "eslint-plugin-sf-plugin": "^1.20.33",
@@ -5116,14 +5116,14 @@
5116
5116
  }
5117
5117
  },
5118
5118
  "node_modules/@jayree/changelog": {
5119
- "version": "1.2.28",
5120
- "resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.28.tgz",
5121
- "integrity": "sha512-hFXsa/hrwMVoFJ0S2Tp/17T0GYpe4QPYl8Zxe4J/8F6X74otVwDlGemFkw2TBtFa51ntlUtHXf8ymRNkkuiVZg==",
5119
+ "version": "1.2.29",
5120
+ "resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.29.tgz",
5121
+ "integrity": "sha512-vxZj1OkILXSmgrEHBMUqvkhvvVl9WR0Rfjny7O3iB3/k+1x1UPp4UlnYl2tRdZK60v0o7z2HNnrPw1siTYlDUA==",
5122
5122
  "license": "BSD-3-Clause",
5123
5123
  "dependencies": {
5124
5124
  "debug": "^4.4.1",
5125
5125
  "fs-extra": "^11.3.4",
5126
- "marked": "^17.0.5",
5126
+ "marked": "^18.0.0",
5127
5127
  "marked-terminal": "^7.3.0",
5128
5128
  "semver": "^7.7.4",
5129
5129
  "semver-compare": "^1.0.0"
@@ -5342,6 +5342,18 @@
5342
5342
  "tslib": "2"
5343
5343
  }
5344
5344
  },
5345
+ "node_modules/@nodable/entities": {
5346
+ "version": "2.1.0",
5347
+ "resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz",
5348
+ "integrity": "sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==",
5349
+ "funding": [
5350
+ {
5351
+ "type": "github",
5352
+ "url": "https://github.com/sponsors/nodable"
5353
+ }
5354
+ ],
5355
+ "license": "MIT"
5356
+ },
5345
5357
  "node_modules/@nodelib/fs.scandir": {
5346
5358
  "version": "2.1.5",
5347
5359
  "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@@ -8192,17 +8204,17 @@
8192
8204
  "license": "MIT"
8193
8205
  },
8194
8206
  "node_modules/@typescript-eslint/eslint-plugin": {
8195
- "version": "8.58.1",
8196
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.1.tgz",
8197
- "integrity": "sha512-eSkwoemjo76bdXl2MYqtxg51HNwUSkWfODUOQ3PaTLZGh9uIWWFZIjyjaJnex7wXDu+TRx+ATsnSxdN9YWfRTQ==",
8207
+ "version": "8.58.2",
8208
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.2.tgz",
8209
+ "integrity": "sha512-aC2qc5thQahutKjP+cl8cgN9DWe3ZUqVko30CMSZHnFEHyhOYoZSzkGtAI2mcwZ38xeImDucI4dnqsHiOYuuCw==",
8198
8210
  "dev": true,
8199
8211
  "license": "MIT",
8200
8212
  "dependencies": {
8201
8213
  "@eslint-community/regexpp": "^4.12.2",
8202
- "@typescript-eslint/scope-manager": "8.58.1",
8203
- "@typescript-eslint/type-utils": "8.58.1",
8204
- "@typescript-eslint/utils": "8.58.1",
8205
- "@typescript-eslint/visitor-keys": "8.58.1",
8214
+ "@typescript-eslint/scope-manager": "8.58.2",
8215
+ "@typescript-eslint/type-utils": "8.58.2",
8216
+ "@typescript-eslint/utils": "8.58.2",
8217
+ "@typescript-eslint/visitor-keys": "8.58.2",
8206
8218
  "ignore": "^7.0.5",
8207
8219
  "natural-compare": "^1.4.0",
8208
8220
  "ts-api-utils": "^2.5.0"
@@ -8215,20 +8227,20 @@
8215
8227
  "url": "https://opencollective.com/typescript-eslint"
8216
8228
  },
8217
8229
  "peerDependencies": {
8218
- "@typescript-eslint/parser": "^8.58.1",
8230
+ "@typescript-eslint/parser": "^8.58.2",
8219
8231
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
8220
8232
  "typescript": ">=4.8.4 <6.1.0"
8221
8233
  }
8222
8234
  },
8223
8235
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
8224
- "version": "8.58.1",
8225
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.1.tgz",
8226
- "integrity": "sha512-TPYUEqJK6avLcEjumWsIuTpuYODTTDAtoMdt8ZZa93uWMTX13Nb8L5leSje1NluammvU+oI3QRr5lLXPgihX3w==",
8236
+ "version": "8.58.2",
8237
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.2.tgz",
8238
+ "integrity": "sha512-SgmyvDPexWETQek+qzZnrG6844IaO02UVyOLhI4wpo82dpZJY9+6YZCKAMFzXb7qhx37mFK1QcPQ18tud+vo6Q==",
8227
8239
  "dev": true,
8228
8240
  "license": "MIT",
8229
8241
  "dependencies": {
8230
- "@typescript-eslint/types": "8.58.1",
8231
- "@typescript-eslint/visitor-keys": "8.58.1"
8242
+ "@typescript-eslint/types": "8.58.2",
8243
+ "@typescript-eslint/visitor-keys": "8.58.2"
8232
8244
  },
8233
8245
  "engines": {
8234
8246
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8239,9 +8251,9 @@
8239
8251
  }
8240
8252
  },
8241
8253
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
8242
- "version": "8.58.1",
8243
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
8244
- "integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
8254
+ "version": "8.58.2",
8255
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.2.tgz",
8256
+ "integrity": "sha512-9TukXyATBQf/Jq9AMQXfvurk+G5R2MwfqQGDR2GzGz28HvY/lXNKGhkY+6IOubwcquikWk5cjlgPvD2uAA7htQ==",
8245
8257
  "dev": true,
8246
8258
  "license": "MIT",
8247
8259
  "engines": {
@@ -8253,13 +8265,13 @@
8253
8265
  }
8254
8266
  },
8255
8267
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
8256
- "version": "8.58.1",
8257
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz",
8258
- "integrity": "sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==",
8268
+ "version": "8.58.2",
8269
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.2.tgz",
8270
+ "integrity": "sha512-f1WO2Lx8a9t8DARmcWAUPJbu0G20bJlj8L4z72K00TMeJAoyLr/tHhI/pzYBLrR4dXWkcxO1cWYZEOX8DKHTqA==",
8259
8271
  "dev": true,
8260
8272
  "license": "MIT",
8261
8273
  "dependencies": {
8262
- "@typescript-eslint/types": "8.58.1",
8274
+ "@typescript-eslint/types": "8.58.2",
8263
8275
  "eslint-visitor-keys": "^5.0.0"
8264
8276
  },
8265
8277
  "engines": {
@@ -8307,16 +8319,16 @@
8307
8319
  }
8308
8320
  },
8309
8321
  "node_modules/@typescript-eslint/parser": {
8310
- "version": "8.58.1",
8311
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.1.tgz",
8312
- "integrity": "sha512-gGkiNMPqerb2cJSVcruigx9eHBlLG14fSdPdqMoOcBfh+vvn4iCq2C8MzUB89PrxOXk0y3GZ1yIWb9aOzL93bw==",
8322
+ "version": "8.58.2",
8323
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.58.2.tgz",
8324
+ "integrity": "sha512-/Zb/xaIDfxeJnvishjGdcR4jmr7S+bda8PKNhRGdljDM+elXhlvN0FyPSsMnLmJUrVG9aPO6dof80wjMawsASg==",
8313
8325
  "dev": true,
8314
8326
  "license": "MIT",
8315
8327
  "dependencies": {
8316
- "@typescript-eslint/scope-manager": "8.58.1",
8317
- "@typescript-eslint/types": "8.58.1",
8318
- "@typescript-eslint/typescript-estree": "8.58.1",
8319
- "@typescript-eslint/visitor-keys": "8.58.1",
8328
+ "@typescript-eslint/scope-manager": "8.58.2",
8329
+ "@typescript-eslint/types": "8.58.2",
8330
+ "@typescript-eslint/typescript-estree": "8.58.2",
8331
+ "@typescript-eslint/visitor-keys": "8.58.2",
8320
8332
  "debug": "^4.4.3"
8321
8333
  },
8322
8334
  "engines": {
@@ -8332,14 +8344,14 @@
8332
8344
  }
8333
8345
  },
8334
8346
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
8335
- "version": "8.58.1",
8336
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.1.tgz",
8337
- "integrity": "sha512-TPYUEqJK6avLcEjumWsIuTpuYODTTDAtoMdt8ZZa93uWMTX13Nb8L5leSje1NluammvU+oI3QRr5lLXPgihX3w==",
8347
+ "version": "8.58.2",
8348
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.2.tgz",
8349
+ "integrity": "sha512-SgmyvDPexWETQek+qzZnrG6844IaO02UVyOLhI4wpo82dpZJY9+6YZCKAMFzXb7qhx37mFK1QcPQ18tud+vo6Q==",
8338
8350
  "dev": true,
8339
8351
  "license": "MIT",
8340
8352
  "dependencies": {
8341
- "@typescript-eslint/types": "8.58.1",
8342
- "@typescript-eslint/visitor-keys": "8.58.1"
8353
+ "@typescript-eslint/types": "8.58.2",
8354
+ "@typescript-eslint/visitor-keys": "8.58.2"
8343
8355
  },
8344
8356
  "engines": {
8345
8357
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8350,9 +8362,9 @@
8350
8362
  }
8351
8363
  },
8352
8364
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
8353
- "version": "8.58.1",
8354
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
8355
- "integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
8365
+ "version": "8.58.2",
8366
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.2.tgz",
8367
+ "integrity": "sha512-9TukXyATBQf/Jq9AMQXfvurk+G5R2MwfqQGDR2GzGz28HvY/lXNKGhkY+6IOubwcquikWk5cjlgPvD2uAA7htQ==",
8356
8368
  "dev": true,
8357
8369
  "license": "MIT",
8358
8370
  "engines": {
@@ -8364,13 +8376,13 @@
8364
8376
  }
8365
8377
  },
8366
8378
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
8367
- "version": "8.58.1",
8368
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz",
8369
- "integrity": "sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==",
8379
+ "version": "8.58.2",
8380
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.2.tgz",
8381
+ "integrity": "sha512-f1WO2Lx8a9t8DARmcWAUPJbu0G20bJlj8L4z72K00TMeJAoyLr/tHhI/pzYBLrR4dXWkcxO1cWYZEOX8DKHTqA==",
8370
8382
  "dev": true,
8371
8383
  "license": "MIT",
8372
8384
  "dependencies": {
8373
- "@typescript-eslint/types": "8.58.1",
8385
+ "@typescript-eslint/types": "8.58.2",
8374
8386
  "eslint-visitor-keys": "^5.0.0"
8375
8387
  },
8376
8388
  "engines": {
@@ -8395,14 +8407,14 @@
8395
8407
  }
8396
8408
  },
8397
8409
  "node_modules/@typescript-eslint/project-service": {
8398
- "version": "8.58.1",
8399
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.1.tgz",
8400
- "integrity": "sha512-gfQ8fk6cxhtptek+/8ZIqw8YrRW5048Gug8Ts5IYcMLCw18iUgrZAEY/D7s4hkI0FxEfGakKuPK/XUMPzPxi5g==",
8410
+ "version": "8.58.2",
8411
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.58.2.tgz",
8412
+ "integrity": "sha512-Cq6UfpZZk15+r87BkIh5rDpi38W4b+Sjnb8wQCPPDDweS/LRCFjCyViEbzHk5Ck3f2QDfgmlxqSa7S7clDtlfg==",
8401
8413
  "dev": true,
8402
8414
  "license": "MIT",
8403
8415
  "dependencies": {
8404
- "@typescript-eslint/tsconfig-utils": "^8.58.1",
8405
- "@typescript-eslint/types": "^8.58.1",
8416
+ "@typescript-eslint/tsconfig-utils": "^8.58.2",
8417
+ "@typescript-eslint/types": "^8.58.2",
8406
8418
  "debug": "^4.4.3"
8407
8419
  },
8408
8420
  "engines": {
@@ -8417,9 +8429,9 @@
8417
8429
  }
8418
8430
  },
8419
8431
  "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
8420
- "version": "8.58.1",
8421
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.1.tgz",
8422
- "integrity": "sha512-JAr2hOIct2Q+qk3G+8YFfqkqi7sC86uNryT+2i5HzMa2MPjw4qNFvtjnw1IiA1rP7QhNKVe21mSSLaSjwA1Olw==",
8432
+ "version": "8.58.2",
8433
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.2.tgz",
8434
+ "integrity": "sha512-3SR+RukipDvkkKp/d0jP0dyzuls3DbGmwDpVEc5wqk5f38KFThakqAAO0XMirWAE+kT00oTauTbzMFGPoAzB0A==",
8423
8435
  "dev": true,
8424
8436
  "license": "MIT",
8425
8437
  "engines": {
@@ -8434,9 +8446,9 @@
8434
8446
  }
8435
8447
  },
8436
8448
  "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
8437
- "version": "8.58.1",
8438
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
8439
- "integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
8449
+ "version": "8.58.2",
8450
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.2.tgz",
8451
+ "integrity": "sha512-9TukXyATBQf/Jq9AMQXfvurk+G5R2MwfqQGDR2GzGz28HvY/lXNKGhkY+6IOubwcquikWk5cjlgPvD2uAA7htQ==",
8440
8452
  "dev": true,
8441
8453
  "license": "MIT",
8442
8454
  "engines": {
@@ -8497,15 +8509,15 @@
8497
8509
  }
8498
8510
  },
8499
8511
  "node_modules/@typescript-eslint/type-utils": {
8500
- "version": "8.58.1",
8501
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.58.1.tgz",
8502
- "integrity": "sha512-HUFxvTJVroT+0rXVJC7eD5zol6ID+Sn5npVPWoFuHGg9Ncq5Q4EYstqR+UOqaNRFXi5TYkpXXkLhoCHe3G0+7w==",
8512
+ "version": "8.58.2",
8513
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.58.2.tgz",
8514
+ "integrity": "sha512-Z7EloNR/B389FvabdGeTo2XMs4W9TjtPiO9DAsmT0yom0bwlPyRjkJ1uCdW1DvrrrYP50AJZ9Xc3sByZA9+dcg==",
8503
8515
  "dev": true,
8504
8516
  "license": "MIT",
8505
8517
  "dependencies": {
8506
- "@typescript-eslint/types": "8.58.1",
8507
- "@typescript-eslint/typescript-estree": "8.58.1",
8508
- "@typescript-eslint/utils": "8.58.1",
8518
+ "@typescript-eslint/types": "8.58.2",
8519
+ "@typescript-eslint/typescript-estree": "8.58.2",
8520
+ "@typescript-eslint/utils": "8.58.2",
8509
8521
  "debug": "^4.4.3",
8510
8522
  "ts-api-utils": "^2.5.0"
8511
8523
  },
@@ -8522,9 +8534,9 @@
8522
8534
  }
8523
8535
  },
8524
8536
  "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
8525
- "version": "8.58.1",
8526
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
8527
- "integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
8537
+ "version": "8.58.2",
8538
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.2.tgz",
8539
+ "integrity": "sha512-9TukXyATBQf/Jq9AMQXfvurk+G5R2MwfqQGDR2GzGz28HvY/lXNKGhkY+6IOubwcquikWk5cjlgPvD2uAA7htQ==",
8528
8540
  "dev": true,
8529
8541
  "license": "MIT",
8530
8542
  "engines": {
@@ -8563,16 +8575,16 @@
8563
8575
  }
8564
8576
  },
8565
8577
  "node_modules/@typescript-eslint/typescript-estree": {
8566
- "version": "8.58.1",
8567
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.1.tgz",
8568
- "integrity": "sha512-w4w7WR7GHOjqqPnvAYbazq+Y5oS68b9CzasGtnd6jIeOIeKUzYzupGTB2T4LTPSv4d+WPeccbxuneTFHYgAAWg==",
8578
+ "version": "8.58.2",
8579
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.2.tgz",
8580
+ "integrity": "sha512-ELGuoofuhhoCvNbQjFFiobFcGgcDCEm0ThWdmO4Z0UzLqPXS3KFvnEZ+SHewwOYHjM09tkzOWXNTv9u6Gqtyuw==",
8569
8581
  "dev": true,
8570
8582
  "license": "MIT",
8571
8583
  "dependencies": {
8572
- "@typescript-eslint/project-service": "8.58.1",
8573
- "@typescript-eslint/tsconfig-utils": "8.58.1",
8574
- "@typescript-eslint/types": "8.58.1",
8575
- "@typescript-eslint/visitor-keys": "8.58.1",
8584
+ "@typescript-eslint/project-service": "8.58.2",
8585
+ "@typescript-eslint/tsconfig-utils": "8.58.2",
8586
+ "@typescript-eslint/types": "8.58.2",
8587
+ "@typescript-eslint/visitor-keys": "8.58.2",
8576
8588
  "debug": "^4.4.3",
8577
8589
  "minimatch": "^10.2.2",
8578
8590
  "semver": "^7.7.3",
@@ -8591,9 +8603,9 @@
8591
8603
  }
8592
8604
  },
8593
8605
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": {
8594
- "version": "8.58.1",
8595
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.1.tgz",
8596
- "integrity": "sha512-JAr2hOIct2Q+qk3G+8YFfqkqi7sC86uNryT+2i5HzMa2MPjw4qNFvtjnw1IiA1rP7QhNKVe21mSSLaSjwA1Olw==",
8606
+ "version": "8.58.2",
8607
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.2.tgz",
8608
+ "integrity": "sha512-3SR+RukipDvkkKp/d0jP0dyzuls3DbGmwDpVEc5wqk5f38KFThakqAAO0XMirWAE+kT00oTauTbzMFGPoAzB0A==",
8597
8609
  "dev": true,
8598
8610
  "license": "MIT",
8599
8611
  "engines": {
@@ -8608,9 +8620,9 @@
8608
8620
  }
8609
8621
  },
8610
8622
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
8611
- "version": "8.58.1",
8612
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
8613
- "integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
8623
+ "version": "8.58.2",
8624
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.2.tgz",
8625
+ "integrity": "sha512-9TukXyATBQf/Jq9AMQXfvurk+G5R2MwfqQGDR2GzGz28HvY/lXNKGhkY+6IOubwcquikWk5cjlgPvD2uAA7htQ==",
8614
8626
  "dev": true,
8615
8627
  "license": "MIT",
8616
8628
  "engines": {
@@ -8622,13 +8634,13 @@
8622
8634
  }
8623
8635
  },
8624
8636
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
8625
- "version": "8.58.1",
8626
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz",
8627
- "integrity": "sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==",
8637
+ "version": "8.58.2",
8638
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.2.tgz",
8639
+ "integrity": "sha512-f1WO2Lx8a9t8DARmcWAUPJbu0G20bJlj8L4z72K00TMeJAoyLr/tHhI/pzYBLrR4dXWkcxO1cWYZEOX8DKHTqA==",
8628
8640
  "dev": true,
8629
8641
  "license": "MIT",
8630
8642
  "dependencies": {
8631
- "@typescript-eslint/types": "8.58.1",
8643
+ "@typescript-eslint/types": "8.58.2",
8632
8644
  "eslint-visitor-keys": "^5.0.0"
8633
8645
  },
8634
8646
  "engines": {
@@ -8705,16 +8717,16 @@
8705
8717
  }
8706
8718
  },
8707
8719
  "node_modules/@typescript-eslint/utils": {
8708
- "version": "8.58.1",
8709
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.58.1.tgz",
8710
- "integrity": "sha512-Ln8R0tmWC7pTtLOzgJzYTXSCjJ9rDNHAqTaVONF4FEi2qwce8mD9iSOxOpLFFvWp/wBFlew0mjM1L1ihYWfBdQ==",
8720
+ "version": "8.58.2",
8721
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.58.2.tgz",
8722
+ "integrity": "sha512-QZfjHNEzPY8+l0+fIXMvuQ2sJlplB4zgDZvA+NmvZsZv3EQwOcc1DuIU1VJUTWZ/RKouBMhDyNaBMx4sWvrzRA==",
8711
8723
  "dev": true,
8712
8724
  "license": "MIT",
8713
8725
  "dependencies": {
8714
8726
  "@eslint-community/eslint-utils": "^4.9.1",
8715
- "@typescript-eslint/scope-manager": "8.58.1",
8716
- "@typescript-eslint/types": "8.58.1",
8717
- "@typescript-eslint/typescript-estree": "8.58.1"
8727
+ "@typescript-eslint/scope-manager": "8.58.2",
8728
+ "@typescript-eslint/types": "8.58.2",
8729
+ "@typescript-eslint/typescript-estree": "8.58.2"
8718
8730
  },
8719
8731
  "engines": {
8720
8732
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8729,14 +8741,14 @@
8729
8741
  }
8730
8742
  },
8731
8743
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
8732
- "version": "8.58.1",
8733
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.1.tgz",
8734
- "integrity": "sha512-TPYUEqJK6avLcEjumWsIuTpuYODTTDAtoMdt8ZZa93uWMTX13Nb8L5leSje1NluammvU+oI3QRr5lLXPgihX3w==",
8744
+ "version": "8.58.2",
8745
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.58.2.tgz",
8746
+ "integrity": "sha512-SgmyvDPexWETQek+qzZnrG6844IaO02UVyOLhI4wpo82dpZJY9+6YZCKAMFzXb7qhx37mFK1QcPQ18tud+vo6Q==",
8735
8747
  "dev": true,
8736
8748
  "license": "MIT",
8737
8749
  "dependencies": {
8738
- "@typescript-eslint/types": "8.58.1",
8739
- "@typescript-eslint/visitor-keys": "8.58.1"
8750
+ "@typescript-eslint/types": "8.58.2",
8751
+ "@typescript-eslint/visitor-keys": "8.58.2"
8740
8752
  },
8741
8753
  "engines": {
8742
8754
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8747,9 +8759,9 @@
8747
8759
  }
8748
8760
  },
8749
8761
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
8750
- "version": "8.58.1",
8751
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.1.tgz",
8752
- "integrity": "sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==",
8762
+ "version": "8.58.2",
8763
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.58.2.tgz",
8764
+ "integrity": "sha512-9TukXyATBQf/Jq9AMQXfvurk+G5R2MwfqQGDR2GzGz28HvY/lXNKGhkY+6IOubwcquikWk5cjlgPvD2uAA7htQ==",
8753
8765
  "dev": true,
8754
8766
  "license": "MIT",
8755
8767
  "engines": {
@@ -8761,13 +8773,13 @@
8761
8773
  }
8762
8774
  },
8763
8775
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
8764
- "version": "8.58.1",
8765
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz",
8766
- "integrity": "sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==",
8776
+ "version": "8.58.2",
8777
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.2.tgz",
8778
+ "integrity": "sha512-f1WO2Lx8a9t8DARmcWAUPJbu0G20bJlj8L4z72K00TMeJAoyLr/tHhI/pzYBLrR4dXWkcxO1cWYZEOX8DKHTqA==",
8767
8779
  "dev": true,
8768
8780
  "license": "MIT",
8769
8781
  "dependencies": {
8770
- "@typescript-eslint/types": "8.58.1",
8782
+ "@typescript-eslint/types": "8.58.2",
8771
8783
  "eslint-visitor-keys": "^5.0.0"
8772
8784
  },
8773
8785
  "engines": {
@@ -11493,9 +11505,9 @@
11493
11505
  }
11494
11506
  },
11495
11507
  "node_modules/eslint-config-oclif": {
11496
- "version": "6.0.157",
11497
- "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.157.tgz",
11498
- "integrity": "sha512-Kt4MBzjWY4FLJgVeMsG4oZwmWbkQuqQioKtnXp9RDb6LR472Isr9yAfuLEsNTZMXfYEv5lsTv2zyg619HkL19Q==",
11508
+ "version": "6.0.159",
11509
+ "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.159.tgz",
11510
+ "integrity": "sha512-tzfcFO1kYLJeuSgM4QOVW/GJROeAcd5Nwzx5dwonK4FECoKAArjZQ5ZY7Z+uK/nAABIym5ihxWgdkSrgqbJARg==",
11499
11511
  "dev": true,
11500
11512
  "license": "MIT",
11501
11513
  "dependencies": {
@@ -11515,7 +11527,7 @@
11515
11527
  "eslint-plugin-n": "^17.24.0",
11516
11528
  "eslint-plugin-perfectionist": "^4",
11517
11529
  "eslint-plugin-unicorn": "^56.0.1",
11518
- "typescript-eslint": "^8.58.1"
11530
+ "typescript-eslint": "^8.58.2"
11519
11531
  },
11520
11532
  "engines": {
11521
11533
  "node": ">=18.18.0"
@@ -13202,9 +13214,9 @@
13202
13214
  "license": "BSD-3-Clause"
13203
13215
  },
13204
13216
  "node_modules/fast-xml-builder": {
13205
- "version": "1.1.4",
13206
- "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz",
13207
- "integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==",
13217
+ "version": "1.1.5",
13218
+ "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz",
13219
+ "integrity": "sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==",
13208
13220
  "funding": [
13209
13221
  {
13210
13222
  "type": "github",
@@ -13217,9 +13229,9 @@
13217
13229
  }
13218
13230
  },
13219
13231
  "node_modules/fast-xml-parser": {
13220
- "version": "5.5.12",
13221
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.12.tgz",
13222
- "integrity": "sha512-nUR0q8PPfoA/svPM43Gup7vLOZWppaNrYgGmrVqrAVJa7cOH4hMG6FX9M4mQ8dZA1/ObGZHzES7Ed88hxEBSJg==",
13232
+ "version": "5.7.1",
13233
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz",
13234
+ "integrity": "sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA==",
13223
13235
  "funding": [
13224
13236
  {
13225
13237
  "type": "github",
@@ -13228,7 +13240,8 @@
13228
13240
  ],
13229
13241
  "license": "MIT",
13230
13242
  "dependencies": {
13231
- "fast-xml-builder": "^1.1.4",
13243
+ "@nodable/entities": "^2.1.0",
13244
+ "fast-xml-builder": "^1.1.5",
13232
13245
  "path-expression-matcher": "^1.5.0",
13233
13246
  "strnum": "^2.2.3"
13234
13247
  },
@@ -16369,9 +16382,9 @@
16369
16382
  }
16370
16383
  },
16371
16384
  "node_modules/marked": {
16372
- "version": "17.0.5",
16373
- "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.5.tgz",
16374
- "integrity": "sha512-6hLvc0/JEbRjRgzI6wnT2P1XuM1/RrrDEX0kPt0N7jGm1133g6X7DlxFasUIx+72aKAr904GTxhSLDrd5DIlZg==",
16385
+ "version": "18.0.2",
16386
+ "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.2.tgz",
16387
+ "integrity": "sha512-NsmlUYBS/Zg57rgDWMYdnre6OTj4e+qq/JS2ot3KrYLSoHLw+sDu0Nm1ZGpRgYAq6c+b1ekaY5NzVchMCQnzcg==",
16375
16388
  "license": "MIT",
16376
16389
  "bin": {
16377
16390
  "marked": "bin/marked.js"
@@ -21063,16 +21076,16 @@
21063
21076
  }
21064
21077
  },
21065
21078
  "node_modules/typescript-eslint": {
21066
- "version": "8.58.1",
21067
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.58.1.tgz",
21068
- "integrity": "sha512-gf6/oHChByg9HJvhMO1iBexJh12AqqTfnuxscMDOVqfJW3htsdRJI/GfPpHTTcyeB8cSTUY2JcZmVgoyPqcrDg==",
21079
+ "version": "8.58.2",
21080
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.58.2.tgz",
21081
+ "integrity": "sha512-V8iSng9mRbdZjl54VJ9NKr6ZB+dW0J3TzRXRGcSbLIej9jV86ZRtlYeTKDR/QLxXykocJ5icNzbsl2+5TzIvcQ==",
21069
21082
  "dev": true,
21070
21083
  "license": "MIT",
21071
21084
  "dependencies": {
21072
- "@typescript-eslint/eslint-plugin": "8.58.1",
21073
- "@typescript-eslint/parser": "8.58.1",
21074
- "@typescript-eslint/typescript-estree": "8.58.1",
21075
- "@typescript-eslint/utils": "8.58.1"
21085
+ "@typescript-eslint/eslint-plugin": "8.58.2",
21086
+ "@typescript-eslint/parser": "8.58.2",
21087
+ "@typescript-eslint/typescript-estree": "8.58.2",
21088
+ "@typescript-eslint/utils": "8.58.2"
21076
21089
  },
21077
21090
  "engines": {
21078
21091
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
package/oclif.lock CHANGED
@@ -1592,14 +1592,14 @@
1592
1592
  resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
1593
1593
  integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
1594
1594
 
1595
- "@jayree/changelog@^1.2.28":
1596
- version "1.2.28"
1597
- resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.28.tgz#ef37ddd1b15ec07a843bc0af43392a299d515856"
1598
- integrity sha512-hFXsa/hrwMVoFJ0S2Tp/17T0GYpe4QPYl8Zxe4J/8F6X74otVwDlGemFkw2TBtFa51ntlUtHXf8ymRNkkuiVZg==
1595
+ "@jayree/changelog@^1.2.29":
1596
+ version "1.2.29"
1597
+ resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.29.tgz#477c05ea5ed3fafe31cfbc9fd891643343a2c419"
1598
+ integrity sha512-vxZj1OkILXSmgrEHBMUqvkhvvVl9WR0Rfjny7O3iB3/k+1x1UPp4UlnYl2tRdZK60v0o7z2HNnrPw1siTYlDUA==
1599
1599
  dependencies:
1600
1600
  debug "^4.4.1"
1601
1601
  fs-extra "^11.3.4"
1602
- marked "^17.0.5"
1602
+ marked "^18.0.0"
1603
1603
  marked-terminal "^7.3.0"
1604
1604
  semver "^7.7.4"
1605
1605
  semver-compare "^1.0.0"
@@ -1716,6 +1716,11 @@
1716
1716
  "@emnapi/runtime" "^1.4.3"
1717
1717
  "@tybys/wasm-util" "^0.10.0"
1718
1718
 
1719
+ "@nodable/entities@^2.1.0":
1720
+ version "2.1.0"
1721
+ resolved "https://registry.yarnpkg.com/@nodable/entities/-/entities-2.1.0.tgz#f543e5c6446720d4cf9e498a83019dd159973bc2"
1722
+ integrity sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==
1723
+
1719
1724
  "@nodelib/fs.scandir@2.1.5":
1720
1725
  version "2.1.5"
1721
1726
  resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -3085,16 +3090,16 @@
3085
3090
  resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
3086
3091
  integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
3087
3092
 
3088
- "@typescript-eslint/eslint-plugin@8.58.1", "@typescript-eslint/eslint-plugin@^8":
3089
- version "8.58.1"
3090
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.1.tgz#cb53038b83d165ca0ef96d67d875efbd56c50fa8"
3091
- integrity sha512-eSkwoemjo76bdXl2MYqtxg51HNwUSkWfODUOQ3PaTLZGh9uIWWFZIjyjaJnex7wXDu+TRx+ATsnSxdN9YWfRTQ==
3093
+ "@typescript-eslint/eslint-plugin@8.58.2", "@typescript-eslint/eslint-plugin@^8":
3094
+ version "8.58.2"
3095
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.2.tgz#a6882a6a328e1259cff259fdb03184245ef06191"
3096
+ integrity sha512-aC2qc5thQahutKjP+cl8cgN9DWe3ZUqVko30CMSZHnFEHyhOYoZSzkGtAI2mcwZ38xeImDucI4dnqsHiOYuuCw==
3092
3097
  dependencies:
3093
3098
  "@eslint-community/regexpp" "^4.12.2"
3094
- "@typescript-eslint/scope-manager" "8.58.1"
3095
- "@typescript-eslint/type-utils" "8.58.1"
3096
- "@typescript-eslint/utils" "8.58.1"
3097
- "@typescript-eslint/visitor-keys" "8.58.1"
3099
+ "@typescript-eslint/scope-manager" "8.58.2"
3100
+ "@typescript-eslint/type-utils" "8.58.2"
3101
+ "@typescript-eslint/utils" "8.58.2"
3102
+ "@typescript-eslint/visitor-keys" "8.58.2"
3098
3103
  ignore "^7.0.5"
3099
3104
  natural-compare "^1.4.0"
3100
3105
  ts-api-utils "^2.5.0"
@@ -3116,15 +3121,15 @@
3116
3121
  semver "^7.5.4"
3117
3122
  ts-api-utils "^1.0.1"
3118
3123
 
3119
- "@typescript-eslint/parser@8.58.1", "@typescript-eslint/parser@^8":
3120
- version "8.58.1"
3121
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.58.1.tgz#0943eca522ac408bcdd649882c3d95b10ff00f62"
3122
- integrity sha512-gGkiNMPqerb2cJSVcruigx9eHBlLG14fSdPdqMoOcBfh+vvn4iCq2C8MzUB89PrxOXk0y3GZ1yIWb9aOzL93bw==
3124
+ "@typescript-eslint/parser@8.58.2", "@typescript-eslint/parser@^8":
3125
+ version "8.58.2"
3126
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.58.2.tgz#b267545e4bd515d896fe1f3a5b6f334fa6aa0026"
3127
+ integrity sha512-/Zb/xaIDfxeJnvishjGdcR4jmr7S+bda8PKNhRGdljDM+elXhlvN0FyPSsMnLmJUrVG9aPO6dof80wjMawsASg==
3123
3128
  dependencies:
3124
- "@typescript-eslint/scope-manager" "8.58.1"
3125
- "@typescript-eslint/types" "8.58.1"
3126
- "@typescript-eslint/typescript-estree" "8.58.1"
3127
- "@typescript-eslint/visitor-keys" "8.58.1"
3129
+ "@typescript-eslint/scope-manager" "8.58.2"
3130
+ "@typescript-eslint/types" "8.58.2"
3131
+ "@typescript-eslint/typescript-estree" "8.58.2"
3132
+ "@typescript-eslint/visitor-keys" "8.58.2"
3128
3133
  debug "^4.4.3"
3129
3134
 
3130
3135
  "@typescript-eslint/parser@^6.21.0":
@@ -3147,13 +3152,13 @@
3147
3152
  "@typescript-eslint/types" "^8.56.0"
3148
3153
  debug "^4.4.3"
3149
3154
 
3150
- "@typescript-eslint/project-service@8.58.1":
3151
- version "8.58.1"
3152
- resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.1.tgz#c78781b1ca1ec1e7bc6522efba89318c6d249feb"
3153
- integrity sha512-gfQ8fk6cxhtptek+/8ZIqw8YrRW5048Gug8Ts5IYcMLCw18iUgrZAEY/D7s4hkI0FxEfGakKuPK/XUMPzPxi5g==
3155
+ "@typescript-eslint/project-service@8.58.2":
3156
+ version "8.58.2"
3157
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.2.tgz#8c980249100e21b87baba0ca10880fdf893e0a8e"
3158
+ integrity sha512-Cq6UfpZZk15+r87BkIh5rDpi38W4b+Sjnb8wQCPPDDweS/LRCFjCyViEbzHk5Ck3f2QDfgmlxqSa7S7clDtlfg==
3154
3159
  dependencies:
3155
- "@typescript-eslint/tsconfig-utils" "^8.58.1"
3156
- "@typescript-eslint/types" "^8.58.1"
3160
+ "@typescript-eslint/tsconfig-utils" "^8.58.2"
3161
+ "@typescript-eslint/types" "^8.58.2"
3157
3162
  debug "^4.4.3"
3158
3163
 
3159
3164
  "@typescript-eslint/scope-manager@6.21.0":
@@ -3180,23 +3185,23 @@
3180
3185
  "@typescript-eslint/types" "8.56.0"
3181
3186
  "@typescript-eslint/visitor-keys" "8.56.0"
3182
3187
 
3183
- "@typescript-eslint/scope-manager@8.58.1":
3184
- version "8.58.1"
3185
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.1.tgz#35168f561bab4e3fd10dd6b03e8b83c157479211"
3186
- integrity sha512-TPYUEqJK6avLcEjumWsIuTpuYODTTDAtoMdt8ZZa93uWMTX13Nb8L5leSje1NluammvU+oI3QRr5lLXPgihX3w==
3188
+ "@typescript-eslint/scope-manager@8.58.2":
3189
+ version "8.58.2"
3190
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.2.tgz#aa73784d78f117940e83f71705af07ba695cd60c"
3191
+ integrity sha512-SgmyvDPexWETQek+qzZnrG6844IaO02UVyOLhI4wpo82dpZJY9+6YZCKAMFzXb7qhx37mFK1QcPQ18tud+vo6Q==
3187
3192
  dependencies:
3188
- "@typescript-eslint/types" "8.58.1"
3189
- "@typescript-eslint/visitor-keys" "8.58.1"
3193
+ "@typescript-eslint/types" "8.58.2"
3194
+ "@typescript-eslint/visitor-keys" "8.58.2"
3190
3195
 
3191
3196
  "@typescript-eslint/tsconfig-utils@8.56.0", "@typescript-eslint/tsconfig-utils@^8.56.0":
3192
3197
  version "8.56.0"
3193
3198
  resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.0.tgz#2538ce83cbc376e685487960cbb24b65fe2abc4e"
3194
3199
  integrity sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==
3195
3200
 
3196
- "@typescript-eslint/tsconfig-utils@8.58.1", "@typescript-eslint/tsconfig-utils@^8.58.1":
3197
- version "8.58.1"
3198
- resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.1.tgz#eb16792c579300c7bfb3c74b0f5e1dfbb0a2454d"
3199
- integrity sha512-JAr2hOIct2Q+qk3G+8YFfqkqi7sC86uNryT+2i5HzMa2MPjw4qNFvtjnw1IiA1rP7QhNKVe21mSSLaSjwA1Olw==
3201
+ "@typescript-eslint/tsconfig-utils@8.58.2", "@typescript-eslint/tsconfig-utils@^8.58.2":
3202
+ version "8.58.2"
3203
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.2.tgz#fa13f96432c9348bf87f6f44826def585fad7bca"
3204
+ integrity sha512-3SR+RukipDvkkKp/d0jP0dyzuls3DbGmwDpVEc5wqk5f38KFThakqAAO0XMirWAE+kT00oTauTbzMFGPoAzB0A==
3200
3205
 
3201
3206
  "@typescript-eslint/type-utils@6.21.0":
3202
3207
  version "6.21.0"
@@ -3208,14 +3213,14 @@
3208
3213
  debug "^4.3.4"
3209
3214
  ts-api-utils "^1.0.1"
3210
3215
 
3211
- "@typescript-eslint/type-utils@8.58.1":
3212
- version "8.58.1"
3213
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.1.tgz#b21085a233087bde94c92ba6f5b4dfb77ca56730"
3214
- integrity sha512-HUFxvTJVroT+0rXVJC7eD5zol6ID+Sn5npVPWoFuHGg9Ncq5Q4EYstqR+UOqaNRFXi5TYkpXXkLhoCHe3G0+7w==
3216
+ "@typescript-eslint/type-utils@8.58.2":
3217
+ version "8.58.2"
3218
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.2.tgz#024eb1dd597f8a34cb22d8d9ab32da857bc9a817"
3219
+ integrity sha512-Z7EloNR/B389FvabdGeTo2XMs4W9TjtPiO9DAsmT0yom0bwlPyRjkJ1uCdW1DvrrrYP50AJZ9Xc3sByZA9+dcg==
3215
3220
  dependencies:
3216
- "@typescript-eslint/types" "8.58.1"
3217
- "@typescript-eslint/typescript-estree" "8.58.1"
3218
- "@typescript-eslint/utils" "8.58.1"
3221
+ "@typescript-eslint/types" "8.58.2"
3222
+ "@typescript-eslint/typescript-estree" "8.58.2"
3223
+ "@typescript-eslint/utils" "8.58.2"
3219
3224
  debug "^4.4.3"
3220
3225
  ts-api-utils "^2.5.0"
3221
3226
 
@@ -3234,10 +3239,10 @@
3234
3239
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.0.tgz#a2444011b9a98ca13d70411d2cbfed5443b3526a"
3235
3240
  integrity sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==
3236
3241
 
3237
- "@typescript-eslint/types@8.58.1", "@typescript-eslint/types@^8.58.1":
3238
- version "8.58.1"
3239
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.1.tgz#9dfb4723fcd2b13737d8b03d941354cf73190313"
3240
- integrity sha512-io/dV5Aw5ezwzfPBBWLoT+5QfVtP8O7q4Kftjn5azJ88bYyp/ZMCsyW1lpKK46EXJcaYMZ1JtYj+s/7TdzmQMw==
3242
+ "@typescript-eslint/types@8.58.2", "@typescript-eslint/types@^8.58.2":
3243
+ version "8.58.2"
3244
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.2.tgz#3ab8051de0f19a46ddefb0749d0f7d82974bd57c"
3245
+ integrity sha512-9TukXyATBQf/Jq9AMQXfvurk+G5R2MwfqQGDR2GzGz28HvY/lXNKGhkY+6IOubwcquikWk5cjlgPvD2uAA7htQ==
3241
3246
 
3242
3247
  "@typescript-eslint/typescript-estree@6.21.0":
3243
3248
  version "6.21.0"
@@ -3282,15 +3287,15 @@
3282
3287
  tinyglobby "^0.2.15"
3283
3288
  ts-api-utils "^2.4.0"
3284
3289
 
3285
- "@typescript-eslint/typescript-estree@8.58.1":
3286
- version "8.58.1"
3287
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.1.tgz#8230cc9628d2cffef101e298c62807c4b9bf2fe9"
3288
- integrity sha512-w4w7WR7GHOjqqPnvAYbazq+Y5oS68b9CzasGtnd6jIeOIeKUzYzupGTB2T4LTPSv4d+WPeccbxuneTFHYgAAWg==
3290
+ "@typescript-eslint/typescript-estree@8.58.2":
3291
+ version "8.58.2"
3292
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.2.tgz#b1beb1f959385b341cc76f0aebbf028e23dfdb8b"
3293
+ integrity sha512-ELGuoofuhhoCvNbQjFFiobFcGgcDCEm0ThWdmO4Z0UzLqPXS3KFvnEZ+SHewwOYHjM09tkzOWXNTv9u6Gqtyuw==
3289
3294
  dependencies:
3290
- "@typescript-eslint/project-service" "8.58.1"
3291
- "@typescript-eslint/tsconfig-utils" "8.58.1"
3292
- "@typescript-eslint/types" "8.58.1"
3293
- "@typescript-eslint/visitor-keys" "8.58.1"
3295
+ "@typescript-eslint/project-service" "8.58.2"
3296
+ "@typescript-eslint/tsconfig-utils" "8.58.2"
3297
+ "@typescript-eslint/types" "8.58.2"
3298
+ "@typescript-eslint/visitor-keys" "8.58.2"
3294
3299
  debug "^4.4.3"
3295
3300
  minimatch "^10.2.2"
3296
3301
  semver "^7.7.3"
@@ -3310,15 +3315,15 @@
3310
3315
  "@typescript-eslint/typescript-estree" "6.21.0"
3311
3316
  semver "^7.5.4"
3312
3317
 
3313
- "@typescript-eslint/utils@8.58.1":
3314
- version "8.58.1"
3315
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.1.tgz#099a327b04ed921e6ee3988cde9ef34bc4b5435a"
3316
- integrity sha512-Ln8R0tmWC7pTtLOzgJzYTXSCjJ9rDNHAqTaVONF4FEi2qwce8mD9iSOxOpLFFvWp/wBFlew0mjM1L1ihYWfBdQ==
3318
+ "@typescript-eslint/utils@8.58.2":
3319
+ version "8.58.2"
3320
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.2.tgz#27165554a02d1ff57d98262fa92060498dabc8b3"
3321
+ integrity sha512-QZfjHNEzPY8+l0+fIXMvuQ2sJlplB4zgDZvA+NmvZsZv3EQwOcc1DuIU1VJUTWZ/RKouBMhDyNaBMx4sWvrzRA==
3317
3322
  dependencies:
3318
3323
  "@eslint-community/eslint-utils" "^4.9.1"
3319
- "@typescript-eslint/scope-manager" "8.58.1"
3320
- "@typescript-eslint/types" "8.58.1"
3321
- "@typescript-eslint/typescript-estree" "8.58.1"
3324
+ "@typescript-eslint/scope-manager" "8.58.2"
3325
+ "@typescript-eslint/types" "8.58.2"
3326
+ "@typescript-eslint/typescript-estree" "8.58.2"
3322
3327
 
3323
3328
  "@typescript-eslint/utils@^7.18.0":
3324
3329
  version "7.18.0"
@@ -3364,12 +3369,12 @@
3364
3369
  "@typescript-eslint/types" "8.56.0"
3365
3370
  eslint-visitor-keys "^5.0.0"
3366
3371
 
3367
- "@typescript-eslint/visitor-keys@8.58.1":
3368
- version "8.58.1"
3369
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.1.tgz#7c197533177f1ba9b8249f55f7f685e32bb6f204"
3370
- integrity sha512-y+vH7QE8ycjoa0bWciFg7OpFcipUuem1ujhrdLtq1gByKwfbC7bPeKsiny9e0urg93DqwGcHey+bGRKCnF1nZQ==
3372
+ "@typescript-eslint/visitor-keys@8.58.2":
3373
+ version "8.58.2"
3374
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.2.tgz#9ed699eaa9b5720b6b6b6f9c16e6c7d4cd32b276"
3375
+ integrity sha512-f1WO2Lx8a9t8DARmcWAUPJbu0G20bJlj8L4z72K00TMeJAoyLr/tHhI/pzYBLrR4dXWkcxO1cWYZEOX8DKHTqA==
3371
3376
  dependencies:
3372
- "@typescript-eslint/types" "8.58.1"
3377
+ "@typescript-eslint/types" "8.58.2"
3373
3378
  eslint-visitor-keys "^5.0.0"
3374
3379
 
3375
3380
  "@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
@@ -4990,10 +4995,10 @@ eslint-config-oclif@^5.2.2:
4990
4995
  eslint-plugin-n "^15.1.0"
4991
4996
  eslint-plugin-unicorn "^48.0.1"
4992
4997
 
4993
- eslint-config-oclif@^6.0.157:
4994
- version "6.0.157"
4995
- resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.157.tgz#31193548d8094fd3649ee4fcdabe487c3469f9e8"
4996
- integrity sha512-Kt4MBzjWY4FLJgVeMsG4oZwmWbkQuqQioKtnXp9RDb6LR472Isr9yAfuLEsNTZMXfYEv5lsTv2zyg619HkL19Q==
4998
+ eslint-config-oclif@^6.0.159:
4999
+ version "6.0.159"
5000
+ resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.159.tgz#4ee3a65c07bdd848e6f70377cdb7c12ac81e5069"
5001
+ integrity sha512-tzfcFO1kYLJeuSgM4QOVW/GJROeAcd5Nwzx5dwonK4FECoKAArjZQ5ZY7Z+uK/nAABIym5ihxWgdkSrgqbJARg==
4997
5002
  dependencies:
4998
5003
  "@eslint/compat" "^1.4.1"
4999
5004
  "@eslint/eslintrc" "^3.3.5"
@@ -5011,7 +5016,7 @@ eslint-config-oclif@^6.0.157:
5011
5016
  eslint-plugin-n "^17.24.0"
5012
5017
  eslint-plugin-perfectionist "^4"
5013
5018
  eslint-plugin-unicorn "^56.0.1"
5014
- typescript-eslint "^8.58.1"
5019
+ typescript-eslint "^8.58.2"
5015
5020
 
5016
5021
  eslint-config-prettier@^9.1.0:
5017
5022
  version "9.1.2"
@@ -5540,10 +5545,10 @@ fast-uri@^3.0.1:
5540
5545
  resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.0.tgz#66eecff6c764c0df9b762e62ca7edcfb53b4edfa"
5541
5546
  integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==
5542
5547
 
5543
- fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.4:
5544
- version "1.1.4"
5545
- resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz#0c407a1d9d5996336c0cd76f7ff785cac6413017"
5546
- integrity sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==
5548
+ fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.4, fast-xml-builder@^1.1.5:
5549
+ version "1.1.5"
5550
+ resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz#50188e1452a5fa095f415d3e63dcac0a1dbcbf11"
5551
+ integrity sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==
5547
5552
  dependencies:
5548
5553
  path-expression-matcher "^1.1.3"
5549
5554
 
@@ -5564,12 +5569,13 @@ fast-xml-parser@5.5.8:
5564
5569
  path-expression-matcher "^1.2.0"
5565
5570
  strnum "^2.2.0"
5566
5571
 
5567
- fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.12, fast-xml-parser@^5.5.7:
5568
- version "5.5.12"
5569
- resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.12.tgz#6e50e5a5bbb03c1dc72a9268a9bfe677b1b623b2"
5570
- integrity sha512-nUR0q8PPfoA/svPM43Gup7vLOZWppaNrYgGmrVqrAVJa7cOH4hMG6FX9M4mQ8dZA1/ObGZHzES7Ed88hxEBSJg==
5572
+ fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.1:
5573
+ version "5.7.1"
5574
+ resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz#17697550bdd2a0a0d47cdc4b456c009c4cbe8a06"
5575
+ integrity sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA==
5571
5576
  dependencies:
5572
- fast-xml-builder "^1.1.4"
5577
+ "@nodable/entities" "^2.1.0"
5578
+ fast-xml-builder "^1.1.5"
5573
5579
  path-expression-matcher "^1.5.0"
5574
5580
  strnum "^2.2.3"
5575
5581
 
@@ -7381,10 +7387,10 @@ marked@^13.0.0:
7381
7387
  resolved "https://registry.yarnpkg.com/marked/-/marked-13.0.3.tgz#5c5b4a5d0198060c7c9bc6ef9420a7fed30f822d"
7382
7388
  integrity sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==
7383
7389
 
7384
- marked@^17.0.5:
7385
- version "17.0.5"
7386
- resolved "https://registry.yarnpkg.com/marked/-/marked-17.0.5.tgz#8fc6878a439463a007b05d346d2ad50a87ec3f0e"
7387
- integrity sha512-6hLvc0/JEbRjRgzI6wnT2P1XuM1/RrrDEX0kPt0N7jGm1133g6X7DlxFasUIx+72aKAr904GTxhSLDrd5DIlZg==
7390
+ marked@^18.0.0:
7391
+ version "18.0.2"
7392
+ resolved "https://registry.yarnpkg.com/marked/-/marked-18.0.2.tgz#180cb158a2d2dc377821cfb088a10ca1b5630ef0"
7393
+ integrity sha512-NsmlUYBS/Zg57rgDWMYdnre6OTj4e+qq/JS2ot3KrYLSoHLw+sDu0Nm1ZGpRgYAq6c+b1ekaY5NzVchMCQnzcg==
7388
7394
 
7389
7395
  math-intrinsics@^1.1.0:
7390
7396
  version "1.1.0"
@@ -9863,15 +9869,15 @@ typedoc@^0.26.5:
9863
9869
  shiki "^1.16.2"
9864
9870
  yaml "^2.5.1"
9865
9871
 
9866
- typescript-eslint@^8.58.1:
9867
- version "8.58.1"
9868
- resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.58.1.tgz#e765cbfea5774dcb4b1473e5e77a46254f309b32"
9869
- integrity sha512-gf6/oHChByg9HJvhMO1iBexJh12AqqTfnuxscMDOVqfJW3htsdRJI/GfPpHTTcyeB8cSTUY2JcZmVgoyPqcrDg==
9872
+ typescript-eslint@^8.58.2:
9873
+ version "8.58.2"
9874
+ resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.58.2.tgz#55f425fc668c2d5148f45587f2cd04532d715c6a"
9875
+ integrity sha512-V8iSng9mRbdZjl54VJ9NKr6ZB+dW0J3TzRXRGcSbLIej9jV86ZRtlYeTKDR/QLxXykocJ5icNzbsl2+5TzIvcQ==
9870
9876
  dependencies:
9871
- "@typescript-eslint/eslint-plugin" "8.58.1"
9872
- "@typescript-eslint/parser" "8.58.1"
9873
- "@typescript-eslint/typescript-estree" "8.58.1"
9874
- "@typescript-eslint/utils" "8.58.1"
9877
+ "@typescript-eslint/eslint-plugin" "8.58.2"
9878
+ "@typescript-eslint/parser" "8.58.2"
9879
+ "@typescript-eslint/typescript-estree" "8.58.2"
9880
+ "@typescript-eslint/utils" "8.58.2"
9875
9881
 
9876
9882
  "typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4:
9877
9883
  version "5.9.3"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.68"
270
+ "version": "5.0.70"
271
271
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
3
  "description": "A powerful Salesforce CLI plugin and Node.js library to effortlessly generate, clean up, and manage package.xml and destructiveChanges.xml manifests directly from your Salesforce orgs or from Git changes in your SF projects. Unlock faster, safer, and smarter Salesforce deployments.",
4
- "version": "5.0.68",
4
+ "version": "5.0.70",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
8
8
  "dependencies": {
9
- "@jayree/changelog": "^1.2.28",
9
+ "@jayree/changelog": "^1.2.29",
10
10
  "@oclif/core": "^4.10.5",
11
11
  "@salesforce/core": "^8.28.1",
12
12
  "@salesforce/kit": "^3.2.6",
@@ -15,7 +15,7 @@
15
15
  "@salesforce/source-tracking": "7.8.12",
16
16
  "@salesforce/ts-types": "^2.0.12",
17
17
  "fast-deep-equal": "^3.1.3",
18
- "fast-xml-parser": "^5.5.12",
18
+ "fast-xml-parser": "^5.7.1",
19
19
  "fs-extra": "^11.3.4",
20
20
  "graceful-fs": "^4.2.11",
21
21
  "isomorphic-git": "1.37.5"
@@ -28,7 +28,7 @@
28
28
  "@types/fs-extra": "^11.0.4",
29
29
  "@types/graceful-fs": "^4.1.9",
30
30
  "c8": "^11.0.0",
31
- "eslint-config-oclif": "^6.0.157",
31
+ "eslint-config-oclif": "^6.0.159",
32
32
  "eslint-config-salesforce-license": "^1.0.2",
33
33
  "eslint-plugin-prettier": "^5.5.5",
34
34
  "eslint-plugin-sf-plugin": "^1.20.33",