Skip to content

Commit 560aa17

Browse files
authored
Merge pull request #414 from salesforcecli/dependabot-npm_and_yarn-salesforce-core-4.3.11
fix(deps): bump @salesforce/core from 4.3.10 to 4.3.11
2 parents b336321 + 8225979 commit 560aa17

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
77
"dependencies": {
88
"@oclif/core": "^2.8.11",
9-
"@salesforce/core": "^4.3.10",
9+
"@salesforce/core": "^4.3.11",
1010
"@salesforce/kit": "^3.0.3",
1111
"@salesforce/sf-plugins-core": "^3.0.4",
1212
"@salesforce/ts-types": "^2.0.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -903,10 +903,10 @@
903903
mv "~2"
904904
safe-json-stringify "~1"
905905

906-
"@salesforce/core@^4.1.0", "@salesforce/core@^4.3.10", "@salesforce/core@^4.3.2", "@salesforce/core@^4.3.6":
907-
version "4.3.10"
908-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-4.3.10.tgz#d3ada1411c41fbd182fbfbe6a7ab4cf5bc6afb9f"
909-
integrity sha512-xWwn9cSMXVSGobcROajVWNcEZ4QY3KbaSyZe7swXJtulJ26CB1Fv3QJB8RxStrj0XaXwt8m1nuiBwh03DTvCKg==
906+
"@salesforce/core@^4.1.0", "@salesforce/core@^4.3.11", "@salesforce/core@^4.3.2", "@salesforce/core@^4.3.6":
907+
version "4.3.11"
908+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-4.3.11.tgz#3fde6affd77f56ee1915b4a2d594ea424ce84817"
909+
integrity sha512-rjrS0VoDlNaB4RYKLNZQ8+7QayWh5yTV79apCU9fYe0fR1D1p5tb+GAXe4B7AaOReQ8JOQhPBRMx1uzF3Lqn4A==
910910
dependencies:
911911
"@salesforce/bunyan" "^2.0.0"
912912
"@salesforce/kit" "^3.0.4"
@@ -920,7 +920,7 @@
920920
form-data "^4.0.0"
921921
js2xmlparser "^4.0.1"
922922
jsforce "^2.0.0-beta.27"
923-
jsonwebtoken "9.0.0"
923+
jsonwebtoken "9.0.1"
924924
jszip "3.10.1"
925925
proper-lockfile "^4.1.2"
926926
ts-retry-promise "^0.7.0"
@@ -4310,10 +4310,10 @@ jsonparse@^1.2.0, jsonparse@^1.3.1:
43104310
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
43114311
integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=
43124312

4313-
jsonwebtoken@9.0.0:
4314-
version "9.0.0"
4315-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
4316-
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
4313+
jsonwebtoken@9.0.1:
4314+
version "9.0.1"
4315+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz#81d8c901c112c24e497a55daf6b2be1225b40145"
4316+
integrity sha512-K8wx7eJ5TPvEjuiVSkv167EVboBDv9PZdDoF7BgeQnBLVvZWW9clr2PsQHVJDTKaEIH5JBIwHujGcHp7GgI2eg==
43174317
dependencies:
43184318
jws "^3.2.2"
43194319
lodash "^4.17.21"

0 commit comments

Comments
 (0)