From e4a63ecdbda6ebc8ff3425016f275a984b7d0e1c Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 14 Jan 2025 02:21:18 +0000 Subject: [PATCH] chore(release): bump to 2.73.5 --- README.md | 4 ++-- package.json | 6 +++--- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 21870eff..3dbe99ec 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v) -@salesforce/cli/2.73.4 linux-x64 node-v22.12.0 +@salesforce/cli/2.73.5 linux-x64 node-v22.12.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -8627,7 +8627,7 @@ EXAMPLES $ sf which "foo bar baz" ``` -_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.24/src/commands/which.ts)_ +_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.25/src/commands/which.ts)_ diff --git a/package.json b/package.json index 3a870ee0..d5132168 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.73.4", + "version": "2.73.5", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -83,7 +83,7 @@ "@salesforce/plugin-functions": "1.23.0", "@salesforce/plugin-signups": "2.6.10", "@salesforce/sfdx-plugin-lwc-test": "1.2.1", - "@salesforce/sfdx-scanner": "4.7.0" + "@salesforce/sfdx-scanner": "4.8.0" }, "devPlugins": [ "@oclif/plugin-command-snapshot", @@ -154,7 +154,7 @@ "@oclif/plugin-update": "4.6.23", "@oclif/plugin-version": "2.2.20", "@oclif/plugin-warn-if-update-available": "3.1.30", - "@oclif/plugin-which": "3.2.24", + "@oclif/plugin-which": "3.2.25", "@salesforce/core": "^8.2.3", "@salesforce/kit": "^3.1.6", "@salesforce/plugin-apex": "3.6.8", diff --git a/yarn.lock b/yarn.lock index 5012d55f..ca84512e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2208,10 +2208,10 @@ lodash "^4.17.21" registry-auth-token "^5.0.3" -"@oclif/plugin-which@3.2.24": - version "3.2.24" - resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.2.24.tgz#6e053d700761ff654ef7ff9ab9fb873ad94ca589" - integrity sha512-Jn4CIT8jKPuqSxyKyKcYcEYsU3TOLR9Y4v4nQT5OkhnTEzSU0OzPygE2Kn6abMr5Ujrjui8MHonP3AxRCIz40Q== +"@oclif/plugin-which@3.2.25": + version "3.2.25" + resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.2.25.tgz#40615261ee29ea46ea802cbcbb663780d06e96c4" + integrity sha512-as3XSykj8I6HwQlEfuvr6+Oe0FIChggtU7gL5+oGJyptnn8hf6CyJGk6Z0ut3Wu9KqXbGZENaShe559HdO+nfw== dependencies: "@oclif/core" "^4" ansis "^3.8.1"