Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 12, 2023
1 parent 18f4244 commit ed3c0bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/plugin-command-reference/issues",
"dependencies": {
"@salesforce/command": "^5.3.2",
"@salesforce/command": "^5.3.3",
"@salesforce/core": "^3.33.6",
"@types/lodash.uniqby": "^4.7.7",
"chalk": "^3.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1090,14 +1090,14 @@
mv "~2"
safe-json-stringify "~1"

"@salesforce/command@^5.1.0", "@salesforce/command@^5.2.38", "@salesforce/command@^5.3.0", "@salesforce/command@^5.3.2":
version "5.3.2"
resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.3.2.tgz#b91c3e81effe5720a7aa80fa62c01ebcc68ff12f"
integrity sha512-avg3al0avAMZr9EJCP/MVZjPEViXn72pVJCFPPuxlfUaYBBpk52vXlxO7HSNErQK+moCKyEPCPMxbs6vJK2UbQ==
"@salesforce/command@^5.1.0", "@salesforce/command@^5.2.38", "@salesforce/command@^5.3.0", "@salesforce/command@^5.3.3":
version "5.3.3"
resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.3.3.tgz#863380090d8febeb803ceb32690302c490ffe1fc"
integrity sha512-p6I5AiQG85Ptk6hxh0r9Xg34MTshnGmDkGSY+S1yqodOF8oV+frCnUenInjwibxyuSqL0hPm+scx8/jwhqLNVA==
dependencies:
"@oclif/core" "^1.25.0"
"@oclif/test" "^2.2.21"
"@salesforce/core" "^3.33.4"
"@salesforce/core" "^3.33.6"
"@salesforce/kit" "^1.8.5"
"@salesforce/ts-types" "^1.7.1"
chalk "^2.4.2"
Expand Down

0 comments on commit ed3c0bc

Please sign in to comment.