Skip to content

Commit

Permalink
fix(deps): bump @salesforce/sf-plugins-core from 2.0.1 to 2.4.3
Browse files Browse the repository at this point in the history
Bumps [@salesforce/sf-plugins-core](https://github.com/salesforcecli/sf-plugins-core) from 2.0.1 to 2.4.3.
- [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@2.0.1...2.4.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2023
1 parent eb4a6fc commit d56c59b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@heroku/project-descriptor": "0.0.6",
"@oclif/core": "^2.8.0",
"@salesforce/core": "^3.36.2",
"@salesforce/sf-plugins-core": "^2.0.1",
"@salesforce/sf-plugins-core": "^2.4.3",
"@salesforce/ts-types": "^1.7.3",
"axios": "^0.27.2",
"axios-debug-log": "^0.8.4",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@
semver "^7.3.5"
ts-retry-promise "^0.6.0"

"@salesforce/core@^3.24.0", "@salesforce/core@^3.33.1", "@salesforce/core@^3.36.1", "@salesforce/core@^3.36.2":
"@salesforce/core@^3.24.0", "@salesforce/core@^3.36.1", "@salesforce/core@^3.36.2":
version "3.36.2"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.36.2.tgz#135fa2fb858da6245b9ecff1e7819aeaeead5150"
integrity sha512-IS1rR6Y0tMJYx/+TOAUQ9Gs+Vtum0MHLGfodT7ZJMQZQHEp1S4o0BJ8676uq5sASAnVL64GA+Et/LWCCOWWEuw==
Expand Down Expand Up @@ -1245,7 +1245,7 @@
typedoc-plugin-missing-exports "0.23.0"
typescript "^4.1.3"

"@salesforce/kit@^1.5.17", "@salesforce/kit@^1.7.1", "@salesforce/kit@^1.8.3", "@salesforce/kit@^1.8.5", "@salesforce/kit@^1.9.2":
"@salesforce/kit@^1.5.17", "@salesforce/kit@^1.7.1", "@salesforce/kit@^1.8.5", "@salesforce/kit@^1.9.2":
version "1.9.2"
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-1.9.2.tgz#d232f135428363cdfe2649cb99a94bc2eb0a12fd"
integrity sha512-kjZvjFNP6njhAiEa/ErdLXSDWZKafHYJyKCKz1wnSFmDM8TOpKHCCVw5cQo87ZQr8OqxqwUDIAlSBLyMzKi4Lg==
Expand Down Expand Up @@ -1283,15 +1283,15 @@
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.5.1.tgz#2d1bfdcf593caaa04cd4b3e6fe621097ff7f28fe"
integrity sha512-MRqU+tn8w5IFvZ0Lm9YKLgxYxr2MQMI+fXXsTrwfUnijsps+ybF9IOTu6MOMxxl2vCUkO8XDjA435wXlWSLI6g==

"@salesforce/sf-plugins-core@^2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-2.0.1.tgz#079d6cc200ea53ce7fb60aafb5eaf5f2b48e46c9"
integrity sha512-vT4Y9n/4lStSWrfMAlgQB/XzwJAYK6ibcsFykHNCl86NCoebVGzg5KDIxYjHpidrt2PG/nPk7NL9iBtTH/p8Yg==
"@salesforce/sf-plugins-core@^2.4.3":
version "2.4.3"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-2.4.3.tgz#9d578dc116becf8fd9c4f5d7849692aaa9095538"
integrity sha512-gB1GY5GscR5vjLC2GJTO7hjmKH1IqeMj1cvvsnTdKpb3z0GAMpCZN3gPyC9OiIEE2JBQSlm3HUV4K+4zcMJjmQ==
dependencies:
"@oclif/core" "^2.0.7"
"@salesforce/core" "^3.33.1"
"@salesforce/kit" "^1.8.3"
"@salesforce/ts-types" "^1.7.1"
"@oclif/core" "^2.8.5"
"@salesforce/core" "^3.36.1"
"@salesforce/kit" "^1.9.2"
"@salesforce/ts-types" "^1.7.3"
chalk "^4"
inquirer "^8.2.5"

Expand Down

0 comments on commit d56c59b

Please sign in to comment.