Skip to content

Commit

Permalink
fix(deps): bump @salesforce/command from 5.2.18 to 5.2.20
Browse files Browse the repository at this point in the history
Bumps [@salesforce/command](https://github.com/salesforcecli/command) from 5.2.18 to 5.2.20.
- [Release notes](https://github.com/salesforcecli/command/releases)
- [Changelog](https://github.com/salesforcecli/command/blob/main/CHANGELOG.md)
- [Commits](salesforcecli/command@5.2.18...5.2.20)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 5, 2022
1 parent d77d555 commit 8433c7d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 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 @@
"main": "lib/index.js",
"dependencies": {
"@oclif/core": "^1.20.0",
"@salesforce/command": "^5.2.18",
"@salesforce/command": "^5.2.20",
"@salesforce/core": "^3.30.12",
"@salesforce/kit": "^1.6.1",
"got": "^11.8.2",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -575,13 +575,13 @@
is-wsl "^2.1.1"
tslib "^2.3.1"

"@oclif/core@^1.14.1", "@oclif/core@^1.20.0":
version "1.20.2"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.20.2.tgz#724713086355d693e578960f72c7e2d14fd3e7c3"
integrity sha512-c6CpDbDPS9UuKwGoajzsjrjfnwQywWEV3WI5FDvb87h0/WW2tGf1QwHUWgdKOojafEcMAa9DnP5j+mXdUTtpCg==
"@oclif/core@^1.14.1", "@oclif/core@^1.20.0", "@oclif/core@^1.20.2":
version "1.20.3"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.20.3.tgz#e237b1f3d36b9fca4e8f3f91130d83ca1c12636e"
integrity sha512-sM2zQlzOUpHpcTBi7ETnHzK1KRF5BReKvERuF0jRlI2HgQ669arGccv1gkdouyMTG5prG92qy9P4ByhFVkLSQQ==
dependencies:
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^3.0.2"
"@oclif/screen" "^3.0.3"
ansi-escapes "^4.3.2"
ansi-styles "^4.3.0"
cardinal "^2.1.1"
Expand Down Expand Up @@ -722,7 +722,7 @@
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493"
integrity sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==

"@oclif/screen@^3.0.2":
"@oclif/screen@^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.3.tgz#e679ad10535e31d333f809f7a71335cc9aef1e55"
integrity sha512-KX8gMYA9ujBPOd1HFsV9e0iEx7Uoj8AG/3YsW4TtWQTg4lJvr82qNm7o/cFQfYRIt+jw7Ew/4oL4A22zOT+IRA==
Expand Down Expand Up @@ -762,15 +762,15 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.7.0"

"@salesforce/command@^5.2.15", "@salesforce/command@^5.2.18":
version "5.2.18"
resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.18.tgz#e85edd27c8f9fb7b98bc34bc93931e1e4702247b"
integrity sha512-kG6lZHZ6fzihTDCZnsEG65Tv9aXcCqypUBaKKpOHo1vD54tCH1w905YAoncJVp76jZFMh6CbOmPhssk1psVY+A==
"@salesforce/command@^5.2.15", "@salesforce/command@^5.2.20":
version "5.2.20"
resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.20.tgz#27b5f7837af3f8e4e263fb2d2ddd68cdee7ed9ee"
integrity sha512-AXusWyYc1IZeQtmOHO2Can7/Up+GxLmDrp13VMq+mQDDm+phZ1CkNMoBCFW9Y81vFb3nyu3xz+LekFIhJ/75AA==
dependencies:
"@oclif/core" "^1.20.0"
"@oclif/core" "^1.20.2"
"@oclif/test" "^2.2.4"
"@salesforce/core" "^3.31.17"
"@salesforce/kit" "^1.6.1"
"@salesforce/kit" "^1.7.1"
"@salesforce/ts-types" "^1.5.21"
chalk "^2.4.2"

Expand Down

0 comments on commit 8433c7d

Please sign in to comment.