sfdx-jayree 4.8.69 → 4.8.70

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,13 @@
1
+ ## [4.8.70](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.69...v4.8.70) (2024-05-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/sfdx-plugin-manifest from 3.2.3 to 3.2.5 ([#1280](https://github.com/jayree/sfdx-jayree-plugin/issues/1280)) ([e546104](https://github.com/jayree/sfdx-jayree-plugin/commit/e546104cfa6271df522524f34bb50cabecb3d28f))
7
+ * **deps:** bump @jayree/sfdx-plugin-org from 1.2.48 to 1.2.49 ([#1281](https://github.com/jayree/sfdx-jayree-plugin/issues/1281)) ([9c4e5a0](https://github.com/jayree/sfdx-jayree-plugin/commit/9c4e5a079311f96c81fbce3c6947a993cf2dcb17))
8
+ * **deps:** bump @jayree/sfdx-plugin-prettier from 1.3.59 to 1.3.60 ([#1282](https://github.com/jayree/sfdx-jayree-plugin/issues/1282)) ([27dc888](https://github.com/jayree/sfdx-jayree-plugin/commit/27dc888758711f478c1e4629e5aefd46269aa836))
9
+ * **deps:** bump @jayree/sfdx-plugin-source from 1.3.55 to 1.3.56 ([#1284](https://github.com/jayree/sfdx-jayree-plugin/issues/1284)) ([91ea692](https://github.com/jayree/sfdx-jayree-plugin/commit/91ea6925c3762ed64d52528ec06a59b13182c7d3))
10
+
1
11
  ## [4.8.69](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.68...v4.8.69) (2024-05-03)
2
12
 
3
13
 
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.48/src/commands/jayree/flow/get/coverage.ts)_
64
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.49/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.2.3/src/commands/jayree/manifest/cleanup.ts)_
93
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.5/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.2.3/src/commands/jayree/manifest/generate.ts)_
131
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.5/src/commands/jayree/manifest/generate.ts)_
132
132
 
133
133
  ### `sfdx jayree manifest git diff`
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.2.3/src/commands/jayree/manifest/git/diff.ts)_
214
+ _See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.2.5/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.48/src/commands/jayree/org/configure/index.ts)_
244
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.49/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.48/src/commands/jayree/org/configure/country.ts)_
264
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.49/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.48/src/commands/jayree/org/configure/state.ts)_
289
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.49/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.48/src/commands/jayree/org/get/settings.ts)_
319
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.49/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.48/src/commands/jayree/org/stream.ts)_
351
+ _See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.49/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.55/src/commands/jayree/project/compare/snapshot.ts)_
372
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.56/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.55/src/commands/jayree/project/fix.ts)_
394
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.56/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.55/src/commands/jayree/project/generate/snapshot.ts)_
415
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.56/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.55/src/commands/jayree/project/list/tracking.ts)_
444
+ _See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.56/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.55/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.56/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.55/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.56/src/commands/jayree/project/store/tracking/set.ts)_
501
501
  <!-- commandsstop -->
502
502
 
503
503
  ## Hooks
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
- "version": "4.8.69",
3
+ "version": "4.8.70",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-jayree",
9
- "version": "4.8.69",
9
+ "version": "4.8.70",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@jayree/sfdx-plugin-manifest": "^3.2.3",
13
- "@jayree/sfdx-plugin-org": "^1.2.48",
14
- "@jayree/sfdx-plugin-prettier": "^1.3.59",
15
- "@jayree/sfdx-plugin-source": "^1.3.55"
12
+ "@jayree/sfdx-plugin-manifest": "^3.2.5",
13
+ "@jayree/sfdx-plugin-org": "^1.2.49",
14
+ "@jayree/sfdx-plugin-prettier": "^1.3.60",
15
+ "@jayree/sfdx-plugin-source": "^1.3.56"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@oclif/plugin-help": "^6.0.20",
@@ -2833,13 +2833,6 @@
2833
2833
  "url": "https://github.com/sponsors/epoberezkin"
2834
2834
  }
2835
2835
  },
2836
- "node_modules/@commitlint/config-validator/node_modules/json-schema-traverse": {
2837
- "version": "1.0.0",
2838
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
2839
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
2840
- "dev": true,
2841
- "license": "MIT"
2842
- },
2843
2836
  "node_modules/@commitlint/ensure": {
2844
2837
  "version": "17.8.1",
2845
2838
  "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.8.1.tgz",
@@ -3757,17 +3750,17 @@
3757
3750
  }
3758
3751
  },
