@jayree/sfdx-plugin-manifest 5.0.156 → 5.0.158

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,20 @@
1
+ ## [5.0.158](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.157...5.0.158) (2026-07-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @oclif/core from 4.13.0 to 4.13.2 ([#2359](https://github.com/jayree/sfdx-plugin-manifest/issues/2359)) ([ffe5074](https://github.com/jayree/sfdx-plugin-manifest/commit/ffe50743e61fdc22df0b910f99086839437777c6))
7
+ * **deps:** bump tar from 7.5.16 to 7.5.22 ([bc0d2d2](https://github.com/oclif/core/commit/bc0d2d2becab4714b6d9e592b31b9e727c0e16f1))
8
+ * **deps:** bump postcss from 8.5.10 to 8.5.23 ([169b09a](https://github.com/oclif/core/commit/169b09a32a22e420ca93442b9c8cf31669801c78))
9
+
10
+ ## [5.0.157](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.156...5.0.157) (2026-07-24)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** bump @salesforce/sf-plugins-core from 12.2.27 to 12.2.28 ([#2353](https://github.com/jayree/sfdx-plugin-manifest/issues/2353)) ([b54722c](https://github.com/jayree/sfdx-plugin-manifest/commit/b54722c716cdbd204338d85b6f9ef239db1b070c))
16
+ * **deps:** bump fast-uri from 3.1.2 to 3.1.4 ([a0ae60f](https://github.com/salesforcecli/sf-plugins-core/commit/a0ae60f029be258c1638701808d9565876623263))
17
+
1
18
  ## [5.0.156](https://github.com/jayree/sfdx-plugin-manifest/compare/5.0.155...5.0.156) (2026-07-24)
2
19
 
3
20
 
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.156/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.158/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.156/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.158/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.156/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.158/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "5.0.156",
3
+ "version": "5.0.158",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "5.0.156",
9
+ "version": "5.0.158",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.39",
13
- "@oclif/core": "^4.13.0",
13
+ "@oclif/core": "^4.13.2",
14
14
  "@salesforce/core": "^8.32.6",
15
15
  "@salesforce/kit": "^3.2.6",
16
- "@salesforce/sf-plugins-core": "^12.2.27",
16
+ "@salesforce/sf-plugins-core": "^12.2.28",
17
17
  "@salesforce/source-deploy-retrieve": "12.37.2",
18
18
  "@salesforce/source-tracking": "7.8.19",
19
19
  "@salesforce/ts-types": "^2.0.12",
@@ -24,18 +24,18 @@
24
24
  "isomorphic-git": "1.40.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@oclif/plugin-command-snapshot": "^5.3.31",
28
- "@salesforce/cli-plugins-testkit": "^5.3.62",
27
+ "@oclif/plugin-command-snapshot": "^5.3.33",
28
+ "@salesforce/cli-plugins-testkit": "^5.3.64",
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": "^12.0.0",
34
- "eslint-config-oclif": "^6.0.177",
34
+ "eslint-config-oclif": "^6.0.179",
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
- "oclif": "^4.23.28",
38
+ "oclif": "^4.23.29",
39
39
  "patch-package": "^8.0.1",
40
40
  "prettier": "^3.9.6",
41
41
  "pretty-quick": "^4.2.2",
@@ -2722,9 +2722,9 @@
2722
2722
  }
2723
2723
  },
2724
2724
  "node_modules/@oclif/core": {
2725
- "version": "4.13.0",
2726
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.13.0.tgz",
2727
- "integrity": "sha512-j3NKgXE3qd0gvSYsCqDLb3VhW5KEg030VQhMnv5c0qNzPp6jBmF7cCDIQG4ROZIOqEfGbUoDDMAAzaC30vV99g==",
2725
+ "version": "4.13.2",
2726
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.13.2.tgz",
2727
+ "integrity": "sha512-YWQs0JvESCliWopKtCZqPLgEB1e3oqR+KYecMReseYWbo7E73Rz2tFwQDFQtAp48VLMiAsiTPKKQaZAo+ghzLw==",
2728
2728
  "license": "MIT",
2729
2729
  "dependencies": {
2730
2730
  "ansi-escapes": "^4.3.2",
@@ -2834,9 +2834,9 @@
2834
2834
  }
2835
2835
  },
2836
2836
  "node_modules/@oclif/plugin-command-snapshot": {
2837
- "version": "5.3.31",
2838
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.31.tgz",
2839
- "integrity": "sha512-jDfwOlgIK+p8Q/YZcBsExZPGeFArtFZ5tqWV+tkW/fKLMMAIbKcrW/NPFFTGsaS3tL8nJfeqyT0f4e5ODd+vDA==",
2837
+ "version": "5.3.33",
2838
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.33.tgz",
2839
+ "integrity": "sha512-Djtpaf6tO73cWMLXY+i7SZgfkVz3zRFZ1rwTKrAQZ55gN22zjHn0QXc181dtEGYcVb+laYJGHo/epvDntySi3g==",
2840
2840
  "dev": true,
2841
2841
  "license": "MIT",
2842
2842
  "dependencies": {
@@ -3154,9 +3154,9 @@
3154
3154
  "license": "MIT"
3155
3155
  },
3156
3156
  "node_modules/@salesforce/cli-plugins-testkit": {
3157
- "version": "5.3.62",
3158
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.62.tgz",
3159
- "integrity": "sha512-f6Kj64IqOhT5LhmtwEidx8riftVPorOiSdKRqOOQRiFCJR1lfmAZEKiZc3yo0xRT7RmavRUKupBwklT7+rsIbg==",
3157
+ "version": "5.3.64",
3158
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.64.tgz",
3159
+ "integrity": "sha512-4jUPow+oOr2Jp3s3QKCS1Aw9qs9AV2sIuk3YvWz9gMd7Y3/wVROG4C5OelfnrClGocxDAOVaCgJrTSoF0VQzUg==",
3160
3160
  "dev": true,
3161
3161
  "license": "Apache-2.0",
3162
3162
  "dependencies": {
@@ -3654,9 +3654,9 @@
3654
3654
  "license": "BSD-3-Clause"
3655
3655
  },
3656
3656
  "node_modules/@salesforce/sf-plugins-core": {
3657
- "version": "12.2.27",
3658
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.27.tgz",
3659
- "integrity": "sha512-sUPrZX1YXxOdzqDjNzGjAHW1Ef0CWlmztEDrrOH7pPpqT3pR9jfYZny6mkzGW1Xnwh1+8nnsCY605K8FSz8nuQ==",
3657
+ "version": "12.2.28",
3658
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.28.tgz",
3659
+ "integrity": "sha512-amfPBfdlgYoM9LCQewtoLWOe29kY7urLnYH1a5G7QLWN74tJeXEkvc1OyM18n+f2MHmpK0/ICAg5Wq276HwxHQ==",
3660
3660
  "license": "Apache-2.0",
3661
3661
  "dependencies": {
3662
3662
  "@inquirer/confirm": "^6.1.1",
@@ -4660,17 +4660,17 @@
4660
4660
  "license": "MIT"
4661
4661
  },
4662
4662
  "node_modules/@typescript-eslint/eslint-plugin": {
4663
- "version": "8.64.0",
4664
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.64.0.tgz",
4665
- "integrity": "sha512-CGvQPBxN3wZLu6Rz2kFUpZeoCm78xUic92ck39KPePkO1NPOwjCqdQnm5Q87tpWw9vcBvW8XLrDXjH9PWYtJ3Q==",
4663
+ "version": "8.65.0",
4664
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.65.0.tgz",
4665
+ "integrity": "sha512-IEgob78X12rHpUmtcwFsXhZdVGJtwTVP8FiCLZkR6GlYVrl2PcuB+KhCE5BlVC/eQpQnu8WXRtkHZuPar+gCRA==",
4666
4666
  "dev": true,
4667
4667
  "license": "MIT",
4668
4668
  "dependencies": {
4669
4669
  "@eslint-community/regexpp": "^4.12.2",
4670
- "@typescript-eslint/scope-manager": "8.64.0",
4671
- "@typescript-eslint/type-utils": "8.64.0",
4672
- "@typescript-eslint/utils": "8.64.0",
4673
- "@typescript-eslint/visitor-keys": "8.64.0",
4670
+ "@typescript-eslint/scope-manager": "8.65.0",
4671
+ "@typescript-eslint/type-utils": "8.65.0",
4672
+ "@typescript-eslint/utils": "8.65.0",
4673
+ "@typescript-eslint/visitor-keys": "8.65.0",
4674
4674
  "ignore": "^7.0.5",
4675
4675
  "natural-compare": "^1.4.0",
4676
4676
  "ts-api-utils": "^2.5.0"
@@ -4683,20 +4683,20 @@
4683
4683
  "url": "https://opencollective.com/typescript-eslint"
4684
4684
  },
4685
4685
  "peerDependencies": {
4686
- "@typescript-eslint/parser": "^8.64.0",
4686
+ "@typescript-eslint/parser": "^8.65.0",
4687
4687
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
4688
4688
  "typescript": ">=4.8.4 <6.1.0"
4689
4689
  }
4690
4690
  },
4691
4691
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
4692
- "version": "8.64.0",
4693
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.64.0.tgz",
4694
- "integrity": "sha512-CXEaFdYXjSTgKhisNkwCcJwTP8Pl+fmRrEQrri4nm3vU743bALrxzLmq7fHG/7e6a5xO0lDYeURpZmBuhHk54w==",
4692
+ "version": "8.65.0",
4693
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.65.0.tgz",
4694
+ "integrity": "sha512-Esbl8OSYiVxBokYgWPf7VVWg/BE798wXhimnn9ML9Pt5qoDf8bfQlgjlKXR/k98+AcNzlLKYrpCcrcuZ9DZLgg==",
4695
4695
  "dev": true,
4696
4696
  "license": "MIT",
4697
4697
  "dependencies": {
4698
- "@typescript-eslint/types": "8.64.0",
4699
- "@typescript-eslint/visitor-keys": "8.64.0"
4698
+ "@typescript-eslint/types": "8.65.0",
4699
+ "@typescript-eslint/visitor-keys": "8.65.0"
4700
4700
  },
4701
4701
  "engines": {
4702
4702
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -4707,9 +4707,9 @@
4707
4707
  }
4708
4708
  },
4709
4709
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
4710
- "version": "8.64.0",
4711
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.64.0.tgz",
4712
- "integrity": "sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==",
4710
+ "version": "8.65.0",
4711
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.65.0.tgz",
4712
+ "integrity": "sha512-JSSwWNy+H0E/01jJEM+hrX6N0OFDzFzeIhHFSAS01tlVaevpG8cFyYRPhS5yjGOvBUx3sqQHVMjCL1CAZZMxBg==",
4713
4713
  "dev": true,
4714
4714
  "license": "MIT",
4715
4715
  "engines": {
@@ -4721,13 +4721,13 @@
4721
4721
  }
4722
4722
  },
4723
4723
  "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
4724
- "version": "8.64.0",
4725
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.64.0.tgz",
4726
- "integrity": "sha512-mrtuL8Nsn6gi2H4mo5KMTp823M+3Q19Ew/i+Zlikq20tIMm99C3Ez0dCmkWWnxut20esQvTg8aUSEhMcAOXhEw==",
4724
+ "version": "8.65.0",
4725
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.65.0.tgz",
4726
+ "integrity": "sha512-8C71BQkGjiMmXtop7pHVJu1l2NNShFdkCyD6a2ezzs5vU/L3LRtb69EtcteFwz0mYMPzIgOw0n6OV4VBUWZd7A==",
4727
4727
  "dev": true,
4728
4728
  "license": "MIT",
4729
4729
  "dependencies": {
4730
- "@typescript-eslint/types": "8.64.0",
4730
+ "@typescript-eslint/types": "8.65.0",
4731
4731
  "eslint-visitor-keys": "^5.0.0"
4732
4732
  },
4733
4733
  "engines": {
@@ -4775,16 +4775,16 @@
4775
4775
  }
4776
4776
  },
4777
4777
  "node_modules/@typescript-eslint/parser": {
4778
- "version": "8.64.0",
4779
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.64.0.tgz",
4780
- "integrity": "sha512-KA0OshtlcCCXmbfqyZkM5pV3/WNraJf7DkJRLpyrmwPtud57H5BDX7C3k0LPSPxpprfRL+cJDGabF10mvNCoCw==",
4778
+ "version": "8.65.0",
4779
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.65.0.tgz",
4780
+ "integrity": "sha512-CZ4nMxWwgu1HEEFNkeaCptra9QCtkmKdgf3sWh1rl1trIhmxLilgTV4cwcbQ4wemnT4sWQN8CaKOmdYx+g2gMA==",
4781
4781
  "dev": true,
4782
4782
  "license": "MIT",
4783
4783
  "dependencies": {
4784
- "@typescript-eslint/scope-manager": "8.64.0",
4785
- "@typescript-eslint/types": "8.64.0",
4786
- "@typescript-eslint/typescript-estree": "8.64.0",
4787
- "@typescript-eslint/visitor-keys": "8.64.0",
4784
+ "@typescript-eslint/scope-manager": "8.65.0",
4785
+ "@typescript-eslint/types": "8.65.0",
4786
+ "@typescript-eslint/typescript-estree": "8.65.0",
4787
+ "@typescript-eslint/visitor-keys": "8.65.0",
4788
4788
  "debug": "^4.4.3"
4789
4789
  },
4790
4790
  "engines": {
@@ -4800,14 +4800,14 @@
4800
4800
  }
4801
4801
  },
4802
4802
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
4803
- "version": "8.64.0",
4804
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.64.0.tgz",
4805
- "integrity": "sha512-CXEaFdYXjSTgKhisNkwCcJwTP8Pl+fmRrEQrri4nm3vU743bALrxzLmq7fHG/7e6a5xO0lDYeURpZmBuhHk54w==",
4803
+ "version": "8.65.0",
4804
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.65.0.tgz",
4805
+ "integrity": "sha512-Esbl8OSYiVxBokYgWPf7VVWg/BE798wXhimnn9ML9Pt5qoDf8bfQlgjlKXR/k98+AcNzlLKYrpCcrcuZ9DZLgg==",
4806
4806
  "dev": true,
4807
4807
  "license": "MIT",
4808
4808
  "dependencies": {
4809
- "@typescript-eslint/types": "8.64.0",
4810
- "@typescript-eslint/visitor-keys": "8.64.0"
4809
+ "@typescript-eslint/types": "8.65.0",
4810
+ "@typescript-eslint/visitor-keys": "8.65.0"
4811
4811
  },
4812
4812
  "engines": {
4813
4813
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -4818,9 +4818,9 @@
4818
4818
  }
4819
4819
  },
4820
4820
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
4821
- "version": "8.64.0",
4822
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.64.0.tgz",
4823
- "integrity": "sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==",
4821
+ "version": "8.65.0",
4822
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.65.0.tgz",
4823
+ "integrity": "sha512-JSSwWNy+H0E/01jJEM+hrX6N0OFDzFzeIhHFSAS01tlVaevpG8cFyYRPhS5yjGOvBUx3sqQHVMjCL1CAZZMxBg==",
4824
4824
  "dev": true,
4825
4825
  "license": "MIT",
4826
4826
  "engines": {
@@ -4832,13 +4832,13 @@
4832
4832
  }
4833
4833
  },
4834
4834
  "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
4835
- "version": "8.64.0",
4836
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.64.0.tgz",
4837
- "integrity": "sha512-mrtuL8Nsn6gi2H4mo5KMTp823M+3Q19Ew/i+Zlikq20tIMm99C3Ez0dCmkWWnxut20esQvTg8aUSEhMcAOXhEw==",
4835
+ "version": "8.65.0",
4836
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.65.0.tgz",
4837
+ "integrity": "sha512-8C71BQkGjiMmXtop7pHVJu1l2NNShFdkCyD6a2ezzs5vU/L3LRtb69EtcteFwz0mYMPzIgOw0n6OV4VBUWZd7A==",
4838
4838
  "dev": true,
4839
4839
  "license": "MIT",
4840
4840
  "dependencies": {
4841
- "@typescript-eslint/types": "8.64.0",
4841
+ "@typescript-eslint/types": "8.65.0",
4842
4842
  "eslint-visitor-keys": "^5.0.0"
4843
4843
  },
4844
4844
  "engines": {
@@ -4863,14 +4863,14 @@
4863
4863
  }
4864
4864
  },
4865
4865
  "node_modules/@typescript-eslint/project-service": {
4866
- "version": "8.64.0",
4867
- "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.64.0.tgz",
4868
- "integrity": "sha512-tk4WpOJ6IEbGrVHaNmM0YRrwAD3exZlIK3iadQNAxh4YKk6jvUQ4ecq18n+v7+meh+cJ3j+D8nbk8sRKhlwLQg==",
4866
+ "version": "8.65.0",
4867
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.65.0.tgz",
4868
+ "integrity": "sha512-SxnPhbTsGahizDgbu7oqFH/xVtzIqMd/s+WtnSxNxJZJpLbdT5IPdzg8EZxO3+PoKahXmwJLeNQOpKJb3/bi7Q==",
4869
4869
  "dev": true,
4870
4870
  "license": "MIT",
4871
4871
  "dependencies": {
4872
- "@typescript-eslint/tsconfig-utils": "^8.64.0",
4873
- "@typescript-eslint/types": "^8.64.0",
4872
+ "@typescript-eslint/tsconfig-utils": "^8.65.0",
4873
+ "@typescript-eslint/types": "^8.65.0",
4874
4874
  "debug": "^4.4.3"
4875
4875
  },
4876
4876
  "engines": {
@@ -4885,9 +4885,9 @@
4885
4885
  }
4886
4886
  },
4887
4887
  "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/tsconfig-utils": {
4888
- "version": "8.64.0",
4889
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.64.0.tgz",
4890
- "integrity": "sha512-2yo8rRNKuzbVWQp5kslhANqZ2uDAeROQHBRZNPu8JDsHmeFNj/XJJhX/FhNUWmkHHvoNsKa6+tHJiig87EzsQw==",
4888
+ "version": "8.65.0",
4889
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.65.0.tgz",
4890
+ "integrity": "sha512-j6GzGqCiRdA7Qhur2VVmKZAkBLfnHFQfx4TaJGL9RMveZqCo48jSHHO0DTgizEnGhtWnqmbtCUSrqSkdiY/0Hg==",
4891
4891
  "dev": true,
4892
4892
  "license": "MIT",
4893
4893
  "engines": {
@@ -4902,9 +4902,9 @@
4902
4902
  }
4903
4903
  },
4904
4904
  "node_modules/@typescript-eslint/project-service/node_modules/@typescript-eslint/types": {
4905
- "version": "8.64.0",
4906
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.64.0.tgz",
4907
- "integrity": "sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==",
4905
+ "version": "8.65.0",
4906
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.65.0.tgz",
4907
+ "integrity": "sha512-JSSwWNy+H0E/01jJEM+hrX6N0OFDzFzeIhHFSAS01tlVaevpG8cFyYRPhS5yjGOvBUx3sqQHVMjCL1CAZZMxBg==",
4908
4908
  "dev": true,
4909
4909
  "license": "MIT",
4910
4910
  "engines": {
@@ -4965,15 +4965,15 @@
4965
4965
  }
4966
4966
  },
4967
4967
  "node_modules/@typescript-eslint/type-utils": {
4968
- "version": "8.64.0",
4969
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.64.0.tgz",
4970
- "integrity": "sha512-XWG4Fmmv/6SvyS9nH8jWrKs6terwJvE8cyRt1CzYYqzp9OrPhCT4cMc/f7C6RZCwG+qMmiffJS1/qJP8G1URtg==",
4968
+ "version": "8.65.0",
4969
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.65.0.tgz",
4970
+ "integrity": "sha512-YjaZ7PRI5qY7ax2L3PbvX0rRyGtipAReCWs0mhhDBHjH/vl0g0BonaGXrKdKpMbIIsMIwDgbk/xzkBTyAltS5g==",
4971
4971
  "dev": true,
4972
4972
  "license": "MIT",
4973
4973
  "dependencies": {
4974
- "@typescript-eslint/types": "8.64.0",
4975
- "@typescript-eslint/typescript-estree": "8.64.0",
4976
- "@typescript-eslint/utils": "8.64.0",
4974
+ "@typescript-eslint/types": "8.65.0",
4975
+ "@typescript-eslint/typescript-estree": "8.65.0",
4976
+ "@typescript-eslint/utils": "8.65.0",
4977
4977
  "debug": "^4.4.3",
4978
4978
  "ts-api-utils": "^2.5.0"
4979
4979
  },
@@ -4990,9 +4990,9 @@
4990
4990
  }
4991
4991
  },
