@jayree/sfdx-plugin-manifest 5.0.90 → 5.0.92

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,24 @@
1
+ ## [5.0.92](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.91...5.0.92) (2026-05-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/sf-plugins-core from 12.2.13 to 12.2.16 ([#2236](https://github.com/jayree/sfdx-plugin-manifest/issues/2236)) ([8014033](https://github.com/jayree/sfdx-plugin-manifest/commit/80140338ef6245afeb7d052596ab0894bffaa592))
7
+ * **deps:** bump fast-uri from 3.1.0 to 3.1.2 ([e82c187](https://github.com/salesforcecli/sf-plugins-core/commit/e82c1872c3b9ddd02cc1372840d3cd51609ee800))
8
+ * **deps:** bump @oclif/core from 4.11.0 to 4.11.2 ([a9882fd](https://github.com/salesforcecli/sf-plugins-core/commit/a9882fdf48e0f747adf9956e1eafe80d1a4ab89e))
9
+ * **deps:** bump @oclif/table from 0.5.6 to 0.5.7 ([86f772a](https://github.com/salesforcecli/sf-plugins-core/commit/86f772a3ef134a63c3beba47282ed906da6e0d72))
10
+
11
+ ## [5.0.91](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.90...5.0.91) (2026-05-08)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **deps:** bump fast-xml-parser from 5.7.2 to 5.7.3 ([#2231](https://github.com/jayree/sfdx-plugin-manifest/issues/2231)) ([f904332](https://github.com/jayree/sfdx-plugin-manifest/commit/f9043326ec08c75c63aa863aafbca78763465feb))
17
+ * fix: alwaysCreateTextNode should create text node when attributes are present for self closing node
18
+ * fix stop node expression when ns prefix is removed (found by [iruizsalinas](https://github.com/iruizsalinas))
19
+ * update XML Builder to 1.1.7
20
+ * mark addEntity deprecated
21
+
1
22
  ## [5.0.90](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.89...5.0.90) (2026-05-08)
2
23
 
3
24
 
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.90/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.92/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.90/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.92/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.90/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.92/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "5.0.90",
3
+ "version": "5.0.92",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.90",
9
+ "version": "5.0.92",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.32",
13
13
  "@oclif/core": "^4.11.1",
14
14
  "@salesforce/core": "^8.29.0",
15
15
  "@salesforce/kit": "^3.2.6",
16
- "@salesforce/sf-plugins-core": "^12.2.13",
16
+ "@salesforce/sf-plugins-core": "^12.2.16",
17
17
  "@salesforce/source-deploy-retrieve": "12.35.5",
18
18
  "@salesforce/source-tracking": "7.8.14",
19
19
  "@salesforce/ts-types": "^2.0.12",
20
20
  "fast-deep-equal": "^3.1.3",
21
- "fast-xml-parser": "^5.7.1",
21
+ "fast-xml-parser": "^5.7.3",
22
22
  "fs-extra": "^11.3.4",
23
23
  "graceful-fs": "^4.2.11",
24
24
  "isomorphic-git": "1.37.6"
@@ -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.162",
34
+ "eslint-config-oclif": "^6.0.164",
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",
@@ -5400,9 +5400,9 @@
5400
5400
  }
5401
5401
  },
5402
5402
  "node_modules/@oclif/core": {
5403
- "version": "4.11.1",
5404
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.1.tgz",
5405
- "integrity": "sha512-+N5yqeoOKPnT0p+ZJiNutMILsZukZrEpsVup24XERla594EkGSWS9tiCqRfvzr1xfvf/AhM9pb0yPaf8L3Y9Uw==",
5403
+ "version": "4.11.2",
5404
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.2.tgz",
5405
+ "integrity": "sha512-LWDalCgy+hYyAkLa9sMIXMXk6ws5RzQhVnkmfXtVIIyEEYigbXQ/9/x+s76p53MiXxNc6SJB7lfwkPF+SdzfMQ==",
5406
5406
  "license": "MIT",
5407
5407
  "dependencies": {
5408
5408
  "ansi-escapes": "^4.3.2",
@@ -5416,7 +5416,7 @@
5416
5416
  "is-wsl": "^2.2.0",
5417
5417
  "lilconfig": "^3.1.3",
5418
5418
  "minimatch": "^10.2.5",
5419
- "semver": "^7.7.3",
5419
+ "semver": "^7.8.0",
5420
5420
  "string-width": "^4.2.3",
5421
5421
  "supports-color": "^8",
5422
5422
  "tinyglobby": "^0.2.14",
@@ -5464,6 +5464,18 @@
5464
5464
  "url": "https://github.com/sponsors/isaacs"
5465
5465
  }
5466
5466
  },
5467
+ "node_modules/@oclif/core/node_modules/semver": {
5468
+ "version": "7.8.0",
5469
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.0.tgz",
5470
+ "integrity": "sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==",
5471
+ "license": "ISC",
5472
+ "bin": {
5473
+ "semver": "bin/semver.js"
5474
+ },
5475
+ "engines": {
5476
+ "node": ">=10"
5477
+ }
5478
+ },
5467
5479
  "node_modules/@oclif/core/node_modules/supports-color": {
5468
5480
  "version": "8.1.1",
5469
5481
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -5608,9 +5620,9 @@
5608
5620
  }
5609
5621
  },
5610
5622
  "node_modules/@oclif/table": {
5611
- "version": "0.5.6",
5612
- "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.6.tgz",
5613
- "integrity": "sha512-W0SlIIkcqYxRSbZVw+VnFPT6hStjm5OoMduli35569OXezBPS92yNsoIA9jAuAt3lVIGlnUIetnAUUjs+yLHKg==",
5623
+ "version": "0.5.7",
5624
+ "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.7.tgz",
5625
+ "integrity": "sha512-iS7gXzOhUf2toij0pxkcD6sPnXzr/j4eLugHwjSKI2+WgytjUycP7A3i6OIvXDrIGMuq8+S7wgZ7tCC1I18q+Q==",
5614
5626
  "license": "MIT",
5615
5627
  "dependencies": {
5616
5628
  "@types/react": "^18.3.12",
@@ -6300,15 +6312,15 @@
6300
6312
  "license": "BSD-3-Clause"
6301
6313
  },
6302
6314
  "node_modules/@salesforce/sf-plugins-core": {
6303
- "version": "12.2.13",
6304
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.13.tgz",
6305
- "integrity": "sha512-Ug+CIQ7yLZVqdmSlgFPCnkzFXz5gzCR/l5hnMoVDrgNdI/PmCHAx2ZS0WsM3xkebkkOHtWFIZQ9ARip7wAbROw==",
6315
+ "version": "12.2.16",
6316
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.16.tgz",
6317
+ "integrity": "sha512-csZxi6gJ675/+9dc1Q9KDDq21XRy+tKtgr1ZSPyA6TeP0J4bnuIfsk9cZCOzxaI6T8L6lM3CyWltQMJ927vpzA==",
6306
6318
  "license": "Apache-2.0",
6307
6319
  "dependencies": {
6308
6320
  "@inquirer/confirm": "^6.0.12",
6309
6321
  "@inquirer/password": "^5.0.12",
6310
- "@oclif/core": "^4.11.0",
6311
- "@oclif/table": "^0.5.6",
6322
+ "@oclif/core": "^4.11.2",
6323
+ "@oclif/table": "^0.5.7",
6312
6324
  "@salesforce/core": "^8.29.0",
6313
6325
  "@salesforce/kit": "^3.2.3",
6314
6326
  "@salesforce/ts-types": "^2.0.12",
@@ -8323,17 +8335,17 @@
8323
8335
  "license": "MIT"
8324
8336
  },
8325
8337
  "node_modules/@typescript-eslint/eslint-plugin": {
8326
- "version": "8.59.1",
8327
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.1.tgz",
8328
- "integrity": "sha512-BOziFIfE+6osHO9FoJG4zjoHUcvI7fTNBSpdAwrNH0/TLvzjsk2oo8XSSOT2HhqUyhZPfHv4UOffoJ9oEEQ7Ag==",
8338
+ "version": "8.59.2",
8339
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.2.tgz",
8340
+ "integrity": "sha512-j/bwmkBvHUtPNxzuWe5z6BEk3q54YRyGlBXkSsmfoih7zNrBvl5A9A98anlp/7JbyZcWIJ8KXo/3Tq/DjFLtuQ==",
8329
8341
  "dev": true,
8330
8342
  "license": "MIT",
8331
8343
  "dependencies": {
8332
8344
  "@eslint-community/regexpp": "^4.12.2",
8333
- "@typescript-eslint/scope-manager": "8.59.1",
8334
- "@typescript-eslint/type-utils": "8.59.1",
8335
- "@typescript-eslint/utils": "8.59.1",
8336
- "@typescript-eslint/visitor-keys": "8.59.1",
8345
+ "@typescript-eslint/scope-manager": "8.59.2",
8346
+ "@typescript-eslint/type-utils": "8.59.2",
8347
+ "@typescript-eslint/utils": "8.59.2",
8348
+ "@typescript-eslint/visitor-keys": "8.59.2",
8337
8349
  "ignore": "^7.0.5",
8338
8350
  "natural-compare": "^1.4.0",
8339
8351
  "ts-api-utils": "^2.5.0"
@@ -8346,20 +8358,20 @@
8346
8358
  "url": "https://opencollective.com/typescript-eslint"
8347
8359
  },
8348
8360
  "peerDependencies": {
8349
- "@typescript-eslint/parser": "^8.59.1",
8361
+ "@typescript-eslint/parser": "^8.59.2",
8350
8362
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
8351
8363
  "typescript": ">=4.8.4 <6.1.0"
8352
8364
  }
8353
8365
  },
8354
8366
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
8355
- "version": "8.59.1",
8356
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.1.tgz",
8357
- "integrity": "sha512-LwuHQI4pDOYVKvmH2dkaJo6YZCSgouVgnS/z7yBPKBMvgtBvyLqiLy9Z6b7+m/TRcX1NFYUqZetI5Y+aT4GEfg==",
8367
+ "version": "8.59.2",
8368
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz",
8369
+ "integrity": "sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==",
8358
8370
  "dev": true,
8359
8371
  "license": "MIT",
8360
8372
  "dependencies": {
8361
- "@typescript-eslint/types": "8.59.1",
8362
- "@typescript-eslint/visitor-keys": "8.59.1"
8373
+ "@typescript-eslint/types": "8.59.2",
8374
+ "@typescript-eslint/visitor-keys": "8.59.2"
8363
8375
  },
8364
8376
  "engines": {
8365
8377
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8370,9 +8382,9 @@
8370
8382
  }
8371
8383
  },
8372
8384
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
8373
- "version": "8.59.1",
8374
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.1.tgz",
8375
- "integrity": "sha512-ZDCjgccSdYPw5Bxh+my4Z0lJU96ZDN7jbBzvmEn0FZx3RtU1C7VWl6NbDx94bwY3V5YsgwRzJPOgeY2Q/nLG8A==",
8385
+ "version": "8.59.2",
8386
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
8387
+ "integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
8376
8388
  "dev": true,
8377
8389
  "license": "MIT",
8378
8390
  "engines": {
@@ -8384,13 +8396,13 @@
8384
8396
  }
8385
8397
  },
8386
8398
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
8387
- "version": "8.59.1",
8388
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.1.tgz",
8389
- "integrity": "sha512-LdDNl6C5iJExcM0Yh0PwAIBb9PrSiCsWamF/JyEZawm3kFDnRoaq3LGE4bpyRao/fWeGKKyw7icx0YxrLFC5Cg==",
8399
+ "version": "8.59.2",
8400
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz",
8401
+ "integrity": "sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==",
8390
8402
  "dev": true,
8391
8403
  "license": "MIT",
8392
8404
  "dependencies": {
8393
- "@typescript-eslint/types": "8.59.1",
8405
+ "@typescript-eslint/types": "8.59.2",
8394
8406
  "eslint-visitor-keys": "^5.0.0"
8395
8407
  },
8396
8408
  "engines": {
@@ -8438,16 +8450,16 @@
8438
8450
  }
8439
8451
  },
8440
8452
  "node_modules/@typescript-eslint/parser": {
8441
- "version": "8.59.1",
8442
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.1.tgz",
8443
- "integrity": "sha512-HDQH9O/47Dxi1ceDhBXdaldtf/WV9yRYMjbjCuNk3qnaTD564qwv61Y7+gTxwxRKzSrgO5uhtw584igXVuuZkA==",
8453
+ "version": "8.59.2",
8454
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.2.tgz",
8455
+ "integrity": "sha512-plR3pp6D+SSUn1HM7xvSkx12/DhoHInI2YF35KAcVFNZvlC0gtrWqx7Qq1oH2Ssgi0vlFRCTbP+DZc7B9+TtsQ==",
8444
8456
  "dev": true,
8445
8457
  "license": "MIT",
8446
8458
  "dependencies": {
8447
- "@typescript-eslint/scope-manager": "8.59.1",
8448
- "@typescript-eslint/types": "8.59.1",
8449
- "@typescript-eslint/typescript-estree": "8.59.1",
8450
- "@typescript-eslint/visitor-keys": "8.59.1",
8459
+ "@typescript-eslint/scope-manager": "8.59.2",
8460
+ "@typescript-eslint/types": "8.59.2",
8461
+ "@typescript-eslint/typescript-estree": "8.59.2",
8462
+ "@typescript-eslint/visitor-keys": "8.59.2",
8451
8463
  "debug": "^4.4.3"
8452
8464
  },
8453
8465
  "engines": {
@@ -8463,14 +8475,14 @@
8463
8475
  }
8464
8476
  },
8465
8477
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
8466
- "version": "8.59.1",
8467
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.1.tgz",
8468
- "integrity": "sha512-LwuHQI4pDOYVKvmH2dkaJo6YZCSgouVgnS/z7yBPKBMvgtBvyLqiLy9Z6b7+m/TRcX1NFYUqZetI5Y+aT4GEfg==",
8478
+ "version": "8.59.2",
8479
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz",
8480
+ "integrity": "sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==",
8469
8481
  "dev": true,
8470
8482
  "license": "MIT",
8471
8483
  "dependencies": {
8472
- "@typescript-eslint/types": "8.59.1",
8473
- "@typescript-eslint/visitor-keys": "8.59.1"
8484
+ "@typescript-eslint/types": "8.59.2",
8485
+ "@typescript-eslint/visitor-keys": "8.59.2"
8474
8486
  },
8475
8487
  "engines": {
8476
8488
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8481,9 +8493,9 @@
8481
8493
  }
8482
8494
  },
8483
8495
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
8484
- "version": "8.59.1",
8485
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.1.tgz",
8486
- "integrity": "sha512-ZDCjgccSdYPw5Bxh+my4Z0lJU96ZDN7jbBzvmEn0FZx3RtU1C7VWl6NbDx94bwY3V5YsgwRzJPOgeY2Q/nLG8A==",
8496
+ "version": "8.59.2",
8497
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
8498
+ "integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
8487
8499
  "dev": true,
8488
8500
  "license": "MIT",
8489
8501
  "engines": {
@@ -8495,13 +8507,13 @@
8495
8507
  }
8496
8508
  },
8497
8509
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
8498
- "version": "8.59.1",
8499
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.1.tgz",
8500
- "integrity": "sha512-LdDNl6C5iJExcM0Yh0PwAIBb9PrSiCsWamF/JyEZawm3kFDnRoaq3LGE4bpyRao/fWeGKKyw7icx0YxrLFC5Cg==",
8510
+ "version": "8.59.2",
8511
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz",
8512
+ "integrity": "sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==",
8501
8513
  "dev": true,
8502
8514
  "license": "MIT",
8503
8515
  "dependencies": {
8504
- "@typescript-eslint/types": "8.59.1",
8516
+ "@typescript-eslint/types": "8.59.2",
8505
8517
  "eslint-visitor-keys": "^5.0.0"
8506
8518
  },
8507
8519
  "engines": {
@@ -8526,14 +8538,14 @@
8526
8538
  }
8527
8539
  },
8528
8540
  "node_modules/@typescript-eslint/project-service": {
8529
- "version": "8.59.1",
8530
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.1.tgz",
8531
- "integrity": "sha512-+MuHQlHiEr00Of/IQbE/MmEoi44znZHbR/Pz7Opq4HryUOlRi+/44dro9Ycy8Fyo+/024IWtw8m4JUMCGTYxDg==",
8541
+ "version": "8.59.2",
8542
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.2.tgz",
8543
+ "integrity": "sha512-+2hqvEkeyf/0FBor67duF0Ll7Ot8jyKzDQOSrxazF/danillRq2DwR9dLptsXpoZQqxE1UisSmoZewrlPas9Vw==",
8532
8544
  "dev": true,
8533
8545
  "license": "MIT",
8534
8546
  "dependencies": {
8535
- "@typescript-eslint/tsconfig-utils": "^8.59.1",
8536
- "@typescript-eslint/types": "^8.59.1",
8547
+ "@typescript-eslint/tsconfig-utils": "^8.59.2",
8548
+ "@typescript-eslint/types": "^8.59.2",
8537
8549
  "debug": "^4.4.3"
8538
8550
  },
8539
8551
  "engines": {
@@ -8548,9 +8560,9 @@
8548
8560
  }
8549
8561
  },
8550
8562
  "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
8551
- "version": "8.59.1",
8552
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.1.tgz",
8553
- "integrity": "sha512-/0nEyPbX7gRsk0Uwfe4ALwwgxuA66d/l2mhRDNlAvaj4U3juhUtJNq0DsY8M2AYwwb9rEq2hrC3IcIcEt++iJA==",
8563
+ "version": "8.59.2",
8564
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.2.tgz",
8565
+ "integrity": "sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==",
8554
8566
  "dev": true,
8555
8567
  "license": "MIT",
8556
8568
  "engines": {
@@ -8565,9 +8577,9 @@
8565
8577
  }
8566
8578
  },