3759
3752
  "node_modules/@jayree/sfdx-plugin-manifest": {
3760
- "version": "3.2.3",
3761
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.2.3.tgz",
3762
- "integrity": "sha512-/AndLiUoVLibiGcPagPVzCljQ64Ljw/UXza/TNPC21840MNW1M8rpAaWbC4/nll16VruLs9pIVoHlcTAKASKMQ==",
3753
+ "version": "3.2.5",
3754
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.2.5.tgz",
3755
+ "integrity": "sha512-IbkW+rzK6mbLHM+WLsTbQBb7SrvPDzo4DMNaTjYv5pB2mEqsrcm3n+o/ATDxNjSx/WJOPr3kQKVSRgV/C6FxjA==",
3763
3756
  "license": "BSD-3-Clause",
3764
3757
  "dependencies": {
3765
3758
  "@jayree/changelog": "^1.1.11",
3766
- "@oclif/core": "^3.26.4",
3767
- "@salesforce/core": "^7.3.1",
3759
+ "@oclif/core": "^3.26.6",
3760
+ "@salesforce/core": "^7.3.5",
3768
3761
  "@salesforce/kit": "^3.1.1",
3769
3762
  "@salesforce/sf-plugins-core": "^9.0.7",
3770
- "@salesforce/source-deploy-retrieve": "^11.3.0",
3763
+ "@salesforce/source-deploy-retrieve": "^11.4.0",
3771
3764
  "@salesforce/ts-types": "^2.0.9",
3772
3765
  "chalk": "^5.3.0",
3773
3766
  "debug": "^4.3.4",
@@ -3775,7 +3768,7 @@
3775
3768
  "fast-xml-parser": "^4.3.6",
3776
3769
  "fs-extra": "^11.2.0",
3777
3770
  "graceful-fs": "^4.2.11",
3778
- "isomorphic-git": "1.25.7",
3771
+ "isomorphic-git": "1.25.9",
3779
3772
  "tslib": "^2.6.2"
3780
3773
  },
3781
3774
  "engines": {
@@ -3795,18 +3788,18 @@
3795
3788
  }
3796
3789
  },
3797
3790
  "node_modules/@jayree/sfdx-plugin-org": {
3798
- "version": "1.2.48",
3799
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.48.tgz",
3800
- "integrity": "sha512-sNMhjqaroI2qyXJH/pJiMj3m7WW3mvCBMmFGU6Mr5lwtANdxBX9w7h7PD9kKuEFXDA1oIjxK6MPsuGXDt+sdtg==",
3791
+ "version": "1.2.49",
3792
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.49.tgz",
3793
+ "integrity": "sha512-sO+NKULm6mDWgknD7VqDknmiZhTFEVSl0E2UChaEpOhB2zyeM32Q/nO68ekqcK2Ln0xGLOOs2uwaIMTmd3vN3w==",
3801
3794
  "license": "BSD-3-Clause",
3802
3795
  "dependencies": {
3803
3796
  "@jayree/changelog": "^1.1.11",
3804
3797
  "@jsforce/jsforce-node": "^3.2.0",
3805
3798
  "@listr2/prompt-adapter-enquirer": "^2.0.8",
3806
- "@oclif/core": "^3.26.4",
3807
- "@salesforce/core": "^7.3.1",
3799
+ "@oclif/core": "^3.26.6",
3800
+ "@salesforce/core": "^7.3.5",
3808
3801
  "@salesforce/sf-plugins-core": "^9.0.7",
3809
- "@salesforce/source-deploy-retrieve": "^11.3.0",
3802
+ "@salesforce/source-deploy-retrieve": "^11.4.0",
3810
3803
  "@salesforce/ts-types": "^2.0.9",
3811
3804
  "chalk": "^5.3.0",
3812
3805
  "cli-truncate": "^4.0.0",
@@ -3817,7 +3810,7 @@
3817
3810
  "is-wsl": "^3.1.0",
3818
3811
  "listr2": "^8.2.1",
3819
3812
  "log-update": "^6.0.0",
3820
- "playwright-chromium": "^1.43.1",
3813
+ "playwright-chromium": "^1.44.0",
3821
3814
  "tabletojson": "4.1.3",
3822
3815
  "tslib": "^2.6.1",
3823
3816
  "wrap-ansi": "^9.0.0"
@@ -3948,24 +3941,24 @@
3948
3941
  }
3949
3942
  },
3950
3943
  "node_modules/@jayree/sfdx-plugin-prettier": {
3951
- "version": "1.3.59",
3952
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.59.tgz",
3953
- "integrity": "sha512-A+WC7UrM+LrTbomhlkjUIMcGBibcqgxlE2cpS0JDzqun8gXq83k6FKODaK6c6wB65iLuajYlqqa+RMTU8c+VkQ==",
3944
+ "version": "1.3.60",
3945
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.60.tgz",
3946
+ "integrity": "sha512-pVEkWf5jB0FtmFjResE+J3c9tc98UJrt299E4STUjkaWnH99x/RQRzMwNtl42GUwQDbmrFcqNlg8DEjXSfZjig==",
3954
3947
  "license": "BSD-3-Clause",
3955
3948
  "dependencies": {
3956
3949
  "@jayree/changelog": "^1.1.11",
3957
- "@oclif/core": "^3.26.4",
3950
+ "@oclif/core": "^3.26.6",
3958
3951
  "@prettier/plugin-xml": "^3.4.1",
3959
- "@salesforce/core": "^7.3.3",
3952
+ "@salesforce/core": "^7.3.5",
3960
3953
  "@salesforce/kit": "^3.1.1",
3961
3954
  "@salesforce/sf-plugins-core": "^9.0.7",
3962
- "@salesforce/source-deploy-retrieve": "^11.3.0",
3955
+ "@salesforce/source-deploy-retrieve": "^11.4.0",
3963
3956
  "cli-progress": "^3.12.0",
3964
3957
  "debug": "^4.3.4",
3965
3958
  "fs-extra": "^11.2.0",
3966
3959
  "ignore": "^5.3.1",
3967
3960
  "prettier": "^3.2.5",
3968
- "prettier-plugin-apex": "^2.1.3",
3961
+ "prettier-plugin-apex": "^2.1.4",
3969
3962
  "tslib": "^2.6.1"
3970
3963
  },
3971
3964
  "engines": {
@@ -3973,17 +3966,17 @@
3973
3966
  }
3974
3967
  },
