@salesforce/cli 2.45.0 → 2.45.2
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/README.md +67 -76
- package/npm-shrinkwrap.json +147 -73
- package/oclif.lock +117 -84
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.45.
|
|
3
|
+
"version": "2.45.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.45.
|
|
9
|
+
"version": "2.45.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"@salesforce/plugin-apex": "3.1.13",
|
|
28
28
|
"@salesforce/plugin-auth": "3.6.16",
|
|
29
29
|
"@salesforce/plugin-data": "3.4.3",
|
|
30
|
-
"@salesforce/plugin-deploy-retrieve": "3.8.
|
|
30
|
+
"@salesforce/plugin-deploy-retrieve": "3.8.2",
|
|
31
31
|
"@salesforce/plugin-info": "3.3.3",
|
|
32
32
|
"@salesforce/plugin-limits": "3.3.9",
|
|
33
33
|
"@salesforce/plugin-marketplace": "1.2.8",
|
|
34
|
-
"@salesforce/plugin-org": "4.1.
|
|
34
|
+
"@salesforce/plugin-org": "4.1.16",
|
|
35
35
|
"@salesforce/plugin-packaging": "2.4.5",
|
|
36
36
|
"@salesforce/plugin-schema": "3.3.9",
|
|
37
37
|
"@salesforce/plugin-settings": "2.2.7",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@salesforce/plugin-templates": "56.2.9",
|
|
42
42
|
"@salesforce/plugin-trust": "3.7.3",
|
|
43
43
|
"@salesforce/plugin-user": "3.5.11",
|
|
44
|
-
"@salesforce/sf-plugins-core": "9.0
|
|
44
|
+
"@salesforce/sf-plugins-core": "9.1.0",
|
|
45
45
|
"chalk": "^5.3.0",
|
|
46
46
|
"debug": "^4.3.4",
|
|
47
47
|
"strip-ansi": "^7.1.0"
|
|
@@ -51,13 +51,13 @@
|
|
|
51
51
|
"sfdx": "bin/run.js"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@oclif/plugin-command-snapshot": "^
|
|
55
|
-
"@salesforce/dev-scripts": "^9.
|
|
56
|
-
"@salesforce/plugin-release-management": "^5.
|
|
54
|
+
"@oclif/plugin-command-snapshot": "^5.1.9",
|
|
55
|
+
"@salesforce/dev-scripts": "^9.1.2",
|
|
56
|
+
"@salesforce/plugin-release-management": "^5.4.3",
|
|
57
57
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
58
58
|
"@salesforce/ts-types": "^2.0.9",
|
|
59
59
|
"@types/debug": "^4.1.12",
|
|
60
|
-
"aws-sdk": "^2.
|
|
60
|
+
"aws-sdk": "^2.1631.0",
|
|
61
61
|
"oclif": "^4.11.0",
|
|
62
62
|
"ts-node": "^10.9.2",
|
|
63
63
|
"typescript": "^5.4.3"
|
|
@@ -3249,9 +3249,9 @@
|
|
|
3249
3249
|
}
|
|
3250
3250
|
},
|
|
3251
3251
|
"node_modules/@jsforce/jsforce-node/node_modules/@types/node": {
|
|
3252
|
-
"version": "18.19.
|
|
3253
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.
|
|
3254
|
-
"integrity": "sha512-
|
|
3252
|
+
"version": "18.19.33",
|
|
3253
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.33.tgz",
|
|
3254
|
+
"integrity": "sha512-NR9+KrpSajr2qBVp/Yt5TU/rp+b5Mayi3+OlMlcg2cVCfRmcG5PWZ7S4+MG9PZ5gWBoc9Pd0BKSRViuBCRPu0A==",
|
|
3255
3255
|
"license": "MIT",
|
|
3256
3256
|
"dependencies": {
|
|
3257
3257
|
"undici-types": "~5.26.4"
|
|
@@ -3925,26 +3925,74 @@
|
|
|
3925
3925
|
}
|
|
3926
3926
|
},
|
|
3927
3927
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3928
|
-
"version": "
|
|
3929
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-
|
|
3930
|
-
"integrity": "sha512-
|
|
3928
|
+
"version": "5.1.9",
|
|
3929
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.9.tgz",
|
|
3930
|
+
"integrity": "sha512-PeSQP2IxzL34e3DYoEdAw8UCcsuawcJqnQe97HNUSBpBSC2PY/7uL887TfmMIo/rhzM7PtSUNxfNwOiKw5cNUw==",
|
|
3931
3931
|
"dev": true,
|
|
3932
3932
|
"license": "MIT",
|
|
3933
3933
|
"dependencies": {
|
|
3934
|
-
"@oclif/core": "
|
|
3935
|
-
"@types/lodash.difference": "^4.5.
|
|
3934
|
+
"@oclif/core": "3.26.6",
|
|
3935
|
+
"@types/lodash.difference": "^4.5.9",
|
|
3936
3936
|
"chalk": "^5.3.0",
|
|
3937
|
+
"globby": "^14.0.1",
|
|
3937
3938
|
"just-diff": "^5.2.0",
|
|
3938
3939
|
"lodash.difference": "^4.5.0",
|
|
3939
3940
|
"lodash.get": "^4.4.2",
|
|
3940
3941
|
"lodash.sortby": "^4.7.0",
|
|
3941
|
-
"semver": "^7.
|
|
3942
|
-
"ts-json-schema-generator": "^1.
|
|
3942
|
+
"semver": "^7.6.0",
|
|
3943
|
+
"ts-json-schema-generator": "^1.5.1"
|
|
3943
3944
|
},
|
|
3944
3945
|
"engines": {
|
|
3945
3946
|
"node": ">=18.0.0"
|
|
3946
3947
|
}
|
|
3947
3948
|
},
|
|
3949
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
3950
|
+
"version": "14.0.1",
|
|
3951
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
3952
|
+
"integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==",
|
|
3953
|
+
"dev": true,
|
|
3954
|
+
"license": "MIT",
|
|
3955
|
+
"dependencies": {
|
|
3956
|
+
"@sindresorhus/merge-streams": "^2.1.0",
|
|
3957
|
+
"fast-glob": "^3.3.2",
|
|
3958
|
+
"ignore": "^5.2.4",
|
|
3959
|
+
"path-type": "^5.0.0",
|
|
3960
|
+
"slash": "^5.1.0",
|
|
3961
|
+
"unicorn-magic": "^0.1.0"
|
|
3962
|
+
},
|
|
3963
|
+
"engines": {
|
|
3964
|
+
"node": ">=18"
|
|
3965
|
+
},
|
|
3966
|
+
"funding": {
|
|
3967
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3968
|
+
}
|
|
3969
|
+
},
|
|
3970
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3971
|
+
"version": "5.0.0",
|
|
3972
|
+
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
3973
|
+
"integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
|
|
3974
|
+
"dev": true,
|
|
3975
|
+
"license": "MIT",
|
|
3976
|
+
"engines": {
|
|
3977
|
+
"node": ">=12"
|
|
3978
|
+
},
|
|
3979
|
+
"funding": {
|
|
3980
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3981
|
+
}
|
|
3982
|
+
},
|
|
3983
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/slash": {
|
|
3984
|
+
"version": "5.1.0",
|
|
3985
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
|
|
3986
|
+
"integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
|
|
3987
|
+
"dev": true,
|
|
3988
|
+
"license": "MIT",
|
|
3989
|
+
"engines": {
|
|
3990
|
+
"node": ">=14.16"
|
|
3991
|
+
},
|
|
3992
|
+
"funding": {
|
|
3993
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
3994
|
+
}
|
|
3995
|
+
},
|
|
3948
3996
|
"node_modules/@oclif/plugin-commands": {
|
|
3949
3997
|
"version": "3.3.4",
|
|
3950
3998
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.3.4.tgz",
|
|
@@ -4467,22 +4515,22 @@
|
|
|
4467
4515
|
}
|
|
4468
4516
|
},
|
|
4469
4517
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
4470
|
-
"version": "5.
|
|
4471
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.
|
|
4472
|
-
"integrity": "sha512-
|
|
4518
|
+
"version": "5.3.8",
|
|
4519
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.8.tgz",
|
|
4520
|
+
"integrity": "sha512-A+//ZlAwRPQQylIAPwo2Lob5PfSObyFbiYqYsG/ktBQlF41MASZHkCb/3/qJv1/2gPusVOUbEsmF1LRIj8reNg==",
|
|
4473
4521
|
"dev": true,
|
|
4474
4522
|
"license": "BSD-3-Clause",
|
|
4475
4523
|
"dependencies": {
|
|
4476
|
-
"@salesforce/core": "^7.
|
|
4477
|
-
"@salesforce/kit": "^3.1.
|
|
4524
|
+
"@salesforce/core": "^7.3.9",
|
|
4525
|
+
"@salesforce/kit": "^3.1.2",
|
|
4478
4526
|
"@salesforce/ts-types": "^2.0.9",
|
|
4479
4527
|
"@types/shelljs": "^0.8.15",
|
|
4480
4528
|
"debug": "^4.3.1",
|
|
4481
4529
|
"jszip": "^3.10.1",
|
|
4482
4530
|
"shelljs": "^0.8.4",
|
|
4483
|
-
"sinon": "^17.0.
|
|
4531
|
+
"sinon": "^17.0.2",
|
|
4484
4532
|
"strip-ansi": "6.0.1",
|
|
4485
|
-
"ts-retry-promise": "^0.8.
|
|
4533
|
+
"ts-retry-promise": "^0.8.1"
|
|
4486
4534
|
},
|
|
4487
4535
|
"engines": {
|
|
4488
4536
|
"node": ">=16.0.0"
|
|
@@ -4549,18 +4597,18 @@
|
|
|
4549
4597
|
"license": "MIT"
|
|
4550
4598
|
},
|
|
4551
4599
|
"node_modules/@salesforce/cli-plugins-testkit/node_modules/sinon": {
|
|
4552
|
-
"version": "17.0.
|
|
4553
|
-
"resolved": "https://registry.npmjs.org/sinon/-/sinon-17.0.
|
|
4554
|
-
"integrity": "sha512-
|
|
4600
|
+
"version": "17.0.2",
|
|
4601
|
+
"resolved": "https://registry.npmjs.org/sinon/-/sinon-17.0.2.tgz",
|
|
4602
|
+
"integrity": "sha512-uihLiaB9FhzesElPDFZA7hDcNABzsVHwr3YfmM9sBllVwab3l0ltGlRV1XhpNfIacNDLGD1QRZNLs5nU5+hTuA==",
|
|
4555
4603
|
"dev": true,
|
|
4556
4604
|
"license": "BSD-3-Clause",
|
|
4557
4605
|
"dependencies": {
|
|
4558
|
-
"@sinonjs/commons": "^3.0.
|
|
4606
|
+
"@sinonjs/commons": "^3.0.1",
|
|
4559
4607
|
"@sinonjs/fake-timers": "^11.2.2",
|
|
4560
4608
|
"@sinonjs/samsam": "^8.0.0",
|
|
4561
|
-
"diff": "^5.
|
|
4562
|
-
"nise": "^5.1.
|
|
4563
|
-
"supports-color": "^7
|
|
4609
|
+
"diff": "^5.2.0",
|
|
4610
|
+
"nise": "^5.1.9",
|
|
4611
|
+
"supports-color": "^7"
|
|
4564
4612
|
},
|
|
4565
4613
|
"funding": {
|
|
4566
4614
|
"type": "opencollective",
|
|
@@ -4647,9 +4695,9 @@
|
|
|
4647
4695
|
"license": "BSD-3-Clause"
|
|
4648
4696
|
},
|
|
4649
4697
|
"node_modules/@salesforce/dev-scripts": {
|
|
4650
|
-
"version": "9.
|
|
4651
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-9.
|
|
4652
|
-
"integrity": "sha512-
|
|
4698
|
+
"version": "9.1.2",
|
|
4699
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-9.1.2.tgz",
|
|
4700
|
+
"integrity": "sha512-ZVNL2j3rU+qDZ6G1nxu6pV8HFdru2L9PYL//npEmvnofwt4j8fmYiZD39K8ljLN3RxT7X1//b55R1h0DbcgeLA==",
|
|
4653
4701
|
"dev": true,
|
|
4654
4702
|
"license": "BSD-3-Clause",
|
|
4655
4703
|
"dependencies": {
|
|
@@ -4659,7 +4707,7 @@
|
|
|
4659
4707
|
"@salesforce/prettier-config": "^0.0.3",
|
|
4660
4708
|
"@types/chai": "^4.3.14",
|
|
4661
4709
|
"@types/mocha": "^10.0.6",
|
|
4662
|
-
"@types/node": "^18.19.
|
|
4710
|
+
"@types/node": "^18.19.32",
|
|
4663
4711
|
"@types/sinon": "^10.0.20",
|
|
4664
4712
|
"chai": "^4.3.10",
|
|
4665
4713
|
"chalk": "^4.0.0",
|
|
@@ -4688,9 +4736,9 @@
|
|
|
4688
4736
|
}
|
|
4689
4737
|
},
|
|
4690
4738
|
"node_modules/@salesforce/dev-scripts/node_modules/@types/node": {
|
|
4691
|
-
"version": "18.19.
|
|
4692
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.
|
|
4693
|
-
"integrity": "sha512-
|
|
4739
|
+
"version": "18.19.33",
|
|
4740
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.33.tgz",
|
|
4741
|
+
"integrity": "sha512-NR9+KrpSajr2qBVp/Yt5TU/rp+b5Mayi3+OlMlcg2cVCfRmcG5PWZ7S4+MG9PZ5gWBoc9Pd0BKSRViuBCRPu0A==",
|
|
4694
4742
|
"dev": true,
|
|
4695
4743
|
"license": "MIT",
|
|
4696
4744
|
"dependencies": {
|
|
@@ -4808,16 +4856,16 @@
|
|
|
4808
4856
|
}
|
|
4809
4857
|
},
|
|
4810
4858
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4811
|
-
"version": "3.0.
|
|
4812
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
4813
|
-
"integrity": "sha512-
|
|
4859
|
+
"version": "3.0.89",
|
|
4860
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.89.tgz",
|
|
4861
|
+
"integrity": "sha512-RcaO7nWwzlmZEuz1FWc3QaYu3gtOfcf594jf9Ns+Xx9NfEJj/KOl0GYpi9tjBIuvXGPdb6m910fORm8NiN5FCg==",
|
|
4814
4862
|
"dev": true,
|
|
4815
4863
|
"license": "BSD-3-Clause",
|
|
4816
4864
|
"dependencies": {
|
|
4817
|
-
"@oclif/core": "^3.26.
|
|
4818
|
-
"@salesforce/core": "^7.
|
|
4819
|
-
"@salesforce/kit": "^3.1.
|
|
4820
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
4865
|
+
"@oclif/core": "^3.26.6",
|
|
4866
|
+
"@salesforce/core": "^7.3.9",
|
|
4867
|
+
"@salesforce/kit": "^3.1.1",
|
|
4868
|
+
"@salesforce/sf-plugins-core": "^9.0.13",
|
|
4821
4869
|
"@salesforce/ts-types": "^2.0.9",
|
|
4822
4870
|
"chalk": "^5.3.0",
|
|
4823
4871
|
"debug": "^4.3.4",
|
|
@@ -4856,9 +4904,9 @@
|
|
|
4856
4904
|
"license": "MIT"
|
|
4857
4905
|
},
|
|
4858
4906
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
4859
|
-
"version": "3.8.
|
|
4860
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.8.
|
|
4861
|
-
"integrity": "sha512-
|
|
4907
|
+
"version": "3.8.2",
|
|
4908
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.8.2.tgz",
|
|
4909
|
+
"integrity": "sha512-7QLkKD1WnMSuP/fvPS+KE2t5rPkBnSNaIgtMkyRtFO1QzS/JsQfGPw8gfarJoK8NRa91H0cKTcS5n6pNrsS3bA==",
|
|
4862
4910
|
"license": "BSD-3-Clause",
|
|
4863
4911
|
"dependencies": {
|
|
4864
4912
|
"@oclif/core": "^3.26.6",
|
|
@@ -4866,7 +4914,7 @@
|
|
|
4866
4914
|
"@salesforce/core": "^7.3.9",
|
|
4867
4915
|
"@salesforce/kit": "^3.1.2",
|
|
4868
4916
|
"@salesforce/plugin-info": "^3.3.0",
|
|
4869
|
-
"@salesforce/sf-plugins-core": "^9.0
|
|
4917
|
+
"@salesforce/sf-plugins-core": "^9.1.0",
|
|
4870
4918
|
"@salesforce/source-deploy-retrieve": "^11.6.3",
|
|
4871
4919
|
"@salesforce/source-tracking": "^6.3.0",
|
|
4872
4920
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -4932,9 +4980,9 @@
|
|
|
4932
4980
|
}
|
|
4933
4981
|
},
|
|
4934
4982
|
"node_modules/@salesforce/plugin-org": {
|
|
4935
|
-
"version": "4.1.
|
|
4936
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.
|
|
4937
|
-
"integrity": "sha512-
|
|
4983
|
+
"version": "4.1.16",
|
|
4984
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.16.tgz",
|
|
4985
|
+
"integrity": "sha512-qu0RA9kOP/O1VbDtpRCh5SrXk6D+zrWmUTwWgdbL0MbVQ3VqwVEzHcEfiZFdHLZZCgOL60JylE3GYlSFhPHzeg==",
|
|
4938
4986
|
"license": "BSD-3-Clause",
|
|
4939
4987
|
"dependencies": {
|
|
4940
4988
|
"@oclif/core": "^3.26.4",
|
|
@@ -4975,24 +5023,24 @@
|
|
|
4975
5023
|
}
|
|
4976
5024
|
},
|
|
4977
5025
|
"node_modules/@salesforce/plugin-release-management": {
|
|
4978
|
-
"version": "5.
|
|
4979
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-5.
|
|
4980
|
-
"integrity": "sha512-
|
|
5026
|
+
"version": "5.4.3",
|
|
5027
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-release-management/-/plugin-release-management-5.4.3.tgz",
|
|
5028
|
+
"integrity": "sha512-C/8FVineWodVxSil3adgTKnngejpyxyjBTR5SM4yoybS3OsNI61e1ky7Do4u04JSjRyzMHlwlX54iDIklPGq+Q==",
|
|
4981
5029
|
"dev": true,
|
|
4982
5030
|
"license": "BSD-3-Clause",
|
|
4983
5031
|
"dependencies": {
|
|
4984
|
-
"@oclif/core": "^3.26.
|
|
5032
|
+
"@oclif/core": "^3.26.4",
|
|
4985
5033
|
"@octokit/core": "^4.2.4",
|
|
4986
5034
|
"@octokit/plugin-paginate-rest": "^6.1.2",
|
|
4987
5035
|
"@octokit/plugin-throttling": "^5.2.3",
|
|
4988
|
-
"@salesforce/cli-plugins-testkit": "^5.
|
|
4989
|
-
"@salesforce/core": "^7.
|
|
5036
|
+
"@salesforce/cli-plugins-testkit": "^5.3.4",
|
|
5037
|
+
"@salesforce/core": "^7.3.1",
|
|
4990
5038
|
"@salesforce/kit": "^3.1.0",
|
|
4991
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
4992
|
-
"@salesforce/plugin-trust": "^3.
|
|
4993
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
5039
|
+
"@salesforce/plugin-command-reference": "^3.0.83",
|
|
5040
|
+
"@salesforce/plugin-trust": "^3.7.0",
|
|
5041
|
+
"@salesforce/sf-plugins-core": "^9.0.7",
|
|
4994
5042
|
"@salesforce/ts-types": "^2.0.9",
|
|
4995
|
-
"aws-sdk": "^2.
|
|
5043
|
+
"aws-sdk": "^2.1623.0",
|
|
4996
5044
|
"chalk": "^5.3.0",
|
|
4997
5045
|
"fast-glob": "^3.3.2",
|
|
4998
5046
|
"got": "^13",
|
|
@@ -5409,9 +5457,9 @@
|
|
|
5409
5457
|
"license": "ISC"
|
|
5410
5458
|
},
|
|
5411
5459
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5412
|
-
"version": "9.0
|
|
5413
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
5414
|
-
"integrity": "sha512-
|
|
5460
|
+
"version": "9.1.0",
|
|
5461
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.0.tgz",
|
|
5462
|
+
"integrity": "sha512-tBfbsJ0jUv/UtvbzY8wClNVagBA10mzs61BRI5nMpNlrYppRD3domGIOaOXchldO7XsYkrUnzkJVOuungPgu8A==",
|
|
5415
5463
|
"license": "BSD-3-Clause",
|
|
5416
5464
|
"dependencies": {
|
|
5417
5465
|
"@inquirer/confirm": "^2.0.17",
|
|
@@ -6059,6 +6107,19 @@
|
|
|
6059
6107
|
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
6060
6108
|
}
|
|
6061
6109
|
},
|
|
6110
|
+
"node_modules/@sindresorhus/merge-streams": {
|
|
6111
|
+
"version": "2.3.0",
|
|
6112
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
|
|
6113
|
+
"integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
|
|
6114
|
+
"dev": true,
|
|
6115
|
+
"license": "MIT",
|
|
6116
|
+
"engines": {
|
|
6117
|
+
"node": ">=18"
|
|
6118
|
+
},
|
|
6119
|
+
"funding": {
|
|
6120
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
6121
|
+
}
|
|
6122
|
+
},
|
|
6062
6123
|
"node_modules/@sinonjs/commons": {
|
|
6063
6124
|
"version": "1.8.6",
|
|
6064
6125
|
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",
|
|
@@ -8065,9 +8126,9 @@
|
|
|
8065
8126
|
}
|
|
8066
8127
|
},
|
|
8067
8128
|
"node_modules/aws-sdk": {
|
|
8068
|
-
"version": "2.
|
|
8069
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
8070
|
-
"integrity": "sha512-
|
|
8129
|
+
"version": "2.1631.0",
|
|
8130
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1631.0.tgz",
|
|
8131
|
+
"integrity": "sha512-QG1A1bsgy9jKyY20LVxEeB16zEbn3dPIZmVeh/7vk6ukb2+5Vjh0s+E5bVlNHFFXVu6rsviayqGmjr16fJ5I1g==",
|
|
8071
8132
|
"dev": true,
|
|
8072
8133
|
"hasInstallScript": true,
|
|
8073
8134
|
"license": "Apache-2.0",
|
|
@@ -23101,9 +23162,9 @@
|
|
|
23101
23162
|
}
|
|
23102
23163
|
},
|
|
23103
23164
|
"node_modules/ts-retry-promise": {
|
|
23104
|
-
"version": "0.8.
|
|
23105
|
-
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.8.
|
|
23106
|
-
"integrity": "sha512
|
|
23165
|
+
"version": "0.8.1",
|
|
23166
|
+
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.8.1.tgz",
|
|
23167
|
+
"integrity": "sha512-+AHPUmAhr5bSRRK5CurE9kNH8gZlEHnCgusZ0zy2bjfatUBDX0h6vGQjiT0YrGwSDwRZmU+bapeX6mj55FOPvg==",
|
|
23107
23168
|
"license": "MIT",
|
|
23108
23169
|
"engines": {
|
|
23109
23170
|
"node": ">=6"
|
|
@@ -23392,6 +23453,19 @@
|
|
|
23392
23453
|
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
|
23393
23454
|
"license": "MIT"
|
|
23394
23455
|
},
|
|
23456
|
+
"node_modules/unicorn-magic": {
|
|
23457
|
+
"version": "0.1.0",
|
|
23458
|
+
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
|
|
23459
|
+
"integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
|
|
23460
|
+
"dev": true,
|
|
23461
|
+
"license": "MIT",
|
|
23462
|
+
"engines": {
|
|
23463
|
+
"node": ">=18"
|
|
23464
|
+
},
|
|
23465
|
+
"funding": {
|
|
23466
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
23467
|
+
}
|
|
23468
|
+
},
|
|
23395
23469
|
"node_modules/unique-filename": {
|
|
23396
23470
|
"version": "3.0.0",
|
|
23397
23471
|
"resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz",
|