@jayree/sfdx-plugin-manifest 5.0.135 → 5.0.137

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,23 @@
1
+ ## [5.0.137](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.136...5.0.137) (2026-07-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/source-deploy-retrieve ([#2319](https://github.com/jayree/sfdx-plugin-manifest/issues/2319)) ([8a7cbbe](https://github.com/jayree/sfdx-plugin-manifest/commit/8a7cbbedfda20c3c7327b8f5453dfe15f68a1c32))
7
+ * @W-23020460@ - add support for UiWidgetBundle metadata ([#1799](https://github.com/forcedotcom/source-deploy-retrieve/issues/1799)) ([99297ab](https://github.com/forcedotcom/source-deploy-retrieve/commit/99297abba9c33bd8ddf186e754408a6a38d3840a))
8
+ * improve polling frequency calculation @W-21321719@ @W-20866522@ ([#1794](https://github.com/forcedotcom/source-deploy-retrieve/issues/1794)) ([9cc09ea](https://github.com/forcedotcom/source-deploy-retrieve/commit/9cc09ea1d84918edc3cb002d24229e0a641e59ab))
9
+ * **deps:** bump @salesforce/core from 8.31.4 to 8.31.5 ([#1800](https://github.com/forcedotcom/source-deploy-retrieve/issues/1800)) ([6f170ed](https://github.com/forcedotcom/source-deploy-retrieve/commit/6f170ed765e7d640598e8d88bbc9e677b13e9a9d))
10
+
11
+ ## [5.0.136](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.135...5.0.136) (2026-07-06)
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * **deps:** bump @oclif/core from 4.11.11 to 4.11.14 ([#2316](https://github.com/jayree/sfdx-plugin-manifest/issues/2316)) ([2c38f48](https://github.com/jayree/sfdx-plugin-manifest/commit/2c38f48d3669d1b277a1b01589a5149caa8158ab))
17
+ * **deps:** bump @sigstore/verify from 3.1.0 to 3.1.1 ([e00068f](https://github.com/oclif/core/commit/e00068f19a0a4a1ae6cb8ab7c2cb39cf504f0f36))
18
+ * **deps:** bump sigstore from 4.1.0 to 4.1.1 ([5d7fe54](https://github.com/oclif/core/commit/5d7fe5425b666451ad6573859d34a4d55b830850))
19
+ * **deps:** bump @sigstore/core from 3.2.0 to 3.2.1 ([b45271f](https://github.com/oclif/core/commit/b45271f2816313df69b292778b46c317a7c629a1))
20
+
1
21
  ## [5.0.135](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.134...5.0.135) (2026-07-06)
2
22
 
3
23
 
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.135/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.137/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.135/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.137/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.135/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.137/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.135",
3
+ "version": "5.0.137",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.135",
9
+ "version": "5.0.137",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.38",
13
- "@oclif/core": "^4.11.11",
13
+ "@oclif/core": "^4.11.14",
14
14
  "@salesforce/core": "^8.31.4",
15
15
  "@salesforce/kit": "^3.2.6",
16
16
  "@salesforce/sf-plugins-core": "^12.2.25",
17
- "@salesforce/source-deploy-retrieve": "12.36.8",
17
+ "@salesforce/source-deploy-retrieve": "12.37.1",
18
18
  "@salesforce/source-tracking": "7.8.19",
19
19
  "@salesforce/ts-types": "^2.0.12",
20
20
  "fast-deep-equal": "^3.1.3",
@@ -24,20 +24,20 @@
24
24
  "isomorphic-git": "1.38.6"
25
25
  },
26
26
  "devDependencies": {
27
- "@oclif/plugin-command-snapshot": "^5.3.29",
27
+ "@oclif/plugin-command-snapshot": "^5.3.30",
28
28
  "@salesforce/cli-plugins-testkit": "^5.3.62",
29
29
  "@salesforce/dev-scripts": "^11.0.4",
30
30
  "@salesforce/ts-sinon": "^1.4.36",
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.174",
34
+ "eslint-config-oclif": "^6.0.175",
35
35
  "eslint-config-salesforce-license": "^1.0.2",
36
36
  "eslint-plugin-prettier": "^5.5.6",
37
37
  "eslint-plugin-sf-plugin": "^1.20.33",
38
38
  "oclif": "^4.23.23",
39
39
  "patch-package": "^8.0.1",
40
- "prettier": "^3.9.1",
40
+ "prettier": "^3.9.4",
41
41
  "pretty-quick": "^4.2.2",
42
42
  "ts-node": "^10.9.2",
43
43
  "typescript": "^6.0.3"
@@ -3016,9 +3016,9 @@
3016
3016
  }
3017
3017
  },
3018
3018
  "node_modules/@oclif/core": {
3019
- "version": "4.11.11",
3020
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.11.tgz",
3021
- "integrity": "sha512-LoGzrvkH9I8dwhxuLafcf90MAp+fYfAiAhpyixaVAWaclIgs+vXeMMQwBG90/wqjdygIKcFAqNnNJrfl3s3X8Q==",
3019
+ "version": "4.11.14",
3020
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.14.tgz",
3021
+ "integrity": "sha512-cZ5Ktd+rT0PO+o7KBH4vRFTgg+xMLf8F41WK39p8MkXEViZA/Qqe+4lzZT6102zgUxMORET1HtF9t5w8CB3tnQ==",
3022
3022
  "license": "MIT",
3023
3023
  "dependencies": {
3024
3024
  "ansi-escapes": "^4.3.2",
@@ -3128,9 +3128,9 @@
3128
3128
  }
3129
3129
  },
3130
3130
  "node_modules/@oclif/plugin-command-snapshot": {
3131
- "version": "5.3.29",
3132
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.29.tgz",
3133
- "integrity": "sha512-yoSk5v4Ws0vLihCetgvWZdoan1c5m3CV7JD3hsBsOlj3Q0J2Q6sLpIsJ0Ob/Ltzpmy+PSBIW59CmpIL4GYMsoA==",
3131
+ "version": "5.3.30",
3132
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.30.tgz",
3133
+ "integrity": "sha512-DyRRsNNlCs15vxoGQ1CcyP9Kkt+JGMg+Axovyd4Eutkg6Z/Q55HrIvxAT6shjIkWoFH44cqcDrhCGCA/7EFsLQ==",
3134
3134
  "dev": true,
3135
3135
  "license": "MIT",
3136
3136
  "dependencies": {
@@ -3568,9 +3568,9 @@
3568
3568
  }
3569
3569
  },
3570
3570
  "node_modules/@salesforce/core": {
3571
- "version": "8.31.4",
3572
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.31.4.tgz",
3573
- "integrity": "sha512-G/zgo9ygO+0l2x9gCOnp6BR7q2Rlt8MHDoj4DIpu2utsZznIcH7iNTEoKjul1BMKDPARuBGUp0Tyr0c8dLf32g==",
3571
+ "version": "8.32.0",
3572
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.32.0.tgz",
3573
+ "integrity": "sha512-aqzGyDLjvXr7/pHTbDLcXiPGnU45McAxPRoxyM8Iki0EBPCuOQvZkf2mc+4zcHlG0gJUMpnJ7nJnHtm7ivCq0A==",
3574
3574
  "license": "BSD-3-Clause",
3575
3575
  "dependencies": {
3576
3576
  "@jsforce/jsforce-node": "^3.10.17",
@@ -4072,12 +4072,12 @@
4072
4072
  }
4073
4073
  },
4074
4074
  "node_modules/@salesforce/source-deploy-retrieve": {
4075
- "version": "12.36.8",
4076
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.36.8.tgz",
4077
- "integrity": "sha512-LFd+6Ow0MR7RtQLDckrB2dw1GVkYbSoSFxs01yvxeG8ivdKFip3RcxW1lLCgA15DBHrIA01O6h1Je/K2VhILWw==",
4075
+ "version": "12.37.1",
4076
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.37.1.tgz",
4077
+ "integrity": "sha512-K2M54QGIvYq0r1KnlM0PAw/Aoez1c/YRASbFWutLkmvJ1SqWxglH0nB6Yu7H+a+wogdLGW3I5JVhxT1CWXgUqA==",
4078
4078
  "license": "Apache-2.0",
4079
4079
  "dependencies": {
4080
- "@salesforce/core": "^8.31.4",
4080
+ "@salesforce/core": "^8.31.5",
4081
4081
  "@salesforce/kit": "^3.2.4",
4082
4082
  "@salesforce/ts-types": "^2.0.12",
4083
4083
  "@salesforce/types": "^1.6.0",
@@ -4996,17 +4996,17 @@
4996
4996
  "license": "MIT"
4997
4997
  },
4998
4998
  "node_modules/@typescript-eslint/eslint-plugin": {
4999
- "version": "8.62.0",
5000
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.62.0.tgz",
5001
- "integrity": "sha512-o+mpz7EYiMzXoySXiKmzlabIvTVqUuK5yLrAedRPRDA0IpPFMUV1IXt6OqljIxX/kumN6EjUYp41Hqelh6p/Dw==",
4999
+ "version": "8.62.1",
5000
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.62.1.tgz",
5001
+ "integrity": "sha512-4EQM77WgVNxj7OkL/5b/D/xZsw00G577+UriYTC7JF5opcF3T2AuoeY7ueLaZgSVjSgCS6yOAJB5bRGLPSJUzA==",
5002
5002
  "dev": true,
5003
5003
  "license": "MIT",
5004
5004
  "dependencies": {
5005
5005
  "@eslint-community/regexpp": "^4.12.2",
5006
- "@typescript-eslint/scope-manager": "8.62.0",
5007
- "@typescript-eslint/type-utils": "8.62.0",
5008
- "@typescript-eslint/utils": "8.62.0",
5009
- "@typescript-eslint/visitor-keys": "8.62.0",
5006
+ "@typescript-eslint/scope-manager": "8.62.1",
5007
+ "@typescript-eslint/type-utils": "8.62.1",
5008
+ "@typescript-eslint/utils": "8.62.1",
5009
+ "@typescript-eslint/visitor-keys": "8.62.1",
5010
5010
  "ignore": "^7.0.5",
5011
5011
  "natural-compare": "^1.4.0",
5012
5012
  "ts-api-utils": "^2.5.0"
@@ -5019,20 +5019,20 @@
5019
5019
  "url": "https://opencollective.com/typescript-eslint"
5020
5020
  },
5021
5021
  "peerDependencies": {
5022
- "@typescript-eslint/parser": "^8.62.0",
5022
+ "@typescript-eslint/parser": "^8.62.1",
5023
5023
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
5024
5024
  "typescript": ">=4.8.4 <6.1.0"
5025
5025
  }
5026
5026
  },
5027
5027
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
5028
- "version": "8.62.0",
5029
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.62.0.tgz",
5030
- "integrity": "sha512-1lX38kNxXIRb8mEc3lbq5mdHq1Pf2+U0nFU65KfT18mtPxxl0fvjuEE92mHuXPuCtElJhOrddOpyMlM3Z0umEA==",
5028
+ "version": "8.62.1",
5029
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.62.1.tgz",
5030
+ "integrity": "sha512-r4d249KbQ1SFdpeStvob8Ih6aPPIzfqllPVOtvhve6ZcpuVcYo5/7zUWckKpHE7StASX4kTKZTLf0WQm/wPkcg==",
5031
5031
  "dev": true,
5032
5032
  "license": "MIT",
5033
5033
  "dependencies": {
5034
- "@typescript-eslint/types": "8.62.0",
5035
- "@typescript-eslint/visitor-keys": "8.62.0"
5034
+ "@typescript-eslint/types": "8.62.1",
5035
+ "@typescript-eslint/visitor-keys": "8.62.1"
5036
5036
  },
5037
5037
  "engines": {
5038
5038
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -5043,9 +5043,9 @@
5043
5043
  }
5044
5044
  },
5045
5045
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
5046
- "version": "8.62.0",
5047
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.62.0.tgz",
5048
- "integrity": "sha512-KvAclkktORPvM54TgLgA4z9HIV1M8zOgw9ZVNXl9f/8dLYfXYX1wkMXP7qmabpijQRV5bHJLOmoyGQbLMaUYeg==",
5046
+ "version": "8.62.1",
5047
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.62.1.tgz",
5048
+ "integrity": "sha512-ooCzJFaf+Hg+uG6fA3NRFGuFjlfNlDhBthbv4ZPU/0elCAFUfnyXUvf/WOpHz/jYwSmvU2GkR2LtyUfy1AxZ1Q==",
5049
5049
  "dev": true,
5050
5050
  "license": "MIT",
5051
5051
  "engines": {
@@ -5057,13 +5057,13 @@
5057
5057
  }
5058
5058
  },
5059
5059
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
5060
- "version": "8.62.0",
5061
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.62.0.tgz",
5062
- "integrity": "sha512-CY3uyFSRbcQv3nnSv8S0+lDftMVz6P963PoRlxrV7ew/Md564g9ut60PYzdLM5qW4jFn93GBF+Soi90ISAN+GQ==",
5060
+ "version": "8.62.1",
5061
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.62.1.tgz",
5062
+ "integrity": "sha512-4g3BLxfdTMy8iZG0MaBkadnlRrCJ74cQiFbyEVMrkwIoqdyaXXQM22cotDvrl4x28wgIZ9rEJRoM+mmhSJpJ1g==",
5063
5063
  "dev": true,
5064
5064
  "license": "MIT",
5065
5065
  "dependencies": {
5066
- "@typescript-eslint/types": "8.62.0",
5066
+ "@typescript-eslint/types": "8.62.1",
5067
5067
  "eslint-visitor-keys": "^5.0.0"
5068
5068
  },
5069
5069
  "engines": {
@@ -5111,16 +5111,16 @@
5111
5111
  }
5112
5112
  },
5113
5113
  "node_modules/@typescript-eslint/parser": {
5114
- "version": "8.62.0",
5115
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.62.0.tgz",
5116
- "integrity": "sha512-dzHeT2gySzZtLDsuqxU9AkYgIsQoHAHtRBpOqM+Ofzx1Bwrd2RcCjQJ+6iQbsHOIR6NS33bF2W1k3blN1zLDrA==",
5114
+ "version": "8.62.1",
5115
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.62.1.tgz",
5116
+ "integrity": "sha512-sPhE4iHuJDSvoAiec+Ro8JyXw8f0ql13HFR82P99nCm9GwTEKG0KYLvDe6REk8BCXuit6vJAv/Yxg5ABaNS2rA==",
5117
5117
  "dev": true,
5118
5118
  "license": "MIT",
5119
5119
  "dependencies": {
5120
- "@typescript-eslint/scope-manager": "8.62.0",
5121
- "@typescript-eslint/types": "8.62.0",
5122
- "@typescript-eslint/typescript-estree": "8.62.0",
5123
- "@typescript-eslint/visitor-keys": "8.62.0",
5120
+ "@typescript-eslint/scope-manager": "8.62.1",
5121
+ "@typescript-eslint/types": "8.62.1",
5122
+ "@typescript-eslint/typescript-estree": "8.62.1",
5123
+ "@typescript-eslint/visitor-keys": "8.62.1",
5124
5124
  "debug": "^4.4.3"
5125
5125
  },
5126
5126
  "engines": {
@@ -5136,14 +5136,14 @@
5136
5136
  }
5137
5137
  },
5138
5138
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
5139
- "version": "8.62.0",
5140
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.62.0.tgz",
5141
- "integrity": "sha512-1lX38kNxXIRb8mEc3lbq5mdHq1Pf2+U0nFU65KfT18mtPxxl0fvjuEE92mHuXPuCtElJhOrddOpyMlM3Z0umEA==",
5139
+ "version": "8.62.1",
5140
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.62.1.tgz",
5141
+ "integrity": "sha512-r4d249KbQ1SFdpeStvob8Ih6aPPIzfqllPVOtvhve6ZcpuVcYo5/7zUWckKpHE7StASX4kTKZTLf0WQm/wPkcg==",
5142
5142
  "dev": true,
5143
5143
  "license": "MIT",
5144
5144
  "dependencies": {
5145
- "@typescript-eslint/types": "8.62.0",
5146
- "@typescript-eslint/visitor-keys": "8.62.0"
5145
+ "@typescript-eslint/types": "8.62.1",
5146
+ "@typescript-eslint/visitor-keys": "8.62.1"
5147
5147
  },
5148
5148
  "engines": {
5149
5149
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -5154,9 +5154,9 @@
5154
5154
  }
5155
5155
  },
5156
5156
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
5157
- "version": "8.62.0",
5158
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.62.0.tgz",
5159
- "integrity": "sha512-KvAclkktORPvM54TgLgA4z9HIV1M8zOgw9ZVNXl9f/8dLYfXYX1wkMXP7qmabpijQRV5bHJLOmoyGQbLMaUYeg==",
5157
+ "version": "8.62.1",
5158
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.62.1.tgz",
5159
+ "integrity": "sha512-ooCzJFaf+Hg+uG6fA3NRFGuFjlfNlDhBthbv4ZPU/0elCAFUfnyXUvf/WOpHz/jYwSmvU2GkR2LtyUfy1AxZ1Q==",
5160
5160
  "dev": true,
5161
5161
  "license": "MIT",
5162
5162
  "engines": {
@@ -5168,13 +5168,13 @@
5168
5168
  }
5169
5169
  },
5170
5170
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
5171
- "version": "8.62.0",
5172
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.62.0.tgz",
5173
- "integrity": "sha512-CY3uyFSRbcQv3nnSv8S0+lDftMVz6P963PoRlxrV7ew/Md564g9ut60PYzdLM5qW4jFn93GBF+Soi90ISAN+GQ==",
5171
+ "version": "8.62.1",
5172
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.62.1.tgz",
5173
+ "integrity": "sha512-4g3BLxfdTMy8iZG0MaBkadnlRrCJ74cQiFbyEVMrkwIoqdyaXXQM22cotDvrl4x28wgIZ9rEJRoM+mmhSJpJ1g==",
5174
5174
  "dev": true,
5175
5175
  "license": "MIT",
5176
5176
  "dependencies": {
5177
- "@typescript-eslint/types": "8.62.0",
5177
+ "@typescript-eslint/types": "8.62.1",
5178
5178
  "eslint-visitor-keys": "^5.0.0"
5179
5179
  },
5180
5180
  "engines": {
@@ -5199,14 +5199,14 @@
5199
5199
  }
5200
5200
  },
5201
5201
  "node_modules/@typescript-eslint/project-service": {
5202
- "version": "8.62.0",
5203
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.62.0.tgz",
5204
- "integrity": "sha512-wexnCqiTg7BOGtbLDftYpRWlmLq4xfoMd7BKFR6Y75sZS3QmRKLdN3yWLhmIYgqMmP/OXWpj3H8odkb5nGURCQ==",
5202
+ "version": "8.62.1",
5203
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.62.1.tgz",
5204
+ "integrity": "sha512-yQ3RgY5RkSBpsNS1Bx/JQEcA24FOSdfGktoyprAr5u18390UQdtVcfnEv4nIrIshNnavlVyZBKxQwT1fIAE6cg==",
5205
5205
  "dev": true,
5206
5206
  "license": "MIT",
5207
5207
  "dependencies": {
5208
- "@typescript-eslint/tsconfig-utils": "^8.62.0",
5209
- "@typescript-eslint/types": "^8.62.0",
5208
+ "@typescript-eslint/tsconfig-utils": "^8.62.1",
5209
+ "@typescript-eslint/types": "^8.62.1",
5210
5210
  "debug": "^4.4.3"
5211
5211
  },
5212
5212
  "engines": {
@@ -5221,9 +5221,9 @@
5221
5221
  }
5222
5222
  },
5223
5223
  "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
5224
- "version": "8.62.0",
5225
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.62.0.tgz",
5226
- "integrity": "sha512-y2GAdB6ykaXUvuspbYnizQc4oDDz0Tz/Yc7iWrXf9mx8vm/L/0vLHCe0tS2boG96Zy+DivnVDQ9ZUEWoHqqx1g==",
5224
+ "version": "8.62.1",
5225
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.62.1.tgz",
5226
+ "integrity": "sha512-xadytJqX9vJVQ2fdQjkcIVigwaOJNWkpjdLt6cEQ+xPnrI1fkp+/jZE/I97k9KUjqtpd25i0HeyZf3T6dutv2g==",
5227
5227
  "dev": true,
5228
5228
  "license": "MIT",
5229
5229
  "engines": {
@@ -5238,9 +5238,9 @@
5238
5238
  }
5239
5239
  },
5240
5240
  "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
5241
- "version": "8.62.0",
5242
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.62.0.tgz",
5243
- "integrity": "sha512-KvAclkktORPvM54TgLgA4z9HIV1M8zOgw9ZVNXl9f/8dLYfXYX1wkMXP7qmabpijQRV5bHJLOmoyGQbLMaUYeg==",
5241
+ "version": "8.62.1",
5242
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.62.1.tgz",
5243
+ "integrity": "sha512-ooCzJFaf+Hg+uG6fA3NRFGuFjlfNlDhBthbv4ZPU/0elCAFUfnyXUvf/WOpHz/jYwSmvU2GkR2LtyUfy1AxZ1Q==",
5244
5244
  "dev": true,
5245
5245
  "license": "MIT",
5246
5246
  "engines": {
@@ -5301,15 +5301,15 @@
5301
5301
  }
5302
5302
  },
5303
5303
  "node_modules/@typescript-eslint/type-utils": {
5304
- "version": "8.62.0",
5305
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.62.0.tgz",
5306
- "integrity": "sha512-+g5O3j0w2ldzC86Pv6fvbO/xhAonbJFIdf/MKQ1d30gndlsVzUOE83ldfSE15Qrl9fhFjK6AovHs5Wpp6vx86w==",
5304
+ "version": "8.62.1",
5305
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.62.1.tgz",
5306
+ "integrity": "sha512-aXM5xlqXiTxPibXB93cLAURfT3rlizf7uMXISCXy66Isr/9hISJx3yDsKl0L7lKa51b8JpFuNKby0/O0pEm9jg==",
5307
5307
  "dev": true,
5308
5308
  "license": "MIT",
5309
5309
  "dependencies": {
5310
- "@typescript-eslint/types": "8.62.0",
5311
- "@typescript-eslint/typescript-estree": "8.62.0",
5312
- "@typescript-eslint/utils": "8.62.0",
5310
+ "@typescript-eslint/types": "8.62.1",
5311
+ "@typescript-eslint/typescript-estree": "8.62.1",
5312
+ "@typescript-eslint/utils": "8.62.1",
5313
5313
  "debug": "^4.4.3",
5314
5314
  "ts-api-utils": "^2.5.0"
5315
5315
  },
@@ -5326,9 +5326,9 @@
5326
5326
  }
5327
5327
  },
5328
5328
  "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
5329
- "version": "8.62.0",
5330
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.62.0.tgz",
5331
- "integrity": "sha512-KvAclkktORPvM54TgLgA4z9HIV1M8zOgw9ZVNXl9f/8dLYfXYX1wkMXP7qmabpijQRV5bHJLOmoyGQbLMaUYeg==",
5329
+ "version": "8.62.1",
5330
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.62.1.tgz",
5331
+ "integrity": "sha512-ooCzJFaf+Hg+uG6fA3NRFGuFjlfNlDhBthbv4ZPU/0elCAFUfnyXUvf/WOpHz/jYwSmvU2GkR2LtyUfy1AxZ1Q==",
5332
5332
  "dev": true,
5333
5333
  "license": "MIT",
5334
5334
  "engines": {
@@ -5367,16 +5367,16 @@
5367
5367
  }
5368
5368
  },
5369
5369
  "node_modules/@typescript-eslint/typescript-estree": {
5370
- "version": "8.62.0",
5371
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.62.0.tgz",
5372
- "integrity": "sha512-+hVbNxtW64pIcZWDPGbyaKF7vp2IBTVY5ma1blwwksrjdsbdqqEKvJWMGbBofei4F6Dovx1M0RJgoFeNu2279A==",
5370
+ "version": "8.62.1",
5371
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.62.1.tgz",
5372
+ "integrity": "sha512-xMcW9oP9u7fAMXYs9A65CVmtLQe2r//oXINHfi8HV+oiqhih17sbLdhXr4540YWlgpDKQdY854OL5ZrdCiQsAA==",
5373
5373
  "dev": true,
5374
5374
  "license": "MIT",
5375
5375
  "dependencies": {
5376
- "@typescript-eslint/project-service": "8.62.0",
5377
- "@typescript-eslint/tsconfig-utils": "8.62.0",
5378
- "@typescript-eslint/types": "8.62.0",
5379
- "@typescript-eslint/visitor-keys": "8.62.0",
5376
+ "@typescript-eslint/project-service": "8.62.1",
5377
+ "@typescript-eslint/tsconfig-utils": "8.62.1",
5378
+ "@typescript-eslint/types": "8.62.1",
5379
+ "@typescript-eslint/visitor-keys": "8.62.1",
5380
5380
  "debug": "^4.4.3",
5381
5381
  "minimatch": "^10.2.2",
5382
5382
  "semver": "^7.7.3",
@@ -5395,9 +5395,9 @@
5395
5395
  }
5396
5396
  },
5397
5397
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": {
5398
- "version": "8.62.0",
5399
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.62.0.tgz",
5400
- "integrity": "sha512-y2GAdB6ykaXUvuspbYnizQc4oDDz0Tz/Yc7iWrXf9mx8vm/L/0vLHCe0tS2boG96Zy+DivnVDQ9ZUEWoHqqx1g==",
5398
+ "version": "8.62.1",
5399
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.62.1.tgz",
5400
+ "integrity": "sha512-xadytJqX9vJVQ2fdQjkcIVigwaOJNWkpjdLt6cEQ+xPnrI1fkp+/jZE/I97k9KUjqtpd25i0HeyZf3T6dutv2g==",
5401
5401
  "dev": true,
5402
5402
  "license": "MIT",
5403
5403
  "engines": {
@@ -5412,9 +5412,9 @@
5412
5412
  }
5413
5413
  },
5414
5414
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
5415
- "version": "8.62.0",
5416
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.62.0.tgz",
5417
- "integrity": "sha512-KvAclkktORPvM54TgLgA4z9HIV1M8zOgw9ZVNXl9f/8dLYfXYX1wkMXP7qmabpijQRV5bHJLOmoyGQbLMaUYeg==",
5415
+ "version": "8.62.1",
5416
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.62.1.tgz",
5417
+ "integrity": "sha512-ooCzJFaf+Hg+uG6fA3NRFGuFjlfNlDhBthbv4ZPU/0elCAFUfnyXUvf/WOpHz/jYwSmvU2GkR2LtyUfy1AxZ1Q==",
5418
5418
  "dev": true,
5419
5419
  "license": "MIT",
5420
5420
  "engines": {
@@ -5426,13 +5426,13 @@
5426
5426
  }
5427
5427
  },
5428
5428
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
5429
- "version": "8.62.0",
5430
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.62.0.tgz",
5431
- "integrity": "sha512-CY3uyFSRbcQv3nnSv8S0+lDftMVz6P963PoRlxrV7ew/Md564g9ut60PYzdLM5qW4jFn93GBF+Soi90ISAN+GQ==",
5429
+ "version": "8.62.1",
5430
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.62.1.tgz",
5431
+ "integrity": "sha512-4g3BLxfdTMy8iZG0MaBkadnlRrCJ74cQiFbyEVMrkwIoqdyaXXQM22cotDvrl4x28wgIZ9rEJRoM+mmhSJpJ1g==",
5432
5432
  "dev": true,
5433
5433
  "license": "MIT",
5434
5434
  "dependencies": {
5435
- "@typescript-eslint/types": "8.62.0",
5435
+ "@typescript-eslint/types": "8.62.1",
5436
5436
  "eslint-visitor-keys": "^5.0.0"
5437
5437
  },
5438
5438
  "engines": {
@@ -5509,16 +5509,16 @@
5509
5509
  }
5510
5510
  },
