Skip to content

Commit

Permalink
fix(deps): bump @salesforce/sf-plugins-core from 12.0.4 to 12.0.11
Browse files Browse the repository at this point in the history
Bumps [@salesforce/sf-plugins-core](https://github.com/salesforcecli/sf-plugins-core) from 12.0.4 to 12.0.11.
- [Release notes](https://github.com/salesforcecli/sf-plugins-core/releases)
- [Changelog](https://github.com/salesforcecli/sf-plugins-core/blob/main/CHANGELOG.md)
- [Commits](salesforcecli/sf-plugins-core@12.0.4...12.0.11)

---
updated-dependencies:
- dependency-name: "@salesforce/sf-plugins-core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent bcb693d commit c303e9f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@salesforce/core": "^8.6.4",
"@salesforce/kit": "^3.2.3",
"@salesforce/plugin-info": "^3.4.13",
"@salesforce/sf-plugins-core": "^12.0.4",
"@salesforce/sf-plugins-core": "^12.0.11",
"@salesforce/source-deploy-retrieve": "^12.7.4",
"@salesforce/source-tracking": "^7.1.17",
"@salesforce/ts-types": "^2.0.12",
Expand Down
25 changes: 11 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1309,13 +1309,13 @@
http-call "^5.2.2"
lodash "^4.17.21"

"@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==
"@oclif/table@^0.3.2":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.3.2.tgz#192a310488af67a7341ba203a0e3a0d67f1d8693"
integrity sha512-H8B41sRuXByT4E3ROSICbiQBbZDD3Kw30vYkJlPvKbE5QGEd11hPo+P9ahdGLA3AY0SkTflfTily8fFhHT0WDA==
dependencies:
"@oclif/core" "^4"
"@types/react" "^18.3.11"
"@types/react" "^18.3.12"
change-case "^5.4.4"
cli-truncate "^4.0.0"
ink "^5.0.1"
Expand Down Expand Up @@ -1490,23 +1490,20 @@
string-width "^7.2.0"
terminal-link "^3.0.0"

"@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==
"@salesforce/sf-plugins-core@^12.0.11":
version "12.0.11"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.11.tgz#5837bc385cb8f057c4bc86b71ead71464ba5063b"
integrity sha512-DYb54IeszQxcyl0N3e5qxSx3Vc571f36alZNE54qPqBTi9RAGEHQN4XR03dKLic0aNS/j4Z09RGH6YoH2zSL6A==
dependencies:
"@inquirer/confirm" "^3.1.22"
"@inquirer/password" "^2.2.0"
"@oclif/core" "^4.0.27"
"@oclif/table" "^0.1.24"
"@oclif/table" "^0.3.2"
"@salesforce/core" "^8.5.1"
"@salesforce/kit" "^3.2.3"
"@salesforce/ts-types" "^2.0.12"
ansis "^3.3.2"
cli-progress "^3.12.0"
natural-orderby "^3.0.2"
slice-ansi "^7.1.0"
string-width "^7.2.0"
terminal-link "^3.0.0"

"@salesforce/source-deploy-retrieve@^12.7.4":
Expand Down Expand Up @@ -2344,7 +2341,7 @@
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.13.tgz#2af91918ee12d9d32914feb13f5326658461b451"
integrity sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==

"@types/react@^18.3.11", "@types/react@^18.3.12":
"@types/react@^18.3.12":
version "18.3.12"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.12.tgz#99419f182ccd69151813b7ee24b792fe08774f60"
integrity sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==
Expand Down

0 comments on commit c303e9f

Please sign in to comment.