3975
3968
  "node_modules/@jayree/sfdx-plugin-source": {
3976
- "version": "1.3.55",
3977
- "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.55.tgz",
3978
- "integrity": "sha512-8/kA8q3I8Z1AXlS1Qc4QPcEcZ+EMKtQiExgMQzwOGSqK26+64RFNUIq36GgTtf65uZcnJ8jOCNRXjI0l+xRp7Q==",
3969
+ "version": "1.3.56",
3970
+ "resolved": "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.56.tgz",
3971
+ "integrity": "sha512-k0rjvN/p++KtPAT0QhpUiT7391/Ui4Ga7vUoNP/ELvaf0TC4LbJM9mpTzwhWCFzLlXQgDAXNdH+CbGRMr8wU6w==",
3979
3972
  "license": "BSD-3-Clause",
3980
3973
  "dependencies": {
3981
3974
  "@jayree/changelog": "^1.1.11",
3982
- "@oclif/core": "^3.26.5",
3983
- "@salesforce/core": "^7.3.0",
3975
+ "@oclif/core": "^3.26.6",
3976
+ "@salesforce/core": "^7.3.5",
3984
3977
  "@salesforce/kit": "^3.1.1",
3985
3978
  "@salesforce/sf-plugins-core": "^9.0.7",
3986
- "@salesforce/source-deploy-retrieve": "^11.3.0",
3979
+ "@salesforce/source-deploy-retrieve": "^11.4.0",
3987
3980
  "@salesforce/source-tracking": "^6.0.4",
3988
3981
  "@salesforce/ts-types": "^2.0.9",
3989
3982
  "chalk": "^5.3.0",
@@ -4248,9 +4241,9 @@
4248
4241
  }
4249
4242
  },
4250
4243
  "node_modules/@oclif/core": {
4251
- "version": "3.26.5",
4252
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.5.tgz",
4253
- "integrity": "sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==",
4244
+ "version": "3.26.6",
4245
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.6.tgz",
4246
+ "integrity": "sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==",
4254
4247
  "license": "MIT",
4255
4248
  "dependencies": {
4256
4249
  "@types/cli-progress": "^3.11.5",
@@ -4463,16 +4456,16 @@
4463
4456
  }
4464
4457
  },
4465
4458
  "node_modules/@salesforce/core": {
4466
- "version": "7.3.3",
4467
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.3.tgz",
4468
- "integrity": "sha512-THjYnOrfj0vW+qvlm70NDasH3RHD03cm884yi1+1axA4ugS4FFxXrPDPWAEU5ve5B4vnT7CJfuD/Q56l67ug8w==",
4459
+ "version": "7.3.5",
4460
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.5.tgz",
4461
+ "integrity": "sha512-9hkK4EyV1Z7T1mDyb/Rj1dO0Owp3f2PNGXSyQhCG2nozSCxAQlPeFFqn2L3d7kJJxdhlr58P4QXiFCoJVVvbLQ==",
4469
4462
  "license": "BSD-3-Clause",
4470
4463
  "dependencies": {
4471
4464
  "@jsforce/jsforce-node": "^3.2.0",
4472
4465
  "@salesforce/kit": "^3.1.1",
4473
4466
  "@salesforce/schemas": "^1.7.0",
4474
4467
  "@salesforce/ts-types": "^2.0.9",
4475
- "ajv": "^8.12.0",
4468
+ "ajv": "^8.13.0",
4476
4469
  "change-case": "^4.1.2",
4477
4470
  "faye": "^1.4.0",
4478
4471
  "form-data": "^4.0.0",
@@ -4491,27 +4484,21 @@
4491
4484
  }
4492
4485
  },
