Skip to content

Commit 9c35ae3

Browse files
authored
Merge pull request #1320 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 2146640 + c9b3475 commit 9c35ae3

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

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1963,7 +1963,7 @@
19631963
proc-log "^5.0.0"
19641964
which "^5.0.0"
19651965

1966-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@^4.2.4":
1966+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.0", "@oclif/core@^4.2.4":
19671967
version "4.2.4"
19681968
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.4.tgz#0737063beb35e3d421135cd07983bc5306fb17bf"
19691969
integrity sha512-JDqdhX6fBbijY3ouubfmX7yFBXy95YSpiAVk0TAaXXCoSqoo/2WMcV2Ufv2V+8zriafPU/rvKgI+ZE07/7HwfQ==
@@ -2324,14 +2324,14 @@
23242324
string-width "^7.2.0"
23252325
terminal-link "^3.0.0"
23262326

2327-
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.1.2":
2328-
version "12.1.2"
2329-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.2.tgz#0c4fba3787ee670014c8bca447c2fc59fb9c3ec3"
2330-
integrity sha512-qrmGZr2mG7uOpqhOpeOJjBEVztM7Mt8B10lD3rG+aOBZQelTm3YQ738yZYcwHjksQW3AOyf0QtqZICCfe0nD8A==
2327+
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.1.3":
2328+
version "12.1.3"
2329+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.3.tgz#4150b231f50bcdb64d6bd471a9d8f25f7ca57273"
2330+
integrity sha512-xJSzwl2G7OYSpZTokzWgq9Ybfw/ZtR3reQEFvJTNATLoPk7nv7UGo8WWbX1gcaepURBVvtmQlHsa8mVyoKjYmw==
23312331
dependencies:
23322332
"@inquirer/confirm" "^3.1.22"
23332333
"@inquirer/password" "^2.2.0"
2334-
"@oclif/core" "^4.0.34"
2334+
"@oclif/core" "^4.2.4"
23352335
"@oclif/table" "^0.4.0"
23362336
"@salesforce/core" "^8.5.1"
23372337
"@salesforce/kit" "^3.2.3"

0 commit comments

Comments
 (0)