@jayree/sfdx-plugin-manifest 5.0.81 → 5.0.82

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,13 @@
1
+ ## [5.0.82](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.81...5.0.82) (2026-05-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/sf-plugins-core from 12.2.10 to 12.2.13 ([#2221](https://github.com/jayree/sfdx-plugin-manifest/issues/2221)) ([9078a70](https://github.com/jayree/sfdx-plugin-manifest/commit/9078a7079a9e54dc370392d9e4eafb3aba72d000))
7
+ * **deps:** bump @salesforce/core from 8.28.4 to 8.29.0 ([eaaa5cf](https://github.com/salesforcecli/sf-plugins-core/commit/eaaa5cfaf789c94d12ce21cc5c4953658ce00ed2))
8
+ * **deps:** bump @oclif/table from 0.5.5 to 0.5.6 ([b5ded0b](https://github.com/salesforcecli/sf-plugins-core/commit/b5ded0b6357381b44ddc2980f3842f7ff0d90c79))
9
+ * **deps:** bump @oclif/core from 4.10.6 to 4.11.0 ([a7d17db](https://github.com/salesforcecli/sf-plugins-core/commit/a7d17db0dfc98d902b01508a11ab16c0c0743d75))
10
+
1
11
  ## [5.0.81](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.80...5.0.81) (2026-05-03)
2
12
 
3
13
 
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.81/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.82/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.81/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.82/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.81/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.82/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "5.0.81",
3
+ "version": "5.0.82",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.81",
9
+ "version": "5.0.82",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.30",
13
13
  "@oclif/core": "^4.11.0",
14
14
  "@salesforce/core": "^8.29.0",
15
15
  "@salesforce/kit": "^3.2.6",
16
- "@salesforce/sf-plugins-core": "^12.2.10",
16
+ "@salesforce/sf-plugins-core": "^12.2.13",
17
17
  "@salesforce/source-deploy-retrieve": "12.35.1",
18
18
  "@salesforce/source-tracking": "7.8.14",
19
19
  "@salesforce/ts-types": "^2.0.12",
@@ -24,14 +24,14 @@
24
24
  "isomorphic-git": "1.37.6"
25
25
  },
26
26
  "devDependencies": {
27
- "@oclif/plugin-command-snapshot": "^5.3.16",
28
- "@salesforce/cli-plugins-testkit": "^5.3.54",
27
+ "@oclif/plugin-command-snapshot": "^5.3.17",
28
+ "@salesforce/cli-plugins-testkit": "^5.3.55",
29
29
  "@salesforce/dev-scripts": "^11.0.4",
30
30
  "@salesforce/ts-sinon": "^1.4.34",
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.160",
34
+ "eslint-config-oclif": "^6.0.162",
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",
@@ -5480,9 +5480,9 @@
5480
5480
  }
5481
5481
  },
5482
5482
  "node_modules/@oclif/plugin-command-snapshot": {
5483
- "version": "5.3.16",
5484
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.16.tgz",
5485
- "integrity": "sha512-pwTKWQRDrK9eOz1VVUTKm9q3tKf9Kihunu3R53LfcPXPpEhIJ6N+2zmCYqeuifrvjBqLT1VhAKpVgTfHXxURHg==",
5483
+ "version": "5.3.17",
5484
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.17.tgz",
5485
+ "integrity": "sha512-lzjs9x6rxXo+EBFSvL96NytY1uXzPbmRn22GNYbtYhY1oSRmOedihcYboQwVPP+V2d6BfPdbxxWzz3Rc6hoHGg==",
5486
5486
  "dev": true,
5487
5487
  "license": "MIT",
5488
5488
  "dependencies": {
@@ -5608,9 +5608,9 @@
5608
5608
  }
5609
5609
  },
5610
5610
  "node_modules/@oclif/table": {
5611
- "version": "0.5.5",
5612
- "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.5.tgz",
5613
- "integrity": "sha512-ppjPNFf5bL28KiiMIxyDwXhGJ3ke7MFg532k8bkaInavv84zRgoLhc+5ocZMX1EPToqgSsZAn8bQhaZz07enww==",
5611
+ "version": "0.5.6",
5612
+ "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.6.tgz",
5613
+ "integrity": "sha512-W0SlIIkcqYxRSbZVw+VnFPT6hStjm5OoMduli35569OXezBPS92yNsoIA9jAuAt3lVIGlnUIetnAUUjs+yLHKg==",
5614
5614
  "license": "MIT",
5615
5615
  "dependencies": {
5616
5616
  "@types/react": "^18.3.12",
@@ -5620,7 +5620,7 @@
5620
5620
  "natural-orderby": "^3.0.2",
5621
5621
  "object-hash": "^3.0.0",
5622
5622
  "react": "^18.3.1",
5623
- "string-width": "^8.2.0",
5623
+ "string-width": "^8.2.1",
5624
5624
  "strip-ansi": "^7.1.2",
5625
5625
  "wrap-ansi": "^9.0.2"
5626
5626
  },
@@ -5800,13 +5800,13 @@
5800
5800
  "license": "MIT"
5801
5801
  },
5802
5802
  "node_modules/@salesforce/cli-plugins-testkit": {
5803
- "version": "5.3.54",
5804
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.54.tgz",
5805
- "integrity": "sha512-OT4S2Wstg2gqWWbhG4q+/AioIWpU1BEsC+KBIBtw1Wckktxv6B/SWlpgIrCz6nQAPwwDpY1sNeGLxpDsNUKVzw==",
5803
+ "version": "5.3.55",
5804
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.55.tgz",
5805
+ "integrity": "sha512-NzV5WWHJDoybEtHVeTOQt/P/VizWsYwhiyAMU98NG+xAdQVBYyTx/2NhRTgnatxqHyNkYKwPMIJJQ9FLvHpU1A==",
5806
5806
  "dev": true,
5807
5807
  "license": "Apache-2.0",
5808
5808
  "dependencies": {
5809
- "@salesforce/core": "^8.28.4",
5809
+ "@salesforce/core": "^8.29.0",
5810
5810
  "@salesforce/kit": "^3.2.6",
5811
5811
  "@salesforce/ts-types": "^2.0.11",
5812
5812
  "@types/shelljs": "^0.10.0",
@@ -6300,16 +6300,16 @@
6300
6300
  "license": "BSD-3-Clause"
6301
6301
  },
6302
6302
  "node_modules/@salesforce/sf-plugins-core": {
6303
- "version": "12.2.10",
6304
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.10.tgz",
6305
- "integrity": "sha512-Rx6dbyKb1u08Fjcan8ZDhUkb073CBLRVEPH2KllZWclQRMa5gzcvmuB3uXhUXK5l0paH5o4g0CojgbNqEKhS9g==",
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==",
6306
6306
  "license": "Apache-2.0",
6307
6307
  "dependencies": {
6308
6308
  "@inquirer/confirm": "^6.0.12",
6309
6309
  "@inquirer/password": "^5.0.12",
6310
- "@oclif/core": "^4.10.6",
6311
- "@oclif/table": "^0.5.5",
6312
- "@salesforce/core": "^8.28.4",
6310
+ "@oclif/core": "^4.11.0",
6311
+ "@oclif/table": "^0.5.6",
6312
+ "@salesforce/core": "^8.29.0",
6313
6313
  "@salesforce/kit": "^3.2.3",
6314
6314
  "@salesforce/ts-types": "^2.0.12",
6315
6315
  "ansis": "^3.3.2",
@@ -8323,17 +8323,17 @@
8323
8323
  "license": "MIT"
8324
8324
  },
8325
8325
  "node_modules/@typescript-eslint/eslint-plugin": {
8326
- "version": "8.59.0",
8327
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.0.tgz",
8328
- "integrity": "sha512-HyAZtpdkgZwpq8Sz3FSUvCR4c+ScbuWa9AksK2Jweub7w4M3yTz4O11AqVJzLYjy/B9ZWPyc81I+mOdJU/bDQw==",
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==",
8329
8329
  "dev": true,
8330
8330
  "license": "MIT",
8331
8331
  "dependencies": {
8332
8332
  "@eslint-community/regexpp": "^4.12.2",
8333
- "@typescript-eslint/scope-manager": "8.59.0",
8334
- "@typescript-eslint/type-utils": "8.59.0",
8335
- "@typescript-eslint/utils": "8.59.0",
8336
- "@typescript-eslint/visitor-keys": "8.59.0",
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",
8337
8337
  "ignore": "^7.0.5",
8338
8338
  "natural-compare": "^1.4.0",
8339
8339
  "ts-api-utils": "^2.5.0"
@@ -8346,20 +8346,20 @@
8346
8346
  "url": "https://opencollective.com/typescript-eslint"
8347
8347
  },
8348
8348
  "peerDependencies": {
8349
- "@typescript-eslint/parser": "^8.59.0",
8349
+ "@typescript-eslint/parser": "^8.59.1",
8350
8350
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
8351
8351
  "typescript": ">=4.8.4 <6.1.0"
8352
8352
  }
8353
8353
  },
8354
8354
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
8355
- "version": "8.59.0",
8356
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.0.tgz",
8357
- "integrity": "sha512-UzR16Ut8IpA3Mc4DbgAShlPPkVm8xXMWafXxB0BocaVRHs8ZGakAxGRskF7FId3sdk9lgGD73GSFaWmWFDE4dg==",
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==",
8358
8358
  "dev": true,
8359
8359
  "license": "MIT",
8360
8360
  "dependencies": {
8361
- "@typescript-eslint/types": "8.59.0",
8362
- "@typescript-eslint/visitor-keys": "8.59.0"
8361
+ "@typescript-eslint/types": "8.59.1",
8362
+ "@typescript-eslint/visitor-keys": "8.59.1"
8363
8363
  },
8364
8364
  "engines": {
8365
8365
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8370,9 +8370,9 @@
8370
8370
  }
8371
8371
  },
8372
8372
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
8373
- "version": "8.59.0",
8374
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.0.tgz",
8375
- "integrity": "sha512-nLzdsT1gdOgFxxxwrlNVUBzSNBEEHJ86bblmk4QAS6stfig7rcJzWKqCyxFy3YRRHXDWEkb2NralA1nOYkkm/A==",
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==",
8376
8376
  "dev": true,
8377
8377
  "license": "MIT",
8378
8378
  "engines": {
@@ -8384,13 +8384,13 @@
8384
8384
  }
8385
8385
  },
8386
8386
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
8387
- "version": "8.59.0",
8388
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.0.tgz",
8389
- "integrity": "sha512-/uejZt4dSere1bx12WLlPfv8GktzcaDtuJ7s42/HEZ5zGj9oxRaD4bj7qwSunXkf+pbAhFt2zjpHYUiT5lHf0Q==",
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==",
8390
8390
  "dev": true,
8391
8391
  "license": "MIT",
8392
8392
  "dependencies": {
8393
- "@typescript-eslint/types": "8.59.0",
8393
+ "@typescript-eslint/types": "8.59.1",
8394
8394
  "eslint-visitor-keys": "^5.0.0"
8395
8395
  },
8396
8396
  "engines": {
@@ -8438,16 +8438,16 @@
8438
8438
  }
8439
8439
  },
8440
8440
  "node_modules/@typescript-eslint/parser": {
8441
- "version": "8.59.0",
8442
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.0.tgz",
8443
- "integrity": "sha512-TI1XGwKbDpo9tRW8UDIXCOeLk55qe9ZFGs8MTKU6/M08HWTw52DD/IYhfQtOEhEdPhLMT26Ka/x7p70nd3dzDg==",
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==",
8444
8444
  "dev": true,
8445
8445
  "license": "MIT",
8446
8446
  "dependencies": {
8447
- "@typescript-eslint/scope-manager": "8.59.0",
8448
- "@typescript-eslint/types": "8.59.0",
8449
- "@typescript-eslint/typescript-estree": "8.59.0",
8450
- "@typescript-eslint/visitor-keys": "8.59.0",
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",
8451
8451
  "debug": "^4.4.3"
8452
8452
  },
8453
8453
  "engines": {
@@ -8463,14 +8463,14 @@
8463
8463
  }
8464
8464
  },
8465
8465
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
8466
- "version": "8.59.0",
8467
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.0.tgz",
8468
- "integrity": "sha512-UzR16Ut8IpA3Mc4DbgAShlPPkVm8xXMWafXxB0BocaVRHs8ZGakAxGRskF7FId3sdk9lgGD73GSFaWmWFDE4dg==",
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==",
8469
8469
  "dev": true,
8470
8470
  "license": "MIT",
8471
8471
  "dependencies": {
8472
- "@typescript-eslint/types": "8.59.0",
8473
- "@typescript-eslint/visitor-keys": "8.59.0"
8472
+ "@typescript-eslint/types": "8.59.1",
8473
+ "@typescript-eslint/visitor-keys": "8.59.1"
8474
8474
  },
8475
8475
  "engines": {
8476
8476
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8481,9 +8481,9 @@
8481
8481
  }
8482
8482
  },
8483
8483
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
8484
- "version": "8.59.0",
8485
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.0.tgz",
8486
- "integrity": "sha512-nLzdsT1gdOgFxxxwrlNVUBzSNBEEHJ86bblmk4QAS6stfig7rcJzWKqCyxFy3YRRHXDWEkb2NralA1nOYkkm/A==",
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==",
8487
8487
  "dev": true,
8488
8488
  "license": "MIT",
8489
8489
  "engines": {
@@ -8495,13 +8495,13 @@
8495
8495
  }
8496
8496
  },
8497
8497
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
8498
- "version": "8.59.0",
8499
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.0.tgz",
8500
- "integrity": "sha512-/uejZt4dSere1bx12WLlPfv8GktzcaDtuJ7s42/HEZ5zGj9oxRaD4bj7qwSunXkf+pbAhFt2zjpHYUiT5lHf0Q==",
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==",
8501
8501
  "dev": true,
8502
8502
  "license": "MIT",
8503
8503
  "dependencies": {
8504
- "@typescript-eslint/types": "8.59.0",
8504
+ "@typescript-eslint/types": "8.59.1",
8505
8505
  "eslint-visitor-keys": "^5.0.0"
8506
8506
  },
8507
8507
  "engines": {
@@ -8526,14 +8526,14 @@
8526
8526
  }
8527
8527
  },
