@jayree/sfdx-plugin-manifest 5.0.99 → 5.0.101

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,25 @@
1
+ ## [5.0.101](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.100...5.0.101) (2026-05-17)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **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))
7
+ * **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))
8
+
9
+ ## [5.0.100](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.99...5.0.100) (2026-05-16)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **deps:** bump fast-xml-parser from 5.7.3 to 5.8.0 ([#2243](https://github.com/jayree/sfdx-plugin-manifest/issues/2243)) ([aa4069d](https://github.com/jayree/sfdx-plugin-manifest/commit/aa4069d1a4a5ff0dda50f7f352751dddba9317ea))
15
+ * integrate xml-naming to validate DOCTYPE entity name and notation name (using qname becaue of backward compatibility)
16
+ * This will consider xml-version as well. '1.0' is default
17
+ * update strnum to 2.3.0
18
+ * You can set octal and binary parsing which is bydeault off
19
+ * update fast-xml-builder to 1.2.0
20
+ * can sanitize tag names if found invalid
21
+ * fix format output
22
+
1
23
  ## [5.0.99](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.98...5.0.99) (2026-05-16)
2
24
 
3
25
 
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.99/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.101/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.99/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.101/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.99/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.101/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "5.0.99",
3
+ "version": "5.0.101",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.99",
9
+ "version": "5.0.101",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.32",
@@ -14,24 +14,24 @@
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",
21
- "fast-xml-parser": "^5.7.3",
21
+ "fast-xml-parser": "^5.8.0",
22
22
  "fs-extra": "^11.3.4",
23
23
  "graceful-fs": "^4.2.11",
24
24
  "isomorphic-git": "1.38.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@oclif/plugin-command-snapshot": "^5.3.20",
27
+ "@oclif/plugin-command-snapshot": "^5.3.21",
28
28
  "@salesforce/cli-plugins-testkit": "^5.3.57",
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",
@@ -773,6 +773,28 @@
773
773
  "node": ">=20.0.0"
774
774
  }
775
775
  },
776
+ "node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser": {
777
+ "version": "5.7.3",
778
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.3.tgz",
779
+ "integrity": "sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg==",
780
+ "dev": true,
781
+ "funding": [
782
+ {
783
+ "type": "github",
784
+ "url": "https://github.com/sponsors/NaturalIntelligence"
785
+ }
786
+ ],
787
+ "license": "MIT",
788
+ "dependencies": {
789
+ "@nodable/entities": "^2.1.0",
790
+ "fast-xml-builder": "^1.1.7",
791
+ "path-expression-matcher": "^1.5.0",
792
+ "strnum": "^2.2.3"
793
+ },
794
+ "bin": {
795
+ "fxparser": "src/cli/cli.js"
796
+ }
797
+ },
776
798
  "node_modules/@aws/lambda-invoke-store": {
777
799
  "version": "0.2.3",
778
800
  "resolved": "https://registry.npmjs.org/@aws/lambda-invoke-store/-/lambda-invoke-store-0.2.3.tgz",
@@ -3196,9 +3218,9 @@
3196
3218
  }
3197
3219
  },
3198
3220
  "node_modules/@oclif/plugin-command-snapshot": {
3199
- "version": "5.3.20",
3200
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.20.tgz",
3201
- "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==",
3202
3224
  "dev": true,
3203
3225
  "license": "MIT",
3204
3226
  "dependencies": {
@@ -3636,9 +3658,9 @@
3636
3658
  }
3637
3659
  },
3638
3660
  "node_modules/@salesforce/core": {
3639
- "version": "8.30.1",
3640
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.30.1.tgz",
3641
- "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==",
3642
3664
  "license": "BSD-3-Clause",
3643
3665
  "dependencies": {
3644
3666
  "@jsforce/jsforce-node": "^3.10.13",
@@ -3648,7 +3670,7 @@
3648
3670
  "change-case": "^4.1.2",
3649
3671
  "fast-levenshtein": "^3.0.0",
3650
3672
  "faye": "^1.4.1",
3651
- "form-data": "^4.0.4",
3673
+ "form-data": "^4.0.5",
3652
3674
  "js2xmlparser": "^4.0.1",
3653
3675
  "jsonwebtoken": "9.0.3",
3654
3676
  "jszip": "3.10.1",
@@ -3657,7 +3679,7 @@
3657
3679
  "pino-abstract-transport": "^1.2.0",
3658
3680
  "pino-pretty": "^11.3.0",
3659
3681
  "proper-lockfile": "^4.1.2",
3660
- "semver": "^7.7.3",
3682
+ "semver": "^7.8.0",
3661
3683
  "ts-retry-promise": "^0.8.1",
3662
3684
  "zod": "^4.1.12"
3663
3685
  },
@@ -4140,12 +4162,12 @@
4140
4162
  }
