Skip to content

Commit

Permalink
chore: bump sf-plugins-core
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Oct 21, 2024
1 parent ed7d294 commit bc3006c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@oclif/core": "^4",
"@salesforce/core": "^8.6.2",
"@salesforce/sf-plugins-core": "^12.0.3",
"@salesforce/sf-plugins-core": "^12.0.4",
"fast-levenshtein": "^3.0.0"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1285,10 +1285,10 @@
http-call "^5.2.2"
lodash "^4.17.21"

"@oclif/table@^0.1.23":
version "0.1.23"
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.1.23.tgz#98ed8ed27ed8f4a7ef64d54c1874b29cb34c91e0"
integrity sha512-6j5tV/HkH3qKH5AgdmkNTwL/hXs71/jdBYFHC8WcsMJDpPab3dSDu0yJBooszD4Vdx8Z+wcl9nW8CWNth6plOg==
"@oclif/table@^0.1.24":
version "0.1.24"
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.1.24.tgz#97cc9fc0e65cf4ceb7628084c73eb6ca30bf19b1"
integrity sha512-HC5lIdy8Q0crW+ImJhzux3lQ2UobcDM//Tw4+HjTcYi9xzgy1hnKQZ7mYSofgRO42bwN7iZulaLvb8dG1giz0g==
dependencies:
"@oclif/core" "^4"
"@types/react" "^18.3.11"
Expand Down Expand Up @@ -1490,15 +1490,15 @@
string-width "^7.2.0"
terminal-link "^3.0.0"

"@salesforce/sf-plugins-core@^12.0.3":
version "12.0.3"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.3.tgz#d45bebb59c63ac2c647116facf467e62eef867e2"
integrity sha512-s+cz35S/q0+4Y2HA1XgtaU1tAXQqtWvV1GnHWSn6yZkMxcoAuVn7+RX7IArcAmFBQi55f5xNoJ8zqXxA4qW0JA==
"@salesforce/sf-plugins-core@^12.0.4":
version "12.0.4"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.4.tgz#b78aa0747ab0b861268bf72b2743217a6b0275c5"
integrity sha512-fIzr6AZbeY5mqFfDHPyN09eVH0qYkkKVf2jB375YaWZZ8WKTqtYQnwaKd3Gi9asggvMKnmI91ov6aFGKCdA1qg==
dependencies:
"@inquirer/confirm" "^3.1.22"
"@inquirer/password" "^2.2.0"
"@oclif/core" "^4.0.27"
"@oclif/table" "^0.1.23"
"@oclif/table" "^0.1.24"
"@salesforce/core" "^8.5.1"
"@salesforce/kit" "^3.2.3"
"@salesforce/ts-types" "^2.0.12"
Expand Down

0 comments on commit bc3006c

Please sign in to comment.