@salesforce/cli 1.84.6 → 1.84.7
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/npm-shrinkwrap.json +106 -258
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "1.84.
|
|
3
|
+
"version": "1.84.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "1.84.
|
|
9
|
+
"version": "1.84.7",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "2.8.7",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@oclif/plugin-version": "1.3.5",
|
|
21
21
|
"@oclif/plugin-warn-if-update-available": "2.0.39",
|
|
22
22
|
"@oclif/plugin-which": "2.2.22",
|
|
23
|
-
"@salesforce/core": "4.3.
|
|
23
|
+
"@salesforce/core": "4.3.2",
|
|
24
24
|
"@salesforce/plugin-apex": "2.3.3",
|
|
25
25
|
"@salesforce/plugin-auth": "2.8.2",
|
|
26
26
|
"@salesforce/plugin-data": "2.3.26",
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"@salesforce/ts-sinon": "^1.4.8",
|
|
55
55
|
"@types/debug": "^4.1.8",
|
|
56
56
|
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
|
57
|
-
"@typescript-eslint/parser": "^5.
|
|
58
|
-
"aws-sdk": "^2.
|
|
57
|
+
"@typescript-eslint/parser": "^5.60.0",
|
|
58
|
+
"aws-sdk": "^2.1400.0",
|
|
59
59
|
"chai": "^4.3.7",
|
|
60
|
-
"eslint": "^8.
|
|
60
|
+
"eslint": "^8.43.0",
|
|
61
61
|
"eslint-config-oclif": "^3.1",
|
|
62
62
|
"eslint-config-oclif-typescript": "^0.2.0",
|
|
63
63
|
"eslint-config-prettier": "^8.7.0",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"husky": "^7.0.4",
|
|
72
72
|
"mocha": "^9.2.2",
|
|
73
73
|
"nyc": "^15.1.0",
|
|
74
|
-
"oclif": "^3.9.
|
|
74
|
+
"oclif": "^3.9.1",
|
|
75
75
|
"prettier": "^2.8.8",
|
|
76
76
|
"pretty-quick": "^3.1.3",
|
|
77
77
|
"sinon": "^11.1.2",
|
|
@@ -1405,9 +1405,9 @@
|
|
|
1405
1405
|
}
|
|
1406
1406
|
},
|
|
1407
1407
|
"node_modules/@eslint/js": {
|
|
1408
|
-
"version": "8.
|
|
1409
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.
|
|
1410
|
-
"integrity": "sha512-
|
|
1408
|
+
"version": "8.43.0",
|
|
1409
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.43.0.tgz",
|
|
1410
|
+
"integrity": "sha512-s2UHCoiXfxMvmfzqoN+vrQ84ahUSYde9qNO1MdxmoEhyHWsfmwOpFlwYV+ePJEVc7gFnATGUi376WowX1N7tFg==",
|
|
1411
1411
|
"dev": true,
|
|
1412
1412
|
"license": "MIT",
|
|
1413
1413
|
"engines": {
|
|
@@ -8473,9 +8473,9 @@
|
|
|
8473
8473
|
}
|
|
8474
8474
|
},
|
|
8475
8475
|
"node_modules/@salesforce/core": {
|
|
8476
|
-
"version": "4.3.
|
|
8477
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-4.3.
|
|
8478
|
-
"integrity": "sha512-
|
|
8476
|
+
"version": "4.3.2",
|
|
8477
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-4.3.2.tgz",
|
|
8478
|
+
"integrity": "sha512-dsgUYI9pBpJx0l01fumyx85jOPBl5q3J1yTff5ktzlWAs3LXdjqa5KTQMTtS5b36nd4Ht3CVSd36iEOZodoB0g==",
|
|
8479
8479
|
"license": "BSD-3-Clause",
|
|
8480
8480
|
"dependencies": {
|
|
8481
8481
|
"@salesforce/bunyan": "^2.0.0",
|
|
@@ -10808,66 +10808,45 @@
|
|
|
10808
10808
|
"eslint": "*"
|
|
10809
10809
|
}
|
|
10810
10810
|
},
|
|
10811
|
-
"node_modules/@typescript-eslint/
|
|
10812
|
-
"version": "
|
|
10813
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/
|
|
10814
|
-
"integrity": "sha512-
|
|
10811
|
+
"node_modules/@typescript-eslint/experimental-utils/node_modules/@typescript-eslint/typescript-estree": {
|
|
10812
|
+
"version": "2.34.0",
|
|
10813
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz",
|
|
10814
|
+
"integrity": "sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==",
|
|
10815
10815
|
"dev": true,
|
|
10816
10816
|
"license": "BSD-2-Clause",
|
|
10817
10817
|
"dependencies": {
|
|
10818
|
-
"
|
|
10819
|
-
"
|
|
10820
|
-
"
|
|
10821
|
-
"
|
|
10818
|
+
"debug": "^4.1.1",
|
|
10819
|
+
"eslint-visitor-keys": "^1.1.0",
|
|
10820
|
+
"glob": "^7.1.6",
|
|
10821
|
+
"is-glob": "^4.0.1",
|
|
10822
|
+
"lodash": "^4.17.15",
|
|
10823
|
+
"semver": "^7.3.2",
|
|
10824
|
+
"tsutils": "^3.17.1"
|
|
10822
10825
|
},
|
|
10823
10826
|
"engines": {
|
|
10824
|
-
"node": "^
|
|
10827
|
+
"node": "^8.10.0 || ^10.13.0 || >=11.10.1"
|
|
10825
10828
|
},
|
|
10826
10829
|
"funding": {
|
|
10827
10830
|
"type": "opencollective",
|
|
10828
10831
|
"url": "https://opencollective.com/typescript-eslint"
|
|
10829
10832
|
},
|
|
10830
|
-
"peerDependencies": {
|
|
10831
|
-
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
10832
|
-
},
|
|
10833
10833
|
"peerDependenciesMeta": {
|
|
10834
10834
|
"typescript": {
|
|
10835
10835
|
"optional": true
|
|
10836
10836
|
}
|
|
10837
10837
|
}
|
|
10838
10838
|
},
|
|
10839
|
-
"node_modules/@typescript-eslint/parser
|
|
10840
|
-
"version": "5.
|
|
10841
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/
|
|
10842
|
-
"integrity": "sha512-
|
|
10843
|
-
"dev": true,
|
|
10844
|
-
"license": "MIT",
|
|
10845
|
-
"dependencies": {
|
|
10846
|
-
"@typescript-eslint/types": "5.59.9",
|
|
10847
|
-
"@typescript-eslint/visitor-keys": "5.59.9"
|
|
10848
|
-
},
|
|
10849
|
-
"engines": {
|
|
10850
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
10851
|
-
},
|
|
10852
|
-
"funding": {
|
|
10853
|
-
"type": "opencollective",
|
|
10854
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
10855
|
-
}
|
|
10856
|
-
},
|
|
10857
|
-
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
|
|
10858
|
-
"version": "5.59.9",
|
|
10859
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz",
|
|
10860
|
-
"integrity": "sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==",
|
|
10839
|
+
"node_modules/@typescript-eslint/parser": {
|
|
10840
|
+
"version": "5.60.0",
|
|
10841
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.60.0.tgz",
|
|
10842
|
+
"integrity": "sha512-jBONcBsDJ9UoTWrARkRRCgDz6wUggmH5RpQVlt7BimSwaTkTjwypGzKORXbR4/2Hqjk9hgwlon2rVQAjWNpkyQ==",
|
|
10861
10843
|
"dev": true,
|
|
10862
10844
|
"license": "BSD-2-Clause",
|
|
10863
10845
|
"dependencies": {
|
|
10864
|
-
"@typescript-eslint/
|
|
10865
|
-
"@typescript-eslint/
|
|
10866
|
-
"
|
|
10867
|
-
"
|
|
10868
|
-
"is-glob": "^4.0.3",
|
|
10869
|
-
"semver": "^7.3.7",
|
|
10870
|
-
"tsutils": "^3.21.0"
|
|
10846
|
+
"@typescript-eslint/scope-manager": "5.60.0",
|
|
10847
|
+
"@typescript-eslint/types": "5.60.0",
|
|
10848
|
+
"@typescript-eslint/typescript-estree": "5.60.0",
|
|
10849
|
+
"debug": "^4.3.4"
|
|
10871
10850
|
},
|
|
10872
10851
|
"engines": {
|
|
10873
10852
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
@@ -10876,6 +10855,9 @@
|
|
|
10876
10855
|
"type": "opencollective",
|
|
10877
10856
|
"url": "https://opencollective.com/typescript-eslint"
|
|
10878
10857
|
},
|
|
10858
|
+
"peerDependencies": {
|
|
10859
|
+
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
10860
|
+
},
|
|
10879
10861
|
"peerDependenciesMeta": {
|
|
10880
10862
|
"typescript": {
|
|
10881
10863
|
"optional": true
|
|
@@ -10900,51 +10882,6 @@
|
|
|
10900
10882
|
"url": "https://opencollective.com/typescript-eslint"
|
|
10901
10883
|
}
|
|
10902
10884
|
},
|
|
10903
|
-
"node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/types": {
|
|
10904
|
-
"version": "5.60.0",
|
|
10905
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.60.0.tgz",
|
|
10906
|
-
"integrity": "sha512-ascOuoCpNZBccFVNJRSC6rPq4EmJ2NkuoKnd6LDNyAQmdDnziAtxbCGWCbefG1CNzmDvd05zO36AmB7H8RzKPA==",
|
|
10907
|
-
"dev": true,
|
|
10908
|
-
"license": "MIT",
|
|
10909
|
-
"engines": {
|
|
10910
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
10911
|
-
},
|
|
10912
|
-
"funding": {
|
|
10913
|
-
"type": "opencollective",
|
|
10914
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
10915
|
-
}
|
|
10916
|
-
},
|
|
10917
|
-
"node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/visitor-keys": {
|
|
10918
|
-
"version": "5.60.0",
|
|
10919
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.0.tgz",
|
|
10920
|
-
"integrity": "sha512-wm9Uz71SbCyhUKgcaPRauBdTegUyY/ZWl8gLwD/i/ybJqscrrdVSFImpvUz16BLPChIeKBK5Fa9s6KDQjsjyWw==",
|
|
10921
|
-
"dev": true,
|
|
10922
|
-
"license": "MIT",
|
|
10923
|
-
"dependencies": {
|
|
10924
|
-
"@typescript-eslint/types": "5.60.0",
|
|
10925
|
-
"eslint-visitor-keys": "^3.3.0"
|
|
10926
|
-
},
|
|
10927
|
-
"engines": {
|
|
10928
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
10929
|
-
},
|
|
10930
|
-
"funding": {
|
|
10931
|
-
"type": "opencollective",
|
|
10932
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
10933
|
-
}
|
|
10934
|
-
},
|
|
10935
|
-
"node_modules/@typescript-eslint/scope-manager/node_modules/eslint-visitor-keys": {
|
|
10936
|
-
"version": "3.4.1",
|
|
10937
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
|
|
10938
|
-
"integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
|
|
10939
|
-
"dev": true,
|
|
10940
|
-
"license": "Apache-2.0",
|
|
10941
|
-
"engines": {
|
|
10942
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
10943
|
-
},
|
|
10944
|
-
"funding": {
|
|
10945
|
-
"url": "https://opencollective.com/eslint"
|
|
10946
|
-
}
|
|
10947
|
-
},
|
|
10948
10885
|
"node_modules/@typescript-eslint/type-utils": {
|
|
10949
10886
|
"version": "5.60.0",
|
|
10950
10887
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.60.0.tgz",
|
|
@@ -10973,7 +10910,7 @@
|
|
|
10973
10910
|
}
|
|
10974
10911
|
}
|
|
10975
10912
|
},
|
|
10976
|
-
"node_modules/@typescript-eslint/
|
|
10913
|
+
"node_modules/@typescript-eslint/types": {
|
|
10977
10914
|
"version": "5.60.0",
|
|
10978
10915
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.60.0.tgz",
|
|
10979
10916
|
"integrity": "sha512-ascOuoCpNZBccFVNJRSC6rPq4EmJ2NkuoKnd6LDNyAQmdDnziAtxbCGWCbefG1CNzmDvd05zO36AmB7H8RzKPA==",
|
|
@@ -10987,7 +10924,7 @@
|
|
|
10987
10924
|
"url": "https://opencollective.com/typescript-eslint"
|
|
10988
10925
|
}
|
|
10989
10926
|
},
|
|
10990
|
-
"node_modules/@typescript-eslint/
|
|
10927
|
+
"node_modules/@typescript-eslint/typescript-estree": {
|
|
10991
10928
|
"version": "5.60.0",
|
|
10992
10929
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.0.tgz",
|
|
10993
10930
|
"integrity": "sha512-R43thAuwarC99SnvrBmh26tc7F6sPa2B3evkXp/8q954kYL6Ro56AwASYWtEEi+4j09GbiNAHqYwNNZuNlARGQ==",
|
|
@@ -11015,79 +10952,6 @@
|
|
|
11015
10952
|
}
|
|
11016
10953
|
}
|
|
11017
10954
|
},
|
|
11018
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
11019
|
-
"version": "5.60.0",
|
|
11020
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.0.tgz",
|
|
11021
|
-
"integrity": "sha512-wm9Uz71SbCyhUKgcaPRauBdTegUyY/ZWl8gLwD/i/ybJqscrrdVSFImpvUz16BLPChIeKBK5Fa9s6KDQjsjyWw==",
|
|
11022
|
-
"dev": true,
|
|
11023
|
-
"license": "MIT",
|
|
11024
|
-
"dependencies": {
|
|
11025
|
-
"@typescript-eslint/types": "5.60.0",
|
|
11026
|
-
"eslint-visitor-keys": "^3.3.0"
|
|
11027
|
-
},
|
|
11028
|
-
"engines": {
|
|
11029
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11030
|
-
},
|
|
11031
|
-
"funding": {
|
|
11032
|
-
"type": "opencollective",
|
|
11033
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
11034
|
-
}
|
|
11035
|
-
},
|
|
11036
|
-
"node_modules/@typescript-eslint/type-utils/node_modules/eslint-visitor-keys": {
|
|
11037
|
-
"version": "3.4.1",
|
|
11038
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
|
|
11039
|
-
"integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
|
|
11040
|
-
"dev": true,
|
|
11041
|
-
"license": "Apache-2.0",
|
|
11042
|
-
"engines": {
|
|
11043
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11044
|
-
},
|
|
11045
|
-
"funding": {
|
|
11046
|
-
"url": "https://opencollective.com/eslint"
|
|
11047
|
-
}
|
|
11048
|
-
},
|
|
11049
|
-
"node_modules/@typescript-eslint/types": {
|
|
11050
|
-
"version": "5.59.9",
|
|
11051
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.9.tgz",
|
|
11052
|
-
"integrity": "sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==",
|
|
11053
|
-
"dev": true,
|
|
11054
|
-
"license": "MIT",
|
|
11055
|
-
"engines": {
|
|
11056
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11057
|
-
},
|
|
11058
|
-
"funding": {
|
|
11059
|
-
"type": "opencollective",
|
|
11060
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
11061
|
-
}
|
|
11062
|
-
},
|
|
11063
|
-
"node_modules/@typescript-eslint/typescript-estree": {
|
|
11064
|
-
"version": "2.34.0",
|
|
11065
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz",
|
|
11066
|
-
"integrity": "sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==",
|
|
11067
|
-
"dev": true,
|
|
11068
|
-
"license": "BSD-2-Clause",
|
|
11069
|
-
"dependencies": {
|
|
11070
|
-
"debug": "^4.1.1",
|
|
11071
|
-
"eslint-visitor-keys": "^1.1.0",
|
|
11072
|
-
"glob": "^7.1.6",
|
|
11073
|
-
"is-glob": "^4.0.1",
|
|
11074
|
-
"lodash": "^4.17.15",
|
|
11075
|
-
"semver": "^7.3.2",
|
|
11076
|
-
"tsutils": "^3.17.1"
|
|
11077
|
-
},
|
|
11078
|
-
"engines": {
|
|
11079
|
-
"node": "^8.10.0 || ^10.13.0 || >=11.10.1"
|
|
11080
|
-
},
|
|
11081
|
-
"funding": {
|
|
11082
|
-
"type": "opencollective",
|
|
11083
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
11084
|
-
},
|
|
11085
|
-
"peerDependenciesMeta": {
|
|
11086
|
-
"typescript": {
|
|
11087
|
-
"optional": true
|
|
11088
|
-
}
|
|
11089
|
-
}
|
|
11090
|
-
},
|
|
11091
10955
|
"node_modules/@typescript-eslint/utils": {
|
|
11092
10956
|
"version": "5.60.0",
|
|
11093
10957
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.60.0.tgz",
|
|
@@ -11115,49 +10979,7 @@
|
|
|
11115
10979
|
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
11116
10980
|
}
|
|
11117
10981
|
},
|
|
11118
|
-
"node_modules/@typescript-eslint/
|
|
11119
|
-
"version": "5.60.0",
|
|
11120
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.60.0.tgz",
|
|
11121
|
-
"integrity": "sha512-ascOuoCpNZBccFVNJRSC6rPq4EmJ2NkuoKnd6LDNyAQmdDnziAtxbCGWCbefG1CNzmDvd05zO36AmB7H8RzKPA==",
|
|
11122
|
-
"dev": true,
|
|
11123
|
-
"license": "MIT",
|
|
11124
|
-
"engines": {
|
|
11125
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11126
|
-
},
|
|
11127
|
-
"funding": {
|
|
11128
|
-
"type": "opencollective",
|
|
11129
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
11130
|
-
}
|
|
11131
|
-
},
|
|
11132
|
-
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
|
|
11133
|
-
"version": "5.60.0",
|
|
11134
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.0.tgz",
|
|
11135
|
-
"integrity": "sha512-R43thAuwarC99SnvrBmh26tc7F6sPa2B3evkXp/8q954kYL6Ro56AwASYWtEEi+4j09GbiNAHqYwNNZuNlARGQ==",
|
|
11136
|
-
"dev": true,
|
|
11137
|
-
"license": "BSD-2-Clause",
|
|
11138
|
-
"dependencies": {
|
|
11139
|
-
"@typescript-eslint/types": "5.60.0",
|
|
11140
|
-
"@typescript-eslint/visitor-keys": "5.60.0",
|
|
11141
|
-
"debug": "^4.3.4",
|
|
11142
|
-
"globby": "^11.1.0",
|
|
11143
|
-
"is-glob": "^4.0.3",
|
|
11144
|
-
"semver": "^7.3.7",
|
|
11145
|
-
"tsutils": "^3.21.0"
|
|
11146
|
-
},
|
|
11147
|
-
"engines": {
|
|
11148
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11149
|
-
},
|
|
11150
|
-
"funding": {
|
|
11151
|
-
"type": "opencollective",
|
|
11152
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
11153
|
-
},
|
|
11154
|
-
"peerDependenciesMeta": {
|
|
11155
|
-
"typescript": {
|
|
11156
|
-
"optional": true
|
|
11157
|
-
}
|
|
11158
|
-
}
|
|
11159
|
-
},
|
|
11160
|
-
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
10982
|
+
"node_modules/@typescript-eslint/visitor-keys": {
|
|
11161
10983
|
"version": "5.60.0",
|
|
11162
10984
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.0.tgz",
|
|
11163
10985
|
"integrity": "sha512-wm9Uz71SbCyhUKgcaPRauBdTegUyY/ZWl8gLwD/i/ybJqscrrdVSFImpvUz16BLPChIeKBK5Fa9s6KDQjsjyWw==",
|
|
@@ -11175,37 +10997,6 @@
|
|
|
11175
10997
|
"url": "https://opencollective.com/typescript-eslint"
|
|
11176
10998
|
}
|
|
11177
10999
|
},
|
|
11178
|
-
"node_modules/@typescript-eslint/utils/node_modules/eslint-visitor-keys": {
|
|
11179
|
-
"version": "3.4.1",
|
|
11180
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
|
|
11181
|
-
"integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
|
|
11182
|
-
"dev": true,
|
|
11183
|
-
"license": "Apache-2.0",
|
|
11184
|
-
"engines": {
|
|
11185
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11186
|
-
},
|
|
11187
|
-
"funding": {
|
|
11188
|
-
"url": "https://opencollective.com/eslint"
|
|
11189
|
-
}
|
|
11190
|
-
},
|
|
11191
|
-
"node_modules/@typescript-eslint/visitor-keys": {
|
|
11192
|
-
"version": "5.59.9",
|
|
11193
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz",
|
|
11194
|
-
"integrity": "sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==",
|
|
11195
|
-
"dev": true,
|
|
11196
|
-
"license": "MIT",
|
|
11197
|
-
"dependencies": {
|
|
11198
|
-
"@typescript-eslint/types": "5.59.9",
|
|
11199
|
-
"eslint-visitor-keys": "^3.3.0"
|
|
11200
|
-
},
|
|
11201
|
-
"engines": {
|
|
11202
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11203
|
-
},
|
|
11204
|
-
"funding": {
|
|
11205
|
-
"type": "opencollective",
|
|
11206
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
11207
|
-
}
|
|
11208
|
-
},
|
|
11209
11000
|
"node_modules/@typescript-eslint/visitor-keys/node_modules/eslint-visitor-keys": {
|
|
11210
11001
|
"version": "3.4.1",
|
|
11211
11002
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
|
|
@@ -11833,9 +11624,9 @@
|
|
|
11833
11624
|
}
|
|
11834
11625
|
},
|
|
11835
11626
|
"node_modules/aws-sdk": {
|
|
11836
|
-
"version": "2.
|
|
11837
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
11838
|
-
"integrity": "sha512-
|
|
11627
|
+
"version": "2.1400.0",
|
|
11628
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1400.0.tgz",
|
|
11629
|
+
"integrity": "sha512-pHv+EqLINYk9VZZE9cbd+LxNPNeGdNz/QlUdZdpAaWpy4hQeCxvxpzO/38B6nomhEq/1U58+wZF7BRehOCUO5g==",
|
|
11839
11630
|
"dev": true,
|
|
11840
11631
|
"license": "Apache-2.0",
|
|
11841
11632
|
"dependencies": {
|
|
@@ -14605,16 +14396,16 @@
|
|
|
14605
14396
|
}
|
|
14606
14397
|
},
|
|
14607
14398
|
"node_modules/eslint": {
|
|
14608
|
-
"version": "8.
|
|
14609
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.
|
|
14610
|
-
"integrity": "sha512-
|
|
14399
|
+
"version": "8.43.0",
|
|
14400
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.43.0.tgz",
|
|
14401
|
+
"integrity": "sha512-aaCpf2JqqKesMFGgmRPessmVKjcGXqdlAYLLC3THM8t5nBRZRQ+st5WM/hoJXkdioEXLLbXgclUpM0TXo5HX5Q==",
|
|
14611
14402
|
"dev": true,
|
|
14612
14403
|
"license": "MIT",
|
|
14613
14404
|
"dependencies": {
|
|
14614
14405
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
14615
14406
|
"@eslint-community/regexpp": "^4.4.0",
|
|
14616
14407
|
"@eslint/eslintrc": "^2.0.3",
|
|
14617
|
-
"@eslint/js": "8.
|
|
14408
|
+
"@eslint/js": "8.43.0",
|
|
14618
14409
|
"@humanwhocodes/config-array": "^0.11.10",
|
|
14619
14410
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
14620
14411
|
"@nodelib/fs.walk": "^1.2.8",
|
|
@@ -14766,6 +14557,50 @@
|
|
|
14766
14557
|
}
|
|
14767
14558
|
}
|
|
14768
14559
|
},
|
|
14560
|
+
"node_modules/eslint-config-oclif-typescript/node_modules/@typescript-eslint/typescript-estree": {
|
|
14561
|
+
"version": "2.34.0",
|
|
14562
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz",
|
|
14563
|
+
"integrity": "sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==",
|
|
14564
|
+
"dev": true,
|
|
14565
|
+
"license": "BSD-2-Clause",
|
|
14566
|
+
"dependencies": {
|
|
14567
|
+
"debug": "^4.1.1",
|
|
14568
|
+
"eslint-visitor-keys": "^1.1.0",
|
|
14569
|
+
"glob": "^7.1.6",
|
|
14570
|
+
"is-glob": "^4.0.1",
|
|
14571
|
+
"lodash": "^4.17.15",
|
|
14572
|
+
"semver": "^7.3.2",
|
|
14573
|
+
"tsutils": "^3.17.1"
|
|
14574
|
+
},
|
|
14575
|
+
"engines": {
|
|
14576
|
+
"node": "^8.10.0 || ^10.13.0 || >=11.10.1"
|
|
14577
|
+
},
|
|
14578
|
+
"funding": {
|
|
14579
|
+
"type": "opencollective",
|
|
14580
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
14581
|
+
},
|
|
14582
|
+
"peerDependenciesMeta": {
|
|
14583
|
+
"typescript": {
|
|
14584
|
+
"optional": true
|
|
14585
|
+
}
|
|
14586
|
+
}
|
|
14587
|
+
},
|
|
14588
|
+
"node_modules/eslint-config-oclif-typescript/node_modules/@typescript-eslint/typescript-estree/node_modules/semver": {
|
|
14589
|
+
"version": "7.5.2",
|
|
14590
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.2.tgz",
|
|
14591
|
+
"integrity": "sha512-SoftuTROv/cRjCze/scjGyiDtcUyxw1rgYQSZY7XTmtR5hX+dm76iDbTH8TkLPHCQmlbQVSSbNZCPM2hb0knnQ==",
|
|
14592
|
+
"dev": true,
|
|
14593
|
+
"license": "ISC",
|
|
14594
|
+
"dependencies": {
|
|
14595
|
+
"lru-cache": "^6.0.0"
|
|
14596
|
+
},
|
|
14597
|
+
"bin": {
|
|
14598
|
+
"semver": "bin/semver.js"
|
|
14599
|
+
},
|
|
14600
|
+
"engines": {
|
|
14601
|
+
"node": ">=10"
|
|
14602
|
+
}
|
|
14603
|
+
},
|
|
14769
14604
|
"node_modules/eslint-config-oclif-typescript/node_modules/eslint-plugin-node": {
|
|
14770
14605
|
"version": "7.0.1",
|
|
14771
14606
|
"resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-7.0.1.tgz",
|
|
@@ -14833,6 +14668,19 @@
|
|
|
14833
14668
|
"node": ">= 4"
|
|
14834
14669
|
}
|
|
14835
14670
|
},
|
|
14671
|
+
"node_modules/eslint-config-oclif-typescript/node_modules/lru-cache": {
|
|
14672
|
+
"version": "6.0.0",
|
|
14673
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
|
14674
|
+
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
|
14675
|
+
"dev": true,
|
|
14676
|
+
"license": "ISC",
|
|
14677
|
+
"dependencies": {
|
|
14678
|
+
"yallist": "^4.0.0"
|
|
14679
|
+
},
|
|
14680
|
+
"engines": {
|
|
14681
|
+
"node": ">=10"
|
|
14682
|
+
}
|
|
14683
|
+
},
|
|
14836
14684
|
"node_modules/eslint-config-oclif-typescript/node_modules/semver": {
|
|
14837
14685
|
"version": "5.7.1",
|
|
14838
14686
|
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
|
|
@@ -24485,9 +24333,9 @@
|
|
|
24485
24333
|
}
|
|
24486
24334
|
},
|
|
24487
24335
|
"node_modules/oclif": {
|
|
24488
|
-
"version": "3.9.
|
|
24489
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-3.9.
|
|
24490
|
-
"integrity": "sha512-
|
|
24336
|
+
"version": "3.9.1",
|
|
24337
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-3.9.1.tgz",
|
|
24338
|
+
"integrity": "sha512-gJ8gJrohFY8qEeVBOw7wgAFdwPt2CTTkEFXDTkfUeXap6URIy6ngP7g/E1A2zFt2I0wH/qQHwcfuTpfBbj1+Uw==",
|
|
24491
24339
|
"dev": true,
|
|
24492
24340
|
"license": "MIT",
|
|
24493
24341
|
"dependencies": {
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "1.84.
|
|
4
|
+
"version": "1.84.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@salesforce/plugin-dev": "0.7.11",
|
|
68
68
|
"@salesforce/plugin-env": "2.1.13",
|
|
69
69
|
"@salesforce/plugin-functions": "1.21.10",
|
|
70
|
-
"@salesforce/plugin-packaging": "1.20.
|
|
70
|
+
"@salesforce/plugin-packaging": "1.20.1",
|
|
71
71
|
"@salesforce/plugin-signups": "1.4.22",
|
|
72
72
|
"@salesforce/sfdx-plugin-lwc-test": "1.0.2",
|
|
73
73
|
"@salesforce/sfdx-scanner": "3.13.0"
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"@oclif/plugin-version": "1.3.5",
|
|
124
124
|
"@oclif/plugin-warn-if-update-available": "2.0.39",
|
|
125
125
|
"@oclif/plugin-which": "2.2.22",
|
|
126
|
-
"@salesforce/core": "4.3.
|
|
126
|
+
"@salesforce/core": "4.3.2",
|
|
127
127
|
"@salesforce/plugin-apex": "2.3.3",
|
|
128
128
|
"@salesforce/plugin-auth": "2.8.2",
|
|
129
129
|
"@salesforce/plugin-data": "2.3.26",
|
|
@@ -228,10 +228,10 @@
|
|
|
228
228
|
"@salesforce/ts-sinon": "^1.4.8",
|
|
229
229
|
"@types/debug": "^4.1.8",
|
|
230
230
|
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
|
231
|
-
"@typescript-eslint/parser": "^5.
|
|
232
|
-
"aws-sdk": "^2.
|
|
231
|
+
"@typescript-eslint/parser": "^5.60.0",
|
|
232
|
+
"aws-sdk": "^2.1400.0",
|
|
233
233
|
"chai": "^4.3.7",
|
|
234
|
-
"eslint": "^8.
|
|
234
|
+
"eslint": "^8.43.0",
|
|
235
235
|
"eslint-config-oclif": "^3.1",
|
|
236
236
|
"eslint-config-oclif-typescript": "^0.2.0",
|
|
237
237
|
"eslint-config-prettier": "^8.7.0",
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
"husky": "^7.0.4",
|
|
246
246
|
"mocha": "^9.2.2",
|
|
247
247
|
"nyc": "^15.1.0",
|
|
248
|
-
"oclif": "^3.9.
|
|
248
|
+
"oclif": "^3.9.1",
|
|
249
249
|
"prettier": "^2.8.8",
|
|
250
250
|
"pretty-quick": "^3.1.3",
|
|
251
251
|
"sinon": "^11.1.2",
|