Skip to content

Commit

Permalink
fix(deps): bump @salesforce/sf-plugins-core from 3.1.13 to 3.1.14 (#177)
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.13 to 3.1.14.
- [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.13...3.1.14)

---
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] committed Aug 11, 2023
1 parent ca8ef9e commit 30c60bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.4",
"@salesforce/sf-plugins-core": "^3.1.13",
"@salesforce/sf-plugins-core": "^3.1.14",
"@salesforce/source-deploy-retrieve": "^9.7.1",
"@salesforce/ts-types": "^2.0.6",
"cli-truncate": "^3.1.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@
mv "~2"
safe-json-stringify "~1"

"@salesforce/core@^4.3.1", "@salesforce/core@^4.3.11":
"@salesforce/core@^4.3.1":
version "4.3.11"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-4.3.11.tgz#3fde6affd77f56ee1915b4a2d594ea424ce84817"
integrity sha512-rjrS0VoDlNaB4RYKLNZQ8+7QayWh5yTV79apCU9fYe0fR1D1p5tb+GAXe4B7AaOReQ8JOQhPBRMx1uzF3Lqn4A==
Expand All @@ -953,7 +953,7 @@
proper-lockfile "^4.1.2"
ts-retry-promise "^0.7.0"

"@salesforce/core@^5.2.0":
"@salesforce/core@^5.1.0", "@salesforce/core@^5.2.0":
version "5.2.0"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.2.0.tgz#7d18439abe3d33432bae1ec9edc700430ae4ca4a"
integrity sha512-v5jX/7GLyZOrO9smSgtCL6zallVWIb9ryjTzAkJyB7KsHYNEKZKL9TM6uXHFM7SMYjllJQujup54EHxNbL6ezQ==
Expand Down Expand Up @@ -1038,13 +1038,13 @@
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.0.tgz#14505ebad2fb2d4f7b14837545d662766d293561"
integrity sha512-SwhDTLucj/GRbPpxlEoDZeqlX22o+G6fiebTXTu1cZKmd1oE0W2L7SlTTgJnWck8bhTeBIgQi9cpD8c2t5ISKA==

"@salesforce/sf-plugins-core@^3.1.13":
version "3.1.13"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.13.tgz#ce78da1639962ef262883759d7449c0aa9ebee61"
integrity sha512-zPHpvTmSZHJ3fYANVwfDoxwF5p7YFMsdTnHXvHCRAvGcaQaEb6+Jb+2wNeb/gXEFT3nD1kGa0QZ01v6QztTpUQ==
"@salesforce/sf-plugins-core@^3.1.14":
version "3.1.14"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.14.tgz#b2ca3bacfdfe338ccceafc2b92b968aa0780be4b"
integrity sha512-8tVZoJdTrE77ZEqj3Nh2T0oXB8AEB5o22ffYraeSrUZtGh6lH8feZ8bxAVN1z6wIT9vXW3GhXrqR22UZYDl4ng==
dependencies:
"@oclif/core" "^2.11.1"
"@salesforce/core" "^4.3.11"
"@salesforce/core" "^5.1.0"
"@salesforce/kit" "^3.0.6"
"@salesforce/ts-types" "^2.0.5"
chalk "^4"
Expand Down

0 comments on commit 30c60bb

Please sign in to comment.