sfdx-jayree 4.8.111 → 4.8.112

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,12 @@
1
+ ## [4.8.112](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.111...v4.8.112) (2024-12-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.6.20 to 3.6.23 ([#1521](https://github.com/jayree/sfdx-jayree-plugin/issues/1521)) ([fba9e4f](https://github.com/jayree/sfdx-jayree-plugin/commit/fba9e4fc5e37d11068788d32e0cdc3b266af80d3))
7
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.86 to 1.2.87 ([#1522](https://github.com/jayree/sfdx-jayree-plugin/issues/1522)) ([092fe98](https://github.com/jayree/sfdx-jayree-plugin/commit/092fe981ee68d5e1e44f81a03b5fef09230b4ffa))
8
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.90 to 1.3.91 ([#1518](https://github.com/jayree/sfdx-jayree-plugin/issues/1518)) ([ed14a2f](https://github.com/jayree/sfdx-jayree-plugin/commit/ed14a2f5a59d680f2b61d4e3d6056a2cbbaa4380))
9
+
1
10
  ## [4.8.111](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.110...v4.8.111) (2024-12-20)
2
11
 
3
12
 
package/README.md CHANGED
@@ -61,7 +61,7 @@ EXAMPLES
61
61
  ...
62
62
  ```
63
63
 
64
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.86/src/commands/jayree/flow/get/coverage.ts)_
64
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.87/src/commands/jayree/flow/get/coverage.ts)_
65
65
 
66
66
  ### `sfdx jayree manifest cleanup`
67
67
 
@@ -90,7 +90,7 @@ EXAMPLES
90
90
  $ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
91
91
  ```
92
92
 
93
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.20/src/commands/jayree/manifest/cleanup.ts)_
93
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.23/src/commands/jayree/manifest/cleanup.ts)_
94
94
 
95
95
  ### `sfdx jayree manifest generate`
96
96
 
@@ -128,7 +128,7 @@ EXAMPLES
128
128
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
129
129
  ```
130
130
 
131
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.20/src/commands/jayree/manifest/generate.ts)_
131
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.23/src/commands/jayree/manifest/generate.ts)_
132
132
 
133
133
  ### `sfdx jayree manifest git diff REF1 [REF2]`
134
134
 
@@ -211,7 +211,7 @@ FLAG DESCRIPTIONS
211
211
  The location can be an absolute path or relative to the current working directory.
212
212
  ```
213
213
 
214
- _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.20/src/commands/jayree/manifest/git/diff.ts)_
214
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.23/src/commands/jayree/manifest/git/diff.ts)_
215
215
 
216
216
  ### `sfdx jayree org configure`
217
217
 
@@ -241,7 +241,7 @@ EXAMPLES
241
241
  $ sfdx jayree:org:configure --concurrent --tasks="Asset Settings","Activity Settings"
242
242
  ```
243
243
 
244
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.86/src/commands/jayree/org/configure/index.ts)_
244
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.87/src/commands/jayree/org/configure/index.ts)_
245
245
 
246
246
  ### `sfdx jayree org configure country`
247
247
 
@@ -261,7 +261,7 @@ GLOBAL FLAGS
261
261
  --json Format output as json.
262
262
  ```
263
263
 
264
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.86/src/commands/jayree/org/configure/country.ts)_
264
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.87/src/commands/jayree/org/configure/country.ts)_
265
265
 
266
266
  ### `sfdx jayree org configure state`
267
267
 
@@ -286,7 +286,7 @@ GLOBAL FLAGS
286
286
  --json Format output as json.
287
287
  ```
288
288
 
289
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.86/src/commands/jayree/org/configure/state.ts)_
289
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.87/src/commands/jayree/org/configure/state.ts)_
290
290
 
291
291
  ### `sfdx jayree org get settings`
292
292
 
@@ -316,7 +316,7 @@ EXAMPLES
316
316
  $ sfdx jayree:org:settings -u MyTestOrg1 -w
317
317
  ```
318
318
 
319
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.86/src/commands/jayree/org/get/settings.ts)_
319
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.87/src/commands/jayree/org/get/settings.ts)_
320
320
 
321
321
  ### `sfdx jayree org stream`
322
322
 
@@ -348,7 +348,7 @@ EXAMPLES
348
348
  ...
349
349
  ```
350
350
 
351
- _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.86/src/commands/jayree/org/stream.ts)_
351
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.87/src/commands/jayree/org/stream.ts)_
352
352
 
353
353
  ### `sfdx jayree project compare snapshot`
354
354
 
@@ -369,7 +369,7 @@ ALIASES
369
369
  $ sfdx jayree source snapshot compare
370
370
  ```
371
371
 
372
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.90/src/commands/jayree/project/compare/snapshot.ts)_
372
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.91/src/commands/jayree/project/compare/snapshot.ts)_
373
373
 
374
374
  ### `sfdx jayree project fix`
375
375
 
@@ -391,7 +391,7 @@ ALIASES
391
391
  $ sfdx jayree source fix
392
392
  ```
393
393
 
394
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.90/src/commands/jayree/project/fix.ts)_
394
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.91/src/commands/jayree/project/fix.ts)_
395
395
 
396
396
  ### `sfdx jayree project generate snapshot`
397
397
 
@@ -412,7 +412,7 @@ ALIASES
412
412
  $ sfdx jayree source snapshot generate
413
413
  ```
414
414
 
415
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.90/src/commands/jayree/project/generate/snapshot.ts)_
415
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.91/src/commands/jayree/project/generate/snapshot.ts)_
416
416
 