8528
8528
  "node_modules/@typescript-eslint/project-service": {
8529
- "version": "8.59.0",
8530
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.0.tgz",
8531
- "integrity": "sha512-Lw5ITrR5s5TbC19YSvlr63ZfLaJoU6vtKTHyB0GQOpX0W7d5/Ir6vUahWi/8Sps/nOukZQ0IB3SmlxZnjaKVnw==",
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==",
8532
8532
  "dev": true,
8533
8533
  "license": "MIT",
8534
8534
  "dependencies": {
8535
- "@typescript-eslint/tsconfig-utils": "^8.59.0",
8536
- "@typescript-eslint/types": "^8.59.0",
8535
+ "@typescript-eslint/tsconfig-utils": "^8.59.1",
8536
+ "@typescript-eslint/types": "^8.59.1",
8537
8537
  "debug": "^4.4.3"
8538
8538
  },
8539
8539
  "engines": {
@@ -8548,9 +8548,9 @@
8548
8548
  }
8549
8549
  },
8550
8550
  "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
8551
- "version": "8.59.0",
8552
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.0.tgz",
8553
- "integrity": "sha512-91Sbl3s4Kb3SybliIY6muFBmHVv+pYXfybC4Oolp3dvk8BvIE3wOPc+403CWIT7mJNkfQRGtdqghzs2+Z91Tqg==",
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==",
8554
8554
  "dev": true,
