Skip to content

Commit

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

---
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 Jun 23, 2023
1 parent 4662ba5 commit d00a50a
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 @@ -7,7 +7,7 @@
"bugs": "https://github.com/jayree/sfdx-plugin-org/issues",
"dependencies": {
"@jayree/changelog": "^1.1.3",
"@salesforce/sf-plugins-core": "^3.1.0",
"@salesforce/sf-plugins-core": "^3.1.2",
"@salesforce/source-deploy-retrieve": "^9.2.5",
"@salesforce/ts-types": "^2.0.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 @@ -735,7 +735,7 @@
supports-color "^8.1.1"
tslib "^2"

"@oclif/core@^2.8.0", "@oclif/core@^2.8.2", "@oclif/core@^2.8.4", "@oclif/core@^2.8.6", "@oclif/core@^2.8.7":
"@oclif/core@^2.8.0", "@oclif/core@^2.8.2", "@oclif/core@^2.8.4", "@oclif/core@^2.8.7":
version "2.8.7"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.7.tgz#e3fb73477cfb9e72c89bc68701d04953c084c0e8"
integrity sha512-WTZUFgANYGyHQOmGc2YsczEdqdlG2/ZEfqksHnuYbz3egozpka/R9LrFwNfWPZETi9ydzcjDWwJKUGQmJG3ixA==
Expand Down Expand Up @@ -926,7 +926,7 @@
mv "~2"
safe-json-stringify "~1"

"@salesforce/core@^4.1.0", "@salesforce/core@^4.3.0", "@salesforce/core@^4.3.1":
"@salesforce/core@^4.1.0", "@salesforce/core@^4.3.1":
version "4.3.2"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-4.3.2.tgz#01cab40d349bb0b48044942266a7996f3d1e2b9b"
integrity sha512-dsgUYI9pBpJx0l01fumyx85jOPBl5q3J1yTff5ktzlWAs3LXdjqa5KTQMTtS5b36nd4Ht3CVSd36iEOZodoB0g==
Expand Down Expand Up @@ -1010,13 +1010,13 @@
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.5.1.tgz#2d1bfdcf593caaa04cd4b3e6fe621097ff7f28fe"
integrity sha512-MRqU+tn8w5IFvZ0Lm9YKLgxYxr2MQMI+fXXsTrwfUnijsps+ybF9IOTu6MOMxxl2vCUkO8XDjA435wXlWSLI6g==

"@salesforce/sf-plugins-core@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.0.tgz#3b620225630428d7789d3dae218ad15c37ba4a22"
integrity sha512-uGVkwDNVFDe8vMIZmHVDk88DumZJRadADbI2zq97RwSg9Y38nctbzd0vJpGWT7XVjRn6zF9srgjLS8iSIeFr5A==
"@salesforce/sf-plugins-core@^3.1.2":
version "3.1.2"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.2.tgz#d0706c734c15ff996e4dd85dac66e10566d59e8c"
integrity sha512-V43KB8wDC/lHwcSwO3UB4PplMROGwvJ64NK14v2QgwySrAbaLjDBhJW3lX1nkLqugwu8855NEOWL7T35SgdmWw==
dependencies:
"@oclif/core" "^2.8.6"
"@salesforce/core" "^4.3.0"
"@oclif/core" "^2.8.7"
"@salesforce/core" "^4.3.1"
"@salesforce/kit" "^3.0.3"
"@salesforce/ts-types" "^2.0.2"
chalk "^4"
Expand Down

0 comments on commit d00a50a

Please sign in to comment.