@salesforce/plugin-deploy-retrieve 3.2.27 → 3.2.29

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.
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-deploy-retrieve",
3
- "version": "3.2.27",
3
+ "version": "3.2.29",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-deploy-retrieve",
9
- "version": "3.2.27",
9
+ "version": "3.2.29",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
- "@oclif/core": "^3.20.0",
12
+ "@oclif/core": "^3.23.0",
13
13
  "@salesforce/apex-node": "^3.0.2",
14
14
  "@salesforce/core": "^6.7.0",
15
15
  "@salesforce/kit": "^3.0.15",
16
- "@salesforce/plugin-info": "^3.0.27",
16
+ "@salesforce/plugin-info": "^3.0.28",
17
17
  "@salesforce/sf-plugins-core": "^7.1.14",
18
18
  "@salesforce/source-deploy-retrieve": "^10.5.1",
19
19
  "@salesforce/source-tracking": "^5.1.12",
@@ -21,7 +21,7 @@
21
21
  "chalk": "^5.3.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@oclif/plugin-command-snapshot": "^5.0.9",
24
+ "@oclif/plugin-command-snapshot": "^5.1.1",
25
25
  "@salesforce/cli-plugins-testkit": "^5.1.10",
26
26
  "@salesforce/dev-scripts": "^8.4.2",
27
27
  "@salesforce/plugin-command-reference": "^3.0.70",
@@ -29,7 +29,7 @@
29
29
  "@salesforce/source-testkit": "^2.1.101",
30
30
  "@salesforce/ts-sinon": "^1.4.19",
31
31
  "cross-env": "^7.0.3",
32
- "eslint-plugin-sf-plugin": "^1.17.3",
32
+ "eslint-plugin-sf-plugin": "^1.17.4",
33
33
  "oclif": "^4.4.19",
34
34
  "ts-node": "^10.9.2",
35
35
  "typescript": "^5.3.3"
@@ -2865,6 +2865,26 @@
2865
2865
  "url": "https://opencollective.com/eslint"
2866
2866
  }
2867
2867
  },
2868
+ "node_modules/@eslint/eslintrc/node_modules/argparse": {
2869
+ "version": "2.0.1",
2870
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
2871
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
2872
+ "dev": true,
2873
+ "license": "Python-2.0"
2874
+ },
2875
+ "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
2876
+ "version": "4.1.0",
2877
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
2878
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
2879
+ "dev": true,
2880
+ "license": "MIT",
2881
+ "dependencies": {
2882
+ "argparse": "^2.0.1"
2883
+ },
2884
+ "bin": {
2885
+ "js-yaml": "bin/js-yaml.js"
2886
+ }
2887
+ },
2868
2888
  "node_modules/@eslint/js": {
2869
2889
  "version": "8.57.0",
2870
2890
  "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
@@ -3281,30 +3301,6 @@
3281
3301
  "node": ">=8"
3282
3302
  }
3283
3303
  },
3284
- "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
3285
- "version": "1.0.10",
3286
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
3287
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
3288
- "dev": true,
3289
- "license": "MIT",
3290
- "dependencies": {
3291
- "sprintf-js": "~1.0.2"
3292
- }
3293
- },
3294
- "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
3295
- "version": "3.14.1",
3296
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
3297
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
3298
- "dev": true,
3299
- "license": "MIT",
3300
- "dependencies": {
3301
- "argparse": "^1.0.7",
3302
- "esprima": "^4.0.0"
3303
- },
3304
- "bin": {
3305
- "js-yaml": "bin/js-yaml.js"
3306
- }
3307
- },
3308
3304
  "node_modules/@istanbuljs/schema": {
3309
3305
  "version": "0.1.3",
3310
3306
  "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
@@ -3649,9 +3645,9 @@
3649
3645
  }
3650
3646
  },
3651
3647
  "node_modules/@oclif/core": {
3652
- "version": "3.22.0",
3653
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.22.0.tgz",
3654
- "integrity": "sha512-w7V1la5PAS5Ojr5aOG904A245kdVJRMcvgcRr3NG28EX2vIm7jkg71gIULlbvhDrFRzljH2iX2VYqF7ho3x8GQ==",
3648
+ "version": "3.23.0",
3649
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.23.0.tgz",
3650
+ "integrity": "sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw==",
3655
3651
  "license": "MIT",
3656
3652
  "dependencies": {
3657
3653
  "@types/cli-progress": "^3.11.5",
@@ -3687,15 +3683,6 @@
3687
3683
  "node": ">=18.0.0"
3688
3684
  }
3689
3685
  },