4141
4163
  },
4142
4164
  "node_modules/@salesforce/source-deploy-retrieve": {
4143
- "version": "12.35.9",
4144
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.35.9.tgz",
4145
- "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==",
4146
4168
  "license": "Apache-2.0",
4147
4169
  "dependencies": {
4148
- "@salesforce/core": "^8.29.0",
4170
+ "@salesforce/core": "^8.30.3",
4149
4171
  "@salesforce/kit": "^3.2.4",
4150
4172
  "@salesforce/ts-types": "^2.0.12",
4151
4173
  "@salesforce/types": "^1.6.0",
@@ -5064,17 +5086,17 @@
5064
5086
  "license": "MIT"
5065
5087
  },
5066
5088
  "node_modules/@typescript-eslint/eslint-plugin": {
5067
- "version": "8.59.2",
5068
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.2.tgz",
5069
- "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==",
5070
5092
  "dev": true,
5071
5093
  "license": "MIT",
5072
5094
  "dependencies": {
5073
5095
  "@eslint-community/regexpp": "^4.12.2",
5074
- "@typescript-eslint/scope-manager": "8.59.2",
5075
- "@typescript-eslint/type-utils": "8.59.2",
5076
- "@typescript-eslint/utils": "8.59.2",
5077
- "@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",
5078
5100
  "ignore": "^7.0.5",
5079
5101
  "natural-compare": "^1.4.0",
5080
5102
  "ts-api-utils": "^2.5.0"
@@ -5087,20 +5109,20 @@
5087
5109
  "url": "https://opencollective.com/typescript-eslint"
5088
5110
  },
5089
5111
  "peerDependencies": {
5090
- "@typescript-eslint/parser": "^8.59.2",
5112
+ "@typescript-eslint/parser": "^8.59.3",
5091
5113
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
5092
5114
  "typescript": ">=4.8.4 <6.1.0"
5093
5115
  }
5094
5116
  },
5095
5117
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
5096
- "version": "8.59.2",
5097
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz",
5098
- "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==",
5099
5121
  "dev": true,
5100
5122
  "license": "MIT",
5101
5123
  "dependencies": {
5102
- "@typescript-eslint/types": "8.59.2",
5103
- "@typescript-eslint/visitor-keys": "8.59.2"
5124
+ "@typescript-eslint/types": "8.59.3",
5125
+ "@typescript-eslint/visitor-keys": "8.59.3"
5104
5126
  },
5105
5127
  "engines": {
5106
5128
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -5111,9 +5133,9 @@
5111
5133
  }
5112
5134
  },
5113
5135
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
5114
- "version": "8.59.2",
5115
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
5116
- "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==",
5117
5139
  "dev": true,
5118
5140
  "license": "MIT",
5119
5141
  "engines": {
@@ -5125,13 +5147,13 @@
5125
5147
  }
5126
5148
  },
5127
5149
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
5128
- "version": "8.59.2",
5129
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz",
5130
- "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==",
5131
5153
  "dev": true,
5132
5154
  "license": "MIT",
5133
5155
  "dependencies": {
5134
- "@typescript-eslint/types": "8.59.2",
5156
+ "@typescript-eslint/types": "8.59.3",
5135
5157
  "eslint-visitor-keys": "^5.0.0"
5136
5158
  },
5137
5159
  "engines": {
@@ -5179,16 +5201,16 @@
5179
5201
  }
5180
5202
  },