5511
5511
  "node_modules/@typescript-eslint/utils": {
5512
- "version": "8.62.0",
5513
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.62.0.tgz",
5514
- "integrity": "sha512-82r66fi9zYwZ+mTq3vKgwjbZ1PVk/DJzrXFLpG6RnBbdvH8TEGVHIs9H4d2drhkOzf0syZuD/OZvvlu6GDbP4g==",
5512
+ "version": "8.62.1",
5513
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.62.1.tgz",
5514
+ "integrity": "sha512-sHtbPfuKNZCG+ih8SyjjucqRntSVmp8XgL5u6o9mAhiSn8ds5o/M/XdM0abweme2Tln3szOstOrZ9OXitvPh0g==",
5515
5515
  "dev": true,
5516
5516
  "license": "MIT",
5517
5517
  "dependencies": {
5518
5518
  "@eslint-community/eslint-utils": "^4.9.1",
5519
- "@typescript-eslint/scope-manager": "8.62.0",
5520
- "@typescript-eslint/types": "8.62.0",
5521
- "@typescript-eslint/typescript-estree": "8.62.0"
5519
+ "@typescript-eslint/scope-manager": "8.62.1",
5520
+ "@typescript-eslint/types": "8.62.1",
5521
+ "@typescript-eslint/typescript-estree": "8.62.1"
5522
5522
  },
5523
5523
  "engines": {
5524
5524
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -5533,14 +5533,14 @@
5533
5533
  }
5534
5534
  },