4493
4486
  "node_modules/@salesforce/core/node_modules/ajv": {
4494
- "version": "8.12.0",
4495
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
4496
- "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
4487
+ "version": "8.13.0",
4488
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz",
4489
+ "integrity": "sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==",
4497
4490
  "license": "MIT",
4498
4491
  "dependencies": {
4499
- "fast-deep-equal": "^3.1.1",
4492
+ "fast-deep-equal": "^3.1.3",
4500
4493
  "json-schema-traverse": "^1.0.0",
4501
4494
  "require-from-string": "^2.0.2",
4502
- "uri-js": "^4.2.2"
4495
+ "uri-js": "^4.4.1"
4503
4496
  },
4504
4497
  "funding": {
4505
4498
  "type": "github",
4506
4499
  "url": "https://github.com/sponsors/epoberezkin"
4507
4500
  }
4508
4501
  },
4509
- "node_modules/@salesforce/core/node_modules/json-schema-traverse": {
4510
- "version": "1.0.0",
4511
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
4512
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
4513
- "license": "MIT"
4514
- },
4515
4502
  "node_modules/@salesforce/dev-config": {
4516
4503
  "version": "4.1.0",
4517
4504
  "resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz",
@@ -4758,9 +4745,9 @@
4758
4745
  }
4759
4746
  },
4760
4747
  "node_modules/@salesforce/source-deploy-retrieve": {
4761
- "version": "11.3.0",
4762
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.3.0.tgz",
4763
- "integrity": "sha512-NsiDL1i+CWXcCOGYtQtggrtJuFIr5zHdoyn5atcgFuHk2X9H7Czf3kletpvZh0D2T0CHy6Q9ktf+Vv/UjFmxPw==",
4748
+ "version": "11.4.0",
4749
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.4.0.tgz",
4750
+ "integrity": "sha512-9r6eb2N1i3n1Sr4SWzDje8a8blD3k49kMSRLX1rPTpEtmcvFTs76JlVn1IJeIyK3hXtvNyb6UA/6+EClsr853A==",
4764
4751
  "license": "BSD-3-Clause",
4765
4752
  "dependencies": {
4766
4753
  "@salesforce/core": "^7.3.1",
@@ -6387,6 +6374,13 @@
6387
6374
  "url": "https://github.com/sponsors/epoberezkin"
6388
6375
  }
6389
6376
  },
6377
+ "node_modules/ajv/node_modules/json-schema-traverse": {
6378
+ "version": "0.4.1",
6379
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
6380
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
6381
+ "dev": true,
6382
+ "license": "MIT"
6383
+ },
6390
6384
  "node_modules/ansi-colors": {
6391
6385
  "version": "4.1.1",
6392
6386
  "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
@@ -11166,9 +11160,9 @@
11166
11160
  "license": "ISC"
11167
11161
  },
11168
11162
  "node_modules/isomorphic-git": {
11169
- "version": "1.25.7",
11170
- "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.25.7.tgz",
11171
- "integrity": "sha512-KE10ejaIsEpQ+I/apS33qqTjyzCXgOniEaL32DwNbXtboKG8H3cu+RiBcdp3G9w4MpOOTQfGPsWp4i8UxRfDLg==",
11163
+ "version": "1.25.9",
11164
+ "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.25.9.tgz",
11165
+ "integrity": "sha512-s/KFSOP2/0I8EK0RreK9ZHurUW2At30jDEp1W0WUWT0ANtEKt4ArQbSgoUsZ0tyTiiUnTvR3MYx6BtrHwAEa1Q==",
11172
11166
  "license": "MIT",
11173
11167
  "dependencies": {
11174
11168
  "async-lock": "^1.1.0",
@@ -11476,10 +11470,9 @@
11476
11470
  "license": "MIT"
11477
11471
  },
11478
11472
  "node_modules/json-schema-traverse": {
11479
- "version": "0.4.1",
11480
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
11481
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
11482
- "dev": true,
11473
+ "version": "1.0.0",
11474
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
11475
+ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
11483
11476
  "license": "MIT"
11484
11477
  },
11485
11478
  "node_modules/json-stable-stringify": {
@@ -14093,13 +14086,13 @@
14093
14086
  }
14094
14087
  },
14095
14088
  "node_modules/playwright-chromium": {
14096
- "version": "1.43.1",
14097
- "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.43.1.tgz",
14098
- "integrity": "sha512-HL/11hcpIYVt/Rw7wTf5xwm+W0R76JGDDjRxGtBkgMuUqi0Q4UYmx+F/QxW/Z+aApSbDtHd3naRFcL/Jt7Aidg==",
14089
+ "version": "1.44.0",
14090
+ "resolved": "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.44.0.tgz",
14091
+ "integrity": "sha512-eae4op9jfzyybPfBOcS2o/EtrIT00OCBTLIA9EJz7sOfHwtUFY+H1XRTRdFD/j93tSS80uY8gyts+lX0zHYiHg==",
14099
14092
  "hasInstallScript": true,
14100
14093
  "license": "Apache-2.0",
14101
14094
  "dependencies": {
14102
- "playwright-core": "1.43.1"
14095
+ "playwright-core": "1.44.0"
14103
14096
  },
14104
14097
  "bin": {
14105
14098
  "playwright": "cli.js"
@@ -14109,9 +14102,9 @@
14109
14102
  }
14110
14103
  },