5181
5203
  "node_modules/@typescript-eslint/parser": {
5182
- "version": "8.59.2",
5183
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.59.2.tgz",
5184
- "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==",
5185
5207
  "dev": true,
5186
5208
  "license": "MIT",
5187
5209
  "dependencies": {
5188
- "@typescript-eslint/scope-manager": "8.59.2",
5189
- "@typescript-eslint/types": "8.59.2",
5190
- "@typescript-eslint/typescript-estree": "8.59.2",
5191
- "@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",
5192
5214
  "debug": "^4.4.3"
5193
5215
  },
5194
5216
  "engines": {
@@ -5204,14 +5226,14 @@
5204
5226
  }
5205
5227
  },
5206
5228
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
5207
- "version": "8.59.2",
5208
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz",
5209
- "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==",
5210
5232
  "dev": true,
5211
5233
  "license": "MIT",
5212
5234
  "dependencies": {
5213
- "@typescript-eslint/types": "8.59.2",
5214
- "@typescript-eslint/visitor-keys": "8.59.2"
5235
+ "@typescript-eslint/types": "8.59.3",
5236
+ "@typescript-eslint/visitor-keys": "8.59.3"
5215
5237
  },
5216
5238
  "engines": {
5217
5239
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -5222,9 +5244,9 @@
5222
5244
  }
5223
5245
  },
5224
5246
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
5225
- "version": "8.59.2",
5226
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
5227
- "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==",
5228
5250
  "dev": true,
5229
5251
  "license": "MIT",
5230
5252
  "engines": {
@@ -5236,13 +5258,13 @@
5236
5258
  }
5237
5259
  },
5238
5260
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
5239
- "version": "8.59.2",
5240
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz",
5241
- "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==",
5242
5264
  "dev": true,
5243
5265
  "license": "MIT",
5244
5266
  "dependencies": {
5245
- "@typescript-eslint/types": "8.59.2",
5267
+ "@typescript-eslint/types": "8.59.3",
5246
5268
  "eslint-visitor-keys": "^5.0.0"
5247
5269
  },
5248
5270
  "engines": {
@@ -5267,14 +5289,14 @@
5267
5289
  }
5268
5290
  },
5269
5291
  "node_modules/@typescript-eslint/project-service": {
5270
- "version": "8.59.2",
5271
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.59.2.tgz",
5272
- "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==",
5273
5295
  "dev": true,
5274
5296
  "license": "MIT",
5275
5297
  "dependencies": {
5276
- "@typescript-eslint/tsconfig-utils": "^8.59.2",
5277
- "@typescript-eslint/types": "^8.59.2",
5298
+ "@typescript-eslint/tsconfig-utils": "^8.59.3",
5299
+ "@typescript-eslint/types": "^8.59.3",
5278
5300
  "debug": "^4.4.3"
5279
5301
  },
5280
5302
  "engines": {
@@ -5289,9 +5311,9 @@
5289
5311
  }
5290
5312
  },
5291
5313
  "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
5292
- "version": "8.59.2",
5293
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.2.tgz",
5294
- "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==",
5295
5317
  "dev": true,
5296
5318
  "license": "MIT",
5297
5319
  "engines": {
@@ -5306,9 +5328,9 @@
5306
5328
  }
5307
5329
  },
5308
5330
  "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
5309
- "version": "8.59.2",
5310
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
5311
- "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==",
5312
5334
  "dev": true,
5313
5335
  "license": "MIT",
5314
5336
  "engines": {
@@ -5369,15 +5391,15 @@
5369
5391
  }
5370
5392
  },
5371
5393
  "node_modules/@typescript-eslint/type-utils": {
5372
- "version": "8.59.2",
5373
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.59.2.tgz",
5374
- "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==",
5375
5397
  "dev": true,
5376
5398
  "license": "MIT",
5377
5399
  "dependencies": {
5378
- "@typescript-eslint/types": "8.59.2",
5379
- "@typescript-eslint/typescript-estree": "8.59.2",
5380
- "@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",
5381
5403
  "debug": "^4.4.3",
5382
5404
  "ts-api-utils": "^2.5.0"
5383
5405
  },
@@ -5394,9 +5416,9 @@
5394
5416
  }
5395
5417
  },
5396
5418
  "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
5397
- "version": "8.59.2",
5398
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
5399
- "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==",
5400
5422
  "dev": true,
5401
5423
  "license": "MIT",
5402
5424
  "engines": {
@@ -5435,16 +5457,16 @@
5435
5457
  }
5436
5458
  },
