Skip to content

Commit

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

---
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 Aug 11, 2024
1 parent 4bb6e0e commit 58d5c4a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 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": "^4",
"@salesforce/core": "^8.3.0",
"@salesforce/kit": "^3.2.1",
"@salesforce/sf-plugins-core": "^11.2.4",
"@salesforce/sf-plugins-core": "^11.3.0",
"@salesforce/ts-types": "^2.0.11",
"chalk": "^5.3.0",
"debug": "^4.3.6",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@
ansi-escapes "^4.3.2"
yoctocolors-cjs "^2.1.2"

"@inquirer/confirm@^3.1.14", "@inquirer/confirm@^3.1.16", "@inquirer/confirm@^3.1.17":
"@inquirer/confirm@^3.1.14", "@inquirer/confirm@^3.1.16", "@inquirer/confirm@^3.1.20":
version "3.1.22"
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.22.tgz#23990624c11f60c6f7a5b0558c7505c35076a037"
integrity sha512-gsAKIOWBm2Q87CDfs9fEo7wJT3fwWIJfnDGMn9Qy74gBnNFOACDNfhUzovubbJjWnKLGBln7/NcSmZwj5DuEXg==
Expand Down Expand Up @@ -1387,13 +1387,13 @@
"@inquirer/core" "^9.0.10"
"@inquirer/type" "^1.5.2"

"@inquirer/password@^2.1.18":
version "2.1.20"
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.20.tgz#834d9cd5448299715927122914089840b7036b00"
integrity sha512-il2TG7xDlfiLE3cnOCxfDfrwvsiSmXjVd26hvf4tdzHvdisgLiEjbN6mi51/TnlSQ+2Qc69+9jIq3ws93nhS2w==
"@inquirer/password@^2.1.20":
version "2.1.22"
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.22.tgz#ec7ee5709923cf285b3e0ae53eed4fdc3c05b422"
integrity sha512-5Fxt1L9vh3rAKqjYwqsjU4DZsEvY/2Gll+QkqR4yEpy6wvzLxdSgFhUcxfDAOtO4BEoTreWoznC0phagwLU5Kw==
dependencies:
"@inquirer/core" "^9.0.8"
"@inquirer/type" "^1.5.1"
"@inquirer/core" "^9.0.10"
"@inquirer/type" "^1.5.2"
ansi-escapes "^4.3.2"

"@inquirer/select@^2.3.10", "@inquirer/select@^2.4.2":
Expand Down Expand Up @@ -1739,17 +1739,17 @@
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==

"@salesforce/sf-plugins-core@^11.1.2", "@salesforce/sf-plugins-core@^11.2.1", "@salesforce/sf-plugins-core@^11.2.4":
version "11.2.4"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.2.4.tgz#ccec29eee7b71d0b0edbd283e6e2039025703fd2"
integrity sha512-gA4gQGfvQaW1CVodwGRHCfhWTo6zrOZq83Ygy/sVmz0KzffBvs6axUnKns9NMHUAGabwVZVY6bbnLJeFvCRWeg==
"@salesforce/sf-plugins-core@^11.1.2", "@salesforce/sf-plugins-core@^11.2.1", "@salesforce/sf-plugins-core@^11.2.4", "@salesforce/sf-plugins-core@^11.3.0":
version "11.3.0"
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.0.tgz#7bf0466f65761dc6fdfdf78f79cc705dd74b6d87"
integrity sha512-kY+y8dxItkMCa52TCOxvu8nAPr2RyLf03pk+HVFMoHkVdumrbDdxmjYFNxAtYmDISQFx1W0SSoIeK2sboziDNw==
dependencies:
"@inquirer/confirm" "^3.1.17"
"@inquirer/password" "^2.1.18"
"@inquirer/confirm" "^3.1.20"
"@inquirer/password" "^2.1.20"
"@oclif/core" "^4.0.15"
"@salesforce/core" "^8.2.7"
"@salesforce/kit" "^3.1.6"
"@salesforce/ts-types" "^2.0.11"
"@salesforce/kit" "^3.2.1"
"@salesforce/ts-types" "^2.0.12"
ansis "^3.3.2"
cli-progress "^3.12.0"
natural-orderby "^3.0.2"
Expand Down

0 comments on commit 58d5c4a

Please sign in to comment.