@salesforce/cli 1.84.5 → 1.84.6
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 +265 -113
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "1.84.
|
|
3
|
+
"version": "1.84.6",
|
|
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.6",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "2.8.7",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@salesforce/prettier-config": "^0.0.3",
|
|
54
54
|
"@salesforce/ts-sinon": "^1.4.8",
|
|
55
55
|
"@types/debug": "^4.1.8",
|
|
56
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
56
|
+
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
|
57
57
|
"@typescript-eslint/parser": "^5.59.9",
|
|
58
58
|
"aws-sdk": "^2.1396.0",
|
|
59
59
|
"chai": "^4.3.7",
|
|
@@ -10751,16 +10751,16 @@
|
|
|
10751
10751
|
}
|
|
10752
10752
|
},
|
|
10753
10753
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
10754
|
-
"version": "5.
|
|
10755
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.
|
|
10756
|
-
"integrity": "sha512-
|
|
10754
|
+
"version": "5.60.0",
|
|
10755
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.60.0.tgz",
|
|
10756
|
+
"integrity": "sha512-78B+anHLF1TI8Jn/cD0Q00TBYdMgjdOn980JfAVa9yw5sop8nyTfVOQAv6LWywkOGLclDBtv5z3oxN4w7jxyNg==",
|
|
10757
10757
|
"dev": true,
|
|
10758
10758
|
"license": "MIT",
|
|
10759
10759
|
"dependencies": {
|
|
10760
10760
|
"@eslint-community/regexpp": "^4.4.0",
|
|
10761
|
-
"@typescript-eslint/scope-manager": "5.
|
|
10762
|
-
"@typescript-eslint/type-utils": "5.
|
|
10763
|
-
"@typescript-eslint/utils": "5.
|
|
10761
|
+
"@typescript-eslint/scope-manager": "5.60.0",
|
|
10762
|
+
"@typescript-eslint/type-utils": "5.60.0",
|
|
10763
|
+
"@typescript-eslint/utils": "5.60.0",
|
|
10764
10764
|
"debug": "^4.3.4",
|
|
10765
10765
|
"grapheme-splitter": "^1.0.4",
|
|
10766
10766
|
"ignore": "^5.2.0",
|
|
@@ -10808,45 +10808,43 @@
|
|
|
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/parser": {
|
|
10812
|
+
"version": "5.59.9",
|
|
10813
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.59.9.tgz",
|
|
10814
|
+
"integrity": "sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==",
|
|
10815
10815
|
"dev": true,
|
|
10816
10816
|
"license": "BSD-2-Clause",
|
|
10817
10817
|
"dependencies": {
|
|
10818
|
-
"
|
|
10819
|
-
"eslint
|
|
10820
|
-
"
|
|
10821
|
-
"
|
|
10822
|
-
"lodash": "^4.17.15",
|
|
10823
|
-
"semver": "^7.3.2",
|
|
10824
|
-
"tsutils": "^3.17.1"
|
|
10818
|
+
"@typescript-eslint/scope-manager": "5.59.9",
|
|
10819
|
+
"@typescript-eslint/types": "5.59.9",
|
|
10820
|
+
"@typescript-eslint/typescript-estree": "5.59.9",
|
|
10821
|
+
"debug": "^4.3.4"
|
|
10825
10822
|
},
|
|
10826
10823
|
"engines": {
|
|
10827
|
-
"node": "^
|
|
10824
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
10828
10825
|
},
|
|
10829
10826
|
"funding": {
|
|
10830
10827
|
"type": "opencollective",
|
|
10831
10828
|
"url": "https://opencollective.com/typescript-eslint"
|
|
10832
10829
|
},
|
|
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": {
|
|
10839
|
+
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
|
10840
10840
|
"version": "5.59.9",
|
|
10841
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/
|
|
10842
|
-
"integrity": "sha512-
|
|
10841
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.9.tgz",
|
|
10842
|
+
"integrity": "sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==",
|
|
10843
10843
|
"dev": true,
|
|
10844
|
-
"license": "
|
|
10844
|
+
"license": "MIT",
|
|
10845
10845
|
"dependencies": {
|
|
10846
|
-
"@typescript-eslint/scope-manager": "5.59.9",
|
|
10847
10846
|
"@typescript-eslint/types": "5.59.9",
|
|
10848
|
-
"@typescript-eslint/
|
|
10849
|
-
"debug": "^4.3.4"
|
|
10847
|
+
"@typescript-eslint/visitor-keys": "5.59.9"
|
|
10850
10848
|
},
|
|
10851
10849
|
"engines": {
|
|
10852
10850
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
@@ -10854,9 +10852,29 @@
|
|
|
10854
10852
|
"funding": {
|
|
10855
10853
|
"type": "opencollective",
|
|
10856
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==",
|
|
10861
|
+
"dev": true,
|
|
10862
|
+
"license": "BSD-2-Clause",
|
|
10863
|
+
"dependencies": {
|
|
10864
|
+
"@typescript-eslint/types": "5.59.9",
|
|
10865
|
+
"@typescript-eslint/visitor-keys": "5.59.9",
|
|
10866
|
+
"debug": "^4.3.4",
|
|
10867
|
+
"globby": "^11.1.0",
|
|
10868
|
+
"is-glob": "^4.0.3",
|
|
10869
|
+
"semver": "^7.3.7",
|
|
10870
|
+
"tsutils": "^3.21.0"
|
|
10857
10871
|
},
|
|
10858
|
-
"
|
|
10859
|
-
"
|
|
10872
|
+
"engines": {
|
|
10873
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
10874
|
+
},
|
|
10875
|
+
"funding": {
|
|
10876
|
+
"type": "opencollective",
|
|
10877
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
10860
10878
|
},
|
|
10861
10879
|
"peerDependenciesMeta": {
|
|
10862
10880
|
"typescript": {
|
|
@@ -10865,15 +10883,29 @@
|
|
|
10865
10883
|
}
|
|
10866
10884
|
},
|
|
10867
10885
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
10868
|
-
"version": "5.
|
|
10869
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.
|
|
10870
|
-
"integrity": "sha512-
|
|
10886
|
+
"version": "5.60.0",
|
|
10887
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.60.0.tgz",
|
|
10888
|
+
"integrity": "sha512-hakuzcxPwXi2ihf9WQu1BbRj1e/Pd8ZZwVTG9kfbxAMZstKz8/9OoexIwnmLzShtsdap5U/CoQGRCWlSuPbYxQ==",
|
|
10871
10889
|
"dev": true,
|
|
10872
10890
|
"license": "MIT",
|
|
10873
10891
|
"dependencies": {
|
|
10874
|
-
"@typescript-eslint/types": "5.
|
|
10875
|
-
"@typescript-eslint/visitor-keys": "5.
|
|
10892
|
+
"@typescript-eslint/types": "5.60.0",
|
|
10893
|
+
"@typescript-eslint/visitor-keys": "5.60.0"
|
|
10894
|
+
},
|
|
10895
|
+
"engines": {
|
|
10896
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
10876
10897
|
},
|
|
10898
|
+
"funding": {
|
|
10899
|
+
"type": "opencollective",
|
|
10900
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
10901
|
+
}
|
|
10902
|
+
},
|
|
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",
|
|
10877
10909
|
"engines": {
|
|
10878
10910
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
10879
10911
|
},
|
|
@@ -10882,15 +10914,46 @@
|
|
|
10882
10914
|
"url": "https://opencollective.com/typescript-eslint"
|
|
10883
10915
|
}
|
|
10884
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
|
+
},
|
|
10885
10948
|
"node_modules/@typescript-eslint/type-utils": {
|
|
10886
|
-
"version": "5.
|
|
10887
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.
|
|
10888
|
-
"integrity": "sha512-
|
|
10949
|
+
"version": "5.60.0",
|
|
10950
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.60.0.tgz",
|
|
10951
|
+
"integrity": "sha512-X7NsRQddORMYRFH7FWo6sA9Y/zbJ8s1x1RIAtnlj6YprbToTiQnM6vxcMu7iYhdunmoC0rUWlca13D5DVHkK2g==",
|
|
10889
10952
|
"dev": true,
|
|
10890
10953
|
"license": "MIT",
|
|
10891
10954
|
"dependencies": {
|
|
10892
|
-
"@typescript-eslint/typescript-estree": "5.
|
|
10893
|
-
"@typescript-eslint/utils": "5.
|
|
10955
|
+
"@typescript-eslint/typescript-estree": "5.60.0",
|
|
10956
|
+
"@typescript-eslint/utils": "5.60.0",
|
|
10894
10957
|
"debug": "^4.3.4",
|
|
10895
10958
|
"tsutils": "^3.21.0"
|
|
10896
10959
|
},
|
|
@@ -10910,10 +10973,10 @@
|
|
|
10910
10973
|
}
|
|
10911
10974
|
}
|
|
10912
10975
|
},
|
|
10913
|
-
"node_modules/@typescript-eslint/types": {
|
|
10914
|
-
"version": "5.
|
|
10915
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.
|
|
10916
|
-
"integrity": "sha512-
|
|
10976
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
|
|
10977
|
+
"version": "5.60.0",
|
|
10978
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.60.0.tgz",
|
|
10979
|
+
"integrity": "sha512-ascOuoCpNZBccFVNJRSC6rPq4EmJ2NkuoKnd6LDNyAQmdDnziAtxbCGWCbefG1CNzmDvd05zO36AmB7H8RzKPA==",
|
|
10917
10980
|
"dev": true,
|
|
10918
10981
|
"license": "MIT",
|
|
10919
10982
|
"engines": {
|
|
@@ -10924,15 +10987,15 @@
|
|
|
10924
10987
|
"url": "https://opencollective.com/typescript-eslint"
|
|
10925
10988
|
}
|
|
10926
10989
|
},
|
|
10927
|
-
"node_modules/@typescript-eslint/typescript-estree": {
|
|
10928
|
-
"version": "5.
|
|
10929
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.
|
|
10930
|
-
"integrity": "sha512-
|
|
10990
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
|
|
10991
|
+
"version": "5.60.0",
|
|
10992
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.0.tgz",
|
|
10993
|
+
"integrity": "sha512-R43thAuwarC99SnvrBmh26tc7F6sPa2B3evkXp/8q954kYL6Ro56AwASYWtEEi+4j09GbiNAHqYwNNZuNlARGQ==",
|
|
10931
10994
|
"dev": true,
|
|
10932
10995
|
"license": "BSD-2-Clause",
|
|
10933
10996
|
"dependencies": {
|
|
10934
|
-
"@typescript-eslint/types": "5.
|
|
10935
|
-
"@typescript-eslint/visitor-keys": "5.
|
|
10997
|
+
"@typescript-eslint/types": "5.60.0",
|
|
10998
|
+
"@typescript-eslint/visitor-keys": "5.60.0",
|
|
10936
10999
|
"debug": "^4.3.4",
|
|
10937
11000
|
"globby": "^11.1.0",
|
|
10938
11001
|
"is-glob": "^4.0.3",
|
|
@@ -10952,19 +11015,92 @@
|
|
|
10952
11015
|
}
|
|
10953
11016
|
}
|
|
10954
11017
|
},
|
|
10955
|
-
"node_modules/@typescript-eslint/utils": {
|
|
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": {
|
|
10956
11050
|
"version": "5.59.9",
|
|
10957
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/
|
|
10958
|
-
"integrity": "sha512-
|
|
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
|
+
"node_modules/@typescript-eslint/utils": {
|
|
11092
|
+
"version": "5.60.0",
|
|
11093
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.60.0.tgz",
|
|
11094
|
+
"integrity": "sha512-ba51uMqDtfLQ5+xHtwlO84vkdjrqNzOnqrnwbMHMRY8Tqeme8C2Q8Fc7LajfGR+e3/4LoYiWXUM6BpIIbHJ4hQ==",
|
|
10959
11095
|
"dev": true,
|
|
10960
11096
|
"license": "MIT",
|
|
10961
11097
|
"dependencies": {
|
|
10962
11098
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
10963
11099
|
"@types/json-schema": "^7.0.9",
|
|
10964
11100
|
"@types/semver": "^7.3.12",
|
|
10965
|
-
"@typescript-eslint/scope-manager": "5.
|
|
10966
|
-
"@typescript-eslint/types": "5.
|
|
10967
|
-
"@typescript-eslint/typescript-estree": "5.
|
|
11101
|
+
"@typescript-eslint/scope-manager": "5.60.0",
|
|
11102
|
+
"@typescript-eslint/types": "5.60.0",
|
|
11103
|
+
"@typescript-eslint/typescript-estree": "5.60.0",
|
|
10968
11104
|
"eslint-scope": "^5.1.1",
|
|
10969
11105
|
"semver": "^7.3.7"
|
|
10970
11106
|
},
|
|
@@ -10979,6 +11115,79 @@
|
|
|
10979
11115
|
"eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
10980
11116
|
}
|
|
10981
11117
|
},
|
|
11118
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
|
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": {
|
|
11161
|
+
"version": "5.60.0",
|
|
11162
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.0.tgz",
|
|
11163
|
+
"integrity": "sha512-wm9Uz71SbCyhUKgcaPRauBdTegUyY/ZWl8gLwD/i/ybJqscrrdVSFImpvUz16BLPChIeKBK5Fa9s6KDQjsjyWw==",
|
|
11164
|
+
"dev": true,
|
|
11165
|
+
"license": "MIT",
|
|
11166
|
+
"dependencies": {
|
|
11167
|
+
"@typescript-eslint/types": "5.60.0",
|
|
11168
|
+
"eslint-visitor-keys": "^3.3.0"
|
|
11169
|
+
},
|
|
11170
|
+
"engines": {
|
|
11171
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11172
|
+
},
|
|
11173
|
+
"funding": {
|
|
11174
|
+
"type": "opencollective",
|
|
11175
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
11176
|
+
}
|
|
11177
|
+
},
|
|
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
|
+
},
|
|
10982
11191
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
10983
11192
|
"version": "5.59.9",
|
|
10984
11193
|
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz",
|
|
@@ -14557,50 +14766,6 @@
|
|
|
14557
14766
|
}
|
|
14558
14767
|
}
|
|
14559
14768
|
},
|
|
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
|
-
},
|
|
14604
14769
|
"node_modules/eslint-config-oclif-typescript/node_modules/eslint-plugin-node": {
|
|
14605
14770
|
"version": "7.0.1",
|
|
14606
14771
|
"resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-7.0.1.tgz",
|
|
@@ -14668,19 +14833,6 @@
|
|
|
14668
14833
|
"node": ">= 4"
|
|
14669
14834
|
}
|
|
14670
14835
|
},
|
|
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
|
-
},
|
|
14684
14836
|
"node_modules/eslint-config-oclif-typescript/node_modules/semver": {
|
|
14685
14837
|
"version": "5.7.1",
|
|
14686
14838
|
"resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
|
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.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run"
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"@salesforce/prettier-config": "^0.0.3",
|
|
228
228
|
"@salesforce/ts-sinon": "^1.4.8",
|
|
229
229
|
"@types/debug": "^4.1.8",
|
|
230
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
230
|
+
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
|
231
231
|
"@typescript-eslint/parser": "^5.59.9",
|
|
232
232
|
"aws-sdk": "^2.1396.0",
|
|
233
233
|
"chai": "^4.3.7",
|