5437
5459
  "node_modules/@typescript-eslint/typescript-estree": {
5438
- "version": "8.59.2",
5439
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.2.tgz",
5440
- "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==",
5441
5463
  "dev": true,
5442
5464
  "license": "MIT",
5443
5465
  "dependencies": {
5444
- "@typescript-eslint/project-service": "8.59.2",
5445
- "@typescript-eslint/tsconfig-utils": "8.59.2",
5446
- "@typescript-eslint/types": "8.59.2",
5447
- "@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",
5448
5470
  "debug": "^4.4.3",
5449
5471
  "minimatch": "^10.2.2",
5450
5472
  "semver": "^7.7.3",
@@ -5463,9 +5485,9 @@
5463
5485
  }
5464
5486
  },
5465
5487
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": {
5466
- "version": "8.59.2",
5467
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.2.tgz",
5468
- "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==",
5469
5491
  "dev": true,
5470
5492
  "license": "MIT",
5471
5493
  "engines": {
@@ -5480,9 +5502,9 @@
5480
5502
  }
5481
5503
  },
5482
5504
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
5483
- "version": "8.59.2",
5484
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
5485
- "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==",
5486
5508
  "dev": true,
5487
5509
  "license": "MIT",
5488
5510
  "engines": {
@@ -5494,13 +5516,13 @@
5494
5516
  }
5495
5517
  },
5496
5518
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
5497
- "version": "8.59.2",
5498
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz",
5499
- "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==",
5500
5522
  "dev": true,
5501
5523
  "license": "MIT",
5502
5524
  "dependencies": {
5503
- "@typescript-eslint/types": "8.59.2",
5525
+ "@typescript-eslint/types": "8.59.3",
5504
5526
  "eslint-visitor-keys": "^5.0.0"
5505
5527
  },
5506
5528
  "engines": {
@@ -5577,16 +5599,16 @@
5577
5599
  }
5578
5600
  },
5579
5601
  "node_modules/@typescript-eslint/utils": {
5580
- "version": "8.59.2",
5581
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.59.2.tgz",
5582
- "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==",
5583
5605
  "dev": true,
5584
5606
  "license": "MIT",
5585
5607
  "dependencies": {
5586
5608
  "@eslint-community/eslint-utils": "^4.9.1",
5587
- "@typescript-eslint/scope-manager": "8.59.2",
5588
- "@typescript-eslint/types": "8.59.2",
5589
- "@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"
5590
5612
  },
5591
5613
  "engines": {
5592
5614
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -5601,14 +5623,14 @@
5601
5623
  }
5602
5624
  },
5603
5625
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
5604
- "version": "8.59.2",
5605
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz",
5606
- "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==",
5607
5629
  "dev": true,
5608
5630
  "license": "MIT",
5609
5631
  "dependencies": {
5610
- "@typescript-eslint/types": "8.59.2",
5611
- "@typescript-eslint/visitor-keys": "8.59.2"
5632
+ "@typescript-eslint/types": "8.59.3",
5633
+ "@typescript-eslint/visitor-keys": "8.59.3"
5612
5634
  },
5613
5635
  "engines": {
5614
5636
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -5619,9 +5641,9 @@
5619
5641
  }
5620
5642
  },
5621
5643
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
5622
- "version": "8.59.2",
5623
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.59.2.tgz",
5624
- "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==",
5625
5647
  "dev": true,
5626
5648
  "license": "MIT",
5627
5649
  "engines": {
@@ -5633,13 +5655,13 @@
5633
5655
  }
5634
5656
  },
5635
5657
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
5636
- "version": "8.59.2",
5637
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz",
5638
- "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==",
5639
5661
  "dev": true,
5640
5662
  "license": "MIT",
5641
5663
  "dependencies": {
5642
- "@typescript-eslint/types": "8.59.2",
5664
+ "@typescript-eslint/types": "8.59.3",
5643
5665
  "eslint-visitor-keys": "^5.0.0"
5644
5666
  },
5645
5667
  "engines": {
@@ -8431,9 +8453,9 @@
8431
8453
  }
8432
8454
  },