8555
8555
  "license": "MIT",
8556
8556
  "engines": {
@@ -8565,9 +8565,9 @@
8565
8565
  }
8566
8566
  },
8567
8567
  "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
8568
- "version": "8.59.0",
8569
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.0.tgz",
8570
- "integrity": "sha512-nLzdsT1gdOgFxxxwrlNVUBzSNBEEHJ86bblmk4QAS6stfig7rcJzWKqCyxFy3YRRHXDWEkb2NralA1nOYkkm/A==",
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==",
8571
8571
  "dev": true,
8572
8572
  "license": "MIT",
8573
8573
  "engines": {
@@ -8628,15 +8628,15 @@
8628
8628
  }
8629
8629
  },
8630
8630
  "node_modules/@typescript-eslint/type-utils": {
8631
- "version": "8.59.0",
8632
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.0.tgz",
8633
- "integrity": "sha512-3TRiZaQSltGqGeNrJzzr1+8YcEobKH9rHnqIp/1psfKFmhRQDNMGP5hBufanYTGznwShzVLs3Mz+gDN7HkWfXg==",
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==",
8634
8634
  "dev": true,
8635
8635
  "license": "MIT",
8636
8636
  "dependencies": {
8637
- "@typescript-eslint/types": "8.59.0",
8638
- "@typescript-eslint/typescript-estree": "8.59.0",
8639
- "@typescript-eslint/utils": "8.59.0",
8637
+ "@typescript-eslint/types": "8.59.1",
8638
+ "@typescript-eslint/typescript-estree": "8.59.1",
8639
+ "@typescript-eslint/utils": "8.59.1",
8640
8640
  "debug": "^4.4.3",
8641
8641
  "ts-api-utils": "^2.5.0"
8642
8642
  },
@@ -8653,9 +8653,9 @@
8653
8653
  }