4992
4992
  "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
4993
- "version": "8.64.0",
4994
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.64.0.tgz",
4995
- "integrity": "sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==",
4993
+ "version": "8.65.0",
4994
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.65.0.tgz",
4995
+ "integrity": "sha512-JSSwWNy+H0E/01jJEM+hrX6N0OFDzFzeIhHFSAS01tlVaevpG8cFyYRPhS5yjGOvBUx3sqQHVMjCL1CAZZMxBg==",
4996
4996
  "dev": true,
4997
4997
  "license": "MIT",
4998
4998
  "engines": {
@@ -5031,16 +5031,16 @@
5031
5031
  }
5032
5032
  },
5033
5033
  "node_modules/@typescript-eslint/typescript-estree": {
5034
- "version": "8.64.0",
5035
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.64.0.tgz",
5036
- "integrity": "sha512-Pztpsn1aCE1oWDvDEfUk31nngvvF7vUB5SwHFEaZIFpvw7WJtqUHHL4plBZDA9HfWJJjL13BdG0YrJInTUvoVA==",
5034
+ "version": "8.65.0",
5035
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.65.0.tgz",
5036
+ "integrity": "sha512-JboAE2swaYt4tb1fHhHTABE2K+OLy09XfcTbhnk4Pw96f9dd2e9iYsJ28gBggHlo5z5x1rkyWvcPoTuNTd4oGg==",
5037
5037
  "dev": true,
5038
5038
  "license": "MIT",
5039
5039
  "dependencies": {
5040
- "@typescript-eslint/project-service": "8.64.0",
5041
- "@typescript-eslint/tsconfig-utils": "8.64.0",
5042
- "@typescript-eslint/types": "8.64.0",
5043
- "@typescript-eslint/visitor-keys": "8.64.0",
5040
+ "@typescript-eslint/project-service": "8.65.0",
5041
+ "@typescript-eslint/tsconfig-utils": "8.65.0",
5042
+ "@typescript-eslint/types": "8.65.0",
5043
+ "@typescript-eslint/visitor-keys": "8.65.0",
5044
5044
  "debug": "^4.4.3",
5045
5045
  "minimatch": "^10.2.2",
5046
5046
  "semver": "^7.7.3",
@@ -5059,9 +5059,9 @@
5059
5059
  }
5060
5060
  },
