Skip to content

Commit 100c891

Browse files
authored
Merge pull request #129 from salesforcecli/dependabot-npm_and_yarn-salesforce-sf-plugins-core-12.2.14
fix(deps): bump @salesforce/sf-plugins-core from 12.2.11 to 12.2.16
2 parents 7d5f1f3 + d2e3684 commit 100c891

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@oclif/core": "^4",
1111
"@salesforce/core": "^8.29.1",
1212
"@salesforce/kit": "^3.2.4",
13-
"@salesforce/sf-plugins-core": "^12.2.11",
13+
"@salesforce/sf-plugins-core": "^12.2.16",
1414
"@salesforce/ts-types": "^2.0.12",
1515
"ansis": "^3.3.2",
1616
"form-data": "^4.0.5",

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@
14141414
wordwrap "^1.0.0"
14151415
wrap-ansi "^7.0.0"
14161416

1417-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.3", "@oclif/core@^4.10.6":
1417+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.3", "@oclif/core@^4.11.2":
14181418
version "4.11.2"
14191419
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.2.tgz#c8062fc16f0d82c247f60670364026483a48d522"
14201420
integrity sha512-LWDalCgy+hYyAkLa9sMIXMXk6ws5RzQhVnkmfXtVIIyEEYigbXQ/9/x+s76p53MiXxNc6SJB7lfwkPF+SdzfMQ==
@@ -1482,10 +1482,10 @@
14821482
lodash "^4.17.23"
14831483
registry-auth-token "^5.1.1"
14841484

1485-
"@oclif/table@^0.5.5":
1486-
version "0.5.6"
1487-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.6.tgz#cc22cc3f620c9f23bdb734b0dd6f97cdda4a0f28"
1488-
integrity sha512-W0SlIIkcqYxRSbZVw+VnFPT6hStjm5OoMduli35569OXezBPS92yNsoIA9jAuAt3lVIGlnUIetnAUUjs+yLHKg==
1485+
"@oclif/table@^0.5.7":
1486+
version "0.5.7"
1487+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.7.tgz#0198755a73fb4c8f4738dc472fab50b5a31cd19e"
1488+
integrity sha512-iS7gXzOhUf2toij0pxkcD6sPnXzr/j4eLugHwjSKI2+WgytjUycP7A3i6OIvXDrIGMuq8+S7wgZ7tCC1I18q+Q==
14891489
dependencies:
14901490
"@types/react" "^18.3.12"
14911491
change-case "^5.4.4"
@@ -1656,15 +1656,15 @@
16561656
string-width "^7.2.0"
16571657
terminal-link "^3.0.0"
16581658

1659-
"@salesforce/sf-plugins-core@^12.2.11":
1660-
version "12.2.11"
1661-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.11.tgz#5749b949d2e526481cc70b92299816de5ec73f22"
1662-
integrity sha512-mqbkgqIvsH0YdYimgla7V90kUPeZPFdW2pscJjXnwOQjDQQi7pVf3Pz715sjw6/yWfgpPwvWs5J0XXXppKlbVQ==
1659+
"@salesforce/sf-plugins-core@^12.2.16":
1660+
version "12.2.16"
1661+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.16.tgz#664ef3540f4556ba83a1e5378b5721d2aabde91e"
1662+
integrity sha512-csZxi6gJ675/+9dc1Q9KDDq21XRy+tKtgr1ZSPyA6TeP0J4bnuIfsk9cZCOzxaI6T8L6lM3CyWltQMJ927vpzA==
16631663
dependencies:
16641664
"@inquirer/confirm" "^6.0.12"
16651665
"@inquirer/password" "^5.0.12"
1666-
"@oclif/core" "^4.10.6"
1667-
"@oclif/table" "^0.5.5"
1666+
"@oclif/core" "^4.11.2"
1667+
"@oclif/table" "^0.5.7"
16681668
"@salesforce/core" "^8.29.0"
16691669
"@salesforce/kit" "^3.2.3"
16701670
"@salesforce/ts-types" "^2.0.12"

0 commit comments

Comments
 (0)