diff --git a/package.json b/package.json index 30fa8f2c..e995fdab 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@oclif/plugin-command-snapshot": "^5.3.1", "@salesforce/cli-plugins-testkit": "^5.3.38", "@salesforce/dev-scripts": "^11.0.2", - "@salesforce/plugin-command-reference": "^3.1.63", + "@salesforce/plugin-command-reference": "^3.1.65", "@salesforce/schemas": "^1.9.0", "@salesforce/source-testkit": "^2.2.143", "@salesforce/ts-sinon": "^1.4.30", diff --git a/yarn.lock b/yarn.lock index 1a6818e3..89f20358 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1841,17 +1841,17 @@ dependencies: "@salesforce/ts-types" "^2.0.12" -"@salesforce/plugin-command-reference@^3.1.63": - version "3.1.63" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.63.tgz#fd3d0c9577993035717ca3867767c66d7b8374f5" - integrity sha512-LWOdmRJqBzW0OexLkiJG1NEDWxvc9ejFeCT7YVBLTI8J0nCmY3bISX43RqRv1fOLrbjHqSb0hBvN/D9XLIdLnQ== +"@salesforce/plugin-command-reference@^3.1.65": + version "3.1.65" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.65.tgz#af6cd928b9d4e4abb80caed5f8522a78da80f4b8" + integrity sha512-OuUdv7oAfWyVKKeFAua7j5bpQNeBl25I5SDXnF56m4YHnHhEIgsLP3oj7Ukw291ucpLKkeBkyiBv170bAjJHgg== dependencies: "@oclif/core" "^4" - "@salesforce/core" "^8.18.5" + "@salesforce/core" "^8.19.1" "@salesforce/kit" "^3.2.3" "@salesforce/sf-plugins-core" "^11.3.12" "@salesforce/ts-types" "^2.0.11" - chalk "^5.4.1" + chalk "^5.5.0" debug "^4.4.1" handlebars "^4.7.8" @@ -3593,10 +3593,10 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0: ansi-styles "^4.1.0" supports-color "^7.1.0" -chalk@^5.0.0, chalk@^5.3.0, chalk@^5.4.1: - version "5.4.1" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8" - integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w== +chalk@^5.0.0, chalk@^5.3.0, chalk@^5.5.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.5.0.tgz#67ada1df5ca809dc84c9b819d76418ddcf128428" + integrity sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg== change-case@^4, change-case@^4.1.2: version "4.1.2"