8654
8654
  },
8655
8655
  "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
8656
- "version": "8.59.0",
8657
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.0.tgz",
8658
- "integrity": "sha512-nLzdsT1gdOgFxxxwrlNVUBzSNBEEHJ86bblmk4QAS6stfig7rcJzWKqCyxFy3YRRHXDWEkb2NralA1nOYkkm/A==",
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==",
8659
8659
  "dev": true,
8660
8660
  "license": "MIT",
8661
8661
  "engines": {
@@ -8694,16 +8694,16 @@
8694
8694
  }
8695
8695
  },
8696
8696
  "node_modules/@typescript-eslint/typescript-estree": {
8697
- "version": "8.59.0",
8698
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.0.tgz",
8699
- "integrity": "sha512-O9Re9P1BmBLFJyikRbQpLku/QA3/AueZNO9WePLBwQrvkixTmDe8u76B6CYUAITRl/rHawggEqUGn5QIkVRLMw==",
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==",
8700
8700
  "dev": true,
8701
8701
  "license": "MIT",
8702
8702
  "dependencies": {
8703
- "@typescript-eslint/project-service": "8.59.0",
8704
- "@typescript-eslint/tsconfig-utils": "8.59.0",
8705
- "@typescript-eslint/types": "8.59.0",
8706
- "@typescript-eslint/visitor-keys": "8.59.0",
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",
8707
8707
  "debug": "^4.4.3",
8708
8708
  "minimatch": "^10.2.2",
8709
8709
  "semver": "^7.7.3",
@@ -8722,9 +8722,9 @@
8722
8722
  }
8723
8723
  },
8724
8724
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": {
8725
- "version": "8.59.0",
8726
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.0.tgz",
8727
- "integrity": "sha512-91Sbl3s4Kb3SybliIY6muFBmHVv+pYXfybC4Oolp3dvk8BvIE3wOPc+403CWIT7mJNkfQRGtdqghzs2+Z91Tqg==",
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==",
8728
8728
  "dev": true,
8729
8729
  "license": "MIT",
8730
8730
  "engines": {
@@ -8739,9 +8739,9 @@
8739
8739
  }
8740
8740
  },
8741
8741
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
8742
- "version": "8.59.0",
8743
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.0.tgz",
8744
- "integrity": "sha512-nLzdsT1gdOgFxxxwrlNVUBzSNBEEHJ86bblmk4QAS6stfig7rcJzWKqCyxFy3YRRHXDWEkb2NralA1nOYkkm/A==",
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==",
8745
8745
  "dev": true,
8746
8746
  "license": "MIT",
8747
8747
  "engines": {
@@ -8753,13 +8753,13 @@
8753
8753
  }
8754
8754
  },
8755
8755
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
8756
- "version": "8.59.0",
8757
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.0.tgz",
8758
- "integrity": "sha512-/uejZt4dSere1bx12WLlPfv8GktzcaDtuJ7s42/HEZ5zGj9oxRaD4bj7qwSunXkf+pbAhFt2zjpHYUiT5lHf0Q==",
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==",
8759
8759
  "dev": true,
8760
8760
  "license": "MIT",
8761
8761
  "dependencies": {
8762
- "@typescript-eslint/types": "8.59.0",
8762
+ "@typescript-eslint/types": "8.59.1",
8763
8763
  "eslint-visitor-keys": "^5.0.0"
8764
8764
  },
8765
8765
  "engines": {
@@ -8836,16 +8836,16 @@
8836
8836
  }
8837
8837
  },
8838
8838
  "node_modules/@typescript-eslint/utils": {
8839
- "version": "8.59.0",
8840
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.0.tgz",
8841
- "integrity": "sha512-I1R/K7V07XsMJ12Oaxg/O9GfrysGTmCRhvZJBv0RE0NcULMzjqVpR5kRRQjHsz3J/bElU7HwCO7zkqL+MSUz+g==",
8839
+ "version": "8.59.1",
8840
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.1.tgz",
8841
+ "integrity": "sha512-3pIeoXhCeYH9FSCBI8P3iNwJlGuzPlYKkTlen2O9T1DSeeg8UG8jstq6BLk+Mda0qup7mgk4z4XL4OzRaxZ8LA==",
8842
8842
  "dev": true,
8843
8843
  "license": "MIT",
8844
8844
  "dependencies": {
8845
8845
  "@eslint-community/eslint-utils": "^4.9.1",
8846
- "@typescript-eslint/scope-manager": "8.59.0",
8847
- "@typescript-eslint/types": "8.59.0",
8848
- "@typescript-eslint/typescript-estree": "8.59.0"
8846
+ "@typescript-eslint/scope-manager": "8.59.1",
8847
+ "@typescript-eslint/types": "8.59.1",
8848
+ "@typescript-eslint/typescript-estree": "8.59.1"
8849
8849
  },
8850
8850
  "engines": {
8851
8851
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8860,14 +8860,14 @@
8860
8860
  }
8861
8861
  },
