Skip to content

Commit 38bd3b3

Browse files
chore: bump sf-plugins-core
1 parent c979f68 commit 38bd3b3

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,10 +1521,10 @@
15211521
http-call "^5.2.2"
15221522
lodash "^4.17.21"
15231523

1524-
"@oclif/table@^0.1.20":
1525-
version "0.1.20"
1526-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.1.20.tgz#024a2eafec3824f70493db95a11f43446ebd8446"
1527-
integrity sha512-4zrGeBO7cjsnY9z30bDO6+kPZHXol5ZVsxP6lDKDeanLmkasEZt4btZhVfwyyZaWM22UXb1BDPeYX77r8+VWrw==
1524+
"@oclif/table@^0.1.22":
1525+
version "0.1.22"
1526+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.1.22.tgz#d2f85f2da6141a02afb8efa9ac05651850ef4df8"
1527+
integrity sha512-2qW47gCfFqj/OhIMAA+ZE2mfeQ9ub3Sv3hrachwXJ9o8d6bfBKlgHbfJ5+SxJlur+ecXL+GdZWkR9RFhbIuZdA==
15281528
dependencies:
15291529
"@oclif/core" "^4"
15301530
"@types/react" "^18.3.11"
@@ -1658,7 +1658,7 @@
16581658
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
16591659
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
16601660

1661-
"@salesforce/sf-plugins-core@^11.3.12", "@salesforce/sf-plugins-core@^11.3.5":
1661+
"@salesforce/sf-plugins-core@^11.3.12":
16621662
version "11.3.12"
16631663
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz#18b3a553688428bcffea9d36abc72847497f06ae"
16641664
integrity sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==
@@ -1676,15 +1676,15 @@
16761676
string-width "^7.2.0"
16771677
terminal-link "^3.0.0"
16781678

1679-
"@salesforce/sf-plugins-core@^12":
1680-
version "12.0.1"
1681-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.1.tgz#05f40c58b637e29e69b61e3e77f43f58650b1a10"
1682-
integrity sha512-Wr3fNemz/sXKq5SglblavbMhHXXDr7+qBQDtkWtx1BvmcArjwgDq19eVbxPpYnJEo7ceq0ARr9RMQ6PvvQHDXg==
1679+
"@salesforce/sf-plugins-core@^12.0.2":
1680+
version "12.0.2"
1681+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.2.tgz#77e1132678f384ead342c58fdb63326642e95b0c"
1682+
integrity sha512-7i/Qsp/4eN9kSA0Ix+OdMmlokPHb+QkPCreiJW9hO737GtHKd6lAbT6kdoD/SjrYGQKYUIwJcOCWQ9i9UM9lPw==
16831683
dependencies:
16841684
"@inquirer/confirm" "^3.1.22"
16851685
"@inquirer/password" "^2.2.0"
16861686
"@oclif/core" "^4.0.27"
1687-
"@oclif/table" "^0.1.20"
1687+
"@oclif/table" "^0.1.22"
16881688
"@salesforce/core" "^8.5.1"
16891689
"@salesforce/kit" "^3.2.3"
16901690
"@salesforce/ts-types" "^2.0.12"

0 commit comments

Comments
 (0)