Skip to content

Commit 25f6cfd

Browse files
committed
fix: bump sf-plugins-core
1 parent e088844 commit 25f6cfd

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
@@ -9,7 +9,7 @@
99
"@oclif/multi-stage-output": "^0.7.7",
1010
"@salesforce/core": "^8.6.3",
1111
"@salesforce/kit": "^3.2.3",
12-
"@salesforce/sf-plugins-core": "^12.0.6",
12+
"@salesforce/sf-plugins-core": "^12.0.9",
1313
"@salesforce/source-deploy-retrieve": "^12.8.1",
1414
"ansis": "^3.2.0",
1515
"change-case": "^5.4.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,10 +1303,10 @@
13031303
http-call "^5.2.2"
13041304
lodash "^4.17.21"
13051305

1306-
"@oclif/table@^0.2.0":
1307-
version "0.2.0"
1308-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.2.0.tgz#01330ec8f67fce1e5d79114bfb09f531c2a82bcb"
1309-
integrity sha512-+JjK+btxV+Xpjn2vFqYaAO4PLEpPRw1ampQbB/5rtziZpMwwHKjSqL9qEoMm/xUE0UujqNgcTbK/dRUlfCwuXw==
1306+
"@oclif/table@^0.2.2":
1307+
version "0.2.2"
1308+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.2.2.tgz#057f1f86c51a5a4239dbd0a71d3fe4056d8d95f5"
1309+
integrity sha512-wKWkPcZ00k3v1ZgaX0MB1LR1HR227ZtFv/zgElGwVSTvvRLe1r5VHple7nmZA+7zJkRO7ko09IPUlxezDu2D3A==
13101310
dependencies:
13111311
"@oclif/core" "^4"
13121312
"@types/react" "^18.3.11"
@@ -1450,15 +1450,15 @@
14501450
string-width "^7.2.0"
14511451
terminal-link "^3.0.0"
14521452

1453-
"@salesforce/sf-plugins-core@^12.0.6":
1454-
version "12.0.6"
1455-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.6.tgz#13ca551cf08cd5684303b96fee11d321a7213247"
1456-
integrity sha512-rHnPnq6wk1PcZ4Q+eANpoXYDy6nwzCD3q8kWPXV6SsPMGvyV4lbFNdOPjK/nhR5MESG29fC3ZVhVmUvOoDNIrg==
1453+
"@salesforce/sf-plugins-core@^12.0.9":
1454+
version "12.0.9"
1455+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.9.tgz#8a48828924d7e7fd2b402188077e87f4fa424156"
1456+
integrity sha512-CklAvBje/t+a85Djp961Ly84Yeh3+jF5n9G7Uy3NniUqJ6WwQc2M4jy+nTbqsRxomEuEb60AP3/rPQH9eBO7KA==
14571457
dependencies:
14581458
"@inquirer/confirm" "^3.1.22"
14591459
"@inquirer/password" "^2.2.0"
14601460
"@oclif/core" "^4.0.27"
1461-
"@oclif/table" "^0.2.0"
1461+
"@oclif/table" "^0.2.2"
14621462
"@salesforce/core" "^8.5.1"
14631463
"@salesforce/kit" "^3.2.3"
14641464
"@salesforce/ts-types" "^2.0.12"

0 commit comments

Comments
 (0)