Skip to content

Commit 8eb4d6f

Browse files
authored
Merge pull request #1107 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 40b7857 + 36b61f1 commit 8eb4d6f

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.1.2"
9+
"@salesforce/sf-plugins-core": "^12.1.3"
1010
},
1111
"devDependencies": {
1212
"@oclif/core": "^4.2.4",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@
16761676
"@nodelib/fs.scandir" "2.1.5"
16771677
fastq "^1.6.0"
16781678

1679-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4":
1679+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4":
16801680
version "4.2.4"
16811681
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.4.tgz#0737063beb35e3d421135cd07983bc5306fb17bf"
16821682
integrity sha512-JDqdhX6fBbijY3ouubfmX7yFBXy95YSpiAVk0TAaXXCoSqoo/2WMcV2Ufv2V+8zriafPU/rvKgI+ZE07/7HwfQ==
@@ -1920,14 +1920,14 @@
19201920
string-width "^7.2.0"
19211921
terminal-link "^3.0.0"
19221922

1923-
"@salesforce/sf-plugins-core@^12.1.2":
1924-
version "12.1.2"
1925-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.2.tgz#0c4fba3787ee670014c8bca447c2fc59fb9c3ec3"
1926-
integrity sha512-qrmGZr2mG7uOpqhOpeOJjBEVztM7Mt8B10lD3rG+aOBZQelTm3YQ738yZYcwHjksQW3AOyf0QtqZICCfe0nD8A==
1923+
"@salesforce/sf-plugins-core@^12.1.3":
1924+
version "12.1.3"
1925+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.3.tgz#4150b231f50bcdb64d6bd471a9d8f25f7ca57273"
1926+
integrity sha512-xJSzwl2G7OYSpZTokzWgq9Ybfw/ZtR3reQEFvJTNATLoPk7nv7UGo8WWbX1gcaepURBVvtmQlHsa8mVyoKjYmw==
19271927
dependencies:
19281928
"@inquirer/confirm" "^3.1.22"
19291929
"@inquirer/password" "^2.2.0"
1930-
"@oclif/core" "^4.0.34"
1930+
"@oclif/core" "^4.2.4"
19311931
"@oclif/table" "^0.4.0"
19321932
"@salesforce/core" "^8.5.1"
19331933
"@salesforce/kit" "^3.2.3"

0 commit comments

Comments
 (0)