3690
- "node_modules/@oclif/core/node_modules/argparse": {
3691
- "version": "1.0.10",
3692
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
3693
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
3694
- "license": "MIT",
3695
- "dependencies": {
3696
- "sprintf-js": "~1.0.2"
3697
- }
3698
- },
3699
3686
  "node_modules/@oclif/core/node_modules/chalk": {
3700
3687
  "version": "4.1.2",
3701
3688
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -3724,19 +3711,6 @@
3724
3711
  "node": ">=8"
3725
3712
  }
3726
3713
  },
3727
- "node_modules/@oclif/core/node_modules/js-yaml": {
3728
- "version": "3.14.1",
3729
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
3730
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
3731
- "license": "MIT",
3732
- "dependencies": {
3733
- "argparse": "^1.0.7",
3734
- "esprima": "^4.0.0"
3735
- },
3736
- "bin": {
3737
- "js-yaml": "bin/js-yaml.js"
3738
- }
3739
- },
3740
3714
  "node_modules/@oclif/core/node_modules/minimatch": {
3741
3715
  "version": "9.0.3",
3742
3716
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
@@ -3768,15 +3742,16 @@
3768
3742
  }
3769
3743
  },
3770
3744
  "node_modules/@oclif/plugin-command-snapshot": {
3771
- "version": "5.0.9",
3772
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.9.tgz",
3773
- "integrity": "sha512-lzvdYzGSW2/XGcH+RWyI+EfYcqDQ9Il7/EudTTKsODdhiry6B7IQoRxzs0soRB2myZTZrP+j2HcfG0XWrfXa4Q==",
3745
+ "version": "5.1.1",
3746
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.1.tgz",
3747
+ "integrity": "sha512-8PmnQ4aDX1n8OcrnXVPDpmoIAUWe1nbC6Md/KRupzjlRF8YDJMp7AdrE6cFD4DSZ04QvIViQ0w5P7kyu37wA1g==",
3774
3748
  "dev": true,
3775
3749
  "license": "MIT",
3776
3750
  "dependencies": {
3777
- "@oclif/core": "^3.19.2",
3751
+ "@oclif/core": "3.21.0",
3778
3752
  "@types/lodash.difference": "^4.5.9",
3779
3753
  "chalk": "^5.3.0",
3754
+ "globby": "^14.0.1",
3780
3755
  "just-diff": "^5.2.0",
3781
3756
  "lodash.difference": "^4.5.0",
3782
3757
  "lodash.get": "^4.4.2",
@@ -3788,6 +3763,169 @@
3788
3763
  "node": ">=18.0.0"
3789
3764
  }
3790
3765
  },