8862
8862
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
8863
- "version": "8.59.0",
8864
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.0.tgz",
8865
- "integrity": "sha512-UzR16Ut8IpA3Mc4DbgAShlPPkVm8xXMWafXxB0BocaVRHs8ZGakAxGRskF7FId3sdk9lgGD73GSFaWmWFDE4dg==",
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==",
8866
8866
  "dev": true,
8867
8867
  "license": "MIT",
8868
8868
  "dependencies": {
8869
- "@typescript-eslint/types": "8.59.0",
8870
- "@typescript-eslint/visitor-keys": "8.59.0"
8869
+ "@typescript-eslint/types": "8.59.1",
8870
+ "@typescript-eslint/visitor-keys": "8.59.1"
8871
8871
  },
8872
8872
  "engines": {
8873
8873
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -8878,9 +8878,9 @@
8878
8878
  }
8879
8879
  },
8880
8880
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
8881
- "version": "8.59.0",
8882
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.0.tgz",
8883
- "integrity": "sha512-nLzdsT1gdOgFxxxwrlNVUBzSNBEEHJ86bblmk4QAS6stfig7rcJzWKqCyxFy3YRRHXDWEkb2NralA1nOYkkm/A==",
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==",
8884
8884
  "dev": true,
8885
8885
  "license": "MIT",
8886
8886
  "engines": {
@@ -8892,13 +8892,13 @@
8892
8892
  }
8893
8893
  },
8894
8894
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
8895
- "version": "8.59.0",
8896
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.0.tgz",
8897
- "integrity": "sha512-/uejZt4dSere1bx12WLlPfv8GktzcaDtuJ7s42/HEZ5zGj9oxRaD4bj7qwSunXkf+pbAhFt2zjpHYUiT5lHf0Q==",
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==",
8898
8898
  "dev": true,
8899
8899
  "license": "MIT",
8900
8900
  "dependencies": {
8901
- "@typescript-eslint/types": "8.59.0",
8901
+ "@typescript-eslint/types": "8.59.1",
8902
8902
  "eslint-visitor-keys": "^5.0.0"
8903
8903
  },
8904
8904
  "engines": {
@@ -11624,9 +11624,9 @@
11624
11624
  }
11625
11625
  },
11626
11626
  "node_modules/eslint-config-oclif": {
11627
- "version": "6.0.160",
11628
- "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.160.tgz",
11629
- "integrity": "sha512-ObWYOTSLk60UdQkJNTDzh7vVQpPtysz8O4Wwf6Ui7+DJErVjCdaYB0F5qAaOoUr2Jq3hnukO0Hh0PY6rAfG9yw==",
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==",
11630
11630
  "dev": true,
11631
11631
  "license": "MIT",
11632
11632
  "dependencies": {
@@ -11646,7 +11646,7 @@
11646
11646
  "eslint-plugin-n": "^17.24.0",
11647
11647
  "eslint-plugin-perfectionist": "^4",
11648
11648
  "eslint-plugin-unicorn": "^56.0.1",
11649
- "typescript-eslint": "^8.59.0"
11649
+ "typescript-eslint": "^8.59.1"
11650
11650
  },
11651
11651
  "engines": {
11652
11652
  "node": ">=18.18.0"
@@ -21220,16 +21220,16 @@
21220
21220
  }
21221
21221
  },