5061
5061
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/tsconfig-utils": {
5062
- "version": "8.64.0",
5063
- "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.64.0.tgz",
5064
- "integrity": "sha512-2yo8rRNKuzbVWQp5kslhANqZ2uDAeROQHBRZNPu8JDsHmeFNj/XJJhX/FhNUWmkHHvoNsKa6+tHJiig87EzsQw==",
5062
+ "version": "8.65.0",
5063
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.65.0.tgz",
5064
+ "integrity": "sha512-j6GzGqCiRdA7Qhur2VVmKZAkBLfnHFQfx4TaJGL9RMveZqCo48jSHHO0DTgizEnGhtWnqmbtCUSrqSkdiY/0Hg==",
5065
5065
  "dev": true,
5066
5066
  "license": "MIT",
5067
5067
  "engines": {
@@ -5076,9 +5076,9 @@
5076
5076
  }
5077
5077
  },
5078
5078
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": {
5079
- "version": "8.64.0",
5080
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.64.0.tgz",
5081
- "integrity": "sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==",
5079
+ "version": "8.65.0",
5080
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.65.0.tgz",
5081
+ "integrity": "sha512-JSSwWNy+H0E/01jJEM+hrX6N0OFDzFzeIhHFSAS01tlVaevpG8cFyYRPhS5yjGOvBUx3sqQHVMjCL1CAZZMxBg==",
5082
5082
  "dev": true,
