Skip to content

Commit

Permalink
fix: bump sf-plugins-core
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Oct 25, 2024
1 parent e088844 commit 25f6cfd
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 @@ -9,7 +9,7 @@
"@oclif/multi-stage-output": "^0.7.7",
"@salesforce/core": "^8.6.3",
"@salesforce/kit": "^3.2.3",
"@salesforce/sf-plugins-core": "^12.0.6",
"@salesforce/sf-plugins-core": "^12.0.9",
"@salesforce/source-deploy-retrieve": "^12.8.1",
"ansis": "^3.2.0",
"change-case": "^5.4.4",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1303,10 +1303,10 @@
http-call "^5.2.2"
lodash "^4.17.21"

"@oclif/table@^0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.2.0.tgz#01330ec8f67fce1e5d79114bfb09f531c2a82bcb"
integrity sha512-+JjK+btxV+Xpjn2vFqYaAO4PLEpPRw1ampQbB/5rtziZpMwwHKjSqL9qEoMm/xUE0UujqNgcTbK/dRUlfCwuXw==
"@oclif/table@^0.2.2":
version "0.2.2"
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.2.2.tgz#057f1f86c51a5a4239dbd0a71d3fe4056d8d95f5"
integrity sha512-wKWkPcZ00k3v1ZgaX0MB1LR1HR227ZtFv/zgElGwVSTvvRLe1r5VHple7nmZA+7zJkRO7ko09IPUlxezDu2D3A==
dependencies:
"@oclif/core" "^4"
"@types/react" "^18.3.11"
Expand Down Expand Up @@ -1450,15 +1450,15 @@
string-width "^7.2.0"
terminal-link "^3.0.0"

"@salesforce/sf-plugins-core@^12.0.6":
version "12.0.6"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.6.tgz#13ca551cf08cd5684303b96fee11d321a7213247"
integrity sha512-rHnPnq6wk1PcZ4Q+eANpoXYDy6nwzCD3q8kWPXV6SsPMGvyV4lbFNdOPjK/nhR5MESG29fC3ZVhVmUvOoDNIrg==
"@salesforce/sf-plugins-core@^12.0.9":
version "12.0.9"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.9.tgz#8a48828924d7e7fd2b402188077e87f4fa424156"
integrity sha512-CklAvBje/t+a85Djp961Ly84Yeh3+jF5n9G7Uy3NniUqJ6WwQc2M4jy+nTbqsRxomEuEb60AP3/rPQH9eBO7KA==
dependencies:
"@inquirer/confirm" "^3.1.22"
"@inquirer/password" "^2.2.0"
"@oclif/core" "^4.0.27"
"@oclif/table" "^0.2.0"
"@oclif/table" "^0.2.2"
"@salesforce/core" "^8.5.1"
"@salesforce/kit" "^3.2.3"
"@salesforce/ts-types" "^2.0.12"
Expand Down

0 comments on commit 25f6cfd

Please sign in to comment.