8567
8579
  "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
8568
- "version": "8.59.1",
8569
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.1.tgz",
8570
- "integrity": "sha512-ZDCjgccSdYPw5Bxh+my4Z0lJU96ZDN7jbBzvmEn0FZx3RtU1C7VWl6NbDx94bwY3V5YsgwRzJPOgeY2Q/nLG8A==",
8580
+ "version": "8.59.2",
8581
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
8582
+ "integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
8571
8583
  "dev": true,
8572
8584
  "license": "MIT",
8573
8585
  "engines": {
@@ -8628,15 +8640,15 @@
8628
8640
  }
8629
8641
  },
8630
8642
  "node_modules/@typescript-eslint/type-utils": {
8631
- "version": "8.59.1",
8632
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.1.tgz",
8633
- "integrity": "sha512-klWPBR2ciQHS3f++ug/mVnWKPjBUo7icEL3FAO1lhAR1Z1i5NQYZ1EannMSRYcq5qCv5wNALlXr6fksRHyYl7w==",
8643
+ "version": "8.59.2",
8644
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.2.tgz",
8645
+ "integrity": "sha512-nhqaj1nmTdVVl/BP5omXNRGO38jn5iosis2vbdmupF2txCf8ylWT8lx+JlvMYYVqzGVKtjojUFoQ3JRWK+mfzQ==",
8634
8646
  "dev": true,
8635
8647
  "license": "MIT",
8636
8648
  "dependencies": {
8637
- "@typescript-eslint/types": "8.59.1",
8638
- "@typescript-eslint/typescript-estree": "8.59.1",
8639
- "@typescript-eslint/utils": "8.59.1",
8649
+ "@typescript-eslint/types": "8.59.2",
8650
+ "@typescript-eslint/typescript-estree": "8.59.2",
8651
+ "@typescript-eslint/utils": "8.59.2",
8640
8652
  "debug": "^4.4.3",
8641
8653
  "ts-api-utils": "^2.5.0"
8642
8654
  },
@@ -8653,9 +8665,9 @@
8653
8665
  }