5083
5083
  "license": "MIT",
5084
5084
  "engines": {
@@ -5090,13 +5090,13 @@
5090
5090
  }
5091
5091
  },
5092
5092
  "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": {
5093
- "version": "8.64.0",
5094
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.64.0.tgz",
5095
- "integrity": "sha512-mrtuL8Nsn6gi2H4mo5KMTp823M+3Q19Ew/i+Zlikq20tIMm99C3Ez0dCmkWWnxut20esQvTg8aUSEhMcAOXhEw==",
5093
+ "version": "8.65.0",
5094
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.65.0.tgz",
5095
+ "integrity": "sha512-8C71BQkGjiMmXtop7pHVJu1l2NNShFdkCyD6a2ezzs5vU/L3LRtb69EtcteFwz0mYMPzIgOw0n6OV4VBUWZd7A==",
5096
5096
  "dev": true,
5097
5097
  "license": "MIT",
5098
5098
  "dependencies": {
5099
- "@typescript-eslint/types": "8.64.0",
5099
+ "@typescript-eslint/types": "8.65.0",
5100
5100
  "eslint-visitor-keys": "^5.0.0"
5101
5101
  },
5102
5102
  "engines": {
@@ -5173,16 +5173,16 @@
5173
5173
  }
5174
5174
  },
5175
5175
  "node_modules/@typescript-eslint/utils": {
5176
- "version": "8.64.0",
5177
- "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.64.0.tgz",
5178
- "integrity": "sha512-aJUGVB3+U0htrrCjoA8qukw8cm8fNCGAxK/tVoS70k8aeb7DETKeFozRiVFIwEeN9WJLsjaP3ph8I60tY2XZoQ==",
5176
+ "version": "8.65.0",
5177
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.65.0.tgz",
5178
+ "integrity": "sha512-gXiwIHsYreboxeJucHKPvgwl7dXt50mF8s1/c00cP/WoVTyWKFdtfhRWwZiXYFU5H2O8vVoSLNrexFZjYS/SGA==",
5179
5179
  "dev": true,
5180
5180
  "license": "MIT",
5181
5181
  "dependencies": {
5182
5182
  "@eslint-community/eslint-utils": "^4.9.1",
5183
- "@typescript-eslint/scope-manager": "8.64.0",
5184
- "@typescript-eslint/types": "8.64.0",
5185
- "@typescript-eslint/typescript-estree": "8.64.0"
5183
+ "@typescript-eslint/scope-manager": "8.65.0",
5184
+ "@typescript-eslint/types": "8.65.0",
5185
+ "@typescript-eslint/typescript-estree": "8.65.0"
5186
5186
  },
5187
5187
  "engines": {
5188
5188
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -5197,14 +5197,14 @@
5197
5197
  }
5198
5198
  },
5199
5199
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
5200
- "version": "8.64.0",
5201
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.64.0.tgz",
5202
- "integrity": "sha512-CXEaFdYXjSTgKhisNkwCcJwTP8Pl+fmRrEQrri4nm3vU743bALrxzLmq7fHG/7e6a5xO0lDYeURpZmBuhHk54w==",
5200
+ "version": "8.65.0",
5201
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.65.0.tgz",
5202
+ "integrity": "sha512-Esbl8OSYiVxBokYgWPf7VVWg/BE798wXhimnn9ML9Pt5qoDf8bfQlgjlKXR/k98+AcNzlLKYrpCcrcuZ9DZLgg==",
5203
5203
  "dev": true,
5204
5204
  "license": "MIT",
5205
5205
  "dependencies": {
5206
- "@typescript-eslint/types": "8.64.0",
5207
- "@typescript-eslint/visitor-keys": "8.64.0"
5206
+ "@typescript-eslint/types": "8.65.0",
5207
+ "@typescript-eslint/visitor-keys": "8.65.0"
5208
5208
  },
5209
5209
  "engines": {
5210
5210
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -5215,9 +5215,9 @@
5215
5215
  }
5216
5216
  },
5217
5217
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
5218
- "version": "8.64.0",
5219
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.64.0.tgz",
5220
- "integrity": "sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==",
5218
+ "version": "8.65.0",
5219
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.65.0.tgz",
5220
+ "integrity": "sha512-JSSwWNy+H0E/01jJEM+hrX6N0OFDzFzeIhHFSAS01tlVaevpG8cFyYRPhS5yjGOvBUx3sqQHVMjCL1CAZZMxBg==",
5221
5221
  "dev": true,
5222
5222
  "license": "MIT",
5223
5223
  "engines": {
@@ -5229,13 +5229,13 @@
5229
5229
  }
5230
5230
  },
5231
5231
  "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
5232
- "version": "8.64.0",
5233
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.64.0.tgz",
5234
- "integrity": "sha512-mrtuL8Nsn6gi2H4mo5KMTp823M+3Q19Ew/i+Zlikq20tIMm99C3Ez0dCmkWWnxut20esQvTg8aUSEhMcAOXhEw==",
5232
+ "version": "8.65.0",
5233
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.65.0.tgz",
5234
+ "integrity": "sha512-8C71BQkGjiMmXtop7pHVJu1l2NNShFdkCyD6a2ezzs5vU/L3LRtb69EtcteFwz0mYMPzIgOw0n6OV4VBUWZd7A==",
5235
5235
  "dev": true,
5236
5236
  "license": "MIT",
5237
5237
  "dependencies": {
5238
- "@typescript-eslint/types": "8.64.0",
5238
+ "@typescript-eslint/types": "8.65.0",
5239
5239
  "eslint-visitor-keys": "^5.0.0"
5240
5240
  },
5241
5241
  "engines": {
@@ -8050,9 +8050,9 @@
8050
8050
  }
8051
8051
  },
