Skip to content

Commit c84f3c0

Browse files
fix(deps): bump @salesforce/command from 5.2.10 to 5.2.11
Bumps [@salesforce/command](https://github.com/salesforcecli/command) from 5.2.10 to 5.2.11. - [Release notes](https://github.com/salesforcecli/command/releases) - [Changelog](https://github.com/salesforcecli/command/blob/main/CHANGELOG.md) - [Commits](salesforcecli/command@5.2.10...5.2.11) --- updated-dependencies: - dependency-name: "@salesforce/command" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b21e0e commit c84f3c0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "lib/index.js",
88
"dependencies": {
99
"@oclif/core": "^1.16.3",
10-
"@salesforce/command": "^5.2.10",
10+
"@salesforce/command": "^5.2.11",
1111
"@salesforce/core": "^3.30.9",
1212
"@salesforce/kit": "^1.6.1",
1313
"chalk": "^4.1.2",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1016,15 +1016,15 @@
10161016
strip-ansi "6.0.1"
10171017
ts-retry-promise "^0.7.0"
10181018

1019-
"@salesforce/command@^5.1.0", "@salesforce/command@^5.2.10":
1020-
version "5.2.10"
1021-
resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.10.tgz#e879444218fc2381cd386a6408019f1de990c6ae"
1022-
integrity sha512-Vtyih+a4vWPISJFQgXASqHSMFpYbeXSg1kA7VAq2FCgLnhepJVyA6Vx3leWq/h/fQDW4+QpfI4mg2siQO03ugw==
1019+
"@salesforce/command@^5.1.0", "@salesforce/command@^5.2.11":
1020+
version "5.2.11"
1021+
resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.11.tgz#43fdb687c8cd6a5f76dafd548ea176663c8a6620"
1022+
integrity sha512-6KhXbxlV+noVFL8FNhVBPDiD5Z4fEcezh1rClcjdturt2Zg/cp9KPIFqZoFn34zt30u+DlhhU3GDlfE18IoNHw==
10231023
dependencies:
10241024
"@oclif/core" "^1.14.1"
10251025
"@oclif/plugin-help" "^5.1.11"
10261026
"@oclif/test" "^2.1.0"
1027-
"@salesforce/core" "^3.30.8"
1027+
"@salesforce/core" "^3.30.9"
10281028
"@salesforce/kit" "^1.6.1"
10291029
"@salesforce/ts-types" "^1.5.21"
10301030
chalk "^2.4.2"

0 commit comments

Comments
 (0)