Skip to content

Commit

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

---
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 Feb 4, 2023
1 parent b441ab0 commit 7d88dc8
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 @@ -7,7 +7,7 @@
"main": "lib/index.js",
"dependencies": {
"@oclif/core": "^2.0.7",
"@salesforce/command": "^5.2.42",
"@salesforce/command": "^5.2.43",
"@salesforce/core": "^3.32.12",
"@salesforce/kit": "^1.8.2",
"chalk": "^4.1.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1042,14 +1042,14 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.7.0"

"@salesforce/command@^5.1.0", "@salesforce/command@^5.2.42":
version "5.2.42"
resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.42.tgz#88c56cc3e1b6a8e7a79b244d13c0879ad4de7c22"
integrity sha512-aCTn1Ob+Esek6GaWsje4j22t9oQLOIbBKBRx135WSg5SZj8stEOXF2uJgPZCINsAhuvEY1Kq8mINql79Jg9qXQ==
"@salesforce/command@^5.1.0", "@salesforce/command@^5.2.43":
version "5.2.43"
resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.43.tgz#32934cea940ade9246d9019a08275d509737e07d"
integrity sha512-FIG5VjY5WSyB8oVUxS7/ow69EwD8fweHCU7oO9SJf6zlM2D+Vd/zJf8hw3aX+j/whb28runX5rDAtI6oelQ8rg==
dependencies:
"@oclif/core" "^1.25.0"
"@oclif/test" "^2.2.21"
"@salesforce/core" "^3.32.12"
"@salesforce/core" "^3.33.1"
"@salesforce/kit" "^1.8.2"
"@salesforce/ts-types" "^1.7.1"
chalk "^2.4.2"
Expand Down

0 comments on commit 7d88dc8

Please sign in to comment.