Skip to content

Commit f4f632f

Browse files
authored
Merge pull request #1336 from salesforcecli/dependabot-npm_and_yarn-salesforce-sf-plugins-core-12.1.3
fix(deps): bump @salesforce/sf-plugins-core from 12.1.2 to 12.1.3
2 parents 5d806bd + a24fd6c commit f4f632f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.8.5",
1010
"@salesforce/core": "^8.8.2",
1111
"@salesforce/kit": "^3.2.3",
12-
"@salesforce/sf-plugins-core": "^12.1.2",
12+
"@salesforce/sf-plugins-core": "^12.1.3",
1313
"@salesforce/source-deploy-retrieve": "^12.14.0",
1414
"@salesforce/ts-types": "^2.0.12",
1515
"ansis": "^3.9.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@
16631663
"@nodelib/fs.scandir" "2.1.5"
16641664
fastq "^1.6.0"
16651665

1666-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.2.3", "@oclif/core@^4.2.5":
1666+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4", "@oclif/core@^4.2.5":
16671667
version "4.2.5"
16681668
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.5.tgz#6b51e1db17272204b2431fee3eba93a21d59ebbe"
16691669
integrity sha512-bdXOojq8GaPnWnDgVOw030JlUROJEiDLXiV3XUUGUQDEp6YpVQvEYLIrUsEvyfASU3z3FGg3DC9k0kprcOYdhw==
@@ -1912,14 +1912,14 @@
19121912
string-width "^7.2.0"
19131913
terminal-link "^3.0.0"
19141914

1915-
"@salesforce/sf-plugins-core@^12.1.2":
1916-
version "12.1.2"
1917-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.2.tgz#0c4fba3787ee670014c8bca447c2fc59fb9c3ec3"
1918-
integrity sha512-qrmGZr2mG7uOpqhOpeOJjBEVztM7Mt8B10lD3rG+aOBZQelTm3YQ738yZYcwHjksQW3AOyf0QtqZICCfe0nD8A==
1915+
"@salesforce/sf-plugins-core@^12.1.3":
1916+
version "12.1.3"
1917+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.3.tgz#4150b231f50bcdb64d6bd471a9d8f25f7ca57273"
1918+
integrity sha512-xJSzwl2G7OYSpZTokzWgq9Ybfw/ZtR3reQEFvJTNATLoPk7nv7UGo8WWbX1gcaepURBVvtmQlHsa8mVyoKjYmw==
19191919
dependencies:
19201920
"@inquirer/confirm" "^3.1.22"
19211921
"@inquirer/password" "^2.2.0"
1922-
"@oclif/core" "^4.0.34"
1922+
"@oclif/core" "^4.2.4"
19231923
"@oclif/table" "^0.4.0"
19241924
"@salesforce/core" "^8.5.1"
19251925
"@salesforce/kit" "^3.2.3"

0 commit comments

Comments
 (0)