8052
8052
  "node_modules/eslint-config-oclif": {
8053
- "version": "6.0.177",
8054
- "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.177.tgz",
8055
- "integrity": "sha512-DjeVJCF7Z/aiEwGUyqCaO0DZp9HrZJPdDts2KW2kELPsHihBpVMRgzl7rVj8ao0S4if9qpLoIZ5g18wUNNIjAg==",
8053
+ "version": "6.0.179",
8054
+ "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-6.0.179.tgz",
8055
+ "integrity": "sha512-V0FZS3LpawI3slJIL0/Z1Qhs11ufhcVeQs4t1y8MDSw43UWAXGiRxByMO4xNLCdAwTDrC6dY4MsX7XEKiw6euA==",
8056
8056
  "dev": true,
8057
8057
  "license": "MIT",
8058
8058
  "dependencies": {
@@ -8071,7 +8071,7 @@
8071
8071
  "eslint-plugin-n": "^17.24.0",
8072
8072
  "eslint-plugin-perfectionist": "^4",
8073
8073
  "eslint-plugin-unicorn": "^56.0.1",
8074
- "typescript-eslint": "^8.64.0"
8074
+ "typescript-eslint": "^8.65.0"
8075
8075
  },
8076
8076
  "engines": {
8077
8077
  "node": ">=18.18.0"
@@ -13968,9 +13968,9 @@
13968
13968
  }
13969
13969
  },
13970
13970
  "node_modules/oclif": {
13971
- "version": "4.23.28",
13972
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.28.tgz",
13973
- "integrity": "sha512-u0Jo1RAo5zrZUhrTTxGGicjZ606L7dYV+L1VoFstA5RfV7pktEE6lVs3ueELQcNUgkUvofAiZqleocZCBA/Hqg==",
13971
+ "version": "4.23.29",
13972
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.29.tgz",
13973
+ "integrity": "sha512-pUekmMh+wwIbFq3xX1EfkgZ7RuYuuSbdhJiB+20zqSfGE8Tt9T+K9br1/vmsaIOxfDo0Dw3jxLBk4JZOMFEMeQ==",
13974
13974
  "dev": true,
13975
13975
  "license": "MIT",
13976
13976
  "dependencies": {
@@ -17515,16 +17515,16 @@
17515
17515
  }
17516
17516
  },
