Skip to content

Commit

Permalink
chore(release): bump to 2.73.5
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Jan 14, 2025
1 parent 341db66 commit e4a63ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)_

<!-- commandsstop -->

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2208,10 +2208,10 @@
lodash "^4.17.21"
registry-auth-token "^5.0.3"

"@oclif/[email protected].24":
version "3.2.24"
resolved "https://registry.yarnpkg.com/@oclif/plugin-which/-/plugin-which-3.2.24.tgz#6e053d700761ff654ef7ff9ab9fb873ad94ca589"
integrity sha512-Jn4CIT8jKPuqSxyKyKcYcEYsU3TOLR9Y4v4nQT5OkhnTEzSU0OzPygE2Kn6abMr5Ujrjui8MHonP3AxRCIz40Q==
"@oclif/[email protected].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"
Expand Down

0 comments on commit e4a63ec

Please sign in to comment.