@jayree/sfdx-plugin-manifest 5.0.100 → 5.0.102

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,19 @@
1
+ ## [5.0.102](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.101...5.0.102) (2026-05-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/changelog from 1.2.32 to 1.2.33 ([#2257](https://github.com/jayree/sfdx-plugin-manifest/issues/2257)) ([7737f03](https://github.com/jayree/sfdx-plugin-manifest/commit/7737f038a6cc2a04bf58de7dbabe2b21a8780882))
7
+ * **deps:** bump marked from 18.0.3 to 18.0.4 ([#985](https://github.com/jayree/changelog/issues/985)) ([06f3e26](https://github.com/jayree/changelog/commit/06f3e26562de8f670567c8fcf93521561daa23dd))
8
+
9
+ ## [5.0.101](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.100...5.0.101) (2026-05-17)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **deps:** bump @salesforce/source-deploy-retrieve ([#2256](https://github.com/jayree/sfdx-plugin-manifest/issues/2256)) ([6715d08](https://github.com/jayree/sfdx-plugin-manifest/commit/6715d0828a4292a57910728630ffbb281792bf29))
15
+ * **deps:** bump @salesforce/core from 8.29.0 to 8.30.3 ([#1772](https://github.com/forcedotcom/source-deploy-retrieve/issues/1772)) ([a5ea289](https://github.com/forcedotcom/source-deploy-retrieve/commit/a5ea2897a84c234bc3238d3819684a63d1553f6f))
16
+
1
17
  ## [5.0.100](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.99...5.0.100) (2026-05-16)
2
18
 
3
19
 
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.100/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.102/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.100/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.102/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.100/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.102/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "5.0.100",
3
+ "version": "5.0.102",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.100",
9
+ "version": "5.0.102",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "@jayree/changelog": "^1.2.32",
12
+ "@jayree/changelog": "^1.2.33",
13
13
  "@oclif/core": "^4.11.3",
14
14
  "@salesforce/core": "^8.29.1",
15
15
  "@salesforce/kit": "^3.2.6",
16
16
  "@salesforce/sf-plugins-core": "^12.2.17",
17
- "@salesforce/source-deploy-retrieve": "12.35.9",
17
+ "@salesforce/source-deploy-retrieve": "12.35.10",
18
18
  "@salesforce/source-tracking": "7.8.16",
19
19
  "@salesforce/ts-types": "^2.0.12",
20
20
  "fast-deep-equal": "^3.1.3",
@@ -24,18 +24,18 @@
24
24
  "isomorphic-git": "1.38.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@oclif/plugin-command-snapshot": "^5.3.20",
28
- "@salesforce/cli-plugins-testkit": "^5.3.57",
27
+ "@oclif/plugin-command-snapshot": "^5.3.21",
28
+ "@salesforce/cli-plugins-testkit": "^5.3.58",
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.164",
34
+ "eslint-config-oclif": "^6.0.165",
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",
38
- "oclif": "^4.23.4",
38
+ "oclif": "^4.23.7",
39
39
  "patch-package": "^8.0.1",
40
40
  "prettier": "^3.8.3",
41
41
  "pretty-quick": "^4.2.2",
@@ -2819,14 +2819,14 @@
2819
2819
  }
2820
2820
  },
2821
2821
  "node_modules/@jayree/changelog": {
2822
- "version": "1.2.32",
2823
- "resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.32.tgz",
2824
- "integrity": "sha512-JhuaaMTHWVw8uWbwArIUvaeP/d/nVOQNkbXPLoLUttk6+oVxPVhDT7LrgpF88LDXghIlwiYrFjs6LrWQlvFAxQ==",
2822
+ "version": "1.2.33",
2823
+ "resolved": "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.33.tgz",
2824
+ "integrity": "sha512-7BErUOGY/MebNzV6AB4Rq+PN1hu0UV6ZXYD8CPalrgCV1GLDq62TlS927syTFJzqmPd9JNxugpAj9++huQvHaw==",
2825
2825
  "license": "BSD-3-Clause",
2826
2826
  "dependencies": {
2827
2827
  "debug": "^4.4.1",
2828
2828
  "fs-extra": "^11.3.5",
2829
- "marked": "^18.0.3",
2829
+ "marked": "^18.0.4",
2830
2830
  "marked-terminal": "^7.3.0",
2831
2831
  "semver": "^7.7.4",
2832
2832
  "semver-compare": "^1.0.0"
@@ -3218,9 +3218,9 @@
3218
3218
  }
3219
3219
  },
3220
3220
  "node_modules/@oclif/plugin-command-snapshot": {
3221
- "version": "5.3.20",
3222
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.20.tgz",
3223
- "integrity": "sha512-3VVMGmpEHQ+YAylGI2XbNRusVkyNZCyfWoYcaFsssLIv2R4adHvzF3tHME03BHTceRq2Lwi81bJ+oBW1gcy//g==",
3221
+ "version": "5.3.21",
3222
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.21.tgz",
3223
+ "integrity": "sha512-jmPF/FNGXBmgkgRUW+P4CfPjon48Nom62YzfLMkN6LXl2ILmlhEigMO4hnOdub1XaonMRfexmBtvuWL0mfUPfg==",
3224
3224
  "dev": true,
3225
3225
  "license": "MIT",
3226
3226
  "dependencies": {
@@ -3299,9 +3299,9 @@
3299
3299
  }
3300
3300
  },
3301
3301
  "node_modules/@oclif/plugin-help": {
3302
- "version": "6.2.48",
3303
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.48.tgz",
3304
- "integrity": "sha512-nvGLBtUZUWrHfoAEDRsRZUHKVwptyZ6F+MErdVRLQBo3dja0GCZH8DE33dA7mBux2KOmbxGqop15gyud9HZYhQ==",
3302
+ "version": "6.2.49",
3303
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.49.tgz",
3304
+ "integrity": "sha512-fEsO0YU7ThtzHE1RGuoHxFu/OGlqxm7PCfFp+U1PS8sde4E0cDqjVDuv78+VKrr45LpC5lWOApj7pm3FNfHrVA==",
3305
3305
  "dev": true,
3306
3306
  "license": "MIT",
3307
3307
  "dependencies": {
@@ -3538,13 +3538,13 @@
3538
3538
  "license": "MIT"
3539
3539
  },
3540
3540
  "node_modules/@salesforce/cli-plugins-testkit": {
3541
- "version": "5.3.57",
3542
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.57.tgz",
3543
- "integrity": "sha512-997GulQmQvaPCyCHCxxOQHZNJlemyBlvRDn9pkQSXTGLRi6SiI4UwJ5RgbUBW4N1v8z0RrfVObQYxrU1W/zasw==",
3541
+ "version": "5.3.58",
3542
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.58.tgz",
3543
+ "integrity": "sha512-JNRqR+XDhaWUu419Kum5KvUKiw6gQL6O+DUAn3+GRfuia2jYmwVAC9RdQaEcdXQH5BH/3E4JLw5EVEw/LndRQw==",
3544
3544
  "dev": true,
3545
3545
  "license": "Apache-2.0",
3546
3546
  "dependencies": {
3547
- "@salesforce/core": "^8.29.1",
3547
+ "@salesforce/core": "^8.30.3",
3548
3548
  "@salesforce/kit": "^3.2.6",
3549
3549
  "@salesforce/ts-types": "^2.0.11",
3550
3550
  "@types/shelljs": "^0.10.0",
@@ -3658,9 +3658,9 @@
3658
3658
  }
3659
3659
  },
3660
3660
  "node_modules/@salesforce/core": {
3661
- "version": "8.30.1",
3662
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.30.1.tgz",
3663
- "integrity": "sha512-2TBt9r7Ci5bc/cq3MbS9NssvdsnXOF76d/6EElimgdqTcgFnsHdD8u5j+TVE+ivGaFnpIGAWZ7Xvmes2qys2cw==",
3661
+ "version": "8.30.4",
3662
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.30.4.tgz",
3663
+ "integrity": "sha512-lMX+X87HbelGU9IA3IOHdP0CDcru1kQG4qDDJXoDYSp8MAcvJpNdOk6P06SutMqKv39XVS3VRfKL5lGiuRcDnA==",
3664
3664
  "license": "BSD-3-Clause",
3665
3665
  "dependencies": {
3666
3666
  "@jsforce/jsforce-node": "^3.10.13",
@@ -3670,7 +3670,7 @@
3670
3670
  "change-case": "^4.1.2",
3671
3671
  "fast-levenshtein": "^3.0.0",
3672
3672
  "faye": "^1.4.1",
3673
- "form-data": "^4.0.4",
3673
+ "form-data": "^4.0.5",
3674
3674
  "js2xmlparser": "^4.0.1",
3675
3675
  "jsonwebtoken": "9.0.3",
3676
3676
  "jszip": "3.10.1",
@@ -3679,7 +3679,7 @@
3679
3679
  "pino-abstract-transport": "^1.2.0",
3680
3680
  "pino-pretty": "^11.3.0",
3681
3681
  "proper-lockfile": "^4.1.2",
3682
- "semver": "^7.7.3",
3682
+ "semver": "^7.8.0",
3683
3683
  "ts-retry-promise": "^0.8.1",
3684
3684
  "zod": "^4.1.12"
3685
3685
  },
@@ -4162,12 +4162,12 @@
4162
4162
  }
4163
4163
  },
4164
4164
  "node_modules/@salesforce/source-deploy-retrieve": {
4165
- "version": "12.35.9",
4166
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.35.9.tgz",
4167
- "integrity": "sha512-Qud+1lHS0u+LM/AAHPN9Y/6W6hBZ8nvw6/TxJRzn/BuvRSz74YBwvmVhmn5pvpZdNrYmKRMPxsK47l2VmazSsw==",
4165
+ "version": "12.35.10",
4166
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.35.10.tgz",
4167
+ "integrity": "sha512-njg3pt0aqwUF5xCleO6wMN45+AIbhpG9xOExWz3io+Qy2uWW75WoHdcj3ZTZFLKqyHBc2NNSfDJc+QYEnJccGg==",
4168
4168
  "license": "Apache-2.0",
4169
4169
  "dependencies": {
4170
- "@salesforce/core": "^8.29.0",
4170
+ "@salesforce/core": "^8.30.3",
4171
4171
  "@salesforce/kit": "^3.2.4",
4172
4172
  "@salesforce/ts-types": "^2.0.12",
4173
4173
  "@salesforce/types": "^1.6.0",
@@ -5086,17 +5086,17 @@
5086
5086
  "license": "MIT"
5087
5087
  },
5088
5088
  "node_modules/@typescript-eslint/eslint-plugin": {
5089
- "version": "8.59.2",
5090
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.2.tgz",
5091
- "integrity": "sha512-j/bwmkBvHUtPNxzuWe5z6BEk3q54YRyGlBXkSsmfoih7zNrBvl5A9A98anlp/7JbyZcWIJ8KXo/3Tq/DjFLtuQ==",
5089
+ "version": "8.59.3",
5090
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.3.tgz",
5091
+ "integrity": "sha512-PwFvSKsXGShKGW6n5bZOhGHEcCZXM8HofLK9fNsEwZXzFRjoY+XT1Vsf1zgyXdwTr0ZYz1/2tkZ0DBTT9jZjhw==",
5092
5092
  "dev": true,
5093
5093
  "license": "MIT",
5094
5094
  "dependencies": {
5095
5095
  "@eslint-community/regexpp": "^4.12.2",
5096
- "@typescript-eslint/scope-manager": "8.59.2",
5097
- "@typescript-eslint/type-utils": "8.59.2",
5098
- "@typescript-eslint/utils": "8.59.2",
5099
- "@typescript-eslint/visitor-keys": "8.59.2",
5096
+ "@typescript-eslint/scope-manager": "8.59.3",
5097
+ "@typescript-eslint/type-utils": "8.59.3",
5098
+ "@typescript-eslint/utils": "8.59.3",
5099
+ "@typescript-eslint/visitor-keys": "8.59.3",
5100
5100
  "ignore": "^7.0.5",
5101
5101
  "natural-compare": "^1.4.0",
5102
5102
  "ts-api-utils": "^2.5.0"
@@ -5109,20 +5109,20 @@
5109
5109
  "url": "https://opencollective.com/typescript-eslint"
5110
5110
  },
5111
5111
  "peerDependencies": {
5112
- "@typescript-eslint/parser": "^8.59.2",
5112
+ "@typescript-eslint/parser": "^8.59.3",
5113
5113
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
5114
5114
  "typescript": ">=4.8.4 <6.1.0"
5115
5115
  }
5116
5116
  },
5117
5117
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
5118
- "version": "8.59.2",
5119
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz",
5120
- "integrity": "sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==",
5118
+ "version": "8.59.3",
5119
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.3.tgz",
5120
+ "integrity": "sha512-t2LvZnoEfzKtnPjgeEu41xw5gxq9mQVfYy4OoZ4Vlt0sk3JwxmhCca/AR7DwOiHrjWgjAj6as4AhRLKSDfvZIA==",
5121
5121
  "dev": true,
5122
5122
  "license": "MIT",
5123
5123
  "dependencies": {
5124
- "@typescript-eslint/types": "8.59.2",
5125
- "@typescript-eslint/visitor-keys": "8.59.2"
5124
+ "@typescript-eslint/types": "8.59.3",
5125
+ "@typescript-eslint/visitor-keys": "8.59.3"
5126
5126
  },
5127
5127
  "engines": {
5128
5128
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -5133,9 +5133,9 @@
5133
5133
  }
5134
5134
  },
5135
5135
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
5136
- "version": "8.59.2",
5137
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
5138
- "integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
5136
+ "version": "8.59.3",
5137
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.3.tgz",
5138
+ "integrity": "sha512-ePFoH0g4ludssdRFqqDxQePCxU4WQyRa9+XVwjm7yLn0FKhMeoetC+qBEEI1Eyb1pGSDveTIT09Bvw2WhlGayg==",
5139
5139
  "dev": true,
5140
5140
  "license": "MIT",
5141
5141
  "engines": {
@@ -5147,13 +5147,13 @@
5147
5147
  }
5148
5148
  },
5149
5149
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
5150
- "version": "8.59.2",
5151
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz",
5152
- "integrity": "sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==",
5150
+ "version": "8.59.3",
5151
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.3.tgz",
5152
+ "integrity": "sha512-f1UQF7ggd42YiwI5wGrRaPsa+P0CINBlrkLPmGfpq/u/I/oVtecoEIfFR9ag/oa1sLOsRNZ6xehf6qMZhQGBDg==",
5153
5153
  "dev": true,
5154
5154
  "license": "MIT",
5155
5155
  "dependencies": {
5156
- "@typescript-eslint/types": "8.59.2",
5156
+ "@typescript-eslint/types": "8.59.3",
5157
5157
  "eslint-visitor-keys": "^5.0.0"
5158
5158
  },
5159
5159
  "engines": {
@@ -5201,16 +5201,16 @@
5201
5201
  }
5202
5202
  },