5535
5535
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
5536
- "version": "8.62.0",
5537
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.62.0.tgz",
5538
- "integrity": "sha512-1lX38kNxXIRb8mEc3lbq5mdHq1Pf2+U0nFU65KfT18mtPxxl0fvjuEE92mHuXPuCtElJhOrddOpyMlM3Z0umEA==",
5536
+ "version": "8.62.1",
5537
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.62.1.tgz",
5538
+ "integrity": "sha512-r4d249KbQ1SFdpeStvob8Ih6aPPIzfqllPVOtvhve6ZcpuVcYo5/7zUWckKpHE7StASX4kTKZTLf0WQm/wPkcg==",
5539
5539
  "dev": true,
5540
5540
  "license": "MIT",
5541
5541
  "dependencies": {
5542
- "@typescript-eslint/types": "8.62.0",
5543
- "@typescript-eslint/visitor-keys": "8.62.0"
5542
+ "@typescript-eslint/types": "8.62.1",
5543
+ "@typescript-eslint/visitor-keys": "8.62.1"
5544
5544
  },
5545
5545
  "engines": {
5546
5546
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -5551,9 +5551,9 @@
5551
5551
  }
5552
5552
  },
5553
5553
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
5554
- "version": "8.62.0",
5555
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.62.0.tgz",
5556
- "integrity": "sha512-KvAclkktORPvM54TgLgA4z9HIV1M8zOgw9ZVNXl9f/8dLYfXYX1wkMXP7qmabpijQRV5bHJLOmoyGQbLMaUYeg==",
5554
+ "version": "8.62.1",
5555
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.62.1.tgz",
5556
+ "integrity": "sha512-ooCzJFaf+Hg+uG6fA3NRFGuFjlfNlDhBthbv4ZPU/0elCAFUfnyXUvf/WOpHz/jYwSmvU2GkR2LtyUfy1AxZ1Q==",
5557
5557
  "dev": true,