3766
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
3767
+ "version": "3.21.0",
3768
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.21.0.tgz",
3769
+ "integrity": "sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g==",
3770
+ "dev": true,
3771
+ "license": "MIT",
3772
+ "dependencies": {
3773
+ "@types/cli-progress": "^3.11.5",
3774
+ "ansi-escapes": "^4.3.2",
3775
+ "ansi-styles": "^4.3.0",
3776
+ "cardinal": "^2.1.1",
3777
+ "chalk": "^4.1.2",
3778
+ "clean-stack": "^3.0.1",
3779
+ "cli-progress": "^3.12.0",
3780
+ "color": "^4.2.3",
3781
+ "debug": "^4.3.4",
3782
+ "ejs": "^3.1.9",
3783
+ "get-package-type": "^0.1.0",
3784
+ "globby": "^11.1.0",
3785
+ "hyperlinker": "^1.0.0",
3786
+ "indent-string": "^4.0.0",
3787
+ "is-wsl": "^2.2.0",
3788
+ "js-yaml": "^3.14.1",
3789
+ "natural-orderby": "^2.0.3",
3790
+ "object-treeify": "^1.1.33",
3791
+ "password-prompt": "^1.1.3",
3792
+ "slice-ansi": "^4.0.0",
3793
+ "string-width": "^4.2.3",
3794
+ "strip-ansi": "^6.0.1",
3795
+ "supports-color": "^8.1.1",
3796
+ "supports-hyperlinks": "^2.2.0",
3797
+ "widest-line": "^3.1.0",
3798
+ "wordwrap": "^1.0.0",
3799
+ "wrap-ansi": "^7.0.0"
3800
+ },
3801
+ "engines": {
3802
+ "node": ">=18.0.0"
3803
+ }
3804
+ },
3805
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
3806
+ "version": "4.1.2",
3807
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
3808
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
3809
+ "dev": true,
3810
+ "license": "MIT",
3811
+ "dependencies": {
3812
+ "ansi-styles": "^4.1.0",
3813
+ "supports-color": "^7.1.0"
3814
+ },
3815
+ "engines": {
3816
+ "node": ">=10"
3817
+ },
3818
+ "funding": {
3819
+ "url": "https://github.com/chalk/chalk?sponsor=1"
3820
+ }
3821
+ },
3822
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
3823
+ "version": "7.2.0",
3824
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
3825
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3826
+ "dev": true,
3827
+ "license": "MIT",
3828
+ "dependencies": {
3829
+ "has-flag": "^4.0.0"
3830
+ },
3831
+ "engines": {
3832
+ "node": ">=8"
3833
+ }
3834
+ },
3835
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
3836
+ "version": "11.1.0",
3837
+ "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
3838
+ "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
3839
+ "dev": true,
3840
+ "license": "MIT",
3841
+ "dependencies": {
3842
+ "array-union": "^2.1.0",
3843
+ "dir-glob": "^3.0.1",
3844
+ "fast-glob": "^3.2.9",
3845
+ "ignore": "^5.2.0",
3846
+ "merge2": "^1.4.1",
3847
+ "slash": "^3.0.0"
3848
+ },
3849
+ "engines": {
3850
+ "node": ">=10"
3851
+ },
3852
+ "funding": {
3853
+ "url": "https://github.com/sponsors/sindresorhus"
3854
+ }
3855
+ },
3856
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
3857
+ "version": "3.0.0",
3858
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
3859
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
3860
+ "dev": true,
3861
+ "license": "MIT",
3862
+ "engines": {
3863
+ "node": ">=8"
3864
+ }
3865
+ },
3866
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
3867
+ "version": "14.0.1",
3868
+ "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
3869
+ "integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==",
3870
+ "dev": true,
3871
+ "license": "MIT",
3872
+ "dependencies": {
3873
+ "@sindresorhus/merge-streams": "^2.1.0",
3874
+ "fast-glob": "^3.3.2",
3875
+ "ignore": "^5.2.4",
3876
+ "path-type": "^5.0.0",
3877
+ "slash": "^5.1.0",
3878
+ "unicorn-magic": "^0.1.0"
3879
+ },
3880
+ "engines": {
3881
+ "node": ">=18"
3882
+ },
3883
+ "funding": {
3884
+ "url": "https://github.com/sponsors/sindresorhus"
3885
+ }
3886
+ },
3887
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
3888
+ "version": "5.0.0",
3889
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
3890
+ "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
3891
+ "dev": true,
3892
+ "license": "MIT",
3893
+ "engines": {
3894
+ "node": ">=12"
3895
+ },
3896
+ "funding": {
3897
+ "url": "https://github.com/sponsors/sindresorhus"
3898
+ }
3899
+ },
3900
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/slash": {
3901
+ "version": "5.1.0",
3902
+ "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
3903
+ "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
3904
+ "dev": true,
3905
+ "license": "MIT",
3906
+ "engines": {
3907
+ "node": ">=14.16"
3908
+ },
3909
+ "funding": {
3910
+ "url": "https://github.com/sponsors/sindresorhus"
3911
+ }
3912
+ },
3913
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
3914
+ "version": "8.1.1",
3915
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
3916
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
3917
+ "dev": true,
3918
+ "license": "MIT",
3919
+ "dependencies": {
3920
+ "has-flag": "^4.0.0"
3921
+ },
3922
+ "engines": {
3923
+ "node": ">=10"
3924
+ },
3925
+ "funding": {
3926
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
3927
+ }
3928
+ },
3791
3929
  "node_modules/@oclif/plugin-help": {
3792
3930
  "version": "6.0.12",
3793
3931
  "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.12.tgz",
@@ -4374,16 +4512,16 @@
4374
4512
  }
4375
4513
  },