5203
5203
  "node_modules/@typescript-eslint/parser": {
5204
- "version": "8.59.2",
5205
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.2.tgz",
5206
- "integrity": "sha512-plR3pp6D+SSUn1HM7xvSkx12/DhoHInI2YF35KAcVFNZvlC0gtrWqx7Qq1oH2Ssgi0vlFRCTbP+DZc7B9+TtsQ==",
5204
+ "version": "8.59.3",
5205
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.3.tgz",
5206
+ "integrity": "sha512-HPwA+hVkfcriajbNvTmZv4VRauibay+cWArYUYq7u7W7PmGShMxbPxLvrwDme55a6d5alG3nrYfhyJ/G28XlLg==",
5207
5207
  "dev": true,
5208
5208
  "license": "MIT",
5209
5209
  "dependencies": {
5210
- "@typescript-eslint/scope-manager": "8.59.2",
5211
- "@typescript-eslint/types": "8.59.2",
5212
- "@typescript-eslint/typescript-estree": "8.59.2",
5213
- "@typescript-eslint/visitor-keys": "8.59.2",
5210
+ "@typescript-eslint/scope-manager": "8.59.3",
5211
+ "@typescript-eslint/types": "8.59.3",
5212
+ "@typescript-eslint/typescript-estree": "8.59.3",
5213
+ "@typescript-eslint/visitor-keys": "8.59.3",
5214
5214
  "debug": "^4.4.3"
5215
5215
  },
5216
5216
  "engines": {
@@ -5226,14 +5226,14 @@
5226
5226
  }
5227
5227
  },
5228
5228
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
5229
- "version": "8.59.2",
5230
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz",
5231
- "integrity": "sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==",
5229
+ "version": "8.59.3",
5230
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.3.tgz",
5231
+ "integrity": "sha512-t2LvZnoEfzKtnPjgeEu41xw5gxq9mQVfYy4OoZ4Vlt0sk3JwxmhCca/AR7DwOiHrjWgjAj6as4AhRLKSDfvZIA==",
5232
5232
  "dev": true,
5233
5233
  "license": "MIT",
5234
5234
  "dependencies": {
5235
- "@typescript-eslint/types": "8.59.2",
5236
- "@typescript-eslint/visitor-keys": "8.59.2"
5235
+ "@typescript-eslint/types": "8.59.3",
5236
+ "@typescript-eslint/visitor-keys": "8.59.3"
5237
5237
  },
