Skip to content

Commit

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

---
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 27, 2022
1 parent daaac41 commit 2030958
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.25",
"@salesforce/command": "^5.2.27",
"@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 @@ -924,13 +924,13 @@
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.3.tgz#e679ad10535e31d333f809f7a71335cc9aef1e55"
integrity sha512-KX8gMYA9ujBPOd1HFsV9e0iEx7Uoj8AG/3YsW4TtWQTg4lJvr82qNm7o/cFQfYRIt+jw7Ew/4oL4A22zOT+IRA==

"@oclif/test@^2.2.10":
version "2.2.10"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.2.10.tgz#51b873df300bb7a4d2f24a30e3395cea7db95507"
integrity sha512-tz6tH79F0Kw1kWv/8BgTov+WtIeFDdq1PNUkW43U0Rh4HOA1SafPbXCpzhM9A6O7YXS+tq8ayuZdkyOXXJY6Ww==
"@oclif/test@^2.2.12":
version "2.2.12"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.2.12.tgz#bb97a8c678b349e0e323013be67d68f619e6aaf2"
integrity sha512-6s1XwvBTXHdVjVZY/qDgMl74NVvoy8MQoknqT/YfR9K3P/6fPW4xeZqemtvrvU4heM5kzSShta5sk0I28MXHMg==
dependencies:
"@oclif/core" "^1.20.3"
fancy-test "^2.0.6"
"@oclif/core" "^1.20.4"
fancy-test "^2.0.7"

"@octokit/auth-token@^2.4.4":
version "2.5.0"
Expand Down Expand Up @@ -1060,13 +1060,13 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.7.0"

"@salesforce/command@^5.2.15", "@salesforce/command@^5.2.25":
version "5.2.25"
resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.25.tgz#d14c5187fa7a3f914d26b99a47c38a3f1b3623ce"
integrity sha512-TDb/P3PvAC3x49U5j4d35B1/iv+fbKwomf9r3g9c7TkqfI/vNMsEM5C9SvkWkykXPOIBlRghPvXfOK0hWK5yFA==
"@salesforce/command@^5.2.15", "@salesforce/command@^5.2.27":
version "5.2.27"
resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.27.tgz#6440102fb5213a456a3722b8f8ad6bc4ce890efa"
integrity sha512-Mjp+8YfKRcQEf2DpBa1AXuyNkW9eUwiwd37eNdxR/tyksc71EiJ1Ex3hWcN4rHHLecjoAIyjhm4juCn/vXw+Bg==
dependencies:
"@oclif/core" "^1.20.4"
"@oclif/test" "^2.2.10"
"@oclif/test" "^2.2.12"
"@salesforce/core" "^3.32.1"
"@salesforce/kit" "^1.8.0"
"@salesforce/ts-types" "^1.7.1"
Expand Down Expand Up @@ -3572,7 +3572,7 @@ extract-stack@^2.0.0:
resolved "https://registry.yarnpkg.com/extract-stack/-/extract-stack-2.0.0.tgz#11367bc865bfcd9bc0db3123e5edb57786f11f9b"
integrity sha512-AEo4zm+TenK7zQorGK1f9mJ8L14hnTDi2ZQPR+Mub1NX8zimka1mXpV5LpH8x9HoUmFSHZCfLHqWvp0Y4FxxzQ==

fancy-test@^2.0.6:
fancy-test@^2.0.7:
version "2.0.7"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.7.tgz#a5e8e23113384c5550914da4f429d10822622521"
integrity sha512-E9qiHMi/Wf3y0PLwoRbgr8SRTcvQY+6gx9d/qaVNT6N5AQ79iZr08ftY2Ki5KRC5LS02GoVD/CYT4t/KwwC/Pw==
Expand Down

0 comments on commit 2030958

Please sign in to comment.