Skip to content

Commit 0fd939d

Browse files
authored
fix: upgrade @salesforce/sf-plugins-core from 12.2.1 to 12.2.2 (#191)
1 parent f528047 commit 0fd939d

File tree

2 files changed

+36
-11
lines changed

2 files changed

+36
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@oclif/core": "^4.3.0",
77
"@salesforce/core": "^8.11.4",
8-
"@salesforce/sf-plugins-core": "^12.2.1",
8+
"@salesforce/sf-plugins-core": "^12.2.2",
99
"async": "^3.2.6",
1010
"xmlbuilder2": "^3.1.1"
1111
},

yarn.lock

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2108,7 +2108,7 @@
21082108
strip-ansi "6.0.1"
21092109
ts-retry-promise "^0.8.1"
21102110

2111-
"@salesforce/core@^8.10.0", "@salesforce/core@^8.11.4", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5":
2111+
"@salesforce/core@^8.10.0", "@salesforce/core@^8.11.4", "@salesforce/core@^8.8.0":
21122112
version "8.11.4"
21132113
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.4.tgz#e4f049351540a46e12bb5c1b6574232fd4d1288b"
21142114
integrity sha512-6jrACrCmpic7mrnp4XQ6tiyx5FvHs101dQ2v+m8+aHF97036bul+GeeYuSjVp3ASh0sjR5CotYf7R65chd4H+A==
@@ -2186,16 +2186,16 @@
21862186
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
21872187
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
21882188

2189-
"@salesforce/sf-plugins-core@^12.2.1":
2190-
version "12.2.1"
2191-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.1.tgz#1048a5d1245f07f0e864f0f76e8818fd21a84fe6"
2192-
integrity sha512-b3eRSzGO0weBLL1clHaJNgNP1aKkD1Qy2DQEc0ieteEm+fh1FfPA0QpJ9rh/hdmkJRip2x2R2zz9tflJ0wflbg==
2189+
"@salesforce/sf-plugins-core@^12.2.2":
2190+
version "12.2.2"
2191+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.2.tgz#41e704e47ba997dcb6922ab9563aa19407079c85"
2192+
integrity sha512-LuNT1kzi0N185xhCBCOU9P650CwoehiICB2lCP1RsO98NqfHTRpD6Rq1TDQtLTudOh3pDUFZTgo8kt4qwz20yw==
21932193
dependencies:
21942194
"@inquirer/confirm" "^3.1.22"
21952195
"@inquirer/password" "^2.2.0"
2196-
"@oclif/core" "^4.2.10"
2196+
"@oclif/core" "^4.3.0"
21972197
"@oclif/table" "^0.4.6"
2198-
"@salesforce/core" "^8.8.5"
2198+
"@salesforce/core" "^8.10.0"
21992199
"@salesforce/kit" "^3.2.3"
22002200
"@salesforce/ts-types" "^2.0.12"
22012201
ansis "^3.3.2"
@@ -9257,7 +9257,16 @@ string-length@^4.0.1:
92579257
char-regex "^1.0.2"
92589258
strip-ansi "^6.0.0"
92599259

9260-
"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:
9260+
"string-width-cjs@npm:string-width@^4.2.0":
9261+
version "4.2.3"
9262+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
9263+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
9264+
dependencies:
9265+
emoji-regex "^8.0.0"
9266+
is-fullwidth-code-point "^3.0.0"
9267+
strip-ansi "^6.0.1"
9268+
9269+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
92619270
version "4.2.3"
92629271
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
92639272
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -9365,7 +9374,14 @@ stringify-entities@^4.0.0:
93659374
character-entities-html4 "^2.0.0"
93669375
character-entities-legacy "^3.0.0"
93679376

9368-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", [email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
9377+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
9378+
version "6.0.1"
9379+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
9380+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
9381+
dependencies:
9382+
ansi-regex "^5.0.1"
9383+
9384+
[email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
93699385
version "6.0.1"
93709386
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
93719387
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -10183,7 +10199,7 @@ workerpool@^6.5.1:
1018310199
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
1018410200
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
1018510201

10186-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
10202+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1018710203
version "7.0.0"
1018810204
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
1018910205
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -10201,6 +10217,15 @@ wrap-ansi@^6.2.0:
1020110217
string-width "^4.1.0"
1020210218
strip-ansi "^6.0.0"
1020310219

10220+
wrap-ansi@^7.0.0:
10221+
version "7.0.0"
10222+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
10223+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
10224+
dependencies:
10225+
ansi-styles "^4.0.0"
10226+
string-width "^4.1.0"
10227+
strip-ansi "^6.0.0"
10228+
1020410229
wrap-ansi@^8.1.0:
1020510230
version "8.1.0"
1020610231
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)