5558
5558
  "license": "MIT",
5559
5559
  "engines": {
@@ -5565,13 +5565,13 @@
5565
5565
  }
5566
5566
  },
5567
5567
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
5568
- "version": "8.62.0",
5569
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.62.0.tgz",
5570
- "integrity": "sha512-CY3uyFSRbcQv3nnSv8S0+lDftMVz6P963PoRlxrV7ew/Md564g9ut60PYzdLM5qW4jFn93GBF+Soi90ISAN+GQ==",
5568
+ "version": "8.62.1",
5569
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.62.1.tgz",
5570
+ "integrity": "sha512-4g3BLxfdTMy8iZG0MaBkadnlRrCJ74cQiFbyEVMrkwIoqdyaXXQM22cotDvrl4x28wgIZ9rEJRoM+mmhSJpJ1g==",
5571
5571
  "dev": true,
5572
5572
  "license": "MIT",
5573
5573
  "dependencies": {
5574
- "@typescript-eslint/types": "8.62.0",
5574
+ "@typescript-eslint/types": "8.62.1",
5575
5575
  "eslint-visitor-keys": "^5.0.0"
5576
5576
  },
5577
5577
  "engines": {
@@ -8339,9 +8339,9 @@
8339
8339
  }
8340
8340
  },
8341
8341
  "node_modules/eslint-config-oclif": {
8342
- "version": "6.0.174",
8343
- "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.174.tgz",
8344
- "integrity": "sha512-K2Fz0KdcYlypl5sRO2gxbIPD8M4RyhtZK20soW5HoLpvNXInaa7ruZvUHozwee9blQReV9Z1uFldPpWpUkXHlg==",
8342
+ "version": "6.0.175",
8343
+ "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.175.tgz",
8344
+ "integrity": "sha512-QO5NHJaMk2HkglS0mywfIrwDSXNeKfIS+uhNrXuuSLKeLPOpDYytsz5LMOGQxuHlkHpOYSrzDyL2yDR2WGgwGA==",
8345
8345
  "dev": true,
8346
8346
  "license": "MIT",
8347
8347
  "dependencies": {
@@ -8360,7 +8360,7 @@
8360
8360
  "eslint-plugin-n": "^17.24.0",
8361
8361
  "eslint-plugin-perfectionist": "^4",
8362
8362
  "eslint-plugin-unicorn": "^56.0.1",
8363
- "typescript-eslint": "^8.62.0"
8363
+ "typescript-eslint": "^8.62.1"
8364
8364
  },
8365
8365
  "engines": {
8366
8366
  "node": ">=18.18.0"
@@ -15133,9 +15133,9 @@
15133
15133
  }
15134
15134
  },
