Skip to content

Commit 2cedc65

Browse files
authored
Merge pull request #528 from salesforcecli/dependabot-npm_and_yarn-salesforce-core-8.2.1
fix(deps): bump @salesforce/core from 8.2.0 to 8.2.1
2 parents 565bd86 + 1bf4289 commit 2cedc65

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
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/forcedotcom/cli/issues",
77
"dependencies": {
88
"@salesforce/apex-node": "^8.1.0",
9-
"@salesforce/core": "^8.1.0",
9+
"@salesforce/core": "^8.2.1",
1010
"@salesforce/kit": "^3.1.6",
1111
"@salesforce/sf-plugins-core": "^11.1.6",
1212
"ansis": "^3.2.0"

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,10 +1342,10 @@
13421342
strip-ansi "6.0.1"
13431343
ts-retry-promise "^0.8.1"
13441344

1345-
"@salesforce/core@^8.1.0", "@salesforce/core@^8.1.1", "@salesforce/core@^8.2.0":
1346-
version "8.2.0"
1347-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.2.0.tgz#34a5600c799a960c10f5d7a5920a3b7c50c7df28"
1348-
integrity sha512-qe4dz1fuaWBKOVz2pTCBEtz6i1EXM96fO1xZ/AYg/pEbhWY79D8jiSDNaIkCYeq2FHH0AUvbSwFox+37qvq6NA==
1345+
"@salesforce/core@^8.1.0", "@salesforce/core@^8.1.1", "@salesforce/core@^8.2.0", "@salesforce/core@^8.2.1":
1346+
version "8.2.1"
1347+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.2.1.tgz#16b383886ec02ee9a99f815d5ce4a9f5a492295e"
1348+
integrity sha512-juLxb4t12vZD9ozkhKhGtbZzOiYkEcUWdw+gAtgzuSrTFTwvoXlbKtzdGbdYPLTHLGYQCVW6cRdMswfwbE5BnQ==
13491349
dependencies:
13501350
"@jsforce/jsforce-node" "^3.2.3"
13511351
"@salesforce/kit" "^3.1.6"
@@ -6609,7 +6609,16 @@ static-eval@2.0.2:
66096609
dependencies:
66106610
escodegen "^1.8.1"
66116611

6612-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6612+
"string-width-cjs@npm:string-width@^4.2.0":
6613+
version "4.2.3"
6614+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6615+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6616+
dependencies:
6617+
emoji-regex "^8.0.0"
6618+
is-fullwidth-code-point "^3.0.0"
6619+
strip-ansi "^6.0.1"
6620+
6621+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
66136622
version "4.2.3"
66146623
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
66156624
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6678,7 +6687,14 @@ string_decoder@~1.1.1:
66786687
dependencies:
66796688
safe-buffer "~5.1.0"
66806689

6681-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6690+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6691+
version "6.0.1"
6692+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6693+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6694+
dependencies:
6695+
ansi-regex "^5.0.1"
6696+
6697+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
66826698
version "6.0.1"
66836699
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
66846700
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7259,7 +7275,7 @@ workerpool@6.2.1:
72597275
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
72607276
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
72617277

7262-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
7278+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
72637279
version "7.0.0"
72647280
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
72657281
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -7277,6 +7293,15 @@ wrap-ansi@^6.2.0:
72777293
string-width "^4.1.0"
72787294
strip-ansi "^6.0.0"
72797295

7296+
wrap-ansi@^7.0.0:
7297+
version "7.0.0"
7298+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7299+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7300+
dependencies:
7301+
ansi-styles "^4.0.0"
7302+
string-width "^4.1.0"
7303+
strip-ansi "^6.0.0"
7304+
72807305
wrap-ansi@^8.1.0:
72817306
version "8.1.0"
72827307
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)