Skip to content

Commit 59432f9

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

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/plugin-command-reference/issues",
77
"dependencies": {
8-
"@salesforce/command": "^5.2.11",
8+
"@salesforce/command": "^5.2.12",
99
"@salesforce/core": "^3.31.10",
1010
"@types/lodash.uniqby": "^4.7.7",
1111
"chalk": "^3.0.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,20 +1044,20 @@
10441044
mv "~2"
10451045
safe-json-stringify "~1"
10461046

1047-
"@salesforce/command@^5.1.0", "@salesforce/command@^5.2.11":
1048-
version "5.2.11"
1049-
resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.11.tgz#43fdb687c8cd6a5f76dafd548ea176663c8a6620"
1050-
integrity sha512-6KhXbxlV+noVFL8FNhVBPDiD5Z4fEcezh1rClcjdturt2Zg/cp9KPIFqZoFn34zt30u+DlhhU3GDlfE18IoNHw==
1047+
"@salesforce/command@^5.1.0", "@salesforce/command@^5.2.11", "@salesforce/command@^5.2.12":
1048+
version "5.2.12"
1049+
resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-5.2.12.tgz#89e29e267366ef4840c8633d5c8be2bc22506ded"
1050+
integrity sha512-BPYbj9rxySO1egpmtOsEzaic6kWRG8PRL2v732KXrC5lrplvkZAovbOd84bz1HVWO4Knbj28N+iV4qXXfrhPAA==
10511051
dependencies:
10521052
"@oclif/core" "^1.14.1"
10531053
"@oclif/plugin-help" "^5.1.11"
10541054
"@oclif/test" "^2.1.0"
1055-
"@salesforce/core" "^3.30.9"
1055+
"@salesforce/core" "^3.31.9"
10561056
"@salesforce/kit" "^1.6.1"
10571057
"@salesforce/ts-types" "^1.5.21"
10581058
chalk "^2.4.2"
10591059

1060-
"@salesforce/core@^3.19.0", "@salesforce/core@^3.21.5", "@salesforce/core@^3.30.9", "@salesforce/core@^3.31.10":
1060+
"@salesforce/core@^3.19.0", "@salesforce/core@^3.21.5", "@salesforce/core@^3.30.9", "@salesforce/core@^3.31.10", "@salesforce/core@^3.31.9":
10611061
version "3.31.10"
10621062
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.31.10.tgz#8ad004c0e3559a50d5dee3aa71e03bb57686c190"
10631063
integrity sha512-ie05IaLVcM8jhRjCh3sVUBcEtTb2dC0FWUTIXaGKHRSqdJPRuTKE+Uwbp7RYb4Wywjiunf8+721msYOwAO4QbA==

0 commit comments

Comments
 (0)