Skip to content

Commit 5fb9bd6

Browse files
authored
Merge pull request #1059 from salesforcecli/dependabot-npm_and_yarn-salesforce-sf-plugins-core-12.0.13
fix(deps): bump @salesforce/sf-plugins-core from 12.0.11 to 12.0.13
2 parents de298c2 + 1f7d015 commit 5fb9bd6

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

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/core": "^8.6.4",
9-
"@salesforce/sf-plugins-core": "^12.0.11"
9+
"@salesforce/sf-plugins-core": "^12.0.13"
1010
},
1111
"devDependencies": {
1212
"@oclif/core": "^4.0.33",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,7 @@
13661366
"@nodelib/fs.scandir" "2.1.5"
13671367
fastq "^1.6.0"
13681368

1369-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.33":
1369+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.32", "@oclif/core@^4.0.33":
13701370
version "4.0.33"
13711371
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.33.tgz#fcaf3dd2850c5999de20459a1445d31a230cd24b"
13721372
integrity sha512-NoTDwJ2L/ywpsSjcN7jAAHf3m70Px4Yim2SJrm16r70XpnfbNOdlj1x0HEJ0t95gfD+p/y5uy+qPT/VXTh/1gw==
@@ -1610,14 +1610,14 @@
16101610
string-width "^7.2.0"
16111611
terminal-link "^3.0.0"
16121612

1613-
"@salesforce/sf-plugins-core@^12.0.11":
1614-
version "12.0.11"
1615-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.11.tgz#5837bc385cb8f057c4bc86b71ead71464ba5063b"
1616-
integrity sha512-DYb54IeszQxcyl0N3e5qxSx3Vc571f36alZNE54qPqBTi9RAGEHQN4XR03dKLic0aNS/j4Z09RGH6YoH2zSL6A==
1613+
"@salesforce/sf-plugins-core@^12.0.13":
1614+
version "12.0.13"
1615+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.13.tgz#29bb68e8876dbd248fddb0ef6c9d340b748c87f4"
1616+
integrity sha512-ze13xyK8RisH2//1iXhG63lmtwzJCKVcy2WMjYs9WR1XRxuQe8vn1kyluYc8ZQEbl+HcNnVi5JuIDIvbCTHuFg==
16171617
dependencies:
16181618
"@inquirer/confirm" "^3.1.22"
16191619
"@inquirer/password" "^2.2.0"
1620-
"@oclif/core" "^4.0.27"
1620+
"@oclif/core" "^4.0.32"
16211621
"@oclif/table" "^0.3.2"
16221622
"@salesforce/core" "^8.5.1"
16231623
"@salesforce/kit" "^3.2.3"

0 commit comments

Comments
 (0)