Skip to content

Commit

Permalink
fix(deps): bump @salesforce/sf-plugins-core from 2.2.5 to 2.2.7 (#142)
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.2.5 to 2.2.7.
- [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.2.5...2.2.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 7, 2023
1 parent 07df1c3 commit 1efd336
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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 @@
"@jayree/changelog": "^1.1.0",
"@oclif/core": "^2.8.0",
"@salesforce/kit": "^1.9.2",
"@salesforce/sf-plugins-core": "^2.2.5",
"@salesforce/sf-plugins-core": "^2.2.7",
"@salesforce/source-deploy-retrieve": "^7.15.0",
"@salesforce/ts-types": "^1.7.3",
"debug": "^4.3.4",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@
supports-color "^8.1.1"
tslib "^2"

"@oclif/core@^2.1.7", "@oclif/core@^2.3.0", "@oclif/core@^2.4.0", "@oclif/core@^2.6.2", "@oclif/core@^2.7.1", "@oclif/core@^2.8.0":
"@oclif/core@^2.1.7", "@oclif/core@^2.3.0", "@oclif/core@^2.6.2", "@oclif/core@^2.7.1", "@oclif/core@^2.8.0":
version "2.8.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.0.tgz#4948de3168804169fa68895af8ec4853f332b307"
integrity sha512-A2wHItFrD/WOw5bJ6Mtv9MD7If0bsKNR0pwEY0me+fo4HSXlJOtgYGqmzb8t8akX3DUUT7XsjPajsoHLkIJyvg==
Expand Down Expand Up @@ -924,7 +924,7 @@
mv "~2"
safe-json-stringify "~1"

"@salesforce/core@^3.33.6", "@salesforce/core@^3.34.1", "@salesforce/core@^3.34.6":
"@salesforce/core@^3.33.6", "@salesforce/core@^3.34.6":
version "3.34.6"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.34.6.tgz#816031d3aab098d56165d876db626a3610d86c6e"
integrity sha512-9Nd+bQRSvCYDiZo97bhseajLhr7d51J9gsPUnfN3nHy1/TBQXjN+upRAPAeldvzU8G3L98WGDMtEpSTOG/PxkQ==
Expand Down Expand Up @@ -1011,13 +1011,13 @@
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.5.1.tgz#2d1bfdcf593caaa04cd4b3e6fe621097ff7f28fe"
integrity sha512-MRqU+tn8w5IFvZ0Lm9YKLgxYxr2MQMI+fXXsTrwfUnijsps+ybF9IOTu6MOMxxl2vCUkO8XDjA435wXlWSLI6g==

"@salesforce/sf-plugins-core@^2.2.5":
version "2.2.5"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-2.2.5.tgz#cc20c6f18f15c173b6bc3b511a56c09f155675df"
integrity sha512-9CINVi3akBDreUpoz1J9QhZphKJWqq86m7aJxMPPTIh0cHAdJ4qi4KcdP4Tmwub2BUTYdbibYzix7kpRM0MkwA==
"@salesforce/sf-plugins-core@^2.2.7":
version "2.2.7"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-2.2.7.tgz#dd3d567ef89396b3f414645b986dbddadc6ee342"
integrity sha512-bwtfYfJbvjrx3Up2fLmqHXgfXWdcI3CFS5D5zQf2wZhc5Ori4jlNMPsW2SP2J3ze50thjX+kLOTKu96AHiW7sA==
dependencies:
"@oclif/core" "^2.4.0"
"@salesforce/core" "^3.34.1"
"@oclif/core" "^2.8.0"
"@salesforce/core" "^3.34.6"
"@salesforce/kit" "^1.9.0"
"@salesforce/ts-types" "^1.7.3"
chalk "^4"
Expand Down

0 comments on commit 1efd336

Please sign in to comment.