14111
14104
  "node_modules/playwright-core": {
14112
- "version": "1.43.1",
14113
- "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.43.1.tgz",
14114
- "integrity": "sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==",
14105
+ "version": "1.44.0",
14106
+ "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.44.0.tgz",
14107
+ "integrity": "sha512-ZTbkNpFfYcGWohvTTl+xewITm7EOuqIqex0c7dNZ+aXsbrLj0qI8XlGKfPpipjm0Wny/4Lt4CJsWJk1stVS5qQ==",
14115
14108
  "license": "Apache-2.0",
14116
14109
  "bin": {
14117
14110
  "playwright-core": "cli.js"
@@ -14179,9 +14172,9 @@
14179
14172
  }
14180
14173
  },
14181
14174
  "node_modules/prettier-plugin-apex": {
14182
- "version": "2.1.3",
14183
- "resolved": "https://registry.npmjs.org/prettier-plugin-apex/-/prettier-plugin-apex-2.1.3.tgz",
14184
- "integrity": "sha512-t/+8XGZiZDoga5SHQUoHdXv9kQM7oSj80VoHU5G4/T7R1k61dRv9yYao7hDaJKHic9M81X6JWKN3ZUkia0SOJQ==",
14175
+ "version": "2.1.4",
14176
+ "resolved": "https://registry.npmjs.org/prettier-plugin-apex/-/prettier-plugin-apex-2.1.4.tgz",
14177
+ "integrity": "sha512-kGImHH2s+RsPtAXwbh5VmqqSTYhts626Zle2ryeUKJ4VY+vDyOQ53ppWOzFPA1XGdRpthh++WliD0ZVP1kdReA==",
14185
14178
  "license": "MIT",
14186
14179
  "dependencies": {
14187
14180
  "jest-docblock": "^29.0.0",
package/oclif.lock CHANGED
@@ -1530,17 +1530,17 @@
1530
1530
  semver "^7.5.4"
1531
1531
  semver-compare "^1.0.0"
1532
1532
 
1533
- "@jayree/sfdx-plugin-manifest@^3.2.3":
1534
- version "3.2.3"
1535
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.2.3.tgz"
1536
- integrity sha512-/AndLiUoVLibiGcPagPVzCljQ64Ljw/UXza/TNPC21840MNW1M8rpAaWbC4/nll16VruLs9pIVoHlcTAKASKMQ==
1533
+ "@jayree/sfdx-plugin-manifest@^3.2.5":
1534
+ version "3.2.5"
1535
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-manifest/-/sfdx-plugin-manifest-3.2.5.tgz"
1536
+ integrity sha512-IbkW+rzK6mbLHM+WLsTbQBb7SrvPDzo4DMNaTjYv5pB2mEqsrcm3n+o/ATDxNjSx/WJOPr3kQKVSRgV/C6FxjA==
1537
1537
  dependencies:
1538
1538
  "@jayree/changelog" "^1.1.11"
1539
- "@oclif/core" "^3.26.4"
1540
- "@salesforce/core" "^7.3.1"
1539
+ "@oclif/core" "^3.26.6"
1540
+ "@salesforce/core" "^7.3.5"
1541
1541
  "@salesforce/kit" "^3.1.1"
1542
1542
  "@salesforce/sf-plugins-core" "^9.0.7"
1543
- "@salesforce/source-deploy-retrieve" "^11.3.0"
1543
+ "@salesforce/source-deploy-retrieve" "^11.4.0"
1544
1544
  "@salesforce/ts-types" "^2.0.9"
1545
1545
  chalk "^5.3.0"
1546
1546
  debug "^4.3.4"
@@ -1548,21 +1548,21 @@
1548
1548
  fast-xml-parser "^4.3.6"
1549
1549
  fs-extra "^11.2.0"
1550
1550
  graceful-fs "^4.2.11"
1551
- isomorphic-git "1.25.7"
1551
+ isomorphic-git "1.25.9"
1552
1552
  tslib "^2.6.2"
1553
1553
 
1554
- "@jayree/sfdx-plugin-org@^1.2.48":
1555
- version "1.2.48"
1556
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.48.tgz"
1557
- integrity sha512-sNMhjqaroI2qyXJH/pJiMj3m7WW3mvCBMmFGU6Mr5lwtANdxBX9w7h7PD9kKuEFXDA1oIjxK6MPsuGXDt+sdtg==
1554
+ "@jayree/sfdx-plugin-org@^1.2.49":
1555
+ version "1.2.49"
1556
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-org/-/sfdx-plugin-org-1.2.49.tgz"
1557
+ integrity sha512-sO+NKULm6mDWgknD7VqDknmiZhTFEVSl0E2UChaEpOhB2zyeM32Q/nO68ekqcK2Ln0xGLOOs2uwaIMTmd3vN3w==
1558
1558
  dependencies:
1559
1559
  "@jayree/changelog" "^1.1.11"
1560
1560
  "@jsforce/jsforce-node" "^3.2.0"
1561
1561
  "@listr2/prompt-adapter-enquirer" "^2.0.8"
1562
- "@oclif/core" "^3.26.4"
1563
- "@salesforce/core" "^7.3.1"
1562
+ "@oclif/core" "^3.26.6"
1563
+ "@salesforce/core" "^7.3.5"
1564
1564
  "@salesforce/sf-plugins-core" "^9.0.7"
1565
- "@salesforce/source-deploy-retrieve" "^11.3.0"
1565
+ "@salesforce/source-deploy-retrieve" "^11.4.0"
1566
1566
  "@salesforce/ts-types" "^2.0.9"
1567
1567
  chalk "^5.3.0"
1568
1568
  cli-truncate "^4.0.0"
@@ -1573,42 +1573,42 @@
1573
1573
  is-wsl "^3.1.0"
1574
1574
  listr2 "^8.2.1"
1575
1575
  log-update "^6.0.0"
1576
- playwright-chromium "^1.43.1"
1576
+ playwright-chromium "^1.44.0"
1577
1577
  tabletojson "4.1.3"
1578
1578
  tslib "^2.6.1"
1579
1579
  wrap-ansi "^9.0.0"
1580
1580
 
1581
- "@jayree/sfdx-plugin-prettier@^1.3.59":
1582
- version "1.3.59"
1583
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.59.tgz"
1584
- integrity sha512-A+WC7UrM+LrTbomhlkjUIMcGBibcqgxlE2cpS0JDzqun8gXq83k6FKODaK6c6wB65iLuajYlqqa+RMTU8c+VkQ==
1581
+ "@jayree/sfdx-plugin-prettier@^1.3.60":
1582
+ version "1.3.60"
1583
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-prettier/-/sfdx-plugin-prettier-1.3.60.tgz"
1584
+ integrity sha512-pVEkWf5jB0FtmFjResE+J3c9tc98UJrt299E4STUjkaWnH99x/RQRzMwNtl42GUwQDbmrFcqNlg8DEjXSfZjig==
1585
1585
  dependencies:
1586
1586
  "@jayree/changelog" "^1.1.11"
1587
- "@oclif/core" "^3.26.4"
1587
+ "@oclif/core" "^3.26.6"
1588
1588
  "@prettier/plugin-xml" "^3.4.1"
1589
- "@salesforce/core" "^7.3.3"
1589
+ "@salesforce/core" "^7.3.5"
1590
1590
  "@salesforce/kit" "^3.1.1"
1591
1591
  "@salesforce/sf-plugins-core" "^9.0.7"
1592
- "@salesforce/source-deploy-retrieve" "^11.3.0"
1592
+ "@salesforce/source-deploy-retrieve" "^11.4.0"
1593
1593
  cli-progress "^3.12.0"
1594
1594
  debug "^4.3.4"
1595
1595
  fs-extra "^11.2.0"
1596
1596
  ignore "^5.3.1"
1597
1597
  prettier "^3.2.5"
1598
- prettier-plugin-apex "^2.1.3"
1598
+ prettier-plugin-apex "^2.1.4"
1599
1599
  tslib "^2.6.1"
1600
1600
 
1601
- "@jayree/sfdx-plugin-source@^1.3.55":
1602
- version "1.3.55"
1603
- resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.55.tgz"
1604
- integrity sha512-8/kA8q3I8Z1AXlS1Qc4QPcEcZ+EMKtQiExgMQzwOGSqK26+64RFNUIq36GgTtf65uZcnJ8jOCNRXjI0l+xRp7Q==
1601
+ "@jayree/sfdx-plugin-source@^1.3.56":
1602
+ version "1.3.56"
1603
+ resolved "https://registry.npmjs.org/@jayree/sfdx-plugin-source/-/sfdx-plugin-source-1.3.56.tgz"
1604
+ integrity sha512-k0rjvN/p++KtPAT0QhpUiT7391/Ui4Ga7vUoNP/ELvaf0TC4LbJM9mpTzwhWCFzLlXQgDAXNdH+CbGRMr8wU6w==
1605
1605
  dependencies:
1606
1606
  "@jayree/changelog" "^1.1.11"
1607
- "@oclif/core" "^3.26.5"
1608
- "@salesforce/core" "^7.3.0"
1607
+ "@oclif/core" "^3.26.6"
1608
+ "@salesforce/core" "^7.3.5"
1609
1609
  "@salesforce/kit" "^3.1.1"
1610
1610
  "@salesforce/sf-plugins-core" "^9.0.7"
1611
- "@salesforce/source-deploy-retrieve" "^11.3.0"
1611
+ "@salesforce/source-deploy-retrieve" "^11.4.0"
1612
1612
  "@salesforce/source-tracking" "^6.0.4"
1613
1613
  "@salesforce/ts-types" "^2.0.9"
1614
1614
  chalk "^5.3.0"
@@ -1707,10 +1707,10 @@
1707
1707
  "@nodelib/fs.scandir" "2.1.5"
1708
1708
  fastq "^1.6.0"
1709
1709
 
1710
- "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5":
1711
- version "3.26.5"
1712
- resolved "https://registry.npmjs.org/@oclif/core/-/core-3.26.5.tgz"
1713
- integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ==
1710
+ "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6":
1711
+ version "3.26.6"
1712
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-3.26.6.tgz"
1713
+ integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==
1714
1714
  dependencies:
1715
1715
  "@types/cli-progress" "^3.11.5"
1716
1716
  ansi-escapes "^4.3.2"
@@ -1785,16 +1785,16 @@
1785
1785
  dependencies:
1786
1786
  "@xml-tools/parser" "^1.0.11"
1787
1787
 
1788
- "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3":
1789
- version "7.3.3"
1790
- resolved "https://registry.npmjs.org/@salesforce/core/-/core-7.3.3.tgz"
1791
- integrity sha512-THjYnOrfj0vW+qvlm70NDasH3RHD03cm884yi1+1axA4ugS4FFxXrPDPWAEU5ve5B4vnT7CJfuD/Q56l67ug8w==
1788
+ "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3", "@salesforce/core@^7.3.5":
1789
+ version "7.3.5"
1790
+ resolved "https://registry.npmjs.org/@salesforce/core/-/core-7.3.5.tgz"
1791
+ integrity sha512-9hkK4EyV1Z7T1mDyb/Rj1dO0Owp3f2PNGXSyQhCG2nozSCxAQlPeFFqn2L3d7kJJxdhlr58P4QXiFCoJVVvbLQ==
1792
1792
  dependencies:
1793
1793
  "@jsforce/jsforce-node" "^3.2.0"
1794
1794
  "@salesforce/kit" "^3.1.1"
1795
1795
  "@salesforce/schemas" "^1.7.0"
1796
1796
  "@salesforce/ts-types" "^2.0.9"
1797
- ajv "^8.12.0"
1797
+ ajv "^8.13.0"
1798
1798
  change-case "^4.1.2"
1799
1799
  faye "^1.4.0"
1800
1800
  form-data "^4.0.0"
@@ -1876,10 +1876,10 @@
1876
1876
  "@salesforce/ts-types" "^2.0.9"
1877
1877
  chalk "^5.3.0"
1878
1878
 
1879
- "@salesforce/source-deploy-retrieve@^11.0.1", "@salesforce/source-deploy-retrieve@^11.3.0":
1880
- version "11.3.0"
1881
- resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.3.0.tgz"
1882
- integrity sha512-NsiDL1i+CWXcCOGYtQtggrtJuFIr5zHdoyn5atcgFuHk2X9H7Czf3kletpvZh0D2T0CHy6Q9ktf+Vv/UjFmxPw==
1879
+ "@salesforce/source-deploy-retrieve@^11.0.1", "@salesforce/source-deploy-retrieve@^11.4.0":
1880
+ version "11.4.0"
1881
+ resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.4.0.tgz"
1882
+ integrity sha512-9r6eb2N1i3n1Sr4SWzDje8a8blD3k49kMSRLX1rPTpEtmcvFTs76JlVn1IJeIyK3hXtvNyb6UA/6+EClsr853A==
1883
1883
  dependencies:
1884
1884
  "@salesforce/core" "^7.3.1"
1885
1885
  "@salesforce/kit" "^3.1.1"
@@ -2911,15 +2911,15 @@ ajv@^8.11.0:
2911
2911
  require-from-string "^2.0.2"
2912
2912
  uri-js "^4.2.2"
2913
2913
 
2914
- ajv@^8.12.0:
2915
- version "8.12.0"
2916
- resolved "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz"
2917
- integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
2914
+ ajv@^8.13.0:
2915
+ version "8.13.0"
2916
+ resolved "https://registry.npmjs.org/ajv/-/ajv-8.13.0.tgz"
2917
+ integrity sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==
2918
2918
  dependencies:
2919
- fast-deep-equal "^3.1.1"
2919
+ fast-deep-equal "^3.1.3"
2920
2920
  json-schema-traverse "^1.0.0"
2921
2921
  require-from-string "^2.0.2"
2922
- uri-js "^4.2.2"
2922
+ uri-js "^4.4.1"
2923
2923
 
2924
2924
  ansi-colors@^4.1.1:
2925
2925
  version "4.1.3"
@@ -5702,10 +5702,10 @@ isomorphic-git@1.23.0:
5702
5702
  sha.js "^2.4.9"
5703
5703
  simple-get "^4.0.1"
5704
5704
 
5705
- isomorphic-git@1.25.7:
5706
- version "1.25.7"
5707
- resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.25.7.tgz"
5708
- integrity sha512-KE10ejaIsEpQ+I/apS33qqTjyzCXgOniEaL32DwNbXtboKG8H3cu+RiBcdp3G9w4MpOOTQfGPsWp4i8UxRfDLg==
5705
+ isomorphic-git@1.25.9:
5706
+ version "1.25.9"
5707
+ resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.25.9.tgz"
5708
+ integrity sha512-s/KFSOP2/0I8EK0RreK9ZHurUW2At30jDEp1W0WUWT0ANtEKt4ArQbSgoUsZ0tyTiiUnTvR3MYx6BtrHwAEa1Q==
5709
5709
  dependencies:
5710
5710
  async-lock "^1.1.0"
5711
5711
  clean-git-ref "^2.0.1"
@@ -7232,17 +7232,17 @@ pkg-dir@^4.1.0:
7232
7232
  dependencies:
7233
7233
  find-up "^4.0.0"
7234
7234
 
7235
- playwright-chromium@^1.43.1:
7236
- version "1.43.1"
7237
- resolved "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.43.1.tgz"
7238
- integrity sha512-HL/11hcpIYVt/Rw7wTf5xwm+W0R76JGDDjRxGtBkgMuUqi0Q4UYmx+F/QxW/Z+aApSbDtHd3naRFcL/Jt7Aidg==
7235
+ playwright-chromium@^1.44.0:
7236
+ version "1.44.0"
7237
+ resolved "https://registry.npmjs.org/playwright-chromium/-/playwright-chromium-1.44.0.tgz"
7238
+ integrity sha512-eae4op9jfzyybPfBOcS2o/EtrIT00OCBTLIA9EJz7sOfHwtUFY+H1XRTRdFD/j93tSS80uY8gyts+lX0zHYiHg==
7239
7239
  dependencies:
7240
- playwright-core "1.43.1"
7240
+ playwright-core "1.44.0"
7241
7241
 
7242
- playwright-core@1.43.1:
7243
- version "1.43.1"
7244
- resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.43.1.tgz"
7245
- integrity sha512-EI36Mto2Vrx6VF7rm708qSnesVQKbxEWvPrfA1IPY6HgczBplDx7ENtx+K2n4kJ41sLLkuGfmb0ZLSSXlDhqPg==
7242
+ playwright-core@1.44.0:
7243
+ version "1.44.0"
7244
+ resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.44.0.tgz"
7245
+ integrity sha512-ZTbkNpFfYcGWohvTTl+xewITm7EOuqIqex0c7dNZ+aXsbrLj0qI8XlGKfPpipjm0Wny/4Lt4CJsWJk1stVS5qQ==
7246
7246
 
7247
7247
  pluralize@^8.0.0:
7248
7248
  version "8.0.0"
@@ -7266,10 +7266,10 @@ prettier-linter-helpers@^1.0.0:
7266
7266
  dependencies:
7267
7267
  fast-diff "^1.1.2"
7268
7268
 
7269
- prettier-plugin-apex@^2.1.3:
7270
- version "2.1.3"
7271
- resolved "https://registry.npmjs.org/prettier-plugin-apex/-/prettier-plugin-apex-2.1.3.tgz"
7272
- integrity sha512-t/+8XGZiZDoga5SHQUoHdXv9kQM7oSj80VoHU5G4/T7R1k61dRv9yYao7hDaJKHic9M81X6JWKN3ZUkia0SOJQ==
7269
+ prettier-plugin-apex@^2.1.4:
7270
+ version "2.1.4"
7271
+ resolved "https://registry.npmjs.org/prettier-plugin-apex/-/prettier-plugin-apex-2.1.4.tgz"
7272
+ integrity sha512-kGImHH2s+RsPtAXwbh5VmqqSTYhts626Zle2ryeUKJ4VY+vDyOQ53ppWOzFPA1XGdRpthh++WliD0ZVP1kdReA==
7273
7273
  dependencies:
7274
7274
  jest-docblock "^29.0.0"
7275
7275
  wait-on "^7.2.0"
@@ -8646,7 +8646,7 @@ upper-case@^2.0.2:
8646
8646
  dependencies:
8647
8647
  tslib "^2.0.3"
8648
8648
 
8649
- uri-js@^4.2.2:
8649
+ uri-js@^4.2.2, uri-js@^4.4.1:
8650
8650
  version "4.4.1"
8651
8651
  resolved "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz"
8652
8652
  integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "4.8.69"
3
+ "version": "4.8.70"
4
4
  }
package/package.json CHANGED
@@ -1,15 +1,15 @@
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.69",
4
+ "version": "4.8.70",
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.2.3",
10
- "@jayree/sfdx-plugin-org": "^1.2.48",
11
- "@jayree/sfdx-plugin-prettier": "^1.3.59",
12
- "@jayree/sfdx-plugin-source": "^1.3.55"
9
+ "@jayree/sfdx-plugin-manifest": "^3.2.5",
10
+ "@jayree/sfdx-plugin-org": "^1.2.49",
11
+ "@jayree/sfdx-plugin-prettier": "^1.3.60",
12
+ "@jayree/sfdx-plugin-source": "^1.3.56"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@oclif/plugin-help": "^6.0.20",