8433
8455
  "node_modules/eslint-config-oclif": {
8434
- "version": "6.0.164",
8435
- "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.164.tgz",
8436
- "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==",
8437
8459
  "dev": true,
8438
8460
  "license": "MIT",
8439
8461
  "dependencies": {
@@ -8453,7 +8475,7 @@
8453
8475
  "eslint-plugin-n": "^17.24.0",
8454
8476
  "eslint-plugin-perfectionist": "^4",
8455
8477
  "eslint-plugin-unicorn": "^56.0.1",
8456
- "typescript-eslint": "^8.59.2"
8478
+ "typescript-eslint": "^8.59.3"
8457
8479
  },
8458
8480
  "engines": {
8459
8481
  "node": ">=18.18.0"
@@ -10180,9 +10202,9 @@
10180
10202
  }
10181
10203
  },
10182
10204
  "node_modules/fast-xml-parser": {
10183
- "version": "5.7.3",
10184
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.3.tgz",
10185
- "integrity": "sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg==",
10205
+ "version": "5.8.0",
10206
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.8.0.tgz",
10207
+ "integrity": "sha512-6bIM7fsJxeo3uXv7OncQYsBAMPJ7V16Slahl/6M98C/i2q+vB1+4a0MtrvYwDFEUrwDSbAmeLDRXsOBwrL7yAg==",
10186
10208
  "funding": [
10187
10209
  {
10188
10210
  "type": "github",
@@ -10192,9 +10214,10 @@
10192
10214
  "license": "MIT",
10193
10215
  "dependencies": {
10194
10216
  "@nodable/entities": "^2.1.0",
10195
- "fast-xml-builder": "^1.1.7",
10217
+ "fast-xml-builder": "^1.2.0",
10196
10218
  "path-expression-matcher": "^1.5.0",
10197
- "strnum": "^2.2.3"
10219
+ "strnum": "^2.3.0",
10220
+ "xml-naming": "^0.1.0"
10198
10221
  },
10199
10222
  "bin": {
10200
10223
  "fxparser": "src/cli/cli.js"
@@ -17043,9 +17066,9 @@
17043
17066
  }
17044
17067
  },
17045
17068
  "node_modules/strnum": {
17046
- "version": "2.2.3",
17047
- "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.3.tgz",
17048
- "integrity": "sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==",
17069
+ "version": "2.3.0",
17070
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.3.0.tgz",
17071
+ "integrity": "sha512-ums3KNd42PGyx5xaoVTO1mjU1bH3NpY4vsrVlnv9PNGqQj8wd7rJ6nEypLrJ7z5vxK5RP0yMLo6J/Gsm62DI5Q==",
17049
17072
  "funding": [
17050
17073
  {
17051
17074
  "type": "github",
@@ -17925,16 +17948,16 @@
17925
17948
  }
17926
17949
  },
17927
17950
  "node_modules/typescript-eslint": {
17928
- "version": "8.59.2",
17929
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.59.2.tgz",
17930
- "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==",
17931
17954
  "dev": true,
17932
17955
  "license": "MIT",
17933
17956
  "dependencies": {
17934
- "@typescript-eslint/eslint-plugin": "8.59.2",
17935
- "@typescript-eslint/parser": "8.59.2",
17936
- "@typescript-eslint/typescript-estree": "8.59.2",
17937
- "@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"
17938
17961
  },
17939
17962
  "engines": {
17940
17963
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
package/oclif.lock CHANGED
@@ -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"
@@ -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"
@@ -4562,7 +4562,7 @@ fast-wrap-ansi@^0.2.0:
4562
4562
  dependencies:
4563
4563
  fast-string-width "^3.0.2"
4564
4564
 
4565
- fast-xml-builder@^1.1.7:
4565
+ fast-xml-builder@^1.1.7, fast-xml-builder@^1.2.0:
4566
4566
  version "1.2.0"
4567
4567
  resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz#abd2363145a7625d9789ad96da375fabe3cff28c"
4568
4568
  integrity sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==
@@ -4570,7 +4570,7 @@ fast-xml-builder@^1.1.7:
4570
4570
  path-expression-matcher "^1.5.0"
4571
4571
  xml-naming "^0.1.0"
4572
4572
 
4573
- fast-xml-parser@5.7.3, fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.3:
4573
+ fast-xml-parser@5.7.3:
4574
4574
  version "5.7.3"
4575
4575
  resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.3.tgz#309b04b08d835defc62ab657a0bb340c0e0fbe6a"
4576
4576
  integrity sha512-C0AaNuC+mscy6vrAQKAc/rMq+zAPHodfHGZu4sGVehvAQt/JLG1O5zEcYcXSY5zSqr4YVgxsB+pHXTq0i7eDlg==
@@ -4580,6 +4580,17 @@ fast-xml-parser@5.7.3, fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.3:
4580
4580
  path-expression-matcher "^1.5.0"
4581
4581
  strnum "^2.2.3"
4582
4582
 
4583
+ fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.3, fast-xml-parser@^5.8.0:
4584
+ version "5.8.0"
4585
+ resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.8.0.tgz#64d71f0f8d4bf23621dffd762aef7e98c1884fc1"
4586
+ integrity sha512-6bIM7fsJxeo3uXv7OncQYsBAMPJ7V16Slahl/6M98C/i2q+vB1+4a0MtrvYwDFEUrwDSbAmeLDRXsOBwrL7yAg==
4587
+ dependencies:
4588
+ "@nodable/entities" "^2.1.0"
4589
+ fast-xml-builder "^1.2.0"
4590
+ path-expression-matcher "^1.5.0"
4591
+ strnum "^2.3.0"
4592
+ xml-naming "^0.1.0"
4593
+
4583
4594
  fastest-levenshtein@^1.0.7:
4584
4595
  version "1.0.16"
4585
4596
  resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#210e61b6ff181de91ea9b3d1b84fdedd47e034e5"
@@ -4716,7 +4727,7 @@ form-data-encoder@^2.1.2:
4716
4727
  resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5"
4717
4728
  integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
4718
4729
 
4719
- form-data@^4.0.4:
4730
+ form-data@^4.0.4, form-data@^4.0.5:
4720
4731
  version "4.0.5"
4721
4732
  resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
4722
4733
  integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
@@ -8476,10 +8487,10 @@ strip-json-comments@^3.1.1:
8476
8487
  resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
8477
8488
  integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
8478
8489
 
8479
- strnum@^2.2.3:
8480
- version "2.2.3"
8481
- resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.3.tgz#0119fce02749a11bb126a4d686ac5dbdf6e57586"
8482
- integrity sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==
8490
+ strnum@^2.2.3, strnum@^2.3.0:
8491
+ version "2.3.0"
8492
+ resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.3.0.tgz#81bfbfef53db8c3217ea62a98c026886ec4a2761"
8493
+ integrity sha512-ums3KNd42PGyx5xaoVTO1mjU1bH3NpY4vsrVlnv9PNGqQj8wd7rJ6nEypLrJ7z5vxK5RP0yMLo6J/Gsm62DI5Q==
8483
8494
 
8484
8495
  supports-color@^5.4.0:
8485
8496
  version "5.5.0"
@@ -8888,15 +8899,15 @@ typedoc@^0.26.5:
8888
8899
  shiki "^1.16.2"
8889
8900
  yaml "^2.5.1"
8890
8901
 
8891
- typescript-eslint@^8.59.2:
8892
- version "8.59.2"
8893
- resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.59.2.tgz#e24b4f7232e20112e40572dba162a829a738ce98"
8894
- 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==
8895
8906
  dependencies:
8896
- "@typescript-eslint/eslint-plugin" "8.59.2"
8897
- "@typescript-eslint/parser" "8.59.2"
8898
- "@typescript-eslint/typescript-estree" "8.59.2"
8899
- "@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"
8900
8911
 
8901
8912
  "typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4:
8902
8913
  version "5.9.3"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.99"
270
+ "version": "5.0.101"
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.99",
4
+ "version": "5.0.101",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
@@ -11,24 +11,24 @@
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",
18
- "fast-xml-parser": "^5.7.3",
18
+ "fast-xml-parser": "^5.8.0",
19
19
  "fs-extra": "^11.3.4",
20
20
  "graceful-fs": "^4.2.11",
21
21
  "isomorphic-git": "1.38.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@oclif/plugin-command-snapshot": "^5.3.20",
24
+ "@oclif/plugin-command-snapshot": "^5.3.21",
25
25
  "@salesforce/cli-plugins-testkit": "^5.3.57",
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",