15135
15135
  "node_modules/prettier": {
15136
- "version": "3.9.1",
15137
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.1.tgz",
15138
- "integrity": "sha512-ppiDo2CSwexck1eyZUwJHg/N3nf1+6IRCv7W/VJ5vaLnVCmB7+3CdRfMwoCHBBX6xTrREDTksZ4OZl5SSf4zXA==",
15136
+ "version": "3.9.4",
15137
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.4.tgz",
15138
+ "integrity": "sha512-yWG/o/4oJfo036EKAfK6ACAoDOfHeRHx4tuxkfBZiauURiaSmYwlpOr5LQqKtIkRD2z1PLteme2WoxEnj4tHTg==",
15139
15139
  "dev": true,
15140
15140
  "license": "MIT",
15141
15141
  "bin": {
@@ -17737,16 +17737,16 @@
17737
17737
  }
17738
17738
  },
17739
17739
  "node_modules/typescript-eslint": {
17740
- "version": "8.62.0",
17741
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.62.0.tgz",
17742
- "integrity": "sha512-8QxXi+ZACKX0kaqO4gY8kn0RSD9gFfaHDWwjqtEN48aWCBkX4MJaufWN+c3BzlrXLOxfywDL8CaoqUwcRq4j4Q==",
17740
+ "version": "8.62.1",
17741
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.62.1.tgz",
17742
+ "integrity": "sha512-vymnnM5g0AKQDSAyfP12nMIBvgwgA42syg74kkuZ4x1VuTzwQKwc5h9rGxeShCjny5o+zWAb6OEoz7XLgrIkIw==",
17743
17743
  "dev": true,
17744
17744
  "license": "MIT",
17745
17745
  "dependencies": {
17746
- "@typescript-eslint/eslint-plugin": "8.62.0",
17747
- "@typescript-eslint/parser": "8.62.0",
17748
- "@typescript-eslint/typescript-estree": "8.62.0",
17749
- "@typescript-eslint/utils": "8.62.0"
17746
+ "@typescript-eslint/eslint-plugin": "8.62.1",
17747
+ "@typescript-eslint/parser": "8.62.1",
17748
+ "@typescript-eslint/typescript-estree": "8.62.1",
17749
+ "@typescript-eslint/utils": "8.62.1"
17750
17750
  },
17751
17751
  "engines": {
17752
17752
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
package/oclif.lock CHANGED
@@ -1307,10 +1307,10 @@
1307
1307
  resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
1308
1308
  integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==
1309
1309
 
1310
- "@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.4":
1311
- version "4.11.11"
1312
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.11.tgz#bd5c7d79285c12a43e5830b3362773dbe6048878"
1313
- integrity sha512-LoGzrvkH9I8dwhxuLafcf90MAp+fYfAiAhpyixaVAWaclIgs+vXeMMQwBG90/wqjdygIKcFAqNnNJrfl3s3X8Q==
1310
+ "@oclif/core@^4", "@oclif/core@^4.11.14", "@oclif/core@^4.11.4":
1311
+ version "4.11.14"
1312
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.14.tgz#45cc28d78a5ea2ac9d1586c57e537771394da44c"
1313
+ integrity sha512-cZ5Ktd+rT0PO+o7KBH4vRFTgg+xMLf8F41WK39p8MkXEViZA/Qqe+4lzZT6102zgUxMORET1HtF9t5w8CB3tnQ==
1314
1314
  dependencies:
1315
1315
  ansi-escapes "^4.3.2"
1316
1316
  ansis "^3.17.0"
@@ -1331,10 +1331,10 @@
1331
1331
  wordwrap "^1.0.0"
1332
1332
  wrap-ansi "^7.0.0"
1333
1333
 
1334
- "@oclif/plugin-command-snapshot@^5.3.29":
1335
- version "5.3.29"
1336
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.29.tgz#9748e9512c64d68252d223baa70a1da0d67eefb0"
1337
- integrity sha512-yoSk5v4Ws0vLihCetgvWZdoan1c5m3CV7JD3hsBsOlj3Q0J2Q6sLpIsJ0Ob/Ltzpmy+PSBIW59CmpIL4GYMsoA==
1334
+ "@oclif/plugin-command-snapshot@^5.3.30":
1335
+ version "5.3.30"
1336
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.30.tgz#0353f303d7bbfd8461833693f160288868c4bbb3"
1337
+ integrity sha512-DyRRsNNlCs15vxoGQ1CcyP9Kkt+JGMg+Axovyd4Eutkg6Z/Q55HrIvxAT6shjIkWoFH44cqcDrhCGCA/7EFsLQ==
1338
1338
  dependencies:
1339
1339
  "@oclif/core" "^4"
1340
1340
  ansis "^3.17.0"
@@ -1453,10 +1453,10 @@
1453
1453
  strip-ansi "6.0.1"
1454
1454
  ts-retry-promise "^0.8.1"
1455
1455
 
1456
- "@salesforce/core@^8.23.1", "@salesforce/core@^8.31.2", "@salesforce/core@^8.31.4":
1457
- version "8.31.4"
1458
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.31.4.tgz#481f0330347da5ef4d23ebf6a8bd628a54106103"
1459
- integrity sha512-G/zgo9ygO+0l2x9gCOnp6BR7q2Rlt8MHDoj4DIpu2utsZznIcH7iNTEoKjul1BMKDPARuBGUp0Tyr0c8dLf32g==
1456
+ "@salesforce/core@^8.23.1", "@salesforce/core@^8.31.2", "@salesforce/core@^8.31.4", "@salesforce/core@^8.31.5":
1457
+ version "8.32.0"
1458
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.32.0.tgz#3ec56e258c00fd027fe0625624ea91971da0dc0a"
1459
+ integrity sha512-aqzGyDLjvXr7/pHTbDLcXiPGnU45McAxPRoxyM8Iki0EBPCuOQvZkf2mc+4zcHlG0gJUMpnJ7nJnHtm7ivCq0A==
1460
1460
  dependencies:
1461
1461
  "@jsforce/jsforce-node" "^3.10.17"
1462
1462
  "@salesforce/kit" "^3.2.4"
@@ -1543,12 +1543,12 @@
1543
1543
  cli-progress "^3.12.0"
1544
1544
  terminal-link "^3.0.0"
1545
1545
 
1546
- "@salesforce/source-deploy-retrieve@12.36.8", "@salesforce/source-deploy-retrieve@^12.36.6":
1547
- version "12.36.8"
1548
- resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.36.8.tgz#5404a7d9e626d107080e56c94bd285463422356a"
1549
- integrity sha512-LFd+6Ow0MR7RtQLDckrB2dw1GVkYbSoSFxs01yvxeG8ivdKFip3RcxW1lLCgA15DBHrIA01O6h1Je/K2VhILWw==
1546
+ "@salesforce/source-deploy-retrieve@12.37.1", "@salesforce/source-deploy-retrieve@^12.36.6":
1547
+ version "12.37.1"
1548
+ resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.37.1.tgz#b028db0b2c64afe7485877d12f96c7df3582ea3e"
1549
+ integrity sha512-K2M54QGIvYq0r1KnlM0PAw/Aoez1c/YRASbFWutLkmvJ1SqWxglH0nB6Yu7H+a+wogdLGW3I5JVhxT1CWXgUqA==
1550
1550
  dependencies:
1551
- "@salesforce/core" "^8.31.4"
1551
+ "@salesforce/core" "^8.31.5"
1552
1552
  "@salesforce/kit" "^3.2.4"
1553
1553
  "@salesforce/ts-types" "^2.0.12"
1554
1554
  "@salesforce/types" "^1.6.0"
@@ -2078,16 +2078,16 @@
2078
2078
  resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
2079
2079
  integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
2080
2080
 
2081
- "@typescript-eslint/eslint-plugin@8.62.0", "@typescript-eslint/eslint-plugin@^8":
2082
- version "8.62.0"
2083
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.62.0.tgz#ef482aab65b9b2c0abf92d36d670a0d270bcef4c"
2084
- integrity sha512-o+mpz7EYiMzXoySXiKmzlabIvTVqUuK5yLrAedRPRDA0IpPFMUV1IXt6OqljIxX/kumN6EjUYp41Hqelh6p/Dw==
2081
+ "@typescript-eslint/eslint-plugin@8.62.1", "@typescript-eslint/eslint-plugin@^8":
2082
+ version "8.62.1"
2083
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.62.1.tgz#1736dcdca6cae3359d818456a47d18b674761f7f"
2084
+ integrity sha512-4EQM77WgVNxj7OkL/5b/D/xZsw00G577+UriYTC7JF5opcF3T2AuoeY7ueLaZgSVjSgCS6yOAJB5bRGLPSJUzA==
2085
2085
  dependencies:
2086
2086
  "@eslint-community/regexpp" "^4.12.2"
2087
- "@typescript-eslint/scope-manager" "8.62.0"
2088
- "@typescript-eslint/type-utils" "8.62.0"
2089
- "@typescript-eslint/utils" "8.62.0"
2090
- "@typescript-eslint/visitor-keys" "8.62.0"
2087
+ "@typescript-eslint/scope-manager" "8.62.1"
2088
+ "@typescript-eslint/type-utils" "8.62.1"
2089
+ "@typescript-eslint/utils" "8.62.1"
2090
+ "@typescript-eslint/visitor-keys" "8.62.1"
2091
2091
  ignore "^7.0.5"
2092
2092
  natural-compare "^1.4.0"
2093
2093
  ts-api-utils "^2.5.0"
@@ -2109,15 +2109,15 @@
2109
2109
  semver "^7.5.4"
2110
2110
  ts-api-utils "^1.0.1"
2111
2111
 
2112
- "@typescript-eslint/parser@8.62.0", "@typescript-eslint/parser@^8":
2113
- version "8.62.0"
2114
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.62.0.tgz#8533094fb44427f50b82813c6d3876782f20dc3e"
2115
- integrity sha512-dzHeT2gySzZtLDsuqxU9AkYgIsQoHAHtRBpOqM+Ofzx1Bwrd2RcCjQJ+6iQbsHOIR6NS33bF2W1k3blN1zLDrA==
2112
+ "@typescript-eslint/parser@8.62.1", "@typescript-eslint/parser@^8":
2113
+ version "8.62.1"
2114
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.62.1.tgz#d3f7ba18f1bf78bfb7256fea021d1927b48e7080"
2115
+ integrity sha512-sPhE4iHuJDSvoAiec+Ro8JyXw8f0ql13HFR82P99nCm9GwTEKG0KYLvDe6REk8BCXuit6vJAv/Yxg5ABaNS2rA==
2116
2116
  dependencies:
2117
- "@typescript-eslint/scope-manager" "8.62.0"
2118
- "@typescript-eslint/types" "8.62.0"
2119
- "@typescript-eslint/typescript-estree" "8.62.0"
2120
- "@typescript-eslint/visitor-keys" "8.62.0"
2117
+ "@typescript-eslint/scope-manager" "8.62.1"
2118
+ "@typescript-eslint/types" "8.62.1"
2119
+ "@typescript-eslint/typescript-estree" "8.62.1"
2120
+ "@typescript-eslint/visitor-keys" "8.62.1"
2121
2121
  debug "^4.4.3"
2122
2122
 
2123
2123
  "@typescript-eslint/parser@^6.21.0":
@@ -2140,13 +2140,13 @@
2140
2140
  "@typescript-eslint/types" "^8.56.0"
2141
2141
  debug "^4.4.3"
2142
2142
 
2143
- "@typescript-eslint/project-service@8.62.0":
2144
- version "8.62.0"
2145
- resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.62.0.tgz#ab74c1abb4959fb4c3ba7d7edc6554ee245db990"
2146
- integrity sha512-wexnCqiTg7BOGtbLDftYpRWlmLq4xfoMd7BKFR6Y75sZS3QmRKLdN3yWLhmIYgqMmP/OXWpj3H8odkb5nGURCQ==
2143
+ "@typescript-eslint/project-service@8.62.1":
2144
+ version "8.62.1"
2145
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.62.1.tgz#78d880eb1cf6859b5ec263d04f95403e9f90ae47"
2146
+ integrity sha512-yQ3RgY5RkSBpsNS1Bx/JQEcA24FOSdfGktoyprAr5u18390UQdtVcfnEv4nIrIshNnavlVyZBKxQwT1fIAE6cg==
2147
2147
  dependencies:
2148
- "@typescript-eslint/tsconfig-utils" "^8.62.0"
2149
- "@typescript-eslint/types" "^8.62.0"
2148
+ "@typescript-eslint/tsconfig-utils" "^8.62.1"
2149
+ "@typescript-eslint/types" "^8.62.1"
2150
2150
  debug "^4.4.3"
2151
2151
 
2152
2152
  "@typescript-eslint/scope-manager@6.21.0":
@@ -2173,23 +2173,23 @@
2173
2173
  "@typescript-eslint/types" "8.56.0"
2174
2174
  "@typescript-eslint/visitor-keys" "8.56.0"
2175
2175
 
2176
- "@typescript-eslint/scope-manager@8.62.0":
2177
- version "8.62.0"
2178
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.62.0.tgz#a7a7b428d32444bc9a4fe16f24a78fc124283fd4"
2179
- integrity sha512-1lX38kNxXIRb8mEc3lbq5mdHq1Pf2+U0nFU65KfT18mtPxxl0fvjuEE92mHuXPuCtElJhOrddOpyMlM3Z0umEA==
2176
+ "@typescript-eslint/scope-manager@8.62.1":
2177
+ version "8.62.1"
2178
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.62.1.tgz#7ee65e9a6eb3ccdc4816593a4ff38840306de88a"
2179
+ integrity sha512-r4d249KbQ1SFdpeStvob8Ih6aPPIzfqllPVOtvhve6ZcpuVcYo5/7zUWckKpHE7StASX4kTKZTLf0WQm/wPkcg==
2180
2180
  dependencies:
2181
- "@typescript-eslint/types" "8.62.0"
2182
- "@typescript-eslint/visitor-keys" "8.62.0"
2181
+ "@typescript-eslint/types" "8.62.1"
2182
+ "@typescript-eslint/visitor-keys" "8.62.1"
2183
2183
 
2184
2184
  "@typescript-eslint/tsconfig-utils@8.56.0", "@typescript-eslint/tsconfig-utils@^8.56.0":
2185
2185
  version "8.56.0"
2186
2186
  resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.0.tgz#2538ce83cbc376e685487960cbb24b65fe2abc4e"
2187
2187
  integrity sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==
2188
2188
 
2189
- "@typescript-eslint/tsconfig-utils@8.62.0", "@typescript-eslint/tsconfig-utils@^8.62.0":
2190
- version "8.62.0"
2191
- resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.62.0.tgz#9440a673581c6d9de308c4d5803dd52ed5d71729"
2192
- integrity sha512-y2GAdB6ykaXUvuspbYnizQc4oDDz0Tz/Yc7iWrXf9mx8vm/L/0vLHCe0tS2boG96Zy+DivnVDQ9ZUEWoHqqx1g==
2189
+ "@typescript-eslint/tsconfig-utils@8.62.1", "@typescript-eslint/tsconfig-utils@^8.62.1":
2190
+ version "8.62.1"
2191
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.62.1.tgz#e2b5f24fe721044189cb7e81117c96d75979d627"
2192
+ integrity sha512-xadytJqX9vJVQ2fdQjkcIVigwaOJNWkpjdLt6cEQ+xPnrI1fkp+/jZE/I97k9KUjqtpd25i0HeyZf3T6dutv2g==
2193
2193
 
2194
2194
  "@typescript-eslint/type-utils@6.21.0":
2195
2195
  version "6.21.0"
@@ -2201,14 +2201,14 @@
2201
2201
  debug "^4.3.4"
2202
2202
  ts-api-utils "^1.0.1"
2203
2203
 
2204
- "@typescript-eslint/type-utils@8.62.0":
2205
- version "8.62.0"
2206
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.62.0.tgz#6f64d813ed9f340d796baed40cdab86b8e9a491a"
2207
- integrity sha512-+g5O3j0w2ldzC86Pv6fvbO/xhAonbJFIdf/MKQ1d30gndlsVzUOE83ldfSE15Qrl9fhFjK6AovHs5Wpp6vx86w==
2204
+ "@typescript-eslint/type-utils@8.62.1":
2205
+ version "8.62.1"
2206
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.62.1.tgz#ebd30b13bacb13070917259a23309cf644121f9a"
2207
+ integrity sha512-aXM5xlqXiTxPibXB93cLAURfT3rlizf7uMXISCXy66Isr/9hISJx3yDsKl0L7lKa51b8JpFuNKby0/O0pEm9jg==
2208
2208
  dependencies:
2209
- "@typescript-eslint/types" "8.62.0"
2210
- "@typescript-eslint/typescript-estree" "8.62.0"
2211
- "@typescript-eslint/utils" "8.62.0"
2209
+ "@typescript-eslint/types" "8.62.1"
2210
+ "@typescript-eslint/typescript-estree" "8.62.1"
2211
+ "@typescript-eslint/utils" "8.62.1"
2212
2212
  debug "^4.4.3"
2213
2213
  ts-api-utils "^2.5.0"
2214
2214
 
@@ -2227,10 +2227,10 @@
2227
2227
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.0.tgz#a2444011b9a98ca13d70411d2cbfed5443b3526a"
2228
2228
  integrity sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==
2229
2229
 
2230
- "@typescript-eslint/types@8.62.0", "@typescript-eslint/types@^8.62.0":
2231
- version "8.62.0"
2232
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.62.0.tgz#601427c10203d9f0f34f0b3e474df735eb12b593"
2233
- integrity sha512-KvAclkktORPvM54TgLgA4z9HIV1M8zOgw9ZVNXl9f/8dLYfXYX1wkMXP7qmabpijQRV5bHJLOmoyGQbLMaUYeg==
2230
+ "@typescript-eslint/types@8.62.1", "@typescript-eslint/types@^8.62.1":
2231
+ version "8.62.1"
2232
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.62.1.tgz#c58be954e483b2fc98275374d5bcb40b99842dc1"
2233
+ integrity sha512-ooCzJFaf+Hg+uG6fA3NRFGuFjlfNlDhBthbv4ZPU/0elCAFUfnyXUvf/WOpHz/jYwSmvU2GkR2LtyUfy1AxZ1Q==
2234
2234
 
2235
2235
  "@typescript-eslint/typescript-estree@6.21.0":
2236
2236
  version "6.21.0"
@@ -2275,15 +2275,15 @@
2275
2275
  tinyglobby "^0.2.15"
2276
2276
  ts-api-utils "^2.4.0"
2277
2277
 
2278
- "@typescript-eslint/typescript-estree@8.62.0":
2279
- version "8.62.0"
2280
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.62.0.tgz#b96b55d02e26aa09434421c3fa678e525ca09a4c"
2281
- integrity sha512-+hVbNxtW64pIcZWDPGbyaKF7vp2IBTVY5ma1blwwksrjdsbdqqEKvJWMGbBofei4F6Dovx1M0RJgoFeNu2279A==
2278
+ "@typescript-eslint/typescript-estree@8.62.1":
2279
+ version "8.62.1"
2280
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.62.1.tgz#98c1bb17635d5b026b24193a8d29188ac64380ff"
2281
+ integrity sha512-xMcW9oP9u7fAMXYs9A65CVmtLQe2r//oXINHfi8HV+oiqhih17sbLdhXr4540YWlgpDKQdY854OL5ZrdCiQsAA==
2282
2282
  dependencies:
2283
- "@typescript-eslint/project-service" "8.62.0"
2284
- "@typescript-eslint/tsconfig-utils" "8.62.0"
2285
- "@typescript-eslint/types" "8.62.0"
2286
- "@typescript-eslint/visitor-keys" "8.62.0"
2283
+ "@typescript-eslint/project-service" "8.62.1"
2284
+ "@typescript-eslint/tsconfig-utils" "8.62.1"
2285
+ "@typescript-eslint/types" "8.62.1"
2286
+ "@typescript-eslint/visitor-keys" "8.62.1"
2287
2287
  debug "^4.4.3"
2288
2288
  minimatch "^10.2.2"
2289
2289
  semver "^7.7.3"
@@ -2303,15 +2303,15 @@
2303
2303
  "@typescript-eslint/typescript-estree" "6.21.0"
2304
2304
  semver "^7.5.4"
2305
2305
 
2306
- "@typescript-eslint/utils@8.62.0":
2307
- version "8.62.0"
2308
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.62.0.tgz#b5228524ca1ee51af40e156c82d425dec3e01cfe"
2309
- integrity sha512-82r66fi9zYwZ+mTq3vKgwjbZ1PVk/DJzrXFLpG6RnBbdvH8TEGVHIs9H4d2drhkOzf0syZuD/OZvvlu6GDbP4g==
2306
+ "@typescript-eslint/utils@8.62.1":
2307
+ version "8.62.1"
2308
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.62.1.tgz#1622b75c7e6df308181dd0b44855dc4228da0457"
2309
+ integrity sha512-sHtbPfuKNZCG+ih8SyjjucqRntSVmp8XgL5u6o9mAhiSn8ds5o/M/XdM0abweme2Tln3szOstOrZ9OXitvPh0g==
2310
2310
  dependencies:
2311
2311
  "@eslint-community/eslint-utils" "^4.9.1"
2312
- "@typescript-eslint/scope-manager" "8.62.0"
2313
- "@typescript-eslint/types" "8.62.0"
2314
- "@typescript-eslint/typescript-estree" "8.62.0"
2312
+ "@typescript-eslint/scope-manager" "8.62.1"
2313
+ "@typescript-eslint/types" "8.62.1"
2314
+ "@typescript-eslint/typescript-estree" "8.62.1"
2315
2315
 
2316
2316
  "@typescript-eslint/utils@^7.18.0":
2317
2317
  version "7.18.0"
@@ -2357,12 +2357,12 @@
2357
2357
  "@typescript-eslint/types" "8.56.0"
2358
2358
  eslint-visitor-keys "^5.0.0"
2359
2359
 
2360
- "@typescript-eslint/visitor-keys@8.62.0":
2361
- version "8.62.0"
2362
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.62.0.tgz#b6daab190bf8f18612f5b86323469a12288c6b31"
2363
- integrity sha512-CY3uyFSRbcQv3nnSv8S0+lDftMVz6P963PoRlxrV7ew/Md564g9ut60PYzdLM5qW4jFn93GBF+Soi90ISAN+GQ==
2360
+ "@typescript-eslint/visitor-keys@8.62.1":
2361
+ version "8.62.1"
2362
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.62.1.tgz#499657d77ffafb8a99eb1d6c97847ca430234722"
2363
+ integrity sha512-4g3BLxfdTMy8iZG0MaBkadnlRrCJ74cQiFbyEVMrkwIoqdyaXXQM22cotDvrl4x28wgIZ9rEJRoM+mmhSJpJ1g==
2364
2364
  dependencies:
2365
- "@typescript-eslint/types" "8.62.0"
2365
+ "@typescript-eslint/types" "8.62.1"
2366
2366
  eslint-visitor-keys "^5.0.0"
2367
2367
 
2368
2368
  "@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
@@ -3954,10 +3954,10 @@ eslint-compat-utils@^0.5.1:
3954
3954
  dependencies:
3955
3955
  semver "^7.5.4"
3956
3956
 
3957
- eslint-config-oclif@^6.0.174:
3958
- version "6.0.174"
3959
- resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.174.tgz#8c382c2a7a9ff3b17b67de18ebb46a9cef6e50c7"
3960
- integrity sha512-K2Fz0KdcYlypl5sRO2gxbIPD8M4RyhtZK20soW5HoLpvNXInaa7ruZvUHozwee9blQReV9Z1uFldPpWpUkXHlg==
3957
+ eslint-config-oclif@^6.0.175:
3958
+ version "6.0.175"
3959
+ resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.175.tgz#ba589d577367ba0229c1988e64b7e2643026718e"
3960
+ integrity sha512-QO5NHJaMk2HkglS0mywfIrwDSXNeKfIS+uhNrXuuSLKeLPOpDYytsz5LMOGQxuHlkHpOYSrzDyL2yDR2WGgwGA==
3961
3961
  dependencies:
3962
3962
  "@eslint/compat" "^1.4.1"
3963
3963
  "@eslint/eslintrc" "^3.3.5"
@@ -3974,7 +3974,7 @@ eslint-config-oclif@^6.0.174:
3974
3974
  eslint-plugin-n "^17.24.0"
3975
3975
  eslint-plugin-perfectionist "^4"
3976
3976
  eslint-plugin-unicorn "^56.0.1"
3977
- typescript-eslint "^8.62.0"
3977
+ typescript-eslint "^8.62.1"
3978
3978
 
3979
3979
  eslint-config-prettier@^9.1.0:
3980
3980
  version "9.1.2"
@@ -7289,10 +7289,10 @@ prettier@^2.8.8:
7289
7289
  resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
7290
7290
  integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
7291
7291
 
7292
- prettier@^3.9.1:
7293
- version "3.9.1"
7294
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.9.1.tgz#5868bcf16456bfe145ddbfa107c623b6f39e332c"
7295
- integrity sha512-ppiDo2CSwexck1eyZUwJHg/N3nf1+6IRCv7W/VJ5vaLnVCmB7+3CdRfMwoCHBBX6xTrREDTksZ4OZl5SSf4zXA==
7292
+ prettier@^3.9.4:
7293
+ version "3.9.4"
7294
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.9.4.tgz#a9c477cf1614376bd1f6bbc593d8c0d414bcec87"
7295
+ integrity sha512-yWG/o/4oJfo036EKAfK6ACAoDOfHeRHx4tuxkfBZiauURiaSmYwlpOr5LQqKtIkRD2z1PLteme2WoxEnj4tHTg==
7296
7296
 
7297
7297
  pretty-quick@^3.3.1:
7298
7298
  version "3.3.1"
@@ -8761,15 +8761,15 @@ typedoc@^0.26.5:
8761
8761
  shiki "^1.16.2"
8762
8762
  yaml "^2.5.1"
8763
8763
 
8764
- typescript-eslint@^8.62.0:
8765
- version "8.62.0"
8766
- resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.62.0.tgz#7252c3c931637cda28794c0518f321ee89621d67"
8767
- integrity sha512-8QxXi+ZACKX0kaqO4gY8kn0RSD9gFfaHDWwjqtEN48aWCBkX4MJaufWN+c3BzlrXLOxfywDL8CaoqUwcRq4j4Q==
8764
+ typescript-eslint@^8.62.1:
8765
+ version "8.62.1"
8766
+ resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.62.1.tgz#eb93fd94d527aa04ec5b844fb0b4ada613cc7d3f"
8767
+ integrity sha512-vymnnM5g0AKQDSAyfP12nMIBvgwgA42syg74kkuZ4x1VuTzwQKwc5h9rGxeShCjny5o+zWAb6OEoz7XLgrIkIw==
8768
8768
  dependencies:
8769
- "@typescript-eslint/eslint-plugin" "8.62.0"
8770
- "@typescript-eslint/parser" "8.62.0"
8771
- "@typescript-eslint/typescript-estree" "8.62.0"
8772
- "@typescript-eslint/utils" "8.62.0"
8769
+ "@typescript-eslint/eslint-plugin" "8.62.1"
8770
+ "@typescript-eslint/parser" "8.62.1"
8771
+ "@typescript-eslint/typescript-estree" "8.62.1"
8772
+ "@typescript-eslint/utils" "8.62.1"
8773
8773
 
8774
8774
  "typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4:
8775
8775
  version "5.9.3"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.135"
270
+ "version": "5.0.137"
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.135",
4
+ "version": "5.0.137",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
8
8
  "dependencies": {
9
9
  "@jayree/changelog": "^1.2.38",
10
- "@oclif/core": "^4.11.11",
10
+ "@oclif/core": "^4.11.14",
11
11
  "@salesforce/core": "^8.31.4",
12
12
  "@salesforce/kit": "^3.2.6",
13
13
  "@salesforce/sf-plugins-core": "^12.2.25",
14
- "@salesforce/source-deploy-retrieve": "12.36.8",
14
+ "@salesforce/source-deploy-retrieve": "12.37.1",
15
15
  "@salesforce/source-tracking": "7.8.19",
16
16
  "@salesforce/ts-types": "^2.0.12",
17
17
  "fast-deep-equal": "^3.1.3",
@@ -21,20 +21,20 @@
21
21
  "isomorphic-git": "1.38.6"
22
22
  },
23
23
  "devDependencies": {
24
- "@oclif/plugin-command-snapshot": "^5.3.29",
24
+ "@oclif/plugin-command-snapshot": "^5.3.30",
25
25
  "@salesforce/cli-plugins-testkit": "^5.3.62",
26
26
  "@salesforce/dev-scripts": "^11.0.4",
27
27
  "@salesforce/ts-sinon": "^1.4.36",
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.174",
31
+ "eslint-config-oclif": "^6.0.175",
32
32
  "eslint-config-salesforce-license": "^1.0.2",
33
33
  "eslint-plugin-prettier": "^5.5.6",
34
34
  "eslint-plugin-sf-plugin": "^1.20.33",
35
35
  "oclif": "^4.23.23",
36
36
  "patch-package": "^8.0.1",
37
- "prettier": "^3.9.1",
37
+ "prettier": "^3.9.4",
38
38
  "pretty-quick": "^4.2.2",
39
39
  "ts-node": "^10.9.2",
40
40
  "typescript": "^6.0.3"