Skip to content

Commit ff299c7

Browse files
authored
Merge pull request #1261 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 38e256f + 8567475 commit ff299c7

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
@@ -18,7 +18,7 @@
1818
"@salesforce/kit": "^3.2.0",
1919
"@salesforce/plugin-command-reference": "^3.1.33",
2020
"@salesforce/plugin-trust": "^3.7.43",
21-
"@salesforce/sf-plugins-core": "^12.0.11",
21+
"@salesforce/sf-plugins-core": "^12.0.13",
2222
"@salesforce/ts-types": "^2.0.10",
2323
"aws-sdk": "^2.1692.0",
2424
"chalk": "^5.3.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,10 +1630,10 @@
16301630
proc-log "^5.0.0"
16311631
which "^5.0.0"
16321632

1633-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31":
1634-
version "4.0.31"
1635-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.31.tgz#3f7ac806f27de6a87a7ee7caab8826687ce50412"
1636-
integrity sha512-7oyIZv/C1TP+fPc2tSzVPYqG1zU+nel1QvJxjAWyVhud0J8B5SpKZnryedxs3nlSVPJ6K1MT31C9esupCBYgZw==
1633+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.32":
1634+
version "4.0.33"
1635+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.33.tgz#fcaf3dd2850c5999de20459a1445d31a230cd24b"
1636+
integrity sha512-NoTDwJ2L/ywpsSjcN7jAAHf3m70Px4Yim2SJrm16r70XpnfbNOdlj1x0HEJ0t95gfD+p/y5uy+qPT/VXTh/1gw==
16371637
dependencies:
16381638
ansi-escapes "^4.3.2"
16391639
ansis "^3.3.2"
@@ -1991,14 +1991,14 @@
19911991
string-width "^7.2.0"
19921992
terminal-link "^3.0.0"
19931993

1994-
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.11":
1995-
version "12.0.11"
1996-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.11.tgz#5837bc385cb8f057c4bc86b71ead71464ba5063b"
1997-
integrity sha512-DYb54IeszQxcyl0N3e5qxSx3Vc571f36alZNE54qPqBTi9RAGEHQN4XR03dKLic0aNS/j4Z09RGH6YoH2zSL6A==
1994+
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.13":
1995+
version "12.0.13"
1996+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.13.tgz#29bb68e8876dbd248fddb0ef6c9d340b748c87f4"
1997+
integrity sha512-ze13xyK8RisH2//1iXhG63lmtwzJCKVcy2WMjYs9WR1XRxuQe8vn1kyluYc8ZQEbl+HcNnVi5JuIDIvbCTHuFg==
19981998
dependencies:
19991999
"@inquirer/confirm" "^3.1.22"
20002000
"@inquirer/password" "^2.2.0"
2001-
"@oclif/core" "^4.0.27"
2001+
"@oclif/core" "^4.0.32"
20022002
"@oclif/table" "^0.3.2"
20032003
"@salesforce/core" "^8.5.1"
20042004
"@salesforce/kit" "^3.2.3"

0 commit comments

Comments
 (0)