417
417
  ### `sfdx jayree project list tracking`
418
418
 
@@ -441,7 +441,7 @@ EXAMPLES
441
441
  $ sfdx jayree:source:tracking:list -u me@my.org -r 101
442
442
  ```
443
443
 
444
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.90/src/commands/jayree/project/list/tracking.ts)_
444
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.91/src/commands/jayree/project/list/tracking.ts)_
445
445
 
446
446
  ### `sfdx jayree project store tracking get`
447
447
 
@@ -467,7 +467,7 @@ EXAMPLES
467
467
  $ sfdx jayree:source:tracking:store:get -u me@my.org
468
468
  ```
469
469
 
470
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.90/src/commands/jayree/project/store/tracking/get.ts)_
470
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.91/src/commands/jayree/project/store/tracking/get.ts)_
471
471
 
472
472
  ### `sfdx jayree project store tracking set`
473
473
 
@@ -497,7 +497,7 @@ EXAMPLES
497
497
  $ sfdx jayree:source:tracking:store:set -u MyTestOrg1 -r 101
498
498
  ```
499
499
 
500
- _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.90/src/commands/jayree/project/store/tracking/set.ts)_
500
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.91/src/commands/jayree/project/store/tracking/set.ts)_
501
501
  <!-- commandsstop -->
502
502
 
503
503
  ## Hooks
@@ -1,28 +1,28 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
- "version": "4.8.111",
3
+ "version": "4.8.112",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-jayree",
9
- "version": "4.8.111",
9
+ "version": "4.8.112",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@jayree/sfdx-plugin-manifest": "^3.6.20",
13
- "@jayree/sfdx-plugin-org": "^1.2.86",
12
+ "@jayree/sfdx-plugin-manifest": "^3.6.23",
13
+ "@jayree/sfdx-plugin-org": "^1.2.87",
14
14
  "@jayree/sfdx-plugin-prettier": "^1.3.94",
15
- "@jayree/sfdx-plugin-source": "^1.3.90"
15
+ "@jayree/sfdx-plugin-source": "^1.3.91"
16
16
  },
17
17
  "devDependencies": {
18
- "@oclif/plugin-help": "^6.2.19",
18
+ "@oclif/plugin-help": "^6.2.20",
19
19
  "@salesforce/dev-scripts": "^10.2.11",
20
20
  "@salesforce/ts-sinon": "^1.4.30",
21
21
  "c8": "^10.1.3",
22
22
  "eslint-plugin-prettier": "^5.2.1",
23
23
  "eslint-plugin-sf-plugin": "^1.20.13",
24
24
  "nock": "^13.5.6",
25
- "oclif": "^4.17.0",
25
+ "oclif": "^4.17.4",
26
26
  "patch-package": "^8.0.0",
27
27
  "pinst": "^3.0.0",
28
28
  "prettier": "^3.4.1",
@@ -4859,21 +4859,21 @@
4859
4859
  }
4860
4860
  },
4861
4861
  "node_modules/@jayree/sfdx-plugin-manifest": {
4862
- "version": "3.6.20",
4863
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.6.20.tgz",
4864
- "integrity": "sha512-J5PITZi1Ts1ISPxG625cxuMwkfKm1vUf7wczHUs9TKOeR0G5zEgA2YzxaDoQojWUYcnWr26ZpNWV3iahhoFRfw==",
4862
+ "version": "3.6.23",
4863
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.6.23.tgz",
4864
+ "integrity": "sha512-CBCGvr9RWKLHb8WhLi11chX8gs/yCg31RcIlUDOkuKwkcAzmkxz4lgCK6w+amCpEnGWsLeiFwNpl2zxPZaBbXQ==",
4865
4865
  "license": "BSD-3-Clause",
4866
4866
  "dependencies": {
4867
4867
  "@jayree/changelog": "^1.2.4",
4868
- "@oclif/core": "^4.0.33",
4868
+ "@oclif/core": "^4.2.0",
4869
4869
  "@salesforce/core": "^8.8.0",
4870
4870
  "@salesforce/kit": "^3.2.3",
4871
4871
  "@salesforce/sf-plugins-core": "^12.1.1",
4872
4872
  "@salesforce/source-deploy-retrieve": "^12.10.3",
4873
- "@salesforce/source-tracking": "^7.3.2",
4873
+ "@salesforce/source-tracking": "^7.3.4",
4874
4874
  "@salesforce/ts-types": "^2.0.12",
4875
4875
  "fast-deep-equal": "^3.1.3",
4876
- "fast-xml-parser": "^4.5.0",
4876
+ "fast-xml-parser": "^4.5.1",
4877
4877
  "fs-extra": "^11.2.0",
4878
4878
  "graceful-fs": "^4.2.11",
4879
4879
  "isomorphic-git": "1.27.2"
@@ -4904,20 +4904,20 @@
4904
4904
  }
4905
4905
  },
4906
4906
  "node_modules/@jayree/sfdx-plugin-org": {
4907
- "version": "1.2.86",
4908
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.86.tgz",
4909
- "integrity": "sha512-jtMVgJTTpm8lhOFT8kov6VaiXPrl15oZ8rSONQghddSGq150RvessX5yQVD/O7/NLhbGNfqHo5WlH2FoDbbu+g==",
4907
+ "version": "1.2.87",
4908
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.87.tgz",
4909
+ "integrity": "sha512-JWJ9K655jACXa27Jh35dc2orVJN+VOK4E0AK07YcSQnp6IbXODEyoVx/VkQCTLEd/LRVe/aVrJET1lr7Rkrndg==",
4910
4910
  "license": "BSD-3-Clause",
4911
4911
  "dependencies": {
4912
4912
  "@jayree/changelog": "^1.2.4",
4913
4913
  "@jsforce/jsforce-node": "^3.6.3",
4914
4914
  "@listr2/prompt-adapter-enquirer": "^2.0.12",
4915
- "@oclif/core": "^4.1.1",
4915
+ "@oclif/core": "^4.2.0",
4916
4916
  "@salesforce/core": "^8.8.0",
4917
4917
  "@salesforce/sf-plugins-core": "^11.3.12",
4918
4918
  "@salesforce/source-deploy-retrieve": "^12.10.3",
4919
4919
  "@salesforce/ts-types": "^2.0.12",
4920
- "chalk": "^5.4.0",
4920
+ "chalk": "^5.4.1",
4921
4921
  "cli-progress": "^3.12.0",
4922
4922
  "cli-truncate": "^4.0.0",
4923
4923
  "debug": "^4.4.0",
@@ -4937,9 +4937,9 @@
4937
4937
  }
4938
4938
  },
4939
4939
  "node_modules/@jayree/sfdx-plugin-org/node_modules/chalk": {
4940
- "version": "5.4.0",
4941
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.0.tgz",
4942
- "integrity": "sha512-ZkD35Mx92acjB2yNJgziGqT9oKHEOxjTBTDRpOsRWtdecL/0jM3z5kM/CTzHWvHIen1GvkM85p6TuFfDGfc8/Q==",
4940
+ "version": "5.4.1",
4941
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
4942
+ "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
4943
4943
  "license": "MIT",
4944
4944
  "engines": {
4945
4945
  "node": "^12.17.0 || ^14.13 || >=16.0.0"
@@ -5025,9 +5025,9 @@
5025
5025
  }
5026
5026
  },
5027
5027
  "node_modules/@jayree/sfdx-plugin-source": {
5028
- "version": "1.3.90",
5029
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.90.tgz",
5030
- "integrity": "sha512-r04O9qyrBaMOD8OwVX9myONrkuM4qXIIo/NZZwLpdw4OxG4hxHVI5lTCxJf99q8EYzEVHw4IqPaMLFzom5aGrw==",
5028
+ "version": "1.3.91",
5029
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.91.tgz",
5030
+ "integrity": "sha512-JFekW27ouybMdyiqG2zZI3bhhxhGrTs8S9PQ5O/PM0sSTOQKm1NGkUuHRgHUnxh5ebGjdi1RwlrksvjgSsAQrw==",
5031
5031
  "license": "BSD-3-Clause",
5032
5032
  "dependencies": {
5033
5033
  "@jayree/changelog": "^1.2.4",
@@ -5036,9 +5036,9 @@
5036
5036
  "@salesforce/kit": "^3.2.3",
5037
5037
  "@salesforce/sf-plugins-core": "^11.3.12",
5038
5038
  "@salesforce/source-deploy-retrieve": "^12.10.3",
5039
- "@salesforce/source-tracking": "^7.3.2",
5039
+ "@salesforce/source-tracking": "^7.3.4",
5040
5040
  "@salesforce/ts-types": "^2.0.11",
5041
- "ansis": "^3.4.0",
5041
+ "ansis": "^3.5.1",
5042
5042
  "debug": "^4.3.7",
5043
5043
  "deep-object-diff": "^1.1.9",
5044
5044
  "fast-xml-parser": "^4.5.1",
@@ -5243,9 +5243,9 @@
5243
5243
  }
5244
5244
  },
5245
5245
  "node_modules/@oclif/core": {
5246
- "version": "4.1.1",
5247
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.1.1.tgz",
5248
- "integrity": "sha512-GdGDKyGBGrqKdu1bCE+R8LtYvV0942RVYvVbT4vMM3OinsyUYRpYf2md1sYTvubu0Y9Euuwk8x6PckACaKU4bQ==",
5246
+ "version": "4.2.0",
5247
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.0.tgz",
5248
+ "integrity": "sha512-ETM2N/GL7W37Kv1Afv1j1Gh77CynS2ubEPP+p+MnjUXEjghNe7+bKAWhPkHnBuFAVFAqdv0qMpUAjxKLbsmbJw==",
5249
5249
  "license": "MIT",
5250
5250
  "dependencies": {
5251
5251
  "ansi-escapes": "^4.3.2",
@@ -5334,9 +5334,9 @@
5334
5334
  }
5335
5335
  },
5336
5336
  "node_modules/@oclif/plugin-help": {
5337
- "version": "6.2.19",
5338
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.19.tgz",
5339
- "integrity": "sha512-q2fIACWHJehppWTTgJm/llleKDgxt42IBVcK6Rp4H6qzET24t2zs0vbALx5XxsNCKl3/UuJhyW2XXQqvGmvWJQ==",
5337
+ "version": "6.2.20",
5338
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.20.tgz",
5339
+ "integrity": "sha512-2l4A/erCAdBWmJwb1LJ7TvSMbBUQbGhIzkdHZb5DMgFJC+Nwfeol5YojqRMeciyGkoqmWPBGENwr0LJgZp2skw==",
5340
5340
  "dev": true,
5341
5341
  "license": "MIT",
5342
5342
  "dependencies": {
@@ -5363,18 +5363,18 @@
5363
5363
  }
5364
5364
  },
5365
5365
  "node_modules/@oclif/plugin-warn-if-update-available": {
5366
- "version": "3.1.21",
5367
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.21.tgz",
5368
- "integrity": "sha512-yG03rR6Z795lSlkuS+6A9JBSq/VQZ40XspTsKdXa/PUJl52RTeZeOHlaecuv4TddAE6T8VsPdWvry68q5TPE4w==",
5366
+ "version": "3.1.28",
5367
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.28.tgz",
5368
+ "integrity": "sha512-15UI0yrzsodQLltntbUOmR7Nyd1tmUWzbcnR7QJvWMgEMuImNjqNdSaeXUFc3UBtaK266YatJYJWL5SCb/MTWw==",
5369
5369
  "dev": true,
5370
5370
  "license": "MIT",
5371
5371
  "dependencies": {
5372
5372
  "@oclif/core": "^4",
5373
- "ansis": "^3.3.1",
5374
- "debug": "^4.3.5",
5373
+ "ansis": "^3.4.0",
5374
+ "debug": "^4.4.0",
5375
5375
  "http-call": "^5.2.2",
5376
5376
  "lodash": "^4.17.21",
5377
- "registry-auth-token": "^5.0.2"
5377
+ "registry-auth-token": "^5.0.3"
5378
5378
  },
5379
5379
  "engines": {
5380
5380
  "node": ">=18.0.0"
@@ -5984,17 +5984,17 @@
5984
5984
  }
5985
5985
  },
5986
5986
  "node_modules/@salesforce/source-tracking": {
5987
- "version": "7.3.2",
5988
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.2.tgz",
5989
- "integrity": "sha512-k5N7EHmbRHl8mFj11I7dJ/dMX48jMSKZurpncHfe5CRleqE1GCr6W2dKIyLb4ru0sxhpOEJ605rTFynmEm2vGA==",
5987
+ "version": "7.3.4",
5988
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.4.tgz",
5989
+ "integrity": "sha512-Qs2GWPaF8GrIvEZyVqX9zmk80BZAzKxirbnfGk+eB0Nig3/Yh01PLdjH5ctRxZpAvraXYZqConIyUxztwT16pA==",
5990
5990
  "license": "BSD-3-Clause",
5991
5991
  "dependencies": {
5992
- "@oclif/core": "^4.0.34",
5992
+ "@oclif/core": "^4.2.0",
5993
5993
  "@salesforce/core": "^8.8.0",
5994
5994
  "@salesforce/kit": "^3.2.3",
5995
5995
  "@salesforce/source-deploy-retrieve": "^12.10.3",
5996
5996
  "@salesforce/ts-types": "^2.0.12",
5997
- "fast-xml-parser": "^4.5.0",
5997
+ "fast-xml-parser": "^4.5.1",
5998
5998
  "graceful-fs": "^4.2.11",
5999
5999
  "isomorphic-git": "^1.27.2",
6000
6000
  "ts-retry-promise": "^0.8.1"
@@ -7607,9 +7607,9 @@
7607
7607
  }
7608
7608
  },
7609
7609
  "node_modules/ansis": {
7610
- "version": "3.4.0",
7611
- "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.4.0.tgz",
7612
- "integrity": "sha512-zVESKSQhWaPhGaWiKj1k+UqvpC7vPBBgG3hjQEeIx2YGzylWt8qA3ziAzRuUtm0OnaGsZKjIvfl8D/sJTt/I0w==",
7610
+ "version": "3.5.1",
7611
+ "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.5.1.tgz",
7612
+ "integrity": "sha512-sfej1OZ6XF7964SpnVmj7bIUnN+P3YbnxXiRYxQgjuuWW9uH+a8OVtxX2ToRQoSBBKvdYApgAcDmm2JEh1xr3w==",
7613
7613
  "license": "ISC",
7614
7614
  "engines": {
7615
7615
  "node": ">=16"
@@ -12102,9 +12102,9 @@
12102
12102
  }
12103
12103
  },
12104
12104
  "node_modules/ink/node_modules/chalk": {
12105
- "version": "5.4.0",
12106
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.0.tgz",
12107
- "integrity": "sha512-ZkD35Mx92acjB2yNJgziGqT9oKHEOxjTBTDRpOsRWtdecL/0jM3z5kM/CTzHWvHIen1GvkM85p6TuFfDGfc8/Q==",
12105
+ "version": "5.4.1",
12106
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
12107
+ "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
12108
12108
  "license": "MIT",
12109
12109
  "engines": {
12110
12110
  "node": "^12.17.0 || ^14.13 || >=16.0.0"
@@ -13367,9 +13367,9 @@
13367
13367
  }
13368
13368
  },
13369
13369
  "node_modules/linkinator/node_modules/chalk": {
13370
- "version": "5.4.0",
13371
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.0.tgz",
13372
- "integrity": "sha512-ZkD35Mx92acjB2yNJgziGqT9oKHEOxjTBTDRpOsRWtdecL/0jM3z5kM/CTzHWvHIen1GvkM85p6TuFfDGfc8/Q==",
13370
+ "version": "5.4.1",
13371
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
13372
+ "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
13373
13373
  "dev": true,
13374
13374
  "license": "MIT",
13375
13375
  "engines": {
@@ -13863,9 +13863,9 @@
13863
13863
  }
13864
13864
  },
13865
13865
  "node_modules/marked-terminal/node_modules/chalk": {
13866
- "version": "5.4.0",
13867
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.0.tgz",
13868
- "integrity": "sha512-ZkD35Mx92acjB2yNJgziGqT9oKHEOxjTBTDRpOsRWtdecL/0jM3z5kM/CTzHWvHIen1GvkM85p6TuFfDGfc8/Q==",
13866
+ "version": "5.4.1",
13867
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz",
13868
+ "integrity": "sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==",
13869
13869
  "license": "MIT",
13870
13870
  "engines": {
13871
13871
  "node": "^12.17.0 || ^14.13 || >=16.0.0"
@@ -14807,9 +14807,9 @@
14807
14807
  }
14808
14808
  },
14809
14809
  "node_modules/oclif": {
14810
- "version": "4.17.0",
14811
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.0.tgz",
14812
- "integrity": "sha512-fRj4J4uIzvRmqSTKGYmYuioG6im29niMBL499wcAIOyRM2UHJslrKi8MCxpzNgqUr6ekkdvyQ13HyzgdPlhytQ==",
14810
+ "version": "4.17.4",
14811
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.17.4.tgz",
14812
+ "integrity": "sha512-CELZOdxSfpM2Kl3dGP0N4fL4+RReGP18vo6oNklWoSP4ka+pJTBzO3W0o15KHAyrzpes5cui+xur3UPZIGr0LQ==",
14813
14813
  "dev": true,
14814
14814
  "license": "MIT",
14815
14815
  "dependencies": {
@@ -14818,10 +14818,10 @@
14818
14818
  "@inquirer/confirm": "^3.1.22",
14819
14819
  "@inquirer/input": "^2.2.4",
14820
14820
  "@inquirer/select": "^2.5.0",
14821
- "@oclif/core": "^4.0.37",
14822
- "@oclif/plugin-help": "^6.2.17",
14823
- "@oclif/plugin-not-found": "^3.2.30",
14824
- "@oclif/plugin-warn-if-update-available": "^3.1.21",
14821
+ "@oclif/core": "^4.2.0",
14822
+ "@oclif/plugin-help": "^6.2.20",
14823
+ "@oclif/plugin-not-found": "^3.2.31",
14824
+ "@oclif/plugin-warn-if-update-available": "^3.1.28",
14825
14825
  "async-retry": "^1.3.3",
14826
14826
  "chalk": "^4",
14827
14827
  "change-case": "^4",
@@ -16286,9 +16286,9 @@
16286
16286
  }
16287
16287
  },
16288
16288
  "node_modules/registry-auth-token": {
16289
- "version": "5.0.2",
16290
- "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.2.tgz",
16291
- "integrity": "sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==",
16289
+ "version": "5.0.3",
16290
+ "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.3.tgz",
16291
+ "integrity": "sha512-1bpc9IyC+e+CNFRaWyn77tk4xGG4PPUyfakSmA6F6cvUDjrm58dfyJ3II+9yb10EDkHoy1LaPSmHaWLOH3m6HA==",
16292
16292
  "dev": true,
16293
16293
  "license": "MIT",
16294
16294
  "dependencies": {
package/oclif.lock CHANGED
@@ -1729,39 +1729,39 @@
1729
1729
  semver "^7.6.3"
1730
1730
  semver-compare "^1.0.0"
1731
1731
 
1732
- "@jayree/sfdx-plugin-manifest@^3.6.20":
1733
- version "3.6.20"
1734
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.6.20.tgz"
1735
- integrity sha512-J5PITZi1Ts1ISPxG625cxuMwkfKm1vUf7wczHUs9TKOeR0G5zEgA2YzxaDoQojWUYcnWr26ZpNWV3iahhoFRfw==
1732
+ "@jayree/sfdx-plugin-manifest@^3.6.23":
1733
+ version "3.6.23"
1734
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.6.23.tgz"
1735
+ integrity sha512-CBCGvr9RWKLHb8WhLi11chX8gs/yCg31RcIlUDOkuKwkcAzmkxz4lgCK6w+amCpEnGWsLeiFwNpl2zxPZaBbXQ==
1736
1736
  dependencies:
1737
1737
  "@jayree/changelog" "^1.2.4"
1738
- "@oclif/core" "^4.0.33"
1738
+ "@oclif/core" "^4.2.0"
1739
1739
  "@salesforce/core" "^8.8.0"
1740
1740
  "@salesforce/kit" "^3.2.3"
1741
1741
  "@salesforce/sf-plugins-core" "^12.1.1"
1742
1742
  "@salesforce/source-deploy-retrieve" "^12.10.3"
1743
- "@salesforce/source-tracking" "^7.3.2"
1743
+ "@salesforce/source-tracking" "^7.3.4"
1744
1744
  "@salesforce/ts-types" "^2.0.12"
1745
1745
  fast-deep-equal "^3.1.3"
1746
- fast-xml-parser "^4.5.0"
1746
+ fast-xml-parser "^4.5.1"
1747
1747
  fs-extra "^11.2.0"
1748
1748
  graceful-fs "^4.2.11"
1749
1749
  isomorphic-git "1.27.2"
1750
1750
 
1751
- "@jayree/sfdx-plugin-org@^1.2.86":
1752
- version "1.2.86"
1753
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.86.tgz"
1754
- integrity sha512-jtMVgJTTpm8lhOFT8kov6VaiXPrl15oZ8rSONQghddSGq150RvessX5yQVD/O7/NLhbGNfqHo5WlH2FoDbbu+g==
1751
+ "@jayree/sfdx-plugin-org@^1.2.87":
1752
+ version "1.2.87"
1753
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.87.tgz"
1754
+ integrity sha512-JWJ9K655jACXa27Jh35dc2orVJN+VOK4E0AK07YcSQnp6IbXODEyoVx/VkQCTLEd/LRVe/aVrJET1lr7Rkrndg==
1755
1755
  dependencies:
1756
1756
  "@jayree/changelog" "^1.2.4"
1757
1757
  "@jsforce/jsforce-node" "^3.6.3"
1758
1758
  "@listr2/prompt-adapter-enquirer" "^2.0.12"
1759
- "@oclif/core" "^4.1.1"
1759
+ "@oclif/core" "^4.2.0"
1760
1760
  "@salesforce/core" "^8.8.0"
1761
1761
  "@salesforce/sf-plugins-core" "^11.3.12"
1762
1762
  "@salesforce/source-deploy-retrieve" "^12.10.3"
1763
1763
  "@salesforce/ts-types" "^2.0.12"
1764
- chalk "^5.4.0"
1764
+ chalk "^5.4.1"
1765
1765
  cli-progress "^3.12.0"
1766
1766
  cli-truncate "^4.0.0"
1767
1767
  debug "^4.4.0"
@@ -1796,10 +1796,10 @@
1796
1796
  prettier-plugin-apex "^2.2.2"
1797
1797
  tslib "^2.8.1"
1798
1798
 
1799
- "@jayree/sfdx-plugin-source@^1.3.90":
1800
- version "1.3.90"
1801
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.90.tgz"
1802
- integrity sha512-r04O9qyrBaMOD8OwVX9myONrkuM4qXIIo/NZZwLpdw4OxG4hxHVI5lTCxJf99q8EYzEVHw4IqPaMLFzom5aGrw==
1799
+ "@jayree/sfdx-plugin-source@^1.3.91":
1800
+ version "1.3.91"
1801
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.91.tgz"
1802
+ integrity sha512-JFekW27ouybMdyiqG2zZI3bhhxhGrTs8S9PQ5O/PM0sSTOQKm1NGkUuHRgHUnxh5ebGjdi1RwlrksvjgSsAQrw==
1803
1803
  dependencies:
1804
1804
  "@jayree/changelog" "^1.2.4"
1805
1805
  "@oclif/core" "^4.0.34"
@@ -1807,9 +1807,9 @@
1807
1807
  "@salesforce/kit" "^3.2.3"
1808
1808
  "@salesforce/sf-plugins-core" "^11.3.12"
1809
1809
  "@salesforce/source-deploy-retrieve" "^12.10.3"
1810
- "@salesforce/source-tracking" "^7.3.2"
1810
+ "@salesforce/source-tracking" "^7.3.4"
1811
1811
  "@salesforce/ts-types" "^2.0.11"
1812
- ansis "^3.4.0"
1812
+ ansis "^3.5.1"
1813
1813
  debug "^4.3.7"
1814
1814
  deep-object-diff "^1.1.9"
1815
1815
  fast-xml-parser "^4.5.1"
@@ -1901,10 +1901,10 @@
1901
1901
  "@nodelib/fs.scandir" "2.1.5"
1902
1902
  fastq "^1.6.0"
1903
1903
 
1904
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.33", "@oclif/core@^4.0.34", "@oclif/core@^4.0.37", "@oclif/core@^4.1.1":
1905
- version "4.1.1"
1906
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.1.1.tgz"
1907
- integrity sha512-GdGDKyGBGrqKdu1bCE+R8LtYvV0942RVYvVbT4vMM3OinsyUYRpYf2md1sYTvubu0Y9Euuwk8x6PckACaKU4bQ==
1904
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0":
1905
+ version "4.2.0"
1906
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.2.0.tgz"
1907
+ integrity sha512-ETM2N/GL7W37Kv1Afv1j1Gh77CynS2ubEPP+p+MnjUXEjghNe7+bKAWhPkHnBuFAVFAqdv0qMpUAjxKLbsmbJw==
1908
1908
  dependencies:
1909
1909
  ansi-escapes "^4.3.2"
1910
1910
  ansis "^3.3.2"
@@ -1925,14 +1925,14 @@
1925
1925
  wordwrap "^1.0.0"
1926
1926
  wrap-ansi "^7.0.0"
1927
1927
 
1928
- "@oclif/plugin-help@^6.2.17", "@oclif/plugin-help@^6.2.19":
1929
- version "6.2.19"
1930
- resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.19.tgz"
1931
- integrity sha512-q2fIACWHJehppWTTgJm/llleKDgxt42IBVcK6Rp4H6qzET24t2zs0vbALx5XxsNCKl3/UuJhyW2XXQqvGmvWJQ==
1928
+ "@oclif/plugin-help@^6.2.20":
1929
+ version "6.2.20"
1930
+ resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.20.tgz"
1931
+ integrity sha512-2l4A/erCAdBWmJwb1LJ7TvSMbBUQbGhIzkdHZb5DMgFJC+Nwfeol5YojqRMeciyGkoqmWPBGENwr0LJgZp2skw==
1932
1932
  dependencies:
1933
1933
  "@oclif/core" "^4"
1934
1934
 
1935
- "@oclif/plugin-not-found@^3.2.30":
1935
+ "@oclif/plugin-not-found@^3.2.31":
1936
1936
  version "3.2.31"
1937
1937
  resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.31.tgz"
1938
1938
  integrity sha512-EF3GmrenxqPLVCU75xLWbwohH1ot/yg+31vyPa4qJAkFspnmQ/Jv28afyk6q4ePcTA5lRC9PYqla5QsALngt3A==
@@ -1942,17 +1942,17 @@
1942
1942
  ansis "^3.3.1"
1943
1943
  fast-levenshtein "^3.0.0"
1944
1944
 
1945
- "@oclif/plugin-warn-if-update-available@^3.1.21":
1946
- version "3.1.21"
1947
- resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.21.tgz"
1948
- integrity sha512-yG03rR6Z795lSlkuS+6A9JBSq/VQZ40XspTsKdXa/PUJl52RTeZeOHlaecuv4TddAE6T8VsPdWvry68q5TPE4w==
1945
+ "@oclif/plugin-warn-if-update-available@^3.1.28":
1946
+ version "3.1.28"
1947
+ resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.28.tgz"
1948
+ integrity sha512-15UI0yrzsodQLltntbUOmR7Nyd1tmUWzbcnR7QJvWMgEMuImNjqNdSaeXUFc3UBtaK266YatJYJWL5SCb/MTWw==
1949
1949
  dependencies:
1950
1950
  "@oclif/core" "^4"
1951
- ansis "^3.3.1"
1952
- debug "^4.3.5"
1951
+ ansis "^3.4.0"
1952
+ debug "^4.4.0"
1953
1953
  http-call "^5.2.2"
1954
1954
  lodash "^4.17.21"
1955
- registry-auth-token "^5.0.2"
1955
+ registry-auth-token "^5.0.3"
1956
1956
 
1957
1957
  "@oclif/table@^0.3.2":
1958
1958
  version "0.3.2"
@@ -2144,17 +2144,17 @@
2144
2144
  minimatch "^9.0.5"
2145
2145
  proxy-agent "^6.4.0"
2146
2146
 
2147
- "@salesforce/source-tracking@^7.3.2":
2148
- version "7.3.2"
2149
- resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.2.tgz"
2150
- integrity sha512-k5N7EHmbRHl8mFj11I7dJ/dMX48jMSKZurpncHfe5CRleqE1GCr6W2dKIyLb4ru0sxhpOEJ605rTFynmEm2vGA==
2147
+ "@salesforce/source-tracking@^7.3.4":
2148
+ version "7.3.4"
2149
+ resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-7.3.4.tgz"
2150
+ integrity sha512-Qs2GWPaF8GrIvEZyVqX9zmk80BZAzKxirbnfGk+eB0Nig3/Yh01PLdjH5ctRxZpAvraXYZqConIyUxztwT16pA==
2151
2151
  dependencies:
2152
- "@oclif/core" "^4.0.34"
2152
+ "@oclif/core" "^4.2.0"
2153
2153
  "@salesforce/core" "^8.8.0"
2154
2154
  "@salesforce/kit" "^3.2.3"
2155
2155
  "@salesforce/source-deploy-retrieve" "^12.10.3"
2156
2156
  "@salesforce/ts-types" "^2.0.12"
2157
- fast-xml-parser "^4.5.0"
2157
+ fast-xml-parser "^4.5.1"
2158
2158
  graceful-fs "^4.2.11"
2159
2159
  isomorphic-git "^1.27.2"
2160
2160
  ts-retry-promise "^0.8.1"
@@ -3292,10 +3292,10 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
3292
3292
  resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz"
3293
3293
  integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
3294
3294
 
3295
- ansis@^3.3.1, ansis@^3.3.2, ansis@^3.4.0:
3296
- version "3.4.0"
3297
- resolved "https://registry.npmjs.org/ansis/-/ansis-3.4.0.tgz"
3298
- integrity sha512-zVESKSQhWaPhGaWiKj1k+UqvpC7vPBBgG3hjQEeIx2YGzylWt8qA3ziAzRuUtm0OnaGsZKjIvfl8D/sJTt/I0w==
3295
+ ansis@^3.3.1, ansis@^3.3.2, ansis@^3.4.0, ansis@^3.5.1:
3296
+ version "3.5.1"
3297
+ resolved "https://registry.npmjs.org/ansis/-/ansis-3.5.1.tgz"
3298
+ integrity sha512-sfej1OZ6XF7964SpnVmj7bIUnN+P3YbnxXiRYxQgjuuWW9uH+a8OVtxX2ToRQoSBBKvdYApgAcDmm2JEh1xr3w==
3299
3299
 
3300
3300
  any-promise@^1.0.0:
3301
3301
  version "1.3.0"
@@ -3782,19 +3782,19 @@ chalk@^4, chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
3782
3782
  supports-color "^7.1.0"
3783
3783
 
3784
3784
  chalk@^5.0.0:
3785
- version "5.4.0"
3786
- resolved "https://registry.npmjs.org/chalk/-/chalk-5.4.0.tgz"
3787
- integrity sha512-ZkD35Mx92acjB2yNJgziGqT9oKHEOxjTBTDRpOsRWtdecL/0jM3z5kM/CTzHWvHIen1GvkM85p6TuFfDGfc8/Q==
3785
+ version "5.4.1"
3786
+ resolved "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz"
3787
+ integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
3788
3788
 
3789
3789
  chalk@^5.3.0:
3790
- version "5.4.0"
3791
- resolved "https://registry.npmjs.org/chalk/-/chalk-5.4.0.tgz"
3792
- integrity sha512-ZkD35Mx92acjB2yNJgziGqT9oKHEOxjTBTDRpOsRWtdecL/0jM3z5kM/CTzHWvHIen1GvkM85p6TuFfDGfc8/Q==
3790
+ version "5.4.1"
3791
+ resolved "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz"
3792
+ integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
3793
3793
 
3794
- chalk@^5.4.0:
3795
- version "5.4.0"
3796
- resolved "https://registry.npmjs.org/chalk/-/chalk-5.4.0.tgz"
3797
- integrity sha512-ZkD35Mx92acjB2yNJgziGqT9oKHEOxjTBTDRpOsRWtdecL/0jM3z5kM/CTzHWvHIen1GvkM85p6TuFfDGfc8/Q==
3794
+ chalk@^5.4.1:
3795
+ version "5.4.1"
3796
+ resolved "https://registry.npmjs.org/chalk/-/chalk-5.4.1.tgz"
3797
+ integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
3798
3798
 
3799
3799
  change-case@^4, change-case@^4.1.2:
3800
3800
  version "4.1.2"
@@ -7242,20 +7242,20 @@ object.values@^1.1.7:
7242
7242
  define-properties "^1.2.0"
7243
7243
  es-abstract "^1.22.1"
7244
7244
 
7245
- oclif@^4.17.0:
7246
- version "4.17.0"
7247
- resolved "https://registry.npmjs.org/oclif/-/oclif-4.17.0.tgz"
7248
- integrity sha512-fRj4J4uIzvRmqSTKGYmYuioG6im29niMBL499wcAIOyRM2UHJslrKi8MCxpzNgqUr6ekkdvyQ13HyzgdPlhytQ==
7245
+ oclif@^4.17.4:
7246
+ version "4.17.4"
7247
+ resolved "https://registry.npmjs.org/oclif/-/oclif-4.17.4.tgz"
7248
+ integrity sha512-CELZOdxSfpM2Kl3dGP0N4fL4+RReGP18vo6oNklWoSP4ka+pJTBzO3W0o15KHAyrzpes5cui+xur3UPZIGr0LQ==
7249
7249
  dependencies:
7250
7250
  "@aws-sdk/client-cloudfront" "^3.699.0"
7251
7251
  "@aws-sdk/client-s3" "^3.712.0"
7252
7252
  "@inquirer/confirm" "^3.1.22"
7253
7253
  "@inquirer/input" "^2.2.4"
7254
7254
  "@inquirer/select" "^2.5.0"
7255
- "@oclif/core" "^4.0.37"
7256
- "@oclif/plugin-help" "^6.2.17"
7257
- "@oclif/plugin-not-found" "^3.2.30"
7258
- "@oclif/plugin-warn-if-update-available" "^3.1.21"
7255
+ "@oclif/core" "^4.2.0"
7256
+ "@oclif/plugin-help" "^6.2.20"
7257
+ "@oclif/plugin-not-found" "^3.2.31"
7258
+ "@oclif/plugin-warn-if-update-available" "^3.1.28"
7259
7259
  async-retry "^1.3.3"
7260
7260
  chalk "^4"
7261
7261
  change-case "^4"
@@ -8001,10 +8001,10 @@ regexp.prototype.flags@^1.5.2:
8001
8001
  es-errors "^1.3.0"
8002
8002
  set-function-name "^2.0.1"
8003
8003
 
8004
- registry-auth-token@^5.0.2:
8005
- version "5.0.2"
8006
- resolved "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.2.tgz"
8007
- integrity sha512-o/3ikDxtXaA59BmZuZrJZDJv8NMDGSj+6j6XaeBmHw8eY1i1qd9+6H+LjVvQXx3HN6aRCGa1cUdJ9RaJZUugnQ==
8004
+ registry-auth-token@^5.0.3:
8005
+ version "5.0.3"
8006
+ resolved "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-5.0.3.tgz"
8007
+ integrity sha512-1bpc9IyC+e+CNFRaWyn77tk4xGG4PPUyfakSmA6F6cvUDjrm58dfyJ3II+9yb10EDkHoy1LaPSmHaWLOH3m6HA==
8008
8008
  dependencies:
8009
8009
  "@pnpm/npm-conf" "^2.1.0"
8010
8010
 
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "4.8.111"
3
+ "version": "4.8.112"
4
4
  }
package/package.json CHANGED
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
3
  "description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
4
- "version": "4.8.111",
4
+ "version": "4.8.112",
5
5
  "author": "jayree <jayree.git@icloud.com>",
6
6
  "bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
7
7
  "type": "module",
8
8
  "dependencies": {
9
- "@jayree/sfdx-plugin-manifest": "^3.6.20",
10
- "@jayree/sfdx-plugin-org": "^1.2.86",
9
+ "@jayree/sfdx-plugin-manifest": "^3.6.23",
10
+ "@jayree/sfdx-plugin-org": "^1.2.87",
11
11
  "@jayree/sfdx-plugin-prettier": "^1.3.94",
12
- "@jayree/sfdx-plugin-source": "^1.3.90"
12
+ "@jayree/sfdx-plugin-source": "^1.3.91"
13
13
  },
14
14
  "devDependencies": {
15
- "@oclif/plugin-help": "^6.2.19",
15
+ "@oclif/plugin-help": "^6.2.20",
16
16
  "@salesforce/dev-scripts": "^10.2.11",
17
17
  "@salesforce/ts-sinon": "^1.4.30",
18
18
  "c8": "^10.1.3",
19
19
  "eslint-plugin-prettier": "^5.2.1",
20
20
  "eslint-plugin-sf-plugin": "^1.20.13",
21
21
  "nock": "^13.5.6",
22
- "oclif": "^4.17.0",
22
+ "oclif": "^4.17.4",
23
23
  "patch-package": "^8.0.0",
24
24
  "pinst": "^3.0.0",
25
25
  "prettier": "^3.4.1",