5238
5238
  "engines": {
5239
5239
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -5244,9 +5244,9 @@
5244
5244
  }
5245
5245
  },
5246
5246
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
5247
- "version": "8.59.2",
5248
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
5249
- "integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
5247
+ "version": "8.59.3",
5248
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.3.tgz",
5249
+ "integrity": "sha512-ePFoH0g4ludssdRFqqDxQePCxU4WQyRa9+XVwjm7yLn0FKhMeoetC+qBEEI1Eyb1pGSDveTIT09Bvw2WhlGayg==",
5250
5250
  "dev": true,
5251
5251
  "license": "MIT",
5252
5252
  "engines": {
@@ -5258,13 +5258,13 @@
5258
5258
  }
5259
5259
  },
5260
5260
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
5261
- "version": "8.59.2",
5262
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz",
5263
- "integrity": "sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==",
5261
+ "version": "8.59.3",
5262
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.3.tgz",
5263
+ "integrity": "sha512-f1UQF7ggd42YiwI5wGrRaPsa+P0CINBlrkLPmGfpq/u/I/oVtecoEIfFR9ag/oa1sLOsRNZ6xehf6qMZhQGBDg==",
5264
5264
  "dev": true,
5265
5265
  "license": "MIT",
5266
5266
  "dependencies": {
5267
- "@typescript-eslint/types": "8.59.2",
5267
+ "@typescript-eslint/types": "8.59.3",
5268
5268
  "eslint-visitor-keys": "^5.0.0"
5269
5269
  },
5270
5270
  "engines": {
@@ -5289,14 +5289,14 @@
5289
5289
  }
5290
5290
  },
5291
5291
  "node_modules/@typescript-eslint/project-service": {
5292
- "version": "8.59.2",
5293
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.2.tgz",
5294
- "integrity": "sha512-+2hqvEkeyf/0FBor67duF0Ll7Ot8jyKzDQOSrxazF/danillRq2DwR9dLptsXpoZQqxE1UisSmoZewrlPas9Vw==",
5292
+ "version": "8.59.3",
5293
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.3.tgz",
5294
+ "integrity": "sha512-ECiUWa/KYRGDFUqTNehaRgzDshnJfkTABJxVemHk4ko22gcr0ukloKjWvyQ64g8YCV/UI47kN1dbmjf/GaQYng==",
5295
5295
  "dev": true,
5296
5296
  "license": "MIT",
5297
5297
  "dependencies": {
5298
- "@typescript-eslint/tsconfig-utils": "^8.59.2",
5299
- "@typescript-eslint/types": "^8.59.2",
5298
+ "@typescript-eslint/tsconfig-utils": "^8.59.3",
5299
+ "@typescript-eslint/types": "^8.59.3",
5300
5300
  "debug": "^4.4.3"
5301
5301
  },
5302
5302
  "engines": {
@@ -5311,9 +5311,9 @@
5311
5311
  }
5312
5312
  },
5313
5313
  "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
5314
- "version": "8.59.2",
5315
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.2.tgz",
5316
- "integrity": "sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==",
5314
+ "version": "8.59.3",
5315
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.3.tgz",
5316
+ "integrity": "sha512-PcIJHjmaREXLgIAIzLnSY9VucEzz8FKXsRgFa1DmdGCK/5tJpW03TKJF01Q6VZd1lLdz2sIKPWaDUZN9dp//dw==",
5317
5317
  "dev": true,
5318
5318
  "license": "MIT",
5319
5319
  "engines": {
@@ -5328,9 +5328,9 @@
5328
5328
  }
5329
5329
  },
5330
5330
  "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
5331
- "version": "8.59.2",
5332
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
5333
- "integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
5331
+ "version": "8.59.3",
5332
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.3.tgz",
5333
+ "integrity": "sha512-ePFoH0g4ludssdRFqqDxQePCxU4WQyRa9+XVwjm7yLn0FKhMeoetC+qBEEI1Eyb1pGSDveTIT09Bvw2WhlGayg==",
5334
5334
  "dev": true,
5335
5335
  "license": "MIT",
5336
5336
  "engines": {
@@ -5391,15 +5391,15 @@
5391
5391
  }
5392
5392
  },
5393
5393
  "node_modules/@typescript-eslint/type-utils": {
5394
- "version": "8.59.2",
5395
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.2.tgz",
5396
- "integrity": "sha512-nhqaj1nmTdVVl/BP5omXNRGO38jn5iosis2vbdmupF2txCf8ylWT8lx+JlvMYYVqzGVKtjojUFoQ3JRWK+mfzQ==",
5394
+ "version": "8.59.3",
5395
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.3.tgz",
5396
+ "integrity": "sha512-g71d8QD8UaiHGvrJwyIS1hCX5r63w6Jll+4VEYhEAHXTDIqX1JgxhTAbEHtKntL9kuc4jRo7/GWw5xfCepSccQ==",
5397
5397
  "dev": true,
5398
5398
  "license": "MIT",
5399
5399
  "dependencies": {
5400
- "@typescript-eslint/types": "8.59.2",
5401
- "@typescript-eslint/typescript-estree": "8.59.2",
5402
- "@typescript-eslint/utils": "8.59.2",
5400
+ "@typescript-eslint/types": "8.59.3",
5401
+ "@typescript-eslint/typescript-estree": "8.59.3",
5402
+ "@typescript-eslint/utils": "8.59.3",
5403
5403
  "debug": "^4.4.3",
5404
5404
  "ts-api-utils": "^2.5.0"
5405
5405
  },
@@ -5416,9 +5416,9 @@
5416
5416
  }
5417
5417
  },
5418
5418
  "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
5419
- "version": "8.59.2",
5420
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
5421
- "integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
5419
+ "version": "8.59.3",
5420
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.3.tgz",
5421
+ "integrity": "sha512-ePFoH0g4ludssdRFqqDxQePCxU4WQyRa9+XVwjm7yLn0FKhMeoetC+qBEEI1Eyb1pGSDveTIT09Bvw2WhlGayg==",
5422
5422
  "dev": true,
5423
5423
  "license": "MIT",
5424
5424
  "engines": {
@@ -5457,16 +5457,16 @@
5457
5457
  }
5458
5458
  },
5459
5459
  "node_modules/@typescript-eslint/typescript-estree": {
5460
- "version": "8.59.2",
5461
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.2.tgz",
5462
- "integrity": "sha512-o0XPGNwcWw+FIwStOWn+BwBuEmL6QXP0rsvAFg7ET1dey1Nr6Wb1ac8p5HEsK0ygO/6mUxlk+YWQD9xcb/nnXg==",
5460
+ "version": "8.59.3",
5461
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.3.tgz",
5462
+ "integrity": "sha512-CbRjVRAf7Lr9Kr8RopKcbY45p2VfmmHrm0ygOCYFi7oU8q19m0Fs/6iHS7kNOmwpp+ob07ZVcAqlxUod9lYdmg==",
5463
5463
  "dev": true,
5464
5464
  "license": "MIT",
5465
5465
  "dependencies": {
5466
- "@typescript-eslint/project-service": "8.59.2",
5467
- "@typescript-eslint/tsconfig-utils": "8.59.2",
5468
- "@typescript-eslint/types": "8.59.2",
5469
- "@typescript-eslint/visitor-keys": "8.59.2",
5466
+ "@typescript-eslint/project-service": "8.59.3",
5467
+ "@typescript-eslint/tsconfig-utils": "8.59.3",
5468
+ "@typescript-eslint/types": "8.59.3",
5469
+ "@typescript-eslint/visitor-keys": "8.59.3",
5470
5470
  "debug": "^4.4.3",
5471
5471
  "minimatch": "^10.2.2",
5472
5472
  "semver": "^7.7.3",
@@ -5485,9 +5485,9 @@
5485
5485
  }
5486
5486
  },
5487
5487
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": {
5488
- "version": "8.59.2",
5489
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.2.tgz",
5490
- "integrity": "sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==",
5488
+ "version": "8.59.3",
5489
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.3.tgz",
5490
+ "integrity": "sha512-PcIJHjmaREXLgIAIzLnSY9VucEzz8FKXsRgFa1DmdGCK/5tJpW03TKJF01Q6VZd1lLdz2sIKPWaDUZN9dp//dw==",
5491
5491
  "dev": true,
5492
5492
  "license": "MIT",
5493
5493
  "engines": {
@@ -5502,9 +5502,9 @@
5502
5502
  }
5503
5503
  },
5504
5504
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
5505
- "version": "8.59.2",
5506
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
5507
- "integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
5505
+ "version": "8.59.3",
5506
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.3.tgz",
5507
+ "integrity": "sha512-ePFoH0g4ludssdRFqqDxQePCxU4WQyRa9+XVwjm7yLn0FKhMeoetC+qBEEI1Eyb1pGSDveTIT09Bvw2WhlGayg==",
5508
5508
  "dev": true,
