Skip to content

Commit

Permalink
fix(deps): bump @salesforce/sf-plugins-core from 3.1.1 to 3.1.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 3.1.1 to 3.1.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@3.1.1...3.1.3)

---
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 Jun 25, 2023
1 parent be7c249 commit 72e8cc7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 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 @@
"@oclif/core": "^2.8.2",
"@salesforce/core": "^4.2.1",
"@salesforce/kit": "^3.0.2",
"@salesforce/sf-plugins-core": "^3.1.0",
"@salesforce/sf-plugins-core": "^3.1.3",
"@salesforce/source-deploy-retrieve": "^9.2.3",
"open": "^8.4.2",
"tslib": "^2"
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@
supports-color "^8.1.1"
tslib "^2"

"@oclif/core@^2.3.0", "@oclif/core@^2.4.0", "@oclif/core@^2.8.2", "@oclif/core@^2.8.4", "@oclif/core@^2.8.5", "@oclif/core@^2.8.6", "@oclif/core@^2.8.7":
"@oclif/core@^2.3.0", "@oclif/core@^2.4.0", "@oclif/core@^2.8.2", "@oclif/core@^2.8.4", "@oclif/core@^2.8.5", "@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 @@ -928,10 +928,10 @@
jsonwebtoken "9.0.0"
ts-retry-promise "^0.7.0"

"@salesforce/core@^4.0.1", "@salesforce/core@^4.1.0", "@salesforce/core@^4.2.1", "@salesforce/core@^4.3.1":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-4.3.1.tgz#d4f16ce7a89e90d456a9407e5994f155b7d05134"
integrity sha512-mqlVWVQiy24sdHR3DvBlSlg3QDCqVj4AIhcgvcVSTu3BtKMLaR2C6himtTdKIH/Fl6wLkxPcy+LufQ8J3+HBEw==
"@salesforce/core@^4.0.1", "@salesforce/core@^4.1.0", "@salesforce/core@^4.2.1", "@salesforce/core@^4.3.1", "@salesforce/core@^4.3.2":
version "4.3.2"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-4.3.2.tgz#01cab40d349bb0b48044942266a7996f3d1e2b9b"
integrity sha512-dsgUYI9pBpJx0l01fumyx85jOPBl5q3J1yTff5ktzlWAs3LXdjqa5KTQMTtS5b36nd4Ht3CVSd36iEOZodoB0g==
dependencies:
"@salesforce/bunyan" "^2.0.0"
"@salesforce/kit" "^3.0.3"
Expand Down Expand Up @@ -1065,13 +1065,13 @@
chalk "^4"
inquirer "^8.2.5"

"@salesforce/sf-plugins-core@^3.0.4", "@salesforce/sf-plugins-core@^3.1.0":
version "3.1.1"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.1.tgz#f2e83705f7b0558d16a211c853e7564796f06a68"
integrity sha512-Do3aNpW3mAbLdkBCzHaAQgqZSeqGSmN3UnKGbucemWOxGtrxAZ8eyN30g5G096FjTx223mdxlr0u9qCZehdePw==
"@salesforce/sf-plugins-core@^3.0.4", "@salesforce/sf-plugins-core@^3.1.3":
version "3.1.3"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.3.tgz#be0a86db430f1223eff8b889a20d334c5df0f04e"
integrity sha512-XmpEshATw5uoh6QkdjZcnluGo42v39KLp2b5MPJYhwaiyxpfttb3pofM00LLM74VJWnraODTYX3fEmvDJerWGA==
dependencies:
"@oclif/core" "^2.8.6"
"@salesforce/core" "^4.3.1"
"@oclif/core" "^2.8.7"
"@salesforce/core" "^4.3.2"
"@salesforce/kit" "^3.0.3"
"@salesforce/ts-types" "^2.0.2"
chalk "^4"
Expand Down

0 comments on commit 72e8cc7

Please sign in to comment.