8654
8666
  },
8655
8667
  "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
8656
- "version": "8.59.1",
8657
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.1.tgz",
8658
- "integrity": "sha512-ZDCjgccSdYPw5Bxh+my4Z0lJU96ZDN7jbBzvmEn0FZx3RtU1C7VWl6NbDx94bwY3V5YsgwRzJPOgeY2Q/nLG8A==",
8668
+ "version": "8.59.2",
8669
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
8670
+ "integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
8659
8671
  "dev": true,
8660
8672
  "license": "MIT",
8661
8673
  "engines": {
@@ -8694,16 +8706,16 @@
8694
8706
  }
8695
8707
  },
8696
8708
  "node_modules/@typescript-eslint/typescript-estree": {
8697
- "version": "8.59.1",
8698
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.1.tgz",
8699
- "integrity": "sha512-OUd+vJS05sSkOip+BkZ/2NS8RMxrAAJemsC6vU3kmfLyeaJT0TftHkV9mcx2107MmsBVXXexhVu4F0TZXyMl4g==",
8709
+ "version": "8.59.2",
8710
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.2.tgz",
8711
+ "integrity": "sha512-o0XPGNwcWw+FIwStOWn+BwBuEmL6QXP0rsvAFg7ET1dey1Nr6Wb1ac8p5HEsK0ygO/6mUxlk+YWQD9xcb/nnXg==",
8700
8712
  "dev": true,
8701
8713
  "license": "MIT",
8702
8714
  "dependencies": {
8703
- "@typescript-eslint/project-service": "8.59.1",
8704
- "@typescript-eslint/tsconfig-utils": "8.59.1",
8705
- "@typescript-eslint/types": "8.59.1",
8706
- "@typescript-eslint/visitor-keys": "8.59.1",
8715
+ "@typescript-eslint/project-service": "8.59.2",
8716
+ "@typescript-eslint/tsconfig-utils": "8.59.2",
8717
+ "@typescript-eslint/types": "8.59.2",
8718
+ "@typescript-eslint/visitor-keys": "8.59.2",
8707
8719
  "debug": "^4.4.3",
8708
8720
  "minimatch": "^10.2.2",
8709
8721
  "semver": "^7.7.3",
@@ -8722,9 +8734,9 @@
8722
8734
  }
8723
8735
  },