5509
5509
  "license": "MIT",
5510
5510
  "engines": {
@@ -5516,13 +5516,13 @@
5516
5516
  }
5517
5517
  },
5518
5518
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
5519
- "version": "8.59.2",
5520
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz",
5521
- "integrity": "sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==",
5519
+ "version": "8.59.3",
5520
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.3.tgz",
5521
+ "integrity": "sha512-f1UQF7ggd42YiwI5wGrRaPsa+P0CINBlrkLPmGfpq/u/I/oVtecoEIfFR9ag/oa1sLOsRNZ6xehf6qMZhQGBDg==",
5522
5522
  "dev": true,
5523
5523
  "license": "MIT",
5524
5524
  "dependencies": {
5525
- "@typescript-eslint/types": "8.59.2",
5525
+ "@typescript-eslint/types": "8.59.3",
5526
5526
  "eslint-visitor-keys": "^5.0.0"
5527
5527
  },
5528
5528
  "engines": {
@@ -5599,16 +5599,16 @@
5599
5599
  }
5600
5600
  },
5601
5601
  "node_modules/@typescript-eslint/utils": {
5602
- "version": "8.59.2",
5603
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.2.tgz",
5604
- "integrity": "sha512-Juw3EinkXqjaffxz6roowvV7GZT/kET5vSKKZT6upl5TXdWkLkYmNPXwDDL2Vkt2DPn0nODIS4egC/0AGxKo/Q==",
5602
+ "version": "8.59.3",
5603
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.3.tgz",
5604
+ "integrity": "sha512-JAvT14goBzRzzzZyqq3P9BLArIxTtQURUtFgQ/V7FO+eU+Gg6ES+5ymOPP1wRxXcxAYeivCk4uS3jCKWI1K8Zg==",
5605
5605
  "dev": true,
5606
5606
  "license": "MIT",
5607
5607
  "dependencies": {
5608
5608
  "@eslint-community/eslint-utils": "^4.9.1",
5609
- "@typescript-eslint/scope-manager": "8.59.2",
5610
- "@typescript-eslint/types": "8.59.2",
5611
- "@typescript-eslint/typescript-estree": "8.59.2"
5609
+ "@typescript-eslint/scope-manager": "8.59.3",
5610
+ "@typescript-eslint/types": "8.59.3",
5611
+ "@typescript-eslint/typescript-estree": "8.59.3"
5612
5612
  },
5613
5613
  "engines": {
5614
5614
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -5623,14 +5623,14 @@
5623
5623
  }
5624
5624
  },
5625
5625
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
5626
- "version": "8.59.2",
5627
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz",
5628
- "integrity": "sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==",
5626
+ "version": "8.59.3",
5627
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.3.tgz",
5628
+ "integrity": "sha512-t2LvZnoEfzKtnPjgeEu41xw5gxq9mQVfYy4OoZ4Vlt0sk3JwxmhCca/AR7DwOiHrjWgjAj6as4AhRLKSDfvZIA==",
5629
5629
  "dev": true,
5630
5630
  "license": "MIT",
5631
5631
  "dependencies": {
5632
- "@typescript-eslint/types": "8.59.2",
5633
- "@typescript-eslint/visitor-keys": "8.59.2"
5632
+ "@typescript-eslint/types": "8.59.3",
5633
+ "@typescript-eslint/visitor-keys": "8.59.3"
5634
5634
  },
5635
5635
  "engines": {
5636
5636
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -5641,9 +5641,9 @@
5641
5641
  }
5642
5642
  },
5643
5643
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
5644
- "version": "8.59.2",
5645
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
5646
- "integrity": "sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==",
5644
+ "version": "8.59.3",
5645
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.3.tgz",
5646
+ "integrity": "sha512-ePFoH0g4ludssdRFqqDxQePCxU4WQyRa9+XVwjm7yLn0FKhMeoetC+qBEEI1Eyb1pGSDveTIT09Bvw2WhlGayg==",
5647
5647
  "dev": true,
5648
5648
  "license": "MIT",
5649
5649
  "engines": {
@@ -5655,13 +5655,13 @@
5655
5655
  }
5656
5656
  },
5657
5657
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
5658
- "version": "8.59.2",
5659
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz",
5660
- "integrity": "sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==",
5658
+ "version": "8.59.3",
5659
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.3.tgz",
5660
+ "integrity": "sha512-f1UQF7ggd42YiwI5wGrRaPsa+P0CINBlrkLPmGfpq/u/I/oVtecoEIfFR9ag/oa1sLOsRNZ6xehf6qMZhQGBDg==",
5661
5661
  "dev": true,
5662
5662
  "license": "MIT",
5663
5663
  "dependencies": {
5664
- "@typescript-eslint/types": "8.59.2",
5664
+ "@typescript-eslint/types": "8.59.3",
5665
5665
  "eslint-visitor-keys": "^5.0.0"
5666
5666
  },
5667
5667
  "engines": {
@@ -8453,9 +8453,9 @@
8453
8453
  }
8454
8454
  },
8455
8455
  "node_modules/eslint-config-oclif": {
8456
- "version": "6.0.164",
8457
- "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.164.tgz",
8458
- "integrity": "sha512-LEJRa/q7FAIH8zeZJ16E3RghSU/kZEa6oBV8kxTSE57djsgSNcwf92NbhcPj6RaQ/eANIva8nWJ9h+FeeWUlew==",
8456
+ "version": "6.0.165",
8457
+ "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.165.tgz",
8458
+ "integrity": "sha512-kbzxHAXEHKTY2X4UVVu4cPjjxP2YsVEsgYaXJDakpBEoAUEUSnYCKOOoxrIHl1egDM3q07kOZnBPkwYQ+nR4Og==",
8459
8459
  "dev": true,
8460
8460
  "license": "MIT",
8461
8461
  "dependencies": {
@@ -8475,7 +8475,7 @@
8475
8475
  "eslint-plugin-n": "^17.24.0",
8476
8476
  "eslint-plugin-perfectionist": "^4",
8477
8477
  "eslint-plugin-unicorn": "^56.0.1",
8478
- "typescript-eslint": "^8.59.2"
8478
+ "typescript-eslint": "^8.59.3"
8479
8479
  },
8480
8480
  "engines": {
8481
8481
  "node": ">=18.18.0"
@@ -13339,9 +13339,9 @@
13339
13339
  }
13340
13340
  },
13341
13341
  "node_modules/marked": {
13342
- "version": "18.0.3",
13343
- "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.3.tgz",
13344
- "integrity": "sha512-7VT90JOkDeaRWpfjOReRGPEKn0ecdARBkDGL+tT1wZY0efPPqkUxLUSmzy/C7TIylQYJC9STISEsCHrqb/7VIA==",
13342
+ "version": "18.0.4",
13343
+ "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.4.tgz",
13344
+ "integrity": "sha512-c/BTaKzg0G6ezQx97DAkYU7k0HM6ys0FqYeKBL6hlBByZwy+ycA1+f0vDdjMHKKeEjdgkx0GOv9Il6D+85cOqA==",
13345
13345
  "license": "MIT",
13346
13346
  "bin": {
13347
13347
  "marked": "bin/marked.js"
@@ -14447,19 +14447,19 @@
14447
14447
  }
14448
14448
  },
14449
14449
  "node_modules/oclif": {
14450
- "version": "4.23.4",
14451
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.4.tgz",
14452
- "integrity": "sha512-dMjgrCgsGlUygCl9rKHw4mCeSGgS8QLyUwrThBkQ3oHrfusVEH61ijp0Y3CTyTbZuWiRvO/50ns1CtePI8T4Gw==",
14450
+ "version": "4.23.7",
14451
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.7.tgz",
14452
+ "integrity": "sha512-rog7/P6l6PXe7O3zWMcKB4prQm35z6NyDfpED6B3UwnPr1Fy+KWdcBHSr6Er3AjmvYsP5wsJwwPEsxUfvMNsyg==",
14453
14453
  "dev": true,
14454
14454
  "license": "MIT",
14455
14455
  "dependencies": {
14456
14456
  "@aws-sdk/client-cloudfront": "^3.1009.0",
14457
- "@aws-sdk/client-s3": "^3.1047.0",
14457
+ "@aws-sdk/client-s3": "^3.1048.0",
14458
14458
  "@inquirer/confirm": "^3.1.22",
14459
14459
  "@inquirer/input": "^2.2.4",
14460
14460
  "@inquirer/select": "^2.5.0",
14461
14461
  "@oclif/core": "^4.11.2",
14462
- "@oclif/plugin-help": "^6.2.48",
14462
+ "@oclif/plugin-help": "^6.2.49",
14463
14463
  "@oclif/plugin-not-found": "^3.2.85",
14464
14464
  "@oclif/plugin-warn-if-update-available": "^3.1.57",
14465
14465
  "ansis": "^3.16.0",
@@ -17948,16 +17948,16 @@
17948
17948
  }
17949
17949
  },