17517
17517
  "node_modules/typescript-eslint": {
17518
- "version": "8.64.0",
17519
- "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.64.0.tgz",
17520
- "integrity": "sha512-0qg+pDNMnqYzqH9AnNK+39tejHvsShUOUUoRUgtnTGE7QuMZhiFDnozq8nHJVq+Wae6NMLKNWLg5WmkcC/ndyQ==",
17518
+ "version": "8.65.0",
17519
+ "resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.65.0.tgz",
17520
+ "integrity": "sha512-/ggrHAwyjENDusvyxbuqxAC2dTnZg/Z8F+fgQtYIz+L6n/9HfSlEZcFGV/NsMNa6CkGk0xUjUAFwC0vHOflvIA==",
17521
17521
  "dev": true,
17522
17522
  "license": "MIT",
17523
17523
  "dependencies": {
17524
- "@typescript-eslint/eslint-plugin": "8.64.0",
17525
- "@typescript-eslint/parser": "8.64.0",
17526
- "@typescript-eslint/typescript-estree": "8.64.0",
17527
- "@typescript-eslint/utils": "8.64.0"
17524
+ "@typescript-eslint/eslint-plugin": "8.65.0",
17525
+ "@typescript-eslint/parser": "8.65.0",
17526
+ "@typescript-eslint/typescript-estree": "8.65.0",
17527
+ "@typescript-eslint/utils": "8.65.0"
17528
17528
  },
17529
17529
  "engines": {
17530
17530
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
package/oclif.lock CHANGED
@@ -1206,10 +1206,10 @@
1206
1206
  resolved "https://registry.yarnpkg.com/@nolyfill/is-core-module/-/is-core-module-1.0.39.tgz#3dc35ba0f1e66b403c00b39344f870298ebb1c8e"
1207
1207
  integrity sha512-nn5ozdjYQpUCZlWGuxcJY/KpxkWQs4DcbMCmKojjyrYDEAGy4Ce19NN4v5MduafTwJlbKc99UA8YhSVqq9yPZA==
1208
1208
 
1209
- "@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.4", "@oclif/core@^4.13.0":
1210
- version "4.13.0"
1211
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.13.0.tgz#fc50d40f567e486e6535f0d0e8c6f3733a8c0e39"
1212
- integrity sha512-j3NKgXE3qd0gvSYsCqDLb3VhW5KEg030VQhMnv5c0qNzPp6jBmF7cCDIQG4ROZIOqEfGbUoDDMAAzaC30vV99g==
1209
+ "@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.4", "@oclif/core@^4.13.2":
1210
+ version "4.13.2"
1211
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.13.2.tgz#3a716b90f40becdf25f6b9d9b63ec05dec3dce94"
1212
+ integrity sha512-YWQs0JvESCliWopKtCZqPLgEB1e3oqR+KYecMReseYWbo7E73Rz2tFwQDFQtAp48VLMiAsiTPKKQaZAo+ghzLw==
1213
1213
  dependencies:
1214
1214
  ansi-escapes "^4.3.2"
1215
1215
  ansis "^3.17.0"
@@ -1230,10 +1230,10 @@
1230
1230
  wordwrap "^1.0.0"
1231
1231
  wrap-ansi "^7.0.0"
1232
1232
 
1233
- "@oclif/plugin-command-snapshot@^5.3.31":
1234
- version "5.3.31"
1235
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.31.tgz#1064f54273cead813d90c07604c16c3e99f07850"
1236
- integrity sha512-jDfwOlgIK+p8Q/YZcBsExZPGeFArtFZ5tqWV+tkW/fKLMMAIbKcrW/NPFFTGsaS3tL8nJfeqyT0f4e5ODd+vDA==
1233
+ "@oclif/plugin-command-snapshot@^5.3.33":
1234
+ version "5.3.33"
1235
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.33.tgz#36f6cc1b8b9154e6087f9f7f8a3a83b0c089198f"
1236
+ integrity sha512-Djtpaf6tO73cWMLXY+i7SZgfkVz3zRFZ1rwTKrAQZ55gN22zjHn0QXc181dtEGYcVb+laYJGHo/epvDntySi3g==
1237
1237
  dependencies:
1238
1238
  "@oclif/core" "^4"
1239
1239
  ansis "^3.17.0"
@@ -1336,10 +1336,10 @@
1336
1336
  resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8"
1337
1337
  integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
1338
1338
 
1339
- "@salesforce/cli-plugins-testkit@^5.3.62":
1340
- version "5.3.62"
1341
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.62.tgz#05fef477ef8804c8c4ae4144d22bcf59ace3a129"
1342
- integrity sha512-f6Kj64IqOhT5LhmtwEidx8riftVPorOiSdKRqOOQRiFCJR1lfmAZEKiZc3yo0xRT7RmavRUKupBwklT7+rsIbg==
1339
+ "@salesforce/cli-plugins-testkit@^5.3.64":
1340
+ version "5.3.64"
1341
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.64.tgz#6c28fefc787f83096cb274e38fc855727ffa13f3"
1342
+ integrity sha512-4jUPow+oOr2Jp3s3QKCS1Aw9qs9AV2sIuk3YvWz9gMd7Y3/wVROG4C5OelfnrClGocxDAOVaCgJrTSoF0VQzUg==
1343
1343
  dependencies:
1344
1344
  "@salesforce/core" "^8.31.2"
1345
1345
  "@salesforce/kit" "^3.2.6"
@@ -1426,10 +1426,10 @@
1426
1426
  resolved "https://registry.yarnpkg.com/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz#ba648d4886bb38adabe073dbea0b3a91b3753bb0"
1427
1427
  integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
1428
1428
 
1429
- "@salesforce/sf-plugins-core@^12.2.27":
1430
- version "12.2.27"
1431
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.27.tgz#c10ebb1ff77a6bc61663e33ae62dd9ca01399187"
1432
- integrity sha512-sUPrZX1YXxOdzqDjNzGjAHW1Ef0CWlmztEDrrOH7pPpqT3pR9jfYZny6mkzGW1Xnwh1+8nnsCY605K8FSz8nuQ==
1429
+ "@salesforce/sf-plugins-core@^12.2.28":
1430
+ version "12.2.28"
1431
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.28.tgz#2fae75f25a8a09e2cbd18266ed1407c858c72fd8"
1432
+ integrity sha512-amfPBfdlgYoM9LCQewtoLWOe29kY7urLnYH1a5G7QLWN74tJeXEkvc1OyM18n+f2MHmpK0/ICAg5Wq276HwxHQ==
1433
1433
  dependencies:
1434
1434
  "@inquirer/confirm" "^6.1.1"
1435
1435
  "@inquirer/password" "^5.1.1"
@@ -1946,16 +1946,16 @@
1946
1946
  resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
1947
1947
  integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
1948
1948
 
1949
- "@typescript-eslint/eslint-plugin@8.64.0", "@typescript-eslint/eslint-plugin@^8":
1950
- version "8.64.0"
1951
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.64.0.tgz#71a0c3d5f8a5e6c5dfdb4f0f04bd1bfb572d5e24"
1952
- integrity sha512-CGvQPBxN3wZLu6Rz2kFUpZeoCm78xUic92ck39KPePkO1NPOwjCqdQnm5Q87tpWw9vcBvW8XLrDXjH9PWYtJ3Q==
1949
+ "@typescript-eslint/eslint-plugin@8.65.0", "@typescript-eslint/eslint-plugin@^8":
1950
+ version "8.65.0"
1951
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.65.0.tgz#0a58df6fea8c0bf6b396f518077099bc8b762bb5"
1952
+ integrity sha512-IEgob78X12rHpUmtcwFsXhZdVGJtwTVP8FiCLZkR6GlYVrl2PcuB+KhCE5BlVC/eQpQnu8WXRtkHZuPar+gCRA==
1953
1953
  dependencies:
1954
1954
  "@eslint-community/regexpp" "^4.12.2"
1955
- "@typescript-eslint/scope-manager" "8.64.0"
1956
- "@typescript-eslint/type-utils" "8.64.0"
1957
- "@typescript-eslint/utils" "8.64.0"
1958
- "@typescript-eslint/visitor-keys" "8.64.0"
1955
+ "@typescript-eslint/scope-manager" "8.65.0"
1956
+ "@typescript-eslint/type-utils" "8.65.0"
1957
+ "@typescript-eslint/utils" "8.65.0"
1958
+ "@typescript-eslint/visitor-keys" "8.65.0"
1959
1959
  ignore "^7.0.5"
1960
1960
  natural-compare "^1.4.0"
1961
1961
  ts-api-utils "^2.5.0"
@@ -1977,15 +1977,15 @@
1977
1977
  semver "^7.5.4"
1978
1978
  ts-api-utils "^1.0.1"
1979
1979
 
1980
- "@typescript-eslint/parser@8.64.0", "@typescript-eslint/parser@^8":
1981
- version "8.64.0"
1982
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.64.0.tgz#c9864a1cc28a13ff29a7314fbdef0528bb122f72"
1983
- integrity sha512-KA0OshtlcCCXmbfqyZkM5pV3/WNraJf7DkJRLpyrmwPtud57H5BDX7C3k0LPSPxpprfRL+cJDGabF10mvNCoCw==
1980
+ "@typescript-eslint/parser@8.65.0", "@typescript-eslint/parser@^8":
1981
+ version "8.65.0"
1982
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.65.0.tgz#5295c1058c0a1dd746ef28baaf9c0341dbdf03dc"
1983
+ integrity sha512-CZ4nMxWwgu1HEEFNkeaCptra9QCtkmKdgf3sWh1rl1trIhmxLilgTV4cwcbQ4wemnT4sWQN8CaKOmdYx+g2gMA==
1984
1984
  dependencies:
1985
- "@typescript-eslint/scope-manager" "8.64.0"
1986
- "@typescript-eslint/types" "8.64.0"
1987
- "@typescript-eslint/typescript-estree" "8.64.0"
1988
- "@typescript-eslint/visitor-keys" "8.64.0"
1985
+ "@typescript-eslint/scope-manager" "8.65.0"
1986
+ "@typescript-eslint/types" "8.65.0"
1987
+ "@typescript-eslint/typescript-estree" "8.65.0"
1988
+ "@typescript-eslint/visitor-keys" "8.65.0"
1989
1989
  debug "^4.4.3"
1990
1990
 
1991
1991
  "@typescript-eslint/parser@^6.21.0":
@@ -2008,13 +2008,13 @@
2008
2008
  "@typescript-eslint/types" "^8.56.0"
2009
2009
  debug "^4.4.3"
2010
2010
 
2011
- "@typescript-eslint/project-service@8.64.0":
2012
- version "8.64.0"
2013
- resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.64.0.tgz#14c4e29390d7325a7f8a1218c2788fd649b85da6"
2014
- integrity sha512-tk4WpOJ6IEbGrVHaNmM0YRrwAD3exZlIK3iadQNAxh4YKk6jvUQ4ecq18n+v7+meh+cJ3j+D8nbk8sRKhlwLQg==
2011
+ "@typescript-eslint/project-service@8.65.0":
2012
+ version "8.65.0"
2013
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.65.0.tgz#65fbbc9a1591abffaeab5513200f848271cb0aa5"
2014
+ integrity sha512-SxnPhbTsGahizDgbu7oqFH/xVtzIqMd/s+WtnSxNxJZJpLbdT5IPdzg8EZxO3+PoKahXmwJLeNQOpKJb3/bi7Q==
2015
2015
  dependencies:
2016
- "@typescript-eslint/tsconfig-utils" "^8.64.0"
2017
- "@typescript-eslint/types" "^8.64.0"
2016
+ "@typescript-eslint/tsconfig-utils" "^8.65.0"
2017
+ "@typescript-eslint/types" "^8.65.0"
2018
2018
  debug "^4.4.3"
2019
2019
 
2020
2020
  "@typescript-eslint/scope-manager@6.21.0":
@@ -2041,23 +2041,23 @@
2041
2041
  "@typescript-eslint/types" "8.56.0"
2042
2042
  "@typescript-eslint/visitor-keys" "8.56.0"
2043
2043
 
2044
- "@typescript-eslint/scope-manager@8.64.0":
2045
- version "8.64.0"
2046
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.64.0.tgz#d45f15304a94c85c39db317b717b158fb6259958"
2047
- integrity sha512-CXEaFdYXjSTgKhisNkwCcJwTP8Pl+fmRrEQrri4nm3vU743bALrxzLmq7fHG/7e6a5xO0lDYeURpZmBuhHk54w==
2044
+ "@typescript-eslint/scope-manager@8.65.0":
2045
+ version "8.65.0"
2046
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.65.0.tgz#9547202ce7e608e7b6283df585703b980a0ea70d"
2047
+ integrity sha512-Esbl8OSYiVxBokYgWPf7VVWg/BE798wXhimnn9ML9Pt5qoDf8bfQlgjlKXR/k98+AcNzlLKYrpCcrcuZ9DZLgg==
2048
2048
  dependencies:
2049
- "@typescript-eslint/types" "8.64.0"
2050
- "@typescript-eslint/visitor-keys" "8.64.0"
2049
+ "@typescript-eslint/types" "8.65.0"
2050
+ "@typescript-eslint/visitor-keys" "8.65.0"
2051
2051
 
2052
2052
  "@typescript-eslint/tsconfig-utils@8.56.0", "@typescript-eslint/tsconfig-utils@^8.56.0":
2053
2053
  version "8.56.0"
2054
2054
  resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.0.tgz#2538ce83cbc376e685487960cbb24b65fe2abc4e"
2055
2055
  integrity sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==
2056
2056
 
2057
- "@typescript-eslint/tsconfig-utils@8.64.0", "@typescript-eslint/tsconfig-utils@^8.64.0":
2058
- version "8.64.0"
2059
- resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.64.0.tgz#c62ac8ea9173c3cac8b38b8e66e30a046b548851"
2060
- integrity sha512-2yo8rRNKuzbVWQp5kslhANqZ2uDAeROQHBRZNPu8JDsHmeFNj/XJJhX/FhNUWmkHHvoNsKa6+tHJiig87EzsQw==
2057
+ "@typescript-eslint/tsconfig-utils@8.65.0", "@typescript-eslint/tsconfig-utils@^8.65.0":
2058
+ version "8.65.0"
2059
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.65.0.tgz#36f168fcdbb1295f7446ff0379667f98c3cf1bf3"
2060
+ integrity sha512-j6GzGqCiRdA7Qhur2VVmKZAkBLfnHFQfx4TaJGL9RMveZqCo48jSHHO0DTgizEnGhtWnqmbtCUSrqSkdiY/0Hg==
2061
2061
 
2062
2062
  "@typescript-eslint/type-utils@6.21.0":
2063
2063
  version "6.21.0"
@@ -2069,14 +2069,14 @@
2069
2069
  debug "^4.3.4"
2070
2070
  ts-api-utils "^1.0.1"
2071
2071
 
2072
- "@typescript-eslint/type-utils@8.64.0":
2073
- version "8.64.0"
2074
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.64.0.tgz#106fa7d58cf9cf7758f3dd8e426ac8237eceacf3"
2075
- integrity sha512-XWG4Fmmv/6SvyS9nH8jWrKs6terwJvE8cyRt1CzYYqzp9OrPhCT4cMc/f7C6RZCwG+qMmiffJS1/qJP8G1URtg==
2072
+ "@typescript-eslint/type-utils@8.65.0":
2073
+ version "8.65.0"
2074
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.65.0.tgz#d316d7522d93cff4cd14f305e02f3df2d804f9c1"
2075
+ integrity sha512-YjaZ7PRI5qY7ax2L3PbvX0rRyGtipAReCWs0mhhDBHjH/vl0g0BonaGXrKdKpMbIIsMIwDgbk/xzkBTyAltS5g==
2076
2076
  dependencies:
2077
- "@typescript-eslint/types" "8.64.0"
2078
- "@typescript-eslint/typescript-estree" "8.64.0"
2079
- "@typescript-eslint/utils" "8.64.0"
2077
+ "@typescript-eslint/types" "8.65.0"
2078
+ "@typescript-eslint/typescript-estree" "8.65.0"
2079
+ "@typescript-eslint/utils" "8.65.0"
2080
2080
  debug "^4.4.3"
2081
2081
  ts-api-utils "^2.5.0"
2082
2082
 
@@ -2095,10 +2095,10 @@
2095
2095
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.0.tgz#a2444011b9a98ca13d70411d2cbfed5443b3526a"
2096
2096
  integrity sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==
2097
2097
 
2098
- "@typescript-eslint/types@8.64.0", "@typescript-eslint/types@^8.64.0":
2099
- version "8.64.0"
2100
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.64.0.tgz#b41f8ef5dd40616908658b991197a9d486cda60b"
2101
- integrity sha512-qjhfuTfLXjA4IOzXvz0rTjT01BqEiIgPoUeMwiEjnaHKJMTNo8rH5pYW1a2L/0Dnux2fPC85AeyJoWaGa8WxTA==
2098
+ "@typescript-eslint/types@8.65.0", "@typescript-eslint/types@^8.65.0":
2099
+ version "8.65.0"
2100
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.65.0.tgz#3e86738416a777c8b8925ab46745f48ecf904c9f"
2101
+ integrity sha512-JSSwWNy+H0E/01jJEM+hrX6N0OFDzFzeIhHFSAS01tlVaevpG8cFyYRPhS5yjGOvBUx3sqQHVMjCL1CAZZMxBg==
2102
2102
 
2103
2103
  "@typescript-eslint/typescript-estree@6.21.0":
2104
2104
  version "6.21.0"
@@ -2143,15 +2143,15 @@
2143
2143
  tinyglobby "^0.2.15"
2144
2144
  ts-api-utils "^2.4.0"
2145
2145
 
2146
- "@typescript-eslint/typescript-estree@8.64.0":
2147
- version "8.64.0"
2148
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.64.0.tgz#b8d51255e2d726eb4bd80d397a4fb4170c02eecc"
2149
- integrity sha512-Pztpsn1aCE1oWDvDEfUk31nngvvF7vUB5SwHFEaZIFpvw7WJtqUHHL4plBZDA9HfWJJjL13BdG0YrJInTUvoVA==
2146
+ "@typescript-eslint/typescript-estree@8.65.0":
2147
+ version "8.65.0"
2148
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.65.0.tgz#f1f514808f6aa713e2d678ae8ff592a65e1632af"
2149
+ integrity sha512-JboAE2swaYt4tb1fHhHTABE2K+OLy09XfcTbhnk4Pw96f9dd2e9iYsJ28gBggHlo5z5x1rkyWvcPoTuNTd4oGg==
2150
2150
  dependencies:
2151
- "@typescript-eslint/project-service" "8.64.0"
2152
- "@typescript-eslint/tsconfig-utils" "8.64.0"
2153
- "@typescript-eslint/types" "8.64.0"
2154
- "@typescript-eslint/visitor-keys" "8.64.0"
2151
+ "@typescript-eslint/project-service" "8.65.0"
2152
+ "@typescript-eslint/tsconfig-utils" "8.65.0"
2153
+ "@typescript-eslint/types" "8.65.0"
2154
+ "@typescript-eslint/visitor-keys" "8.65.0"
2155
2155
  debug "^4.4.3"
2156
2156
  minimatch "^10.2.2"
2157
2157
  semver "^7.7.3"
@@ -2171,15 +2171,15 @@
2171
2171
  "@typescript-eslint/typescript-estree" "6.21.0"
2172
2172
  semver "^7.5.4"
2173
2173
 
2174
- "@typescript-eslint/utils@8.64.0":
2175
- version "8.64.0"
2176
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.64.0.tgz#98bb2010cfb754b41985b9c93e6e8b3dcd7bd600"
2177
- integrity sha512-aJUGVB3+U0htrrCjoA8qukw8cm8fNCGAxK/tVoS70k8aeb7DETKeFozRiVFIwEeN9WJLsjaP3ph8I60tY2XZoQ==
2174
+ "@typescript-eslint/utils@8.65.0":
2175
+ version "8.65.0"
2176
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.65.0.tgz#afedd974a0c8deeef553b509df5800bafd615a72"
2177
+ integrity sha512-gXiwIHsYreboxeJucHKPvgwl7dXt50mF8s1/c00cP/WoVTyWKFdtfhRWwZiXYFU5H2O8vVoSLNrexFZjYS/SGA==
2178
2178
  dependencies:
2179
2179
  "@eslint-community/eslint-utils" "^4.9.1"
2180
- "@typescript-eslint/scope-manager" "8.64.0"
2181
- "@typescript-eslint/types" "8.64.0"
2182
- "@typescript-eslint/typescript-estree" "8.64.0"
2180
+ "@typescript-eslint/scope-manager" "8.65.0"
2181
+ "@typescript-eslint/types" "8.65.0"
2182
+ "@typescript-eslint/typescript-estree" "8.65.0"
2183
2183
 
2184
2184
  "@typescript-eslint/utils@^7.18.0":
2185
2185
  version "7.18.0"
@@ -2225,12 +2225,12 @@
2225
2225
  "@typescript-eslint/types" "8.56.0"
2226
2226
  eslint-visitor-keys "^5.0.0"
2227
2227
 
2228
- "@typescript-eslint/visitor-keys@8.64.0":
2229
- version "8.64.0"
2230
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.64.0.tgz#7a08421d10e54960733352cd7c95fab1784e8473"
2231
- integrity sha512-mrtuL8Nsn6gi2H4mo5KMTp823M+3Q19Ew/i+Zlikq20tIMm99C3Ez0dCmkWWnxut20esQvTg8aUSEhMcAOXhEw==
2228
+ "@typescript-eslint/visitor-keys@8.65.0":
2229
+ version "8.65.0"
2230
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.65.0.tgz#e3704c13cb4a1c22454c1abf28ff4737e15018c6"
2231
+ integrity sha512-8C71BQkGjiMmXtop7pHVJu1l2NNShFdkCyD6a2ezzs5vU/L3LRtb69EtcteFwz0mYMPzIgOw0n6OV4VBUWZd7A==
2232
2232
  dependencies:
2233
- "@typescript-eslint/types" "8.64.0"
2233
+ "@typescript-eslint/types" "8.65.0"
2234
2234
  eslint-visitor-keys "^5.0.0"
2235
2235
 
2236
2236
  "@ungap/structured-clone@^1.0.0", "@ungap/structured-clone@^1.2.0":
@@ -3831,10 +3831,10 @@ eslint-compat-utils@^0.5.1:
3831
3831
  dependencies:
3832
3832
  semver "^7.5.4"
3833
3833
 
3834
- eslint-config-oclif@^6.0.177:
3835
- version "6.0.177"
3836
- resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.177.tgz#8fe2be594a2a3b41793e28b9c4e6d59a100980bc"
3837
- integrity sha512-DjeVJCF7Z/aiEwGUyqCaO0DZp9HrZJPdDts2KW2kELPsHihBpVMRgzl7rVj8ao0S4if9qpLoIZ5g18wUNNIjAg==
3834
+ eslint-config-oclif@^6.0.179:
3835
+ version "6.0.179"
3836
+ resolved "https://registry.yarnpkg.com/eslint-config-oclif/-/eslint-config-oclif-6.0.179.tgz#4f605fa22a870b09c39261fc420fb67ebbff1a90"
3837
+ integrity sha512-V0FZS3LpawI3slJIL0/Z1Qhs11ufhcVeQs4t1y8MDSw43UWAXGiRxByMO4xNLCdAwTDrC6dY4MsX7XEKiw6euA==
3838
3838
  dependencies:
3839
3839
  "@eslint/compat" "^1.4.1"
3840
3840
  "@eslint/eslintrc" "^3.3.5"
@@ -3851,7 +3851,7 @@ eslint-config-oclif@^6.0.177:
3851
3851
  eslint-plugin-n "^17.24.0"
3852
3852
  eslint-plugin-perfectionist "^4"
3853
3853
  eslint-plugin-unicorn "^56.0.1"
3854
- typescript-eslint "^8.64.0"
3854
+ typescript-eslint "^8.65.0"
3855
3855
 
3856
3856
  eslint-config-prettier@^9.1.0:
3857
3857
  version "9.1.2"
@@ -6696,10 +6696,10 @@ object.values@^1.2.1:
6696
6696
  define-properties "^1.2.1"
6697
6697
  es-object-atoms "^1.0.0"
6698
6698
 
6699
- oclif@^4.23.28:
6700
- version "4.23.28"
6701
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.28.tgz#866ac0cbf2f1fbe3d484b4919b5721dea47e14b5"
6702
- integrity sha512-u0Jo1RAo5zrZUhrTTxGGicjZ606L7dYV+L1VoFstA5RfV7pktEE6lVs3ueELQcNUgkUvofAiZqleocZCBA/Hqg==
6699
+ oclif@^4.23.29:
6700
+ version "4.23.29"
6701
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.29.tgz#3b62399a0ce68370c9a6bebc6fb9eea776729f62"
6702
+ integrity sha512-pUekmMh+wwIbFq3xX1EfkgZ7RuYuuSbdhJiB+20zqSfGE8Tt9T+K9br1/vmsaIOxfDo0Dw3jxLBk4JZOMFEMeQ==
6703
6703
  dependencies:
6704
6704
  "@aws-sdk/client-cloudfront" "^3.1079.0"
6705
6705
  "@aws-sdk/client-s3" "^3.1079.0"
@@ -8639,15 +8639,15 @@ typedoc@^0.26.5:
8639
8639
  shiki "^1.16.2"
8640
8640
  yaml "^2.5.1"
8641
8641
 
8642
- typescript-eslint@^8.64.0:
8643
- version "8.64.0"
8644
- resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.64.0.tgz#4984dae4de9dc8bf892acf5c394d0a2a5f08c3e1"
8645
- integrity sha512-0qg+pDNMnqYzqH9AnNK+39tejHvsShUOUUoRUgtnTGE7QuMZhiFDnozq8nHJVq+Wae6NMLKNWLg5WmkcC/ndyQ==
8642
+ typescript-eslint@^8.65.0:
8643
+ version "8.65.0"
8644
+ resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.65.0.tgz#754c953fd6a9a3d36fa54015bdba80a6eb2a4957"
8645
+ integrity sha512-/ggrHAwyjENDusvyxbuqxAC2dTnZg/Z8F+fgQtYIz+L6n/9HfSlEZcFGV/NsMNa6CkGk0xUjUAFwC0vHOflvIA==
8646
8646
  dependencies:
8647
- "@typescript-eslint/eslint-plugin" "8.64.0"
8648
- "@typescript-eslint/parser" "8.64.0"
8649
- "@typescript-eslint/typescript-estree" "8.64.0"
8650
- "@typescript-eslint/utils" "8.64.0"
8647
+ "@typescript-eslint/eslint-plugin" "8.65.0"
8648
+ "@typescript-eslint/parser" "8.65.0"
8649
+ "@typescript-eslint/typescript-estree" "8.65.0"
8650
+ "@typescript-eslint/utils" "8.65.0"
8651
8651
 
8652
8652
  "typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4, typescript@^5.9.3:
8653
8653
  version "5.9.3"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "5.0.156"
270
+ "version": "5.0.158"
271
271
  }
package/package.json CHANGED
@@ -1,16 +1,16 @@
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.156",
4
+ "version": "5.0.158",
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.39",
10
- "@oclif/core": "^4.13.0",
10
+ "@oclif/core": "^4.13.2",
11
11
  "@salesforce/core": "^8.32.6",
12
12
  "@salesforce/kit": "^3.2.6",
13
- "@salesforce/sf-plugins-core": "^12.2.27",
13
+ "@salesforce/sf-plugins-core": "^12.2.28",
14
14
  "@salesforce/source-deploy-retrieve": "12.37.2",
15
15
  "@salesforce/source-tracking": "7.8.19",
16
16
  "@salesforce/ts-types": "^2.0.12",
@@ -21,18 +21,18 @@
21
21
  "isomorphic-git": "1.40.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@oclif/plugin-command-snapshot": "^5.3.31",
25
- "@salesforce/cli-plugins-testkit": "^5.3.62",
24
+ "@oclif/plugin-command-snapshot": "^5.3.33",
25
+ "@salesforce/cli-plugins-testkit": "^5.3.64",
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": "^12.0.0",
31
- "eslint-config-oclif": "^6.0.177",
31
+ "eslint-config-oclif": "^6.0.179",
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
- "oclif": "^4.23.28",
35
+ "oclif": "^4.23.29",
36
36
  "patch-package": "^8.0.1",
37
37
  "prettier": "^3.9.6",
38
38
  "pretty-quick": "^4.2.2",