8724
8736
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": {
8725
- "version": "8.59.1",
8726
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.1.tgz",
8727
- "integrity": "sha512-/0nEyPbX7gRsk0Uwfe4ALwwgxuA66d/l2mhRDNlAvaj4U3juhUtJNq0DsY8M2AYwwb9rEq2hrC3IcIcEt++iJA==",
8737
+ "version": "8.59.2",
8738
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.2.tgz",
8739
+ "integrity": "sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==",
8728
8740
  "dev": true,
8729
8741
  "license": "MIT",
8730
8742
  "engines": {
@@ -8739,9 +8751,9 @@
8739
8751
  }
8740
8752
  },
8741
8753
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
8742
- "version": "8.59.1",
8743
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.1.tgz",
8744
- "integrity": "sha512-ZDCjgccSdYPw5Bxh+my4Z0lJU96ZDN7jbBzvmEn0FZx3RtU1C7VWl6NbDx94bwY3V5YsgwRzJPOgeY2Q/nLG8A==",
8754
+ "version": "8.59.2",
8755
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
8756
+ "integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
8745
8757
  "dev": true,
8746
8758
  "license": "MIT",
8747
8759
  "engines": {
@@ -8753,13 +8765,13 @@
8753
8765
  }
8754
8766
  },
8755
8767
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
8756
- "version": "8.59.1",
8757
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.1.tgz",
8758
- "integrity": "sha512-LdDNl6C5iJExcM0Yh0PwAIBb9PrSiCsWamF/JyEZawm3kFDnRoaq3LGE4bpyRao/fWeGKKyw7icx0YxrLFC5Cg==",
8768
+ "version": "8.59.2",
8769
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz",
8770
+ "integrity": "sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==",
8759
8771
  "dev": true,
8760
8772
  "license": "MIT",
8761
8773
  "dependencies": {
8762
- "@typescript-eslint/types": "8.59.1",
8774
+ "@typescript-eslint/types": "8.59.2",
8763
8775
  "eslint-visitor-keys": "^5.0.0"
8764
8776
  },
8765
8777
  "engines": {
@@ -8836,16 +8848,16 @@
8836
8848
  }
8837
8849
  },
8838
8850
  "node_modules/@typescript-eslint/utils": {
8839
- "version": "8.59.1",
8840
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.1.tgz",
8841
- "integrity": "sha512-3pIeoXhCeYH9FSCBI8P3iNwJlGuzPlYKkTlen2O9T1DSeeg8UG8jstq6BLk+Mda0qup7mgk4z4XL4OzRaxZ8LA==",
8851
+ "version": "8.59.2",
8852
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.2.tgz",
8853
+ "integrity": "sha512-Juw3EinkXqjaffxz6roowvV7GZT/kET5vSKKZT6upl5TXdWkLkYmNPXwDDL2Vkt2DPn0nODIS4egC/0AGxKo/Q==",
8842
8854
  "dev": true,
8843
8855
  "license": "MIT",
8844
8856
  "dependencies": {
8845
8857
  "@eslint-community/eslint-utils": "^4.9.1",
8846
- "@typescript-eslint/scope-manager": "8.59.1",
8847
- "@typescript-eslint/types": "8.59.1",
8848
- "@typescript-eslint/typescript-estree": "8.59.1"
8858
+ "@typescript-eslint/scope-manager": "8.59.2",
8859
+ "@typescript-eslint/types": "8.59.2",
8860
+ "@typescript-eslint/typescript-estree": "8.59.2"
8849
8861
  },
8850
8862
  "engines": {
8851
8863
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8860,14 +8872,14 @@
8860
8872
  }
8861
8873
  },
8862
8874
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
8863
- "version": "8.59.1",
8864
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.1.tgz",
8865
- "integrity": "sha512-LwuHQI4pDOYVKvmH2dkaJo6YZCSgouVgnS/z7yBPKBMvgtBvyLqiLy9Z6b7+m/TRcX1NFYUqZetI5Y+aT4GEfg==",
8875
+ "version": "8.59.2",
8876
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz",
8877
+ "integrity": "sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==",
8866
8878
  "dev": true,
8867
8879
  "license": "MIT",
8868
8880
  "dependencies": {
8869
- "@typescript-eslint/types": "8.59.1",
8870
- "@typescript-eslint/visitor-keys": "8.59.1"
8881
+ "@typescript-eslint/types": "8.59.2",
8882
+ "@typescript-eslint/visitor-keys": "8.59.2"
8871
8883
  },
8872
8884
  "engines": {
8873
8885
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8878,9 +8890,9 @@
8878
8890
  }
8879
8891
  },
8880
8892
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
8881
- "version": "8.59.1",
8882
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.1.tgz",
8883
- "integrity": "sha512-ZDCjgccSdYPw5Bxh+my4Z0lJU96ZDN7jbBzvmEn0FZx3RtU1C7VWl6NbDx94bwY3V5YsgwRzJPOgeY2Q/nLG8A==",
8893
+ "version": "8.59.2",
8894
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
8895
+ "integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
8884
8896
  "dev": true,
8885
8897
  "license": "MIT",
8886
8898
  "engines": {
@@ -8892,13 +8904,13 @@
8892
8904
  }
8893
8905
  },
8894
8906
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
8895
- "version": "8.59.1",
8896
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.1.tgz",
8897
- "integrity": "sha512-LdDNl6C5iJExcM0Yh0PwAIBb9PrSiCsWamF/JyEZawm3kFDnRoaq3LGE4bpyRao/fWeGKKyw7icx0YxrLFC5Cg==",
8907
+ "version": "8.59.2",
8908
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz",
8909
+ "integrity": "sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==",
8898
8910
  "dev": true,
8899
8911
  "license": "MIT",
8900
8912
  "dependencies": {
8901
- "@typescript-eslint/types": "8.59.1",
8913
+ "@typescript-eslint/types": "8.59.2",
8902
8914
  "eslint-visitor-keys": "^5.0.0"
8903
8915
  },
8904
8916
  "engines": {
@@ -11624,9 +11636,9 @@
11624
11636
  }
11625
11637
  },
11626
11638
  "node_modules/eslint-config-oclif": {
11627
- "version": "6.0.162",
11628
- "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.162.tgz",
11629
- "integrity": "sha512-c0Qwmh8LJVW437JCEHAOeCVkyXv64joXP5TgctJ6oW0ytsnw8tg9FnwUev116S3kmFzFIh8anzym9zCPqS+FOQ==",
11639
+ "version": "6.0.164",
11640
+ "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.164.tgz",
11641
+ "integrity": "sha512-LEJRa/q7FAIH8zeZJ16E3RghSU/kZEa6oBV8kxTSE57djsgSNcwf92NbhcPj6RaQ/eANIva8nWJ9h+FeeWUlew==",
11630
11642
  "dev": true,
11631
11643
  "license": "MIT",
11632
11644
  "dependencies": {
@@ -11646,7 +11658,7 @@
11646
11658
  "eslint-plugin-n": "^17.24.0",
11647
11659
  "eslint-plugin-perfectionist": "^4",
11648
11660
  "eslint-plugin-unicorn": "^56.0.1",
11649
- "typescript-eslint": "^8.59.1"
11661
+ "typescript-eslint": "^8.59.2"
11650
11662
  },
11651
11663
  "engines": {
11652
11664
  "node": ">=18.18.0"
@@ -13373,9 +13385,9 @@
13373
13385
  }
13374
13386
  },