21222
21222
  "node_modules/typescript-eslint": {
21223
- "version": "8.59.0",
21224
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.0.tgz",
21225
- "integrity": "sha512-BU3ONW9X+v90EcCH9ZS6LMackcVtxRLlI3XrYyqZIwVSHIk7Qf7bFw1z0M9Q0IUxhTMZCf8piY9hTYaNEIASrw==",
21223
+ "version": "8.59.1",
21224
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.1.tgz",
21225
+ "integrity": "sha512-xqDcFVBmlrltH64lklOVp1wYxgJr6LVdg3NamBgH2OOQDLFdTKfIZXF5PfghrnXQKXZGTQs8tr1vL7fJvq8CTQ==",
21226
21226
  "dev": true,
21227
21227
  "license": "MIT",
21228
21228
  "dependencies": {
21229
- "@typescript-eslint/eslint-plugin": "8.59.0",
21230
- "@typescript-eslint/parser": "8.59.0",
21231
- "@typescript-eslint/typescript-estree": "8.59.0",
21232
- "@typescript-eslint/utils": "8.59.0"
21229
+ "@typescript-eslint/eslint-plugin": "8.59.1",
21230
+ "@typescript-eslint/parser": "8.59.1",
21231
+ "@typescript-eslint/typescript-estree": "8.59.1",
21232
+ "@typescript-eslint/utils": "8.59.1"
21233
21233
  },
21234
21234
  "engines": {
21235
21235
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
package/oclif.lock CHANGED
@@ -1807,7 +1807,7 @@
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.10.6", "@oclif/core@^4.11.0":
1810
+ "@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.11.0":
1811
1811
  version "4.11.0"
1812
1812
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.0.tgz#262102cbdabfe0f83eba5381a4ffcd34d779921a"
1813
1813
  integrity sha512-nTkRMgxFlIKQIIYGvhO2JMsLSQ1aHPHblHfFgxgoBrGK8Ao/8wxc4eNOIv/+t8dMXliZd7mREVr6la4aXXXg5A==
@@ -1831,10 +1831,10 @@
1831
1831
  wordwrap "^1.0.0"
1832
1832
  wrap-ansi "^7.0.0"
1833
1833
 
1834
- "@oclif/plugin-command-snapshot@^5.3.16":
1835
- version "5.3.16"
1836
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.16.tgz#d4d45298a8be71c20ba8b6a850edc82b31000184"
1837
- integrity sha512-pwTKWQRDrK9eOz1VVUTKm9q3tKf9Kihunu3R53LfcPXPpEhIJ6N+2zmCYqeuifrvjBqLT1VhAKpVgTfHXxURHg==
1834
+ "@oclif/plugin-command-snapshot@^5.3.17":
1835
+ version "5.3.17"
1836
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.17.tgz#441c6cdb0c236462405a4fb78fd44871d1a54160"
1837
+ integrity sha512-lzjs9x6rxXo+EBFSvL96NytY1uXzPbmRn22GNYbtYhY1oSRmOedihcYboQwVPP+V2d6BfPdbxxWzz3Rc6hoHGg==
1838
1838
  dependencies:
1839
1839
  "@oclif/core" "^4"
1840
1840
  ansis "^3.17.0"
@@ -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.5":
1879
- version "0.5.5"
1880
- resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.5.tgz#bbe455aa636d95ae99723efac9ede1884adb891f"
1881
- integrity sha512-ppjPNFf5bL28KiiMIxyDwXhGJ3ke7MFg532k8bkaInavv84zRgoLhc+5ocZMX1EPToqgSsZAn8bQhaZz07enww==
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==
1882
1882
  dependencies:
1883
1883
  "@types/react" "^18.3.12"
1884
1884
  change-case "^5.4.4"
@@ -1887,7 +1887,7 @@
1887
1887
  natural-orderby "^3.0.2"
1888
1888
  object-hash "^3.0.0"
1889
1889
  react "^18.3.1"
1890
- string-width "^8.2.0"
1890
+ string-width "^8.2.1"
1891
1891
  strip-ansi "^7.1.2"
1892
1892
  wrap-ansi "^9.0.2"
1893
1893
 
@@ -1932,12 +1932,12 @@
1932
1932
  resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
1933
1933
  integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
1934
1934
 
1935
- "@salesforce/cli-plugins-testkit@^5.3.54":
1936
- version "5.3.54"
1937
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.54.tgz#636bed66cb28f94c3d415277d1796f5407a6313f"
1938
- integrity sha512-OT4S2Wstg2gqWWbhG4q+/AioIWpU1BEsC+KBIBtw1Wckktxv6B/SWlpgIrCz6nQAPwwDpY1sNeGLxpDsNUKVzw==
1935
+ "@salesforce/cli-plugins-testkit@^5.3.55":
1936
+ version "5.3.55"
1937
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.55.tgz#9230cb131950c60334b250940826ad20fe029023"
1938
+ integrity sha512-NzV5WWHJDoybEtHVeTOQt/P/VizWsYwhiyAMU98NG+xAdQVBYyTx/2NhRTgnatxqHyNkYKwPMIJJQ9FLvHpU1A==
1939
1939
  dependencies:
1940
- "@salesforce/core" "^8.28.4"
1940
+ "@salesforce/core" "^8.29.0"
1941
1941
  "@salesforce/kit" "^3.2.6"
1942
1942
  "@salesforce/ts-types" "^2.0.11"
1943
1943
  "@types/shelljs" "^0.10.0"
@@ -1948,7 +1948,7 @@
1948
1948
  strip-ansi "6.0.1"
1949
1949
  ts-retry-promise "^0.8.1"
1950
1950
 
1951
- "@salesforce/core@^8.23.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.28.4", "@salesforce/core@^8.29.0":
1951
+ "@salesforce/core@^8.23.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.29.0":
1952
1952
  version "8.29.0"
1953
1953
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.29.0.tgz#d75d1afe06962e10c466bdf670fa8512bd683882"
1954
1954
  integrity sha512-q6xDNLPbbZW1n4X4YK1iM8jZvwvJRiwbJxdeF5iHuETxmMka16FoCVi+WziK/Rh5EP0yW08FYyiynwPlgz5RBw==
@@ -2022,16 +2022,16 @@
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.10":
2026
- version "12.2.10"
2027
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.10.tgz#b3c121ebbded3f9632f4c9cf96e906cdd1448323"
2028
- integrity sha512-Rx6dbyKb1u08Fjcan8ZDhUkb073CBLRVEPH2KllZWclQRMa5gzcvmuB3uXhUXK5l0paH5o4g0CojgbNqEKhS9g==
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==
2029
2029
  dependencies:
2030
2030
  "@inquirer/confirm" "^6.0.12"
2031
2031
  "@inquirer/password" "^5.0.12"
2032
- "@oclif/core" "^4.10.6"
2033
- "@oclif/table" "^0.5.5"
2034
- "@salesforce/core" "^8.28.4"
2032
+ "@oclif/core" "^4.11.0"
2033
+ "@oclif/table" "^0.5.6"
2034
+ "@salesforce/core" "^8.29.0"
2035
2035
  "@salesforce/kit" "^3.2.3"
2036
2036
  "@salesforce/ts-types" "^2.0.12"
2037
2037
  ansis "^3.3.2"
@@ -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.0", "@typescript-eslint/eslint-plugin@^8":
3131
- version "8.59.0"
3132
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.0.tgz#fcbe76b693ce2412410cf4d48aefd617d345f2d9"
3133
- integrity sha512-HyAZtpdkgZwpq8Sz3FSUvCR4c+ScbuWa9AksK2Jweub7w4M3yTz4O11AqVJzLYjy/B9ZWPyc81I+mOdJU/bDQw==
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==
3134
3134
  dependencies:
3135
3135
  "@eslint-community/regexpp" "^4.12.2"
3136
- "@typescript-eslint/scope-manager" "8.59.0"
3137
- "@typescript-eslint/type-utils" "8.59.0"
3138
- "@typescript-eslint/utils" "8.59.0"
3139
- "@typescript-eslint/visitor-keys" "8.59.0"
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"
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.0", "@typescript-eslint/parser@^8":
3162
- version "8.59.0"
3163
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.0.tgz#57a138280b3ceaf07904fbd62c433d5cc1ee1573"
3164
- integrity sha512-TI1XGwKbDpo9tRW8UDIXCOeLk55qe9ZFGs8MTKU6/M08HWTw52DD/IYhfQtOEhEdPhLMT26Ka/x7p70nd3dzDg==
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==
3165
3165
  dependencies:
3166
- "@typescript-eslint/scope-manager" "8.59.0"
3167
- "@typescript-eslint/types" "8.59.0"
3168
- "@typescript-eslint/typescript-estree" "8.59.0"
3169
- "@typescript-eslint/visitor-keys" "8.59.0"
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"
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.0":
3193
- version "8.59.0"
3194
- resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.0.tgz#914bf62069d870faa0389ffd725774a200f511bf"
3195
- integrity sha512-Lw5ITrR5s5TbC19YSvlr63ZfLaJoU6vtKTHyB0GQOpX0W7d5/Ir6vUahWi/8Sps/nOukZQ0IB3SmlxZnjaKVnw==
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==
3196
3196
  dependencies:
3197
- "@typescript-eslint/tsconfig-utils" "^8.59.0"
3198
- "@typescript-eslint/types" "^8.59.0"
3197
+ "@typescript-eslint/tsconfig-utils" "^8.59.1"
3198
+ "@typescript-eslint/types" "^8.59.1"
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.0":
3226
- version "8.59.0"
3227
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.0.tgz#f71be268bd31da1c160815c689e4dde7c9bc9e8e"
3228
- integrity sha512-UzR16Ut8IpA3Mc4DbgAShlPPkVm8xXMWafXxB0BocaVRHs8ZGakAxGRskF7FId3sdk9lgGD73GSFaWmWFDE4dg==
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==
3229
3229
  dependencies:
3230
- "@typescript-eslint/types" "8.59.0"
3231
- "@typescript-eslint/visitor-keys" "8.59.0"
3230
+ "@typescript-eslint/types" "8.59.1"
3231
+ "@typescript-eslint/visitor-keys" "8.59.1"
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.0", "@typescript-eslint/tsconfig-utils@^8.59.0":
3239
- version "8.59.0"
3240
- resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.0.tgz#1276077f5ad77e384446ea28a2474e8f8be1af41"
3241
- integrity sha512-91Sbl3s4Kb3SybliIY6muFBmHVv+pYXfybC4Oolp3dvk8BvIE3wOPc+403CWIT7mJNkfQRGtdqghzs2+Z91Tqg==
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==
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.0":
3254
- version "8.59.0"
3255
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.0.tgz#2834ea3b179cedfc9244dcd4f74105a27751a439"
3256
- integrity sha512-3TRiZaQSltGqGeNrJzzr1+8YcEobKH9rHnqIp/1psfKFmhRQDNMGP5hBufanYTGznwShzVLs3Mz+gDN7HkWfXg==
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==
3257
3257
  dependencies:
3258
- "@typescript-eslint/types" "8.59.0"
3259
- "@typescript-eslint/typescript-estree" "8.59.0"
3260
- "@typescript-eslint/utils" "8.59.0"
3258
+ "@typescript-eslint/types" "8.59.1"
3259
+ "@typescript-eslint/typescript-estree" "8.59.1"
3260
+ "@typescript-eslint/utils" "8.59.1"
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.0", "@typescript-eslint/types@^8.59.0":
3280
- version "8.59.0"
3281
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.0.tgz#cfcc643c6e879016479775850d86d84c14492738"
3282
- integrity sha512-nLzdsT1gdOgFxxxwrlNVUBzSNBEEHJ86bblmk4QAS6stfig7rcJzWKqCyxFy3YRRHXDWEkb2NralA1nOYkkm/A==
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==
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.0":
3328
- version "8.59.0"
3329
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.0.tgz#feba58a70ab6ea7ac53a2f3ae900db28ce3454c2"
3330
- integrity sha512-O9Re9P1BmBLFJyikRbQpLku/QA3/AueZNO9WePLBwQrvkixTmDe8u76B6CYUAITRl/rHawggEqUGn5QIkVRLMw==
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==
3331
3331
  dependencies:
3332
- "@typescript-eslint/project-service" "8.59.0"
3333
- "@typescript-eslint/tsconfig-utils" "8.59.0"
3334
- "@typescript-eslint/types" "8.59.0"
3335
- "@typescript-eslint/visitor-keys" "8.59.0"
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"
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.0":
3356
- version "8.59.0"
3357
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.0.tgz#f50df9bd6967881ef64fba62230111153179ead5"
3358
- integrity sha512-I1R/K7V07XsMJ12Oaxg/O9GfrysGTmCRhvZJBv0RE0NcULMzjqVpR5kRRQjHsz3J/bElU7HwCO7zkqL+MSUz+g==
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==
3359
3359
  dependencies:
3360
3360
  "@eslint-community/eslint-utils" "^4.9.1"
3361
- "@typescript-eslint/scope-manager" "8.59.0"
3362
- "@typescript-eslint/types" "8.59.0"
3363
- "@typescript-eslint/typescript-estree" "8.59.0"
3361
+ "@typescript-eslint/scope-manager" "8.59.1"
3362
+ "@typescript-eslint/types" "8.59.1"
3363
+ "@typescript-eslint/typescript-estree" "8.59.1"
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.0":
3410
- version "8.59.0"
3411
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.0.tgz#2e80de30e7e944ed4bd47d751e37dcb04db03795"
3412
- integrity sha512-/uejZt4dSere1bx12WLlPfv8GktzcaDtuJ7s42/HEZ5zGj9oxRaD4bj7qwSunXkf+pbAhFt2zjpHYUiT5lHf0Q==
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==
3413
3413
  dependencies:
3414
- "@typescript-eslint/types" "8.59.0"
3414
+ "@typescript-eslint/types" "8.59.1"
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.160:
5036
- version "6.0.160"
5037
- resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.160.tgz#d2b5fba7cb7947e52313114cde2ab14f6f53dbf7"
5038
- integrity sha512-ObWYOTSLk60UdQkJNTDzh7vVQpPtysz8O4Wwf6Ui7+DJErVjCdaYB0F5qAaOoUr2Jq3hnukO0Hh0PY6rAfG9yw==
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==
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.160:
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.0"
5056
+ typescript-eslint "^8.59.1"
5057
5057
 
5058
5058
  eslint-config-prettier@^9.1.0:
5059
5059
  version "9.1.2"
@@ -9416,7 +9416,7 @@ string-width@^7.0.0:
9416
9416
  get-east-asian-width "^1.0.0"
9417
9417
  strip-ansi "^7.1.0"
9418
9418
 
9419
- string-width@^8.2.0:
9419
+ string-width@^8.2.1:
9420
9420
  version "8.2.1"
9421
9421
  resolved "https://registry.yarnpkg.com/string-width/-/string-width-8.2.1.tgz#165089cfa527cc88fbc23dd73313f5e334af1ea1"
9422
9422
  integrity sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==
@@ -9938,15 +9938,15 @@ typedoc@^0.26.5:
9938
9938
  shiki "^1.16.2"
9939
9939
  yaml "^2.5.1"
9940
9940
 
9941
- typescript-eslint@^8.59.0:
9942
- version "8.59.0"
9943
- resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.59.0.tgz#d1cc7c63559ce7116aeb66d35ec9dbe0063379fd"
9944
- integrity sha512-BU3ONW9X+v90EcCH9ZS6LMackcVtxRLlI3XrYyqZIwVSHIk7Qf7bFw1z0M9Q0IUxhTMZCf8piY9hTYaNEIASrw==
9941
+ typescript-eslint@^8.59.1:
9942
+ version "8.59.1"
9943
+ resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.59.1.tgz#244a9fcbf27057ebbc2281d408239f1861b55b78"
9944
+ integrity sha512-xqDcFVBmlrltH64lklOVp1wYxgJr6LVdg3NamBgH2OOQDLFdTKfIZXF5PfghrnXQKXZGTQs8tr1vL7fJvq8CTQ==
9945
9945
  dependencies:
9946
- "@typescript-eslint/eslint-plugin" "8.59.0"
9947
- "@typescript-eslint/parser" "8.59.0"
9948
- "@typescript-eslint/typescript-estree" "8.59.0"
9949
- "@typescript-eslint/utils" "8.59.0"
9946
+ "@typescript-eslint/eslint-plugin" "8.59.1"
9947
+ "@typescript-eslint/parser" "8.59.1"
9948
+ "@typescript-eslint/typescript-estree" "8.59.1"
9949
+ "@typescript-eslint/utils" "8.59.1"
9950
9950
 
9951
9951
  "typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4:
9952
9952
  version "5.9.3"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.81"
270
+ "version": "5.0.82"
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.81",
4
+ "version": "5.0.82",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
@@ -10,7 +10,7 @@
10
10
  "@oclif/core": "^4.11.0",
11
11
  "@salesforce/core": "^8.29.0",
12
12
  "@salesforce/kit": "^3.2.6",
13
- "@salesforce/sf-plugins-core": "^12.2.10",
13
+ "@salesforce/sf-plugins-core": "^12.2.13",
14
14
  "@salesforce/source-deploy-retrieve": "12.35.1",
15
15
  "@salesforce/source-tracking": "7.8.14",
16
16
  "@salesforce/ts-types": "^2.0.12",
@@ -21,14 +21,14 @@
21
21
  "isomorphic-git": "1.37.6"
22
22
  },
23
23
  "devDependencies": {
24
- "@oclif/plugin-command-snapshot": "^5.3.16",
25
- "@salesforce/cli-plugins-testkit": "^5.3.54",
24
+ "@oclif/plugin-command-snapshot": "^5.3.17",
25
+ "@salesforce/cli-plugins-testkit": "^5.3.55",
26
26
  "@salesforce/dev-scripts": "^11.0.4",
27
27
  "@salesforce/ts-sinon": "^1.4.34",
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.160",
31
+ "eslint-config-oclif": "^6.0.162",
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",