Skip to content

Commit 9511361

Browse files
chore(dev-deps): bump @salesforce/plugin-command-reference (#485)
Bumps [@salesforce/plugin-command-reference](https://github.com/salesforcecli/plugin-command-reference) from 3.1.63 to 3.1.65. - [Release notes](https://github.com/salesforcecli/plugin-command-reference/releases) - [Changelog](https://github.com/salesforcecli/plugin-command-reference/blob/main/CHANGELOG.md) - [Commits](salesforcecli/plugin-command-reference@3.1.63...3.1.65) --- updated-dependencies: - dependency-name: "@salesforce/plugin-command-reference" dependency-version: 3.1.65 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f95ebd commit 9511361

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@oclif/plugin-command-snapshot": "^5.3.3",
2828
"@salesforce/cli-plugins-testkit": "^5.3.39",
2929
"@salesforce/dev-scripts": "^11.0.2",
30-
"@salesforce/plugin-command-reference": "^3.1.63",
30+
"@salesforce/plugin-command-reference": "^3.1.65",
3131
"@types/node-fetch": "^2.6.13",
3232
"@types/xml2js": "^0.4.14",
3333
"@typescript-eslint/eslint-plugin": "^6.21.0",

yarn.lock

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3787,17 +3787,17 @@
37873787
listr2 "^8.3.3"
37883788
node-forge "^1.3.1"
37893789

3790-
"@salesforce/plugin-command-reference@^3.1.63":
3791-
version "3.1.63"
3792-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.63.tgz#fd3d0c9577993035717ca3867767c66d7b8374f5"
3793-
integrity sha512-LWOdmRJqBzW0OexLkiJG1NEDWxvc9ejFeCT7YVBLTI8J0nCmY3bISX43RqRv1fOLrbjHqSb0hBvN/D9XLIdLnQ==
3790+
"@salesforce/plugin-command-reference@^3.1.65":
3791+
version "3.1.65"
3792+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.65.tgz#af6cd928b9d4e4abb80caed5f8522a78da80f4b8"
3793+
integrity sha512-OuUdv7oAfWyVKKeFAua7j5bpQNeBl25I5SDXnF56m4YHnHhEIgsLP3oj7Ukw291ucpLKkeBkyiBv170bAjJHgg==
37943794
dependencies:
37953795
"@oclif/core" "^4"
3796-
"@salesforce/core" "^8.18.5"
3796+
"@salesforce/core" "^8.19.1"
37973797
"@salesforce/kit" "^3.2.3"
37983798
"@salesforce/sf-plugins-core" "^11.3.12"
37993799
"@salesforce/ts-types" "^2.0.11"
3800-
chalk "^5.4.1"
3800+
chalk "^5.5.0"
38013801
debug "^4.4.1"
38023802
handlebars "^4.7.8"
38033803

@@ -5608,7 +5608,12 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
56085608
ansi-styles "^4.1.0"
56095609
supports-color "^7.1.0"
56105610

5611-
chalk@^5.0.0, chalk@^5.3.0, chalk@^5.4.1, chalk@~5.4.1:
5611+
chalk@^5.0.0, chalk@^5.3.0, chalk@^5.4.1, chalk@^5.5.0:
5612+
version "5.5.0"
5613+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.5.0.tgz#67ada1df5ca809dc84c9b819d76418ddcf128428"
5614+
integrity sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==
5615+
5616+
chalk@~5.4.1:
56125617
version "5.4.1"
56135618
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
56145619
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==

0 commit comments

Comments
 (0)