13375
13387
  "node_modules/fast-xml-parser": {
13376
- "version": "5.7.2",
13377
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.2.tgz",
13378
- "integrity": "sha512-P7oW7tLbYnhOLQk/Gv7cZgzgMPP/XN03K02/Jy6Y/NHzyIAIpxuZIM/YqAkfiXFPxA2CTm7NtCijK9EDu09u2w==",
13388
+ "version": "5.7.3",
13389
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.3.tgz",
13390
+ "integrity": "sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg==",
13379
13391
  "funding": [
13380
13392
  {
13381
13393
  "type": "github",
@@ -13385,7 +13397,7 @@
13385
13397
  "license": "MIT",
13386
13398
  "dependencies": {
13387
13399
  "@nodable/entities": "^2.1.0",
13388
- "fast-xml-builder": "^1.1.5",
13400
+ "fast-xml-builder": "^1.1.7",
13389
13401
  "path-expression-matcher": "^1.5.0",
13390
13402
  "strnum": "^2.2.3"
13391
13403
  },
@@ -21221,16 +21233,16 @@
21221
21233
  }
21222
21234
  },
21223
21235
  "node_modules/typescript-eslint": {
21224
- "version": "8.59.1",
21225
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.1.tgz",
21226
- "integrity": "sha512-xqDcFVBmlrltH64lklOVp1wYxgJr6LVdg3NamBgH2OOQDLFdTKfIZXF5PfghrnXQKXZGTQs8tr1vL7fJvq8CTQ==",
21236
+ "version": "8.59.2",
21237
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.2.tgz",
21238
+ "integrity": "sha512-pJw051uomb3ZeCzGTpRb8RbEqB5Y4WWet8gl/GcTlU35BSx0PVdZ86/bqkQCyKKuraVQEK7r6kBHQXF+fBhkoQ==",
21227
21239
  "dev": true,
21228
21240
  "license": "MIT",
21229
21241
  "dependencies": {
21230
- "@typescript-eslint/eslint-plugin": "8.59.1",
21231
- "@typescript-eslint/parser": "8.59.1",
21232
- "@typescript-eslint/typescript-estree": "8.59.1",
21233
- "@typescript-eslint/utils": "8.59.1"
21242
+ "@typescript-eslint/eslint-plugin": "8.59.2",
21243
+ "@typescript-eslint/parser": "8.59.2",
21244
+ "@typescript-eslint/typescript-estree": "8.59.2",
21245
+ "@typescript-eslint/utils": "8.59.2"
21234
21246
  },
21235
21247
  "engines": {
21236
21248
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
package/oclif.lock CHANGED
@@ -1807,10 +1807,10 @@
1807
1807
  wordwrap "^1.0.0"
1808
1808
  wrap-ansi "^7.0.0"
1809
1809
 
1810
- "@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.11.0", "@oclif/core@^4.11.1":
1811
- version "4.11.1"
1812
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.1.tgz#f72284b4e14c4a3f47a9952ed2234f000fc23536"
1813
- integrity sha512-+N5yqeoOKPnT0p+ZJiNutMILsZukZrEpsVup24XERla594EkGSWS9tiCqRfvzr1xfvf/AhM9pb0yPaf8L3Y9Uw==
1810
+ "@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.11.1", "@oclif/core@^4.11.2":
1811
+ version "4.11.2"
1812
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.2.tgz#c8062fc16f0d82c247f60670364026483a48d522"
1813
+ integrity sha512-LWDalCgy+hYyAkLa9sMIXMXk6ws5RzQhVnkmfXtVIIyEEYigbXQ/9/x+s76p53MiXxNc6SJB7lfwkPF+SdzfMQ==
1814
1814
  dependencies:
1815
1815
  ansi-escapes "^4.3.2"
1816
1816
  ansis "^3.17.0"
@@ -1823,7 +1823,7 @@
1823
1823
  is-wsl "^2.2.0"
1824
1824
  lilconfig "^3.1.3"
1825
1825
  minimatch "^10.2.5"
1826
- semver "^7.7.3"
1826
+ semver "^7.8.0"
1827
1827
  string-width "^4.2.3"
1828
1828
  supports-color "^8"
1829
1829
  tinyglobby "^0.2.14"
@@ -1875,10 +1875,10 @@
1875
1875
  lodash "^4.17.23"
1876
1876
  registry-auth-token "^5.1.1"
1877
1877
 
1878
- "@oclif/table@^0.5.6":
1879
- version "0.5.6"
1880
- resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.6.tgz#cc22cc3f620c9f23bdb734b0dd6f97cdda4a0f28"
1881
- integrity sha512-W0SlIIkcqYxRSbZVw+VnFPT6hStjm5OoMduli35569OXezBPS92yNsoIA9jAuAt3lVIGlnUIetnAUUjs+yLHKg==
1878
+ "@oclif/table@^0.5.7":
1879
+ version "0.5.7"
1880
+ resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.7.tgz#0198755a73fb4c8f4738dc472fab50b5a31cd19e"
1881
+ integrity sha512-iS7gXzOhUf2toij0pxkcD6sPnXzr/j4eLugHwjSKI2+WgytjUycP7A3i6OIvXDrIGMuq8+S7wgZ7tCC1I18q+Q==
1882
1882
  dependencies:
1883
1883
  "@types/react" "^18.3.12"
1884
1884
  change-case "^5.4.4"
@@ -2022,15 +2022,15 @@
2022
2022
  resolved "https://registry.yarnpkg.com/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz#ba648d4886bb38adabe073dbea0b3a91b3753bb0"
2023
2023
  integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
2024
2024
 
2025
- "@salesforce/sf-plugins-core@^12.2.13":
2026
- version "12.2.13"
2027
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.13.tgz#7dd7e9ad19c8279c97d020727d7acbcf17a5877b"
2028
- integrity sha512-Ug+CIQ7yLZVqdmSlgFPCnkzFXz5gzCR/l5hnMoVDrgNdI/PmCHAx2ZS0WsM3xkebkkOHtWFIZQ9ARip7wAbROw==
2025
+ "@salesforce/sf-plugins-core@^12.2.16":
2026
+ version "12.2.16"
2027
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.16.tgz#664ef3540f4556ba83a1e5378b5721d2aabde91e"
2028
+ integrity sha512-csZxi6gJ675/+9dc1Q9KDDq21XRy+tKtgr1ZSPyA6TeP0J4bnuIfsk9cZCOzxaI6T8L6lM3CyWltQMJ927vpzA==
2029
2029
  dependencies:
2030
2030
  "@inquirer/confirm" "^6.0.12"
2031
2031
  "@inquirer/password" "^5.0.12"
2032
- "@oclif/core" "^4.11.0"
2033
- "@oclif/table" "^0.5.6"
2032
+ "@oclif/core" "^4.11.2"
2033
+ "@oclif/table" "^0.5.7"
2034
2034
  "@salesforce/core" "^8.29.0"
2035
2035
  "@salesforce/kit" "^3.2.3"
2036
2036
  "@salesforce/ts-types" "^2.0.12"
@@ -3127,16 +3127,16 @@
3127
3127
  resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
3128
3128
  integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
3129
3129
 
3130
- "@typescript-eslint/eslint-plugin@8.59.1", "@typescript-eslint/eslint-plugin@^8":
3131
- version "8.59.1"
3132
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.1.tgz#781bc6f9002982cfaf75a185240e24ad7276628a"
3133
- integrity sha512-BOziFIfE+6osHO9FoJG4zjoHUcvI7fTNBSpdAwrNH0/TLvzjsk2oo8XSSOT2HhqUyhZPfHv4UOffoJ9oEEQ7Ag==
3130
+ "@typescript-eslint/eslint-plugin@8.59.2", "@typescript-eslint/eslint-plugin@^8":
3131
+ version "8.59.2"
3132
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.2.tgz#f37b2c189a0177141fe3de3b08f2a83991bfdbfa"
3133
+ integrity sha512-j/bwmkBvHUtPNxzuWe5z6BEk3q54YRyGlBXkSsmfoih7zNrBvl5A9A98anlp/7JbyZcWIJ8KXo/3Tq/DjFLtuQ==
3134
3134
  dependencies:
3135
3135
  "@eslint-community/regexpp" "^4.12.2"
3136
- "@typescript-eslint/scope-manager" "8.59.1"
3137
- "@typescript-eslint/type-utils" "8.59.1"
3138
- "@typescript-eslint/utils" "8.59.1"
3139
- "@typescript-eslint/visitor-keys" "8.59.1"
3136
+ "@typescript-eslint/scope-manager" "8.59.2"
3137
+ "@typescript-eslint/type-utils" "8.59.2"
3138
+ "@typescript-eslint/utils" "8.59.2"
3139
+ "@typescript-eslint/visitor-keys" "8.59.2"
3140
3140
  ignore "^7.0.5"
3141
3141
  natural-compare "^1.4.0"
3142
3142
  ts-api-utils "^2.5.0"
@@ -3158,15 +3158,15 @@
3158
3158
  semver "^7.5.4"
3159
3159
  ts-api-utils "^1.0.1"
3160
3160
 
3161
- "@typescript-eslint/parser@8.59.1", "@typescript-eslint/parser@^8":
3162
- version "8.59.1"
3163
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.1.tgz#835d20a62350659a082a1ae2a60b822c40488905"
3164
- integrity sha512-HDQH9O/47Dxi1ceDhBXdaldtf/WV9yRYMjbjCuNk3qnaTD564qwv61Y7+gTxwxRKzSrgO5uhtw584igXVuuZkA==
3161
+ "@typescript-eslint/parser@8.59.2", "@typescript-eslint/parser@^8":
3162
+ version "8.59.2"
3163
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.2.tgz#e2fd0084baa5dd0c24cd789af1c72cbc3a7a1c62"
3164
+ integrity sha512-plR3pp6D+SSUn1HM7xvSkx12/DhoHInI2YF35KAcVFNZvlC0gtrWqx7Qq1oH2Ssgi0vlFRCTbP+DZc7B9+TtsQ==
3165
3165
  dependencies:
3166
- "@typescript-eslint/scope-manager" "8.59.1"
3167
- "@typescript-eslint/types" "8.59.1"
3168
- "@typescript-eslint/typescript-estree" "8.59.1"
3169
- "@typescript-eslint/visitor-keys" "8.59.1"
3166
+ "@typescript-eslint/scope-manager" "8.59.2"
3167
+ "@typescript-eslint/types" "8.59.2"
3168
+ "@typescript-eslint/typescript-estree" "8.59.2"
3169
+ "@typescript-eslint/visitor-keys" "8.59.2"
3170
3170
  debug "^4.4.3"
3171
3171
 
3172
3172
  "@typescript-eslint/parser@^6.21.0":
@@ -3189,13 +3189,13 @@
3189
3189
  "@typescript-eslint/types" "^8.56.0"
3190
3190
  debug "^4.4.3"
3191
3191
 
3192
- "@typescript-eslint/project-service@8.59.1":
3193
- version "8.59.1"
3194
- resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.1.tgz#49efe87c37ef84262f23df8bf62fdc56698ca6fe"
3195
- integrity sha512-+MuHQlHiEr00Of/IQbE/MmEoi44znZHbR/Pz7Opq4HryUOlRi+/44dro9Ycy8Fyo+/024IWtw8m4JUMCGTYxDg==
3192
+ "@typescript-eslint/project-service@8.59.2":
3193
+ version "8.59.2"
3194
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.2.tgz#f8b8cbf8692e3a51c2c394acf8cf6900f7e755af"
3195
+ integrity sha512-+2hqvEkeyf/0FBor67duF0Ll7Ot8jyKzDQOSrxazF/danillRq2DwR9dLptsXpoZQqxE1UisSmoZewrlPas9Vw==
3196
3196
  dependencies:
3197
- "@typescript-eslint/tsconfig-utils" "^8.59.1"
3198
- "@typescript-eslint/types" "^8.59.1"
3197
+ "@typescript-eslint/tsconfig-utils" "^8.59.2"
3198
+ "@typescript-eslint/types" "^8.59.2"
3199
3199
  debug "^4.4.3"
3200
3200
 
3201
3201
  "@typescript-eslint/scope-manager@6.21.0":
@@ -3222,23 +3222,23 @@
3222
3222
  "@typescript-eslint/types" "8.56.0"
3223
3223
  "@typescript-eslint/visitor-keys" "8.56.0"
3224
3224
 
3225
- "@typescript-eslint/scope-manager@8.59.1":
3226
- version "8.59.1"
3227
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.1.tgz#ed90d054fc3db2d0c81464db3a953a94fb85bb58"
3228
- integrity sha512-LwuHQI4pDOYVKvmH2dkaJo6YZCSgouVgnS/z7yBPKBMvgtBvyLqiLy9Z6b7+m/TRcX1NFYUqZetI5Y+aT4GEfg==
3225
+ "@typescript-eslint/scope-manager@8.59.2":
3226
+ version "8.59.2"
3227
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz#63cbd0af2e3180949d6be81122cc555bc71e736d"
3228
+ integrity sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==
3229
3229
  dependencies:
3230
- "@typescript-eslint/types" "8.59.1"
3231
- "@typescript-eslint/visitor-keys" "8.59.1"
3230
+ "@typescript-eslint/types" "8.59.2"
3231
+ "@typescript-eslint/visitor-keys" "8.59.2"
3232
3232
 
3233
3233
  "@typescript-eslint/tsconfig-utils@8.56.0", "@typescript-eslint/tsconfig-utils@^8.56.0":
3234
3234
  version "8.56.0"
3235
3235
  resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.0.tgz#2538ce83cbc376e685487960cbb24b65fe2abc4e"
3236
3236
  integrity sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==
3237
3237
 
3238
- "@typescript-eslint/tsconfig-utils@8.59.1", "@typescript-eslint/tsconfig-utils@^8.59.1":
3239
- version "8.59.1"
3240
- resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.1.tgz#ba2a779a444f1d5cb92a606f9b209d239fd4cab1"
3241
- integrity sha512-/0nEyPbX7gRsk0Uwfe4ALwwgxuA66d/l2mhRDNlAvaj4U3juhUtJNq0DsY8M2AYwwb9rEq2hrC3IcIcEt++iJA==
3238
+ "@typescript-eslint/tsconfig-utils@8.59.2", "@typescript-eslint/tsconfig-utils@^8.59.2":
3239
+ version "8.59.2"
3240
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.2.tgz#6e92bc412083753185a79c9f1431e78169d9232f"
3241
+ integrity sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==
3242
3242
 
3243
3243
  "@typescript-eslint/type-utils@6.21.0":
3244
3244
  version "6.21.0"
@@ -3250,14 +3250,14 @@
3250
3250
  debug "^4.3.4"
3251
3251
  ts-api-utils "^1.0.1"
3252
3252
 
3253
- "@typescript-eslint/type-utils@8.59.1":
3254
- version "8.59.1"
3255
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.1.tgz#9c83d3f2ed9187a815e8120f72c08317e513e409"
3256
- integrity sha512-klWPBR2ciQHS3f++ug/mVnWKPjBUo7icEL3FAO1lhAR1Z1i5NQYZ1EannMSRYcq5qCv5wNALlXr6fksRHyYl7w==
3253
+ "@typescript-eslint/type-utils@8.59.2":
3254
+ version "8.59.2"
3255
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.2.tgz#a60a1192a804fa472a92c41656853ac6a9ba7176"
3256
+ integrity sha512-nhqaj1nmTdVVl/BP5omXNRGO38jn5iosis2vbdmupF2txCf8ylWT8lx+JlvMYYVqzGVKtjojUFoQ3JRWK+mfzQ==
3257
3257
  dependencies:
3258
- "@typescript-eslint/types" "8.59.1"
3259
- "@typescript-eslint/typescript-estree" "8.59.1"
3260
- "@typescript-eslint/utils" "8.59.1"
3258
+ "@typescript-eslint/types" "8.59.2"
3259
+ "@typescript-eslint/typescript-estree" "8.59.2"
3260
+ "@typescript-eslint/utils" "8.59.2"
3261
3261
  debug "^4.4.3"
3262
3262
  ts-api-utils "^2.5.0"
3263
3263
 
@@ -3276,10 +3276,10 @@
3276
3276
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.0.tgz#a2444011b9a98ca13d70411d2cbfed5443b3526a"
3277
3277
  integrity sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==
3278
3278
 
3279
- "@typescript-eslint/types@8.59.1", "@typescript-eslint/types@^8.59.1":
3280
- version "8.59.1"
3281
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.1.tgz#c1d014d3f03a97e0113a8899fc9d4e45a7fb0ca9"
3282
- integrity sha512-ZDCjgccSdYPw5Bxh+my4Z0lJU96ZDN7jbBzvmEn0FZx3RtU1C7VWl6NbDx94bwY3V5YsgwRzJPOgeY2Q/nLG8A==
3279
+ "@typescript-eslint/types@8.59.2", "@typescript-eslint/types@^8.59.2":
3280
+ version "8.59.2"
3281
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.2.tgz#01caabcd7e4715c33ad5e11cab260829714d6b9c"
3282
+ integrity sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==
3283
3283
 
3284
3284
  "@typescript-eslint/typescript-estree@6.21.0":
3285
3285
  version "6.21.0"
@@ -3324,15 +3324,15 @@
3324
3324
  tinyglobby "^0.2.15"
3325
3325
  ts-api-utils "^2.4.0"
3326
3326
 
3327
- "@typescript-eslint/typescript-estree@8.59.1":
3328
- version "8.59.1"
3329
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.1.tgz#4391fadf98a22c869c5b6522dbf4e491e53e351a"
3330
- integrity sha512-OUd+vJS05sSkOip+BkZ/2NS8RMxrAAJemsC6vU3kmfLyeaJT0TftHkV9mcx2107MmsBVXXexhVu4F0TZXyMl4g==
3327
+ "@typescript-eslint/typescript-estree@8.59.2":
3328
+ version "8.59.2"
3329
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.2.tgz#6a217ef65b18dbd12c718fc86a675d1d7a1414cc"
3330
+ integrity sha512-o0XPGNwcWw+FIwStOWn+BwBuEmL6QXP0rsvAFg7ET1dey1Nr6Wb1ac8p5HEsK0ygO/6mUxlk+YWQD9xcb/nnXg==
3331
3331
  dependencies:
3332
- "@typescript-eslint/project-service" "8.59.1"
3333
- "@typescript-eslint/tsconfig-utils" "8.59.1"
3334
- "@typescript-eslint/types" "8.59.1"
3335
- "@typescript-eslint/visitor-keys" "8.59.1"
3332
+ "@typescript-eslint/project-service" "8.59.2"
3333
+ "@typescript-eslint/tsconfig-utils" "8.59.2"
3334
+ "@typescript-eslint/types" "8.59.2"
3335
+ "@typescript-eslint/visitor-keys" "8.59.2"
3336
3336
  debug "^4.4.3"
3337
3337
  minimatch "^10.2.2"
3338
3338
  semver "^7.7.3"
@@ -3352,15 +3352,15 @@
3352
3352
  "@typescript-eslint/typescript-estree" "6.21.0"
3353
3353
  semver "^7.5.4"
3354
3354
 
3355
- "@typescript-eslint/utils@8.59.1":
3356
- version "8.59.1"
3357
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.1.tgz#cf6204d69701bbbc5b150f98c18aeef0a42c10bd"
3358
- integrity sha512-3pIeoXhCeYH9FSCBI8P3iNwJlGuzPlYKkTlen2O9T1DSeeg8UG8jstq6BLk+Mda0qup7mgk4z4XL4OzRaxZ8LA==
3355
+ "@typescript-eslint/utils@8.59.2":
3356
+ version "8.59.2"
3357
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.2.tgz#ff619a6a3075f4017fa91b8610b752a8ca3366aa"
3358
+ integrity sha512-Juw3EinkXqjaffxz6roowvV7GZT/kET5vSKKZT6upl5TXdWkLkYmNPXwDDL2Vkt2DPn0nODIS4egC/0AGxKo/Q==
3359
3359
  dependencies:
3360
3360
  "@eslint-community/eslint-utils" "^4.9.1"
3361
- "@typescript-eslint/scope-manager" "8.59.1"
3362
- "@typescript-eslint/types" "8.59.1"
3363
- "@typescript-eslint/typescript-estree" "8.59.1"
3361
+ "@typescript-eslint/scope-manager" "8.59.2"
3362
+ "@typescript-eslint/types" "8.59.2"
3363
+ "@typescript-eslint/typescript-estree" "8.59.2"
3364
3364
 
3365
3365
  "@typescript-eslint/utils@^7.18.0":
3366
3366
  version "7.18.0"
@@ -3406,12 +3406,12 @@
3406
3406
  "@typescript-eslint/types" "8.56.0"
3407
3407
  eslint-visitor-keys "^5.0.0"
3408
3408
 
3409
- "@typescript-eslint/visitor-keys@8.59.1":
3410
- version "8.59.1"
3411
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.1.tgz#b5cba576287a3eeb0b400b62813189abcc3f976a"
3412
- integrity sha512-LdDNl6C5iJExcM0Yh0PwAIBb9PrSiCsWamF/JyEZawm3kFDnRoaq3LGE4bpyRao/fWeGKKyw7icx0YxrLFC5Cg==
3409
+ "@typescript-eslint/visitor-keys@8.59.2":
3410
+ version "8.59.2"
3411
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz#5ccc486913cd347883d69158836b1189a660bfe6"
3412
+ integrity sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==
3413
3413
  dependencies:
3414
- "@typescript-eslint/types" "8.59.1"
3414
+ "@typescript-eslint/types" "8.59.2"
3415
3415
  eslint-visitor-keys "^5.0.0"
3416
3416
 
3417
3417
  "@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
@@ -5032,10 +5032,10 @@ eslint-config-oclif@^5.2.2:
5032
5032
  eslint-plugin-n "^15.1.0"
5033
5033
  eslint-plugin-unicorn "^48.0.1"
5034
5034
 
5035
- eslint-config-oclif@^6.0.162:
5036
- version "6.0.162"
5037
- resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.162.tgz#5d8247af8cd8078381dbf1cbcbfa4c4f929038df"
5038
- integrity sha512-c0Qwmh8LJVW437JCEHAOeCVkyXv64joXP5TgctJ6oW0ytsnw8tg9FnwUev116S3kmFzFIh8anzym9zCPqS+FOQ==
5035
+ eslint-config-oclif@^6.0.164:
5036
+ version "6.0.164"
5037
+ resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.164.tgz#e7b1d4b5611d6b07a7e55427c0043e075409e60f"
5038
+ integrity sha512-LEJRa/q7FAIH8zeZJ16E3RghSU/kZEa6oBV8kxTSE57djsgSNcwf92NbhcPj6RaQ/eANIva8nWJ9h+FeeWUlew==
5039
5039
  dependencies:
5040
5040
  "@eslint/compat" "^1.4.1"
5041
5041
  "@eslint/eslintrc" "^3.3.5"
@@ -5053,7 +5053,7 @@ eslint-config-oclif@^6.0.162:
5053
5053
  eslint-plugin-n "^17.24.0"
5054
5054
  eslint-plugin-perfectionist "^4"
5055
5055
  eslint-plugin-unicorn "^56.0.1"
5056
- typescript-eslint "^8.59.1"
5056
+ typescript-eslint "^8.59.2"
5057
5057
 
5058
5058
  eslint-config-prettier@^9.1.0:
5059
5059
  version "9.1.2"
@@ -5601,7 +5601,7 @@ fast-wrap-ansi@^0.2.0:
5601
5601
  dependencies:
5602
5602
  fast-string-width "^3.0.2"
5603
5603
 
5604
- fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.4, fast-xml-builder@^1.1.5:
5604
+ fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.4, fast-xml-builder@^1.1.7:
5605
5605
  version "1.2.0"
5606
5606
  resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz#abd2363145a7625d9789ad96da375fabe3cff28c"
5607
5607
  integrity sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==
@@ -5626,13 +5626,13 @@ fast-xml-parser@5.5.8:
5626
5626
  path-expression-matcher "^1.2.0"
5627
5627
  strnum "^2.2.0"
5628
5628
 
5629
- fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.1, fast-xml-parser@^5.7.2:
5630
- version "5.7.2"
5631
- resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.2.tgz#fecd0b054c6c132fc03dab994a413da781e0eb9f"
5632
- integrity sha512-P7oW7tLbYnhOLQk/Gv7cZgzgMPP/XN03K02/Jy6Y/NHzyIAIpxuZIM/YqAkfiXFPxA2CTm7NtCijK9EDu09u2w==
5629
+ fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.2, fast-xml-parser@^5.7.3:
5630
+ version "5.7.3"
5631
+ resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.3.tgz#309b04b08d835defc62ab657a0bb340c0e0fbe6a"
5632
+ integrity sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg==
5633
5633
  dependencies:
5634
5634
  "@nodable/entities" "^2.1.0"
5635
- fast-xml-builder "^1.1.5"
5635
+ fast-xml-builder "^1.1.7"
5636
5636
  path-expression-matcher "^1.5.0"
5637
5637
  strnum "^2.2.3"
5638
5638
 
@@ -8956,6 +8956,11 @@ semver@^7.0.0, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semve
8956
8956
  resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.4.tgz#28464e36060e991fa7a11d0279d2d3f3b57a7e8a"
8957
8957
  integrity sha512-vFKC2IEtQnVhpT78h1Yp8wzwrf8CM+MzKMHGJZfBtzhZNycRFnXsHk6E5TxIkkMsgNS7mdX3AGB7x2QM2di4lA==
8958
8958
 
8959
+ semver@^7.8.0:
8960
+ version "7.8.0"
8961
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.8.0.tgz#ed0661039fcbcda2ce71f01fa6adbefaa77040df"
8962
+ integrity sha512-AcM7dV/5ul4EekoQ29Agm5vri8JNqRyj39o0qpX6vDF2GZrtutZl5RwgD1XnZjiTAfncsJhMI48QQH3sN87YNA==
8963
+
8959
8964
  sentence-case@^3.0.4:
8960
8965
  version "3.0.4"
8961
8966
  resolved "https://registry.yarnpkg.com/sentence-case/-/sentence-case-3.0.4.tgz#3645a7b8c117c787fde8702056225bb62a45131f"
@@ -9939,15 +9944,15 @@ typedoc@^0.26.5:
9939
9944
  shiki "^1.16.2"
9940
9945
  yaml "^2.5.1"
9941
9946
 
9942
- typescript-eslint@^8.59.1:
9943
- version "8.59.1"
9944
- resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.59.1.tgz#244a9fcbf27057ebbc2281d408239f1861b55b78"
9945
- integrity sha512-xqDcFVBmlrltH64lklOVp1wYxgJr6LVdg3NamBgH2OOQDLFdTKfIZXF5PfghrnXQKXZGTQs8tr1vL7fJvq8CTQ==
9947
+ typescript-eslint@^8.59.2:
9948
+ version "8.59.2"
9949
+ resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.59.2.tgz#e24b4f7232e20112e40572dba162a829a738ce98"
9950
+ integrity sha512-pJw051uomb3ZeCzGTpRb8RbEqB5Y4WWet8gl/GcTlU35BSx0PVdZ86/bqkQCyKKuraVQEK7r6kBHQXF+fBhkoQ==
9946
9951
  dependencies:
9947
- "@typescript-eslint/eslint-plugin" "8.59.1"
9948
- "@typescript-eslint/parser" "8.59.1"
9949
- "@typescript-eslint/typescript-estree" "8.59.1"
9950
- "@typescript-eslint/utils" "8.59.1"
9952
+ "@typescript-eslint/eslint-plugin" "8.59.2"
9953
+ "@typescript-eslint/parser" "8.59.2"
9954
+ "@typescript-eslint/typescript-estree" "8.59.2"
9955
+ "@typescript-eslint/utils" "8.59.2"
9951
9956
 
9952
9957
  "typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4:
9953
9958
  version "5.9.3"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.90"
270
+ "version": "5.0.92"
271
271
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.90",
4
+ "version": "5.0.92",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
@@ -10,12 +10,12 @@
10
10
  "@oclif/core": "^4.11.1",
11
11
  "@salesforce/core": "^8.29.0",
12
12
  "@salesforce/kit": "^3.2.6",
13
- "@salesforce/sf-plugins-core": "^12.2.13",
13
+ "@salesforce/sf-plugins-core": "^12.2.16",
14
14
  "@salesforce/source-deploy-retrieve": "12.35.5",
15
15
  "@salesforce/source-tracking": "7.8.14",
16
16
  "@salesforce/ts-types": "^2.0.12",
17
17
  "fast-deep-equal": "^3.1.3",
18
- "fast-xml-parser": "^5.7.1",
18
+ "fast-xml-parser": "^5.7.3",
19
19
  "fs-extra": "^11.3.4",
20
20
  "graceful-fs": "^4.2.11",
21
21
  "isomorphic-git": "1.37.6"
@@ -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.162",
31
+ "eslint-config-oclif": "^6.0.164",
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",