17950
17950
  "node_modules/typescript-eslint": {
17951
- "version": "8.59.2",
17952
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.2.tgz",
17953
- "integrity": "sha512-pJw051uomb3ZeCzGTpRb8RbEqB5Y4WWet8gl/GcTlU35BSx0PVdZ86/bqkQCyKKuraVQEK7r6kBHQXF+fBhkoQ==",
17951
+ "version": "8.59.3",
17952
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.3.tgz",
17953
+ "integrity": "sha512-KgusgyDgG4LI8Ih/sWaCtZ06tckLAS5CvT5A4D1Q7bYVoAAyzwiZvE4BmwDHkhRVkvhRBepKeASoFzQetha7Fg==",
17954
17954
  "dev": true,
17955
17955
  "license": "MIT",
17956
17956
  "dependencies": {
17957
- "@typescript-eslint/eslint-plugin": "8.59.2",
17958
- "@typescript-eslint/parser": "8.59.2",
17959
- "@typescript-eslint/typescript-estree": "8.59.2",
17960
- "@typescript-eslint/utils": "8.59.2"
17957
+ "@typescript-eslint/eslint-plugin": "8.59.3",
17958
+ "@typescript-eslint/parser": "8.59.3",
17959
+ "@typescript-eslint/typescript-estree": "8.59.3",
17960
+ "@typescript-eslint/utils": "8.59.3"
17961
17961
  },
17962
17962
  "engines": {
17963
17963
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
package/oclif.lock CHANGED
@@ -94,7 +94,7 @@
94
94
  "@smithy/types" "^4.14.1"
95
95
  tslib "^2.6.2"
96
96
 
97
- "@aws-sdk/client-s3@^3.1047.0":
97
+ "@aws-sdk/client-s3@^3.1048.0":
98
98
  version "3.1048.0"
99
99
  resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.1048.0.tgz#c353277839f54100390b9c7bdf041131a3c7530e"
100
100
  integrity sha512-SrJn5FteqqtcDBgQIvqLKk3Qn/2vSsi5XR03I53EDDR4CbCdLysVSNgUnjVncEECMua9Pz+nxO0/lEx3TP+6mA==
@@ -1167,14 +1167,14 @@
1167
1167
  resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
1168
1168
  integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
1169
1169
 
1170
- "@jayree/changelog@^1.2.32":
1171
- version "1.2.32"
1172
- resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.32.tgz#e8ea532c7bb1ad2084518ff77c67436396afd8ed"
1173
- integrity sha512-JhuaaMTHWVw8uWbwArIUvaeP/d/nVOQNkbXPLoLUttk6+oVxPVhDT7LrgpF88LDXghIlwiYrFjs6LrWQlvFAxQ==
1170
+ "@jayree/changelog@^1.2.33":
1171
+ version "1.2.33"
1172
+ resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.2.33.tgz#1be6c5a1b644bbef47948398b471b30f040683f2"
1173
+ integrity sha512-7BErUOGY/MebNzV6AB4Rq+PN1hu0UV6ZXYD8CPalrgCV1GLDq62TlS927syTFJzqmPd9JNxugpAj9++huQvHaw==
1174
1174
  dependencies:
1175
1175
  debug "^4.4.1"
1176
1176
  fs-extra "^11.3.5"
1177
- marked "^18.0.3"
1177
+ marked "^18.0.4"
1178
1178
  marked-terminal "^7.3.0"
1179
1179
  semver "^7.7.4"
1180
1180
  semver-compare "^1.0.0"
@@ -1346,10 +1346,10 @@
1346
1346
  wordwrap "^1.0.0"
1347
1347
  wrap-ansi "^7.0.0"
1348
1348
 
1349
- "@oclif/plugin-command-snapshot@^5.3.20":
1350
- version "5.3.20"
1351
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.20.tgz#533e779070c852255dbdd68f3e71e2e53a43dabe"
1352
- integrity sha512-3VVMGmpEHQ+YAylGI2XbNRusVkyNZCyfWoYcaFsssLIv2R4adHvzF3tHME03BHTceRq2Lwi81bJ+oBW1gcy//g==
1349
+ "@oclif/plugin-command-snapshot@^5.3.21":
1350
+ version "5.3.21"
1351
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.21.tgz#a09db9aaa10562628913f23d67ff4e93c3afc6de"
1352
+ integrity sha512-jmPF/FNGXBmgkgRUW+P4CfPjon48Nom62YzfLMkN6LXl2ILmlhEigMO4hnOdub1XaonMRfexmBtvuWL0mfUPfg==
1353
1353
  dependencies:
1354
1354
  "@oclif/core" "^4"
1355
1355
  ansis "^3.17.0"
@@ -1361,10 +1361,10 @@
1361
1361
  semver "^7.8.0"
1362
1362
  ts-json-schema-generator "^1.5.1"
1363
1363
 
1364
- "@oclif/plugin-help@^6.2.48":
1365
- version "6.2.48"
1366
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.48.tgz#e0c6ceb0a5d387dcdb16f6fc72f1e70fe4c5509f"
1367
- integrity sha512-nvGLBtUZUWrHfoAEDRsRZUHKVwptyZ6F+MErdVRLQBo3dja0GCZH8DE33dA7mBux2KOmbxGqop15gyud9HZYhQ==
1364
+ "@oclif/plugin-help@^6.2.49":
1365
+ version "6.2.49"
1366
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.49.tgz#863f5ccb36b0453a463232e564a381ff3923fd07"
1367
+ integrity sha512-fEsO0YU7ThtzHE1RGuoHxFu/OGlqxm7PCfFp+U1PS8sde4E0cDqjVDuv78+VKrr45LpC5lWOApj7pm3FNfHrVA==
1368
1368
  dependencies:
1369
1369
  "@oclif/core" "^4"
1370
1370
 
@@ -1447,12 +1447,12 @@
1447
1447
  resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
1448
1448
  integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
1449
1449
 
1450
- "@salesforce/cli-plugins-testkit@^5.3.57":
1451
- version "5.3.57"
1452
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.57.tgz#51d1d8b9514ad0a9123ddd71db9bf8d2b9da2934"
1453
- integrity sha512-997GulQmQvaPCyCHCxxOQHZNJlemyBlvRDn9pkQSXTGLRi6SiI4UwJ5RgbUBW4N1v8z0RrfVObQYxrU1W/zasw==
1450
+ "@salesforce/cli-plugins-testkit@^5.3.58":
1451
+ version "5.3.58"
1452
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.58.tgz#79278780433baf565bb5b57146669760e5e56680"
1453
+ integrity sha512-JNRqR+XDhaWUu419Kum5KvUKiw6gQL6O+DUAn3+GRfuia2jYmwVAC9RdQaEcdXQH5BH/3E4JLw5EVEw/LndRQw==
1454
1454
  dependencies:
1455
- "@salesforce/core" "^8.29.1"
1455
+ "@salesforce/core" "^8.30.3"
1456
1456
  "@salesforce/kit" "^3.2.6"
1457
1457
  "@salesforce/ts-types" "^2.0.11"
1458
1458
  "@types/shelljs" "^0.10.0"
@@ -1463,10 +1463,10 @@
1463
1463
  strip-ansi "6.0.1"
1464
1464
  ts-retry-promise "^0.8.1"
1465
1465
 
1466
- "@salesforce/core@^8.23.1", "@salesforce/core@^8.29.0", "@salesforce/core@^8.29.1", "@salesforce/core@^8.30.0":
1467
- version "8.30.1"
1468
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.30.1.tgz#870f81cd46967614f3842314eb51ce46548eb6a0"
1469
- integrity sha512-2TBt9r7Ci5bc/cq3MbS9NssvdsnXOF76d/6EElimgdqTcgFnsHdD8u5j+TVE+ivGaFnpIGAWZ7Xvmes2qys2cw==
1466
+ "@salesforce/core@^8.23.1", "@salesforce/core@^8.29.1", "@salesforce/core@^8.30.0", "@salesforce/core@^8.30.3":
1467
+ version "8.30.4"
1468
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.30.4.tgz#4a92d25d337a74798414692432bcce144adc42e6"
1469
+ integrity sha512-lMX+X87HbelGU9IA3IOHdP0CDcru1kQG4qDDJXoDYSp8MAcvJpNdOk6P06SutMqKv39XVS3VRfKL5lGiuRcDnA==
1470
1470
  dependencies:
1471
1471
  "@jsforce/jsforce-node" "^3.10.13"
1472
1472
  "@salesforce/kit" "^3.2.4"
@@ -1475,7 +1475,7 @@
1475
1475
  change-case "^4.1.2"
1476
1476
  fast-levenshtein "^3.0.0"
1477
1477
  faye "^1.4.1"
1478
- form-data "^4.0.4"
1478
+ form-data "^4.0.5"
1479
1479
  js2xmlparser "^4.0.1"
1480
1480
  jsonwebtoken "9.0.3"
1481
1481
  jszip "3.10.1"
@@ -1484,7 +1484,7 @@
1484
1484
  pino-abstract-transport "^1.2.0"
1485
1485
  pino-pretty "^11.3.0"
1486
1486
  proper-lockfile "^4.1.2"
1487
- semver "^7.7.3"
1487
+ semver "^7.8.0"
1488
1488
  ts-retry-promise "^0.8.1"
1489
1489
  zod "^4.1.12"
1490
1490
 
@@ -1553,12 +1553,12 @@
1553
1553
  cli-progress "^3.12.0"
1554
1554
  terminal-link "^3.0.0"
1555
1555
 
1556
- "@salesforce/source-deploy-retrieve@12.35.9", "@salesforce/source-deploy-retrieve@^12.35.9":
1557
- version "12.35.9"
1558
- resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.35.9.tgz#4de71e6e8df1e94c7b110e8a9f46d9d411824b00"
1559
- integrity sha512-Qud+1lHS0u+LM/AAHPN9Y/6W6hBZ8nvw6/TxJRzn/BuvRSz74YBwvmVhmn5pvpZdNrYmKRMPxsK47l2VmazSsw==
1556
+ "@salesforce/source-deploy-retrieve@12.35.10", "@salesforce/source-deploy-retrieve@^12.35.9":
1557
+ version "12.35.10"
1558
+ resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.35.10.tgz#e4a5a4a691f9a74f80c8a01da05800aedd5c24cd"
1559
+ integrity sha512-njg3pt0aqwUF5xCleO6wMN45+AIbhpG9xOExWz3io+Qy2uWW75WoHdcj3ZTZFLKqyHBc2NNSfDJc+QYEnJccGg==
1560
1560
  dependencies:
1561
- "@salesforce/core" "^8.29.0"
1561
+ "@salesforce/core" "^8.30.3"
1562
1562
  "@salesforce/kit" "^3.2.4"
1563
1563
  "@salesforce/ts-types" "^2.0.12"
1564
1564
  "@salesforce/types" "^1.6.0"
@@ -2088,16 +2088,16 @@
2088
2088
  resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
2089
2089
  integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
2090
2090
 
2091
- "@typescript-eslint/eslint-plugin@8.59.2", "@typescript-eslint/eslint-plugin@^8":
2092
- version "8.59.2"
2093
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.2.tgz#f37b2c189a0177141fe3de3b08f2a83991bfdbfa"
2094
- integrity sha512-j/bwmkBvHUtPNxzuWe5z6BEk3q54YRyGlBXkSsmfoih7zNrBvl5A9A98anlp/7JbyZcWIJ8KXo/3Tq/DjFLtuQ==
2091
+ "@typescript-eslint/eslint-plugin@8.59.3", "@typescript-eslint/eslint-plugin@^8":
2092
+ version "8.59.3"
2093
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.3.tgz#5d6da7e7b236b46452fa00d3904bb6f59615bfde"
2094
+ integrity sha512-PwFvSKsXGShKGW6n5bZOhGHEcCZXM8HofLK9fNsEwZXzFRjoY+XT1Vsf1zgyXdwTr0ZYz1/2tkZ0DBTT9jZjhw==
2095
2095
  dependencies:
2096
2096
  "@eslint-community/regexpp" "^4.12.2"
2097
- "@typescript-eslint/scope-manager" "8.59.2"
2098
- "@typescript-eslint/type-utils" "8.59.2"
2099
- "@typescript-eslint/utils" "8.59.2"
2100
- "@typescript-eslint/visitor-keys" "8.59.2"
2097
+ "@typescript-eslint/scope-manager" "8.59.3"
2098
+ "@typescript-eslint/type-utils" "8.59.3"
2099
+ "@typescript-eslint/utils" "8.59.3"
2100
+ "@typescript-eslint/visitor-keys" "8.59.3"
2101
2101
  ignore "^7.0.5"
2102
2102
  natural-compare "^1.4.0"
2103
2103
  ts-api-utils "^2.5.0"
@@ -2119,15 +2119,15 @@
2119
2119
  semver "^7.5.4"
2120
2120
  ts-api-utils "^1.0.1"
2121
2121
 
2122
- "@typescript-eslint/parser@8.59.2", "@typescript-eslint/parser@^8":
2123
- version "8.59.2"
2124
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.2.tgz#e2fd0084baa5dd0c24cd789af1c72cbc3a7a1c62"
2125
- integrity sha512-plR3pp6D+SSUn1HM7xvSkx12/DhoHInI2YF35KAcVFNZvlC0gtrWqx7Qq1oH2Ssgi0vlFRCTbP+DZc7B9+TtsQ==
2122
+ "@typescript-eslint/parser@8.59.3", "@typescript-eslint/parser@^8":
2123
+ version "8.59.3"
2124
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.3.tgz#f46cbc70ae0a25119ef94eac9ecd46714788e1a1"
2125
+ integrity sha512-HPwA+hVkfcriajbNvTmZv4VRauibay+cWArYUYq7u7W7PmGShMxbPxLvrwDme55a6d5alG3nrYfhyJ/G28XlLg==
2126
2126
  dependencies:
2127
- "@typescript-eslint/scope-manager" "8.59.2"
2128
- "@typescript-eslint/types" "8.59.2"
2129
- "@typescript-eslint/typescript-estree" "8.59.2"
2130
- "@typescript-eslint/visitor-keys" "8.59.2"
2127
+ "@typescript-eslint/scope-manager" "8.59.3"
2128
+ "@typescript-eslint/types" "8.59.3"
2129
+ "@typescript-eslint/typescript-estree" "8.59.3"
2130
+ "@typescript-eslint/visitor-keys" "8.59.3"
2131
2131
  debug "^4.4.3"
2132
2132
 
2133
2133
  "@typescript-eslint/parser@^6.21.0":
@@ -2150,13 +2150,13 @@
2150
2150
  "@typescript-eslint/types" "^8.56.0"
2151
2151
  debug "^4.4.3"
2152
2152
 
2153
- "@typescript-eslint/project-service@8.59.2":
2154
- version "8.59.2"
2155
- resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.2.tgz#f8b8cbf8692e3a51c2c394acf8cf6900f7e755af"
2156
- integrity sha512-+2hqvEkeyf/0FBor67duF0Ll7Ot8jyKzDQOSrxazF/danillRq2DwR9dLptsXpoZQqxE1UisSmoZewrlPas9Vw==
2153
+ "@typescript-eslint/project-service@8.59.3":
2154
+ version "8.59.3"
2155
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.3.tgz#1be5ae152aad987a156c9a1a9b4256e75cfbbe0c"
2156
+ integrity sha512-ECiUWa/KYRGDFUqTNehaRgzDshnJfkTABJxVemHk4ko22gcr0ukloKjWvyQ64g8YCV/UI47kN1dbmjf/GaQYng==
2157
2157
  dependencies:
2158
- "@typescript-eslint/tsconfig-utils" "^8.59.2"
2159
- "@typescript-eslint/types" "^8.59.2"
2158
+ "@typescript-eslint/tsconfig-utils" "^8.59.3"
2159
+ "@typescript-eslint/types" "^8.59.3"
2160
2160
  debug "^4.4.3"
2161
2161
 
2162
2162
  "@typescript-eslint/scope-manager@6.21.0":
@@ -2183,23 +2183,23 @@
2183
2183
  "@typescript-eslint/types" "8.56.0"
2184
2184
  "@typescript-eslint/visitor-keys" "8.56.0"
2185
2185
 
2186
- "@typescript-eslint/scope-manager@8.59.2":
2187
- version "8.59.2"
2188
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz#63cbd0af2e3180949d6be81122cc555bc71e736d"
2189
- integrity sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==
2186
+ "@typescript-eslint/scope-manager@8.59.3":
2187
+ version "8.59.3"
2188
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.3.tgz#91a60f66803fe9dae0696fbab2451f5723f119d2"
2189
+ integrity sha512-t2LvZnoEfzKtnPjgeEu41xw5gxq9mQVfYy4OoZ4Vlt0sk3JwxmhCca/AR7DwOiHrjWgjAj6as4AhRLKSDfvZIA==
2190
2190
  dependencies:
2191
- "@typescript-eslint/types" "8.59.2"
2192
- "@typescript-eslint/visitor-keys" "8.59.2"
2191
+ "@typescript-eslint/types" "8.59.3"
2192
+ "@typescript-eslint/visitor-keys" "8.59.3"
2193
2193
 
2194
2194
  "@typescript-eslint/tsconfig-utils@8.56.0", "@typescript-eslint/tsconfig-utils@^8.56.0":
2195
2195
  version "8.56.0"
2196
2196
  resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.0.tgz#2538ce83cbc376e685487960cbb24b65fe2abc4e"
2197
2197
  integrity sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==
2198
2198
 
2199
- "@typescript-eslint/tsconfig-utils@8.59.2", "@typescript-eslint/tsconfig-utils@^8.59.2":
2200
- version "8.59.2"
2201
- resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.2.tgz#6e92bc412083753185a79c9f1431e78169d9232f"
2202
- integrity sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==
2199
+ "@typescript-eslint/tsconfig-utils@8.59.3", "@typescript-eslint/tsconfig-utils@^8.59.3":
2200
+ version "8.59.3"
2201
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.3.tgz#88ca9036b42ccdd1e630cfdafd2e042c2ca6a835"
2202
+ integrity sha512-PcIJHjmaREXLgIAIzLnSY9VucEzz8FKXsRgFa1DmdGCK/5tJpW03TKJF01Q6VZd1lLdz2sIKPWaDUZN9dp//dw==
2203
2203
 
2204
2204
  "@typescript-eslint/type-utils@6.21.0":
2205
2205
  version "6.21.0"
@@ -2211,14 +2211,14 @@
2211
2211
  debug "^4.3.4"
2212
2212
  ts-api-utils "^1.0.1"
2213
2213
 
2214
- "@typescript-eslint/type-utils@8.59.2":
2215
- version "8.59.2"
2216
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.2.tgz#a60a1192a804fa472a92c41656853ac6a9ba7176"
2217
- integrity sha512-nhqaj1nmTdVVl/BP5omXNRGO38jn5iosis2vbdmupF2txCf8ylWT8lx+JlvMYYVqzGVKtjojUFoQ3JRWK+mfzQ==
2214
+ "@typescript-eslint/type-utils@8.59.3":
2215
+ version "8.59.3"
2216
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.3.tgz#421fb2448bdfeb301d134a01cd02503f67fd8192"
2217
+ integrity sha512-g71d8QD8UaiHGvrJwyIS1hCX5r63w6Jll+4VEYhEAHXTDIqX1JgxhTAbEHtKntL9kuc4jRo7/GWw5xfCepSccQ==
2218
2218
  dependencies:
2219
- "@typescript-eslint/types" "8.59.2"
2220
- "@typescript-eslint/typescript-estree" "8.59.2"
2221
- "@typescript-eslint/utils" "8.59.2"
2219
+ "@typescript-eslint/types" "8.59.3"
2220
+ "@typescript-eslint/typescript-estree" "8.59.3"
2221
+ "@typescript-eslint/utils" "8.59.3"
2222
2222
  debug "^4.4.3"
2223
2223
  ts-api-utils "^2.5.0"
2224
2224
 
@@ -2237,10 +2237,10 @@
2237
2237
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.0.tgz#a2444011b9a98ca13d70411d2cbfed5443b3526a"
2238
2238
  integrity sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==
2239
2239
 
2240
- "@typescript-eslint/types@8.59.2", "@typescript-eslint/types@^8.59.2":
2241
- version "8.59.2"
2242
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.2.tgz#01caabcd7e4715c33ad5e11cab260829714d6b9c"
2243
- integrity sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==
2240
+ "@typescript-eslint/types@8.59.3", "@typescript-eslint/types@^8.59.3":
2241
+ version "8.59.3"
2242
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.3.tgz#b7ca539c5e302fdde9a7cadb73caed107ef8f2cd"
2243
+ integrity sha512-ePFoH0g4ludssdRFqqDxQePCxU4WQyRa9+XVwjm7yLn0FKhMeoetC+qBEEI1Eyb1pGSDveTIT09Bvw2WhlGayg==
2244
2244
 
2245
2245
  "@typescript-eslint/typescript-estree@6.21.0":
2246
2246
  version "6.21.0"
@@ -2285,15 +2285,15 @@
2285
2285
  tinyglobby "^0.2.15"
2286
2286
  ts-api-utils "^2.4.0"
2287
2287
 
2288
- "@typescript-eslint/typescript-estree@8.59.2":
2289
- version "8.59.2"
2290
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.2.tgz#6a217ef65b18dbd12c718fc86a675d1d7a1414cc"
2291
- integrity sha512-o0XPGNwcWw+FIwStOWn+BwBuEmL6QXP0rsvAFg7ET1dey1Nr6Wb1ac8p5HEsK0ygO/6mUxlk+YWQD9xcb/nnXg==
2288
+ "@typescript-eslint/typescript-estree@8.59.3":
2289
+ version "8.59.3"
2290
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.3.tgz#e6bb1408e00b47e431427a40268db4e86cb121ab"
2291
+ integrity sha512-CbRjVRAf7Lr9Kr8RopKcbY45p2VfmmHrm0ygOCYFi7oU8q19m0Fs/6iHS7kNOmwpp+ob07ZVcAqlxUod9lYdmg==
2292
2292
  dependencies:
2293
- "@typescript-eslint/project-service" "8.59.2"
2294
- "@typescript-eslint/tsconfig-utils" "8.59.2"
2295
- "@typescript-eslint/types" "8.59.2"
2296
- "@typescript-eslint/visitor-keys" "8.59.2"
2293
+ "@typescript-eslint/project-service" "8.59.3"
2294
+ "@typescript-eslint/tsconfig-utils" "8.59.3"
2295
+ "@typescript-eslint/types" "8.59.3"
2296
+ "@typescript-eslint/visitor-keys" "8.59.3"
2297
2297
  debug "^4.4.3"
2298
2298
  minimatch "^10.2.2"
2299
2299
  semver "^7.7.3"
@@ -2313,15 +2313,15 @@
2313
2313
  "@typescript-eslint/typescript-estree" "6.21.0"
2314
2314
  semver "^7.5.4"
2315
2315
 
2316
- "@typescript-eslint/utils@8.59.2":
2317
- version "8.59.2"
2318
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.2.tgz#ff619a6a3075f4017fa91b8610b752a8ca3366aa"
2319
- integrity sha512-Juw3EinkXqjaffxz6roowvV7GZT/kET5vSKKZT6upl5TXdWkLkYmNPXwDDL2Vkt2DPn0nODIS4egC/0AGxKo/Q==
2316
+ "@typescript-eslint/utils@8.59.3":
2317
+ version "8.59.3"
2318
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.3.tgz#f693f979deb4dc3994de03ff8b23976d625c36c5"
2319
+ integrity sha512-JAvT14goBzRzzzZyqq3P9BLArIxTtQURUtFgQ/V7FO+eU+Gg6ES+5ymOPP1wRxXcxAYeivCk4uS3jCKWI1K8Zg==
2320
2320
  dependencies:
2321
2321
  "@eslint-community/eslint-utils" "^4.9.1"
2322
- "@typescript-eslint/scope-manager" "8.59.2"
2323
- "@typescript-eslint/types" "8.59.2"
2324
- "@typescript-eslint/typescript-estree" "8.59.2"
2322
+ "@typescript-eslint/scope-manager" "8.59.3"
2323
+ "@typescript-eslint/types" "8.59.3"
2324
+ "@typescript-eslint/typescript-estree" "8.59.3"
2325
2325
 
2326
2326
  "@typescript-eslint/utils@^7.18.0":
2327
2327
  version "7.18.0"
@@ -2367,12 +2367,12 @@
2367
2367
  "@typescript-eslint/types" "8.56.0"
2368
2368
  eslint-visitor-keys "^5.0.0"
2369
2369
 
2370
- "@typescript-eslint/visitor-keys@8.59.2":
2371
- version "8.59.2"
2372
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz#5ccc486913cd347883d69158836b1189a660bfe6"
2373
- integrity sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==
2370
+ "@typescript-eslint/visitor-keys@8.59.3":
2371
+ version "8.59.3"
2372
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.3.tgz#820843b1b5ca4290009cf189382abcf6fe00dfa6"
2373
+ integrity sha512-f1UQF7ggd42YiwI5wGrRaPsa+P0CINBlrkLPmGfpq/u/I/oVtecoEIfFR9ag/oa1sLOsRNZ6xehf6qMZhQGBDg==
2374
2374
  dependencies:
2375
- "@typescript-eslint/types" "8.59.2"
2375
+ "@typescript-eslint/types" "8.59.3"
2376
2376
  eslint-visitor-keys "^5.0.0"
2377
2377
 
2378
2378
  "@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
@@ -3993,10 +3993,10 @@ eslint-config-oclif@^5.2.2:
3993
3993
  eslint-plugin-n "^15.1.0"
3994
3994
  eslint-plugin-unicorn "^48.0.1"
3995
3995
 
3996
- eslint-config-oclif@^6.0.164:
3997
- version "6.0.164"
3998
- resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.164.tgz#e7b1d4b5611d6b07a7e55427c0043e075409e60f"
3999
- integrity sha512-LEJRa/q7FAIH8zeZJ16E3RghSU/kZEa6oBV8kxTSE57djsgSNcwf92NbhcPj6RaQ/eANIva8nWJ9h+FeeWUlew==
3996
+ eslint-config-oclif@^6.0.165:
3997
+ version "6.0.165"
3998
+ resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.165.tgz#271dfbfe58c6378c38e180bf7d55f367b61ffa6b"
3999
+ integrity sha512-kbzxHAXEHKTY2X4UVVu4cPjjxP2YsVEsgYaXJDakpBEoAUEUSnYCKOOoxrIHl1egDM3q07kOZnBPkwYQ+nR4Og==
4000
4000
  dependencies:
4001
4001
  "@eslint/compat" "^1.4.1"
4002
4002
  "@eslint/eslintrc" "^3.3.5"
@@ -4014,7 +4014,7 @@ eslint-config-oclif@^6.0.164:
4014
4014
  eslint-plugin-n "^17.24.0"
4015
4015
  eslint-plugin-perfectionist "^4"
4016
4016
  eslint-plugin-unicorn "^56.0.1"
4017
- typescript-eslint "^8.59.2"
4017
+ typescript-eslint "^8.59.3"
4018
4018
 
4019
4019
  eslint-config-prettier@^9.1.0:
4020
4020
  version "9.1.2"
@@ -4727,7 +4727,7 @@ form-data-encoder@^2.1.2:
4727
4727
  resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5"
4728
4728
  integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
4729
4729
 
4730
- form-data@^4.0.4:
4730
+ form-data@^4.0.4, form-data@^4.0.5:
4731
4731
  version "4.0.5"
4732
4732
  resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
4733
4733
  integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
@@ -6399,10 +6399,10 @@ marked@^13.0.0:
6399
6399
  resolved "https://registry.yarnpkg.com/marked/-/marked-13.0.3.tgz#5c5b4a5d0198060c7c9bc6ef9420a7fed30f822d"
6400
6400
  integrity sha512-rqRix3/TWzE9rIoFGIn8JmsVfhiuC8VIQ8IdX5TfzmeBucdY05/0UlzKaw0eVtpcN/OdVFpBk7CjKGo9iHJ/zA==
6401
6401
 
6402
- marked@^18.0.3:
6403
- version "18.0.3"
6404
- resolved "https://registry.yarnpkg.com/marked/-/marked-18.0.3.tgz#278b5ba89f1c7ccbaf0422f3ee8955928489220b"
6405
- integrity sha512-7VT90JOkDeaRWpfjOReRGPEKn0ecdARBkDGL+tT1wZY0efPPqkUxLUSmzy/C7TIylQYJC9STISEsCHrqb/7VIA==
6402
+ marked@^18.0.4:
6403
+ version "18.0.4"
6404
+ resolved "https://registry.yarnpkg.com/marked/-/marked-18.0.4.tgz#7a54421f506c8729db32f852719972d2f939a77b"
6405
+ integrity sha512-c/BTaKzg0G6ezQx97DAkYU7k0HM6ys0FqYeKBL6hlBByZwy+ycA1+f0vDdjMHKKeEjdgkx0GOv9Il6D+85cOqA==
6406
6406
 
6407
6407
  math-intrinsics@^1.1.0:
6408
6408
  version "1.1.0"
@@ -6934,18 +6934,18 @@ object.values@^1.2.1:
6934
6934
  define-properties "^1.2.1"
6935
6935
  es-object-atoms "^1.0.0"
6936
6936
 
6937
- oclif@^4.23.4:
6938
- version "4.23.4"
6939
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.4.tgz#57e88b277a914db2ed2e6ac201972642bd6d41a3"
6940
- integrity sha512-dMjgrCgsGlUygCl9rKHw4mCeSGgS8QLyUwrThBkQ3oHrfusVEH61ijp0Y3CTyTbZuWiRvO/50ns1CtePI8T4Gw==
6937
+ oclif@^4.23.7:
6938
+ version "4.23.7"
6939
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.7.tgz#d20625e79fa4904664580ee2f25600b0fa7c40dc"
6940
+ integrity sha512-rog7/P6l6PXe7O3zWMcKB4prQm35z6NyDfpED6B3UwnPr1Fy+KWdcBHSr6Er3AjmvYsP5wsJwwPEsxUfvMNsyg==
6941
6941
  dependencies:
6942
6942
  "@aws-sdk/client-cloudfront" "^3.1009.0"
6943
- "@aws-sdk/client-s3" "^3.1047.0"
6943
+ "@aws-sdk/client-s3" "^3.1048.0"
6944
6944
  "@inquirer/confirm" "^3.1.22"
6945
6945
  "@inquirer/input" "^2.2.4"
6946
6946
  "@inquirer/select" "^2.5.0"
6947
6947
  "@oclif/core" "^4.11.2"
6948
- "@oclif/plugin-help" "^6.2.48"
6948
+ "@oclif/plugin-help" "^6.2.49"
6949
6949
  "@oclif/plugin-not-found" "^3.2.85"
6950
6950
  "@oclif/plugin-warn-if-update-available" "^3.1.57"
6951
6951
  ansis "^3.16.0"
@@ -8899,15 +8899,15 @@ typedoc@^0.26.5:
8899
8899
  shiki "^1.16.2"
8900
8900
  yaml "^2.5.1"
8901
8901
 
8902
- typescript-eslint@^8.59.2:
8903
- version "8.59.2"
8904
- resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.59.2.tgz#e24b4f7232e20112e40572dba162a829a738ce98"
8905
- integrity sha512-pJw051uomb3ZeCzGTpRb8RbEqB5Y4WWet8gl/GcTlU35BSx0PVdZ86/bqkQCyKKuraVQEK7r6kBHQXF+fBhkoQ==
8902
+ typescript-eslint@^8.59.3:
8903
+ version "8.59.3"
8904
+ resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.59.3.tgz#4a41d9007faa539a66292189e2795eeb0b9fca29"
8905
+ integrity sha512-KgusgyDgG4LI8Ih/sWaCtZ06tckLAS5CvT5A4D1Q7bYVoAAyzwiZvE4BmwDHkhRVkvhRBepKeASoFzQetha7Fg==
8906
8906
  dependencies:
8907
- "@typescript-eslint/eslint-plugin" "8.59.2"
8908
- "@typescript-eslint/parser" "8.59.2"
8909
- "@typescript-eslint/typescript-estree" "8.59.2"
8910
- "@typescript-eslint/utils" "8.59.2"
8907
+ "@typescript-eslint/eslint-plugin" "8.59.3"
8908
+ "@typescript-eslint/parser" "8.59.3"
8909
+ "@typescript-eslint/typescript-estree" "8.59.3"
8910
+ "@typescript-eslint/utils" "8.59.3"
8911
8911
 
8912
8912
  "typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4:
8913
8913
  version "5.9.3"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.100"
270
+ "version": "5.0.102"
271
271
  }
package/package.json CHANGED
@@ -1,17 +1,17 @@
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.100",
4
+ "version": "5.0.102",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
8
8
  "dependencies": {
9
- "@jayree/changelog": "^1.2.32",
9
+ "@jayree/changelog": "^1.2.33",
10
10
  "@oclif/core": "^4.11.3",
11
11
  "@salesforce/core": "^8.29.1",
12
12
  "@salesforce/kit": "^3.2.6",
13
13
  "@salesforce/sf-plugins-core": "^12.2.17",
14
- "@salesforce/source-deploy-retrieve": "12.35.9",
14
+ "@salesforce/source-deploy-retrieve": "12.35.10",
15
15
  "@salesforce/source-tracking": "7.8.16",
16
16
  "@salesforce/ts-types": "^2.0.12",
17
17
  "fast-deep-equal": "^3.1.3",
@@ -21,18 +21,18 @@
21
21
  "isomorphic-git": "1.38.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@oclif/plugin-command-snapshot": "^5.3.20",
25
- "@salesforce/cli-plugins-testkit": "^5.3.57",
24
+ "@oclif/plugin-command-snapshot": "^5.3.21",
25
+ "@salesforce/cli-plugins-testkit": "^5.3.58",
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.164",
31
+ "eslint-config-oclif": "^6.0.165",
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",
35
- "oclif": "^4.23.4",
35
+ "oclif": "^4.23.7",
36
36
  "patch-package": "^8.0.1",
37
37
  "prettier": "^3.8.3",
38
38
  "pretty-quick": "^4.2.2",