4376
4514
  "node_modules/@salesforce/plugin-info": {
4377
- "version": "3.0.27",
4378
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.27.tgz",
4379
- "integrity": "sha512-iQObYHBpik9WAQOmBH1Yxpdb/gI68AuJXbum4zi5auRx4CSZbey0vFOqjUHN5+vE4cFtFF9MA7vLKgirU5B/sw==",
4515
+ "version": "3.0.28",
4516
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.28.tgz",
4517
+ "integrity": "sha512-Sm2qhlNWAwSg/BYxKcRqvdpIUP6FynILl2/8emekJA52ApKw2b/SAHIWDozmxAqVJZseMqZnglKFuIId+qQhpg==",
4380
4518
  "license": "BSD-3-Clause",
4381
4519
  "dependencies": {
4382
4520
  "@inquirer/input": "^2.0.0",
4383
4521
  "@oclif/core": "^3.19.1",
4384
4522
  "@salesforce/core": "^6.5.2",
4385
4523
  "@salesforce/kit": "^3.0.15",
4386
- "@salesforce/sf-plugins-core": "^7.1.9",
4524
+ "@salesforce/sf-plugins-core": "^7.1.11",
4387
4525
  "got": "^13.0.0",
4388
4526
  "marked": "^4.3.0",
4389
4527
  "marked-terminal": "^4.2.0",
@@ -5060,6 +5198,19 @@
5060
5198
  "url": "https://github.com/sindresorhus/is?sponsor=1"
5061
5199
  }
5062
5200
  },
5201
+ "node_modules/@sindresorhus/merge-streams": {
5202
+ "version": "2.3.0",
5203
+ "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
5204
+ "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
5205
+ "dev": true,
5206
+ "license": "MIT",
5207
+ "engines": {
5208
+ "node": ">=18"
5209
+ },
5210
+ "funding": {
5211
+ "url": "https://github.com/sponsors/sindresorhus"
5212
+ }
5213
+ },
5063
5214
  "node_modules/@sinonjs/commons": {
5064
5215
  "version": "1.8.6",
5065
5216
  "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",
@@ -6754,11 +6905,13 @@
6754
6905
  "license": "MIT"
6755
6906
  },
6756
6907
  "node_modules/argparse": {
6757
- "version": "2.0.1",
6758
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
6759
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
6760
- "dev": true,
6761
- "license": "Python-2.0"
6908
+ "version": "1.0.10",
6909
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
6910
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
6911
+ "license": "MIT",
6912
+ "dependencies": {
6913
+ "sprintf-js": "~1.0.2"
6914
+ }
6762
6915
  },
6763
6916
  "node_modules/array-buffer-byte-length": {
6764
6917
  "version": "1.0.0",
@@ -8197,6 +8350,26 @@
8197
8350
  "typescript": ">=3"
8198
8351
  }
8199
8352
  },
8353
+ "node_modules/cosmiconfig/node_modules/argparse": {
8354
+ "version": "2.0.1",
8355
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
8356
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
8357
+ "dev": true,
8358
+ "license": "Python-2.0"
8359
+ },
8360
+ "node_modules/cosmiconfig/node_modules/js-yaml": {
8361
+ "version": "4.1.0",
8362
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
8363
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
8364
+ "dev": true,
8365
+ "license": "MIT",
8366
+ "dependencies": {
8367
+ "argparse": "^2.0.1"
8368
+ },
8369
+ "bin": {
8370
+ "js-yaml": "bin/js-yaml.js"
8371
+ }
8372
+ },
8200
8373
  "node_modules/crc-32": {
8201
8374
  "version": "1.2.2",
8202
8375
  "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
@@ -9269,13 +9442,13 @@
9269
9442
  }
9270
9443
  },
9271
9444
  "node_modules/eslint-plugin-sf-plugin": {
9272
- "version": "1.17.3",
9273
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.3.tgz",
9274
- "integrity": "sha512-IFbKJYHbb0LBkdr/ftcz/awuEiktIhouJrHeZ0oQ2BOYKK4YOFdgfpVGqENNW2RvIS077bnjf8yzdgn2pLhcdg==",
9445
+ "version": "1.17.4",
9446
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.4.tgz",
9447
+ "integrity": "sha512-6SVkegmUdXl2YnghLNXsnmjCw4gtkdAyRcxrhqpyS8vxfP3PZocKHQBuMH5aIAsA/Yb9bXcOs1gE5y0r/bD7MA==",
9275
9448
  "dev": true,
9276
9449
  "license": "BSD-3-Clause",
9277
9450
  "dependencies": {
9278
- "@salesforce/core": "^6.5.1",
9451
+ "@salesforce/core": "^6.7.0",
9279
9452
  "@typescript-eslint/utils": "^6.17.0"
9280
9453
  },
9281
9454
  "engines": {
@@ -9346,6 +9519,13 @@
9346
9519
  "url": "https://opencollective.com/eslint"
9347
9520
  }
9348
9521
  },
9522
+ "node_modules/eslint/node_modules/argparse": {
9523
+ "version": "2.0.1",
9524
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
9525
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
9526
+ "dev": true,
9527
+ "license": "Python-2.0"
9528
+ },
9349
9529
  "node_modules/eslint/node_modules/chalk": {
9350
9530
  "version": "4.1.2",
9351
9531
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -9406,6 +9586,19 @@
9406
9586
  "node": ">=10.13.0"
9407
9587
  }
9408
9588
  },
9589
+ "node_modules/eslint/node_modules/js-yaml": {
9590
+ "version": "4.1.0",
9591
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
9592
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
9593
+ "dev": true,
9594
+ "license": "MIT",
9595
+ "dependencies": {
9596
+ "argparse": "^2.0.1"
9597
+ },
9598
+ "bin": {
9599
+ "js-yaml": "bin/js-yaml.js"
9600
+ }
9601
+ },
9409
9602
  "node_modules/eslint/node_modules/locate-path": {
9410
9603
  "version": "6.0.0",
9411
9604
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
@@ -11808,13 +12001,13 @@
11808
12001
  "license": "MIT"
11809
12002
  },
11810
12003
  "node_modules/js-yaml": {
11811
- "version": "4.1.0",
11812
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
11813
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
11814
- "dev": true,
12004
+ "version": "3.14.1",
12005
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
12006
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
11815
12007
  "license": "MIT",
11816
12008
  "dependencies": {
11817
- "argparse": "^2.0.1"
12009
+ "argparse": "^1.0.7",
12010
+ "esprima": "^4.0.0"
11818
12011
  },
11819
12012
  "bin": {
11820
12013
  "js-yaml": "bin/js-yaml.js"
@@ -12439,30 +12632,6 @@
12439
12632
  "node": ">=6"
12440
12633
  }
12441
12634
  },
12442
- "node_modules/load-yaml-file/node_modules/argparse": {
12443
- "version": "1.0.10",
12444
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
12445
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
12446
- "dev": true,
12447
- "license": "MIT",
12448
- "dependencies": {
12449
- "sprintf-js": "~1.0.2"
12450
- }
12451
- },
12452
- "node_modules/load-yaml-file/node_modules/js-yaml": {
12453
- "version": "3.14.1",
12454
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
12455
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
12456
- "dev": true,
12457
- "license": "MIT",
12458
- "dependencies": {
12459
- "argparse": "^1.0.7",
12460
- "esprima": "^4.0.0"
12461
- },
12462
- "bin": {
12463
- "js-yaml": "bin/js-yaml.js"
12464
- }
12465
- },
12466
12635
  "node_modules/locate-path": {
12467
12636
  "version": "5.0.0",
12468
12637
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
@@ -13526,6 +13695,13 @@
13526
13695
  "url": "https://opencollective.com/mochajs"
13527
13696
  }
13528
13697
  },
13698
+ "node_modules/mocha/node_modules/argparse": {
13699
+ "version": "2.0.1",
13700
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
13701
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
13702
+ "dev": true,
13703
+ "license": "Python-2.0"
13704
+ },
13529
13705
  "node_modules/mocha/node_modules/diff": {
13530
13706
  "version": "5.0.0",
13531
13707
  "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
@@ -13598,6 +13774,19 @@
13598
13774
  "node": "*"
13599
13775
  }
13600
13776
  },
13777
+ "node_modules/mocha/node_modules/js-yaml": {
13778
+ "version": "4.1.0",
13779
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
13780
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
13781
+ "dev": true,
13782
+ "license": "MIT",
13783
+ "dependencies": {
13784
+ "argparse": "^2.0.1"
13785
+ },
13786
+ "bin": {
13787
+ "js-yaml": "bin/js-yaml.js"
13788
+ }
13789
+ },
13601
13790
  "node_modules/mocha/node_modules/locate-path": {
13602
13791
  "version": "6.0.0",
13603
13792
  "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
@@ -18028,6 +18217,19 @@
18028
18217
  "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
18029
18218
  "license": "MIT"
18030
18219
  },
18220
+ "node_modules/unicorn-magic": {
18221
+ "version": "0.1.0",
18222
+ "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
18223
+ "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
18224
+ "dev": true,
18225
+ "license": "MIT",
18226
+ "engines": {
18227
+ "node": ">=18"
18228
+ },
18229
+ "funding": {
18230
+ "url": "https://github.com/sponsors/sindresorhus"
18231
+ }
18232
+ },
18031
18233
  "node_modules/unique-filename": {
18032
18234
  "version": "1.1.1",
18033
18235
  "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",