Skip to content

Commit 9aefe60

Browse files
committed
chore(release): bump to 2.130.1
1 parent 5230001 commit 9aefe60

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
2525
$ sf COMMAND
2626
running command...
2727
$ sf (--version|-v)
28-
@salesforce/cli/2.130.0 linux-x64 node-v22.22.1
28+
@salesforce/cli/2.130.1 linux-x64 node-v22.22.1
2929
$ sf --help [COMMAND]
3030
USAGE
3131
$ sf COMMAND

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/cli",
33
"description": "The Salesforce CLI",
4-
"version": "2.130.0",
4+
"version": "2.130.1",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -145,7 +145,7 @@
145145
},
146146
"dependencies": {
147147
"@inquirer/select": "^2.3.5",
148-
"@oclif/core": "4.10.2",
148+
"@oclif/core": "4.10.3",
149149
"@oclif/plugin-autocomplete": "3.2.42",
150150
"@oclif/plugin-commands": "4.1.42",
151151
"@oclif/plugin-help": "6.2.40",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,10 +1630,10 @@
16301630
proc-log "^5.0.0"
16311631
which "^5.0.0"
16321632

1633-
"@oclif/core@4.10.2", "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.2.8", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.4":
1634-
version "4.10.2"
1635-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.2.tgz#9cda34a5cb389a7d225cd484c21c6e87f76bb5ee"
1636-
integrity sha512-3GvDh5nqpIE8566qUF5cBHKog9DFV9XgBeuR0nUrz0OMuz2FPYHat1AZHOwyQbvH9OKL4gJNQZHcsDOqDM/FRA==
1633+
"@oclif/core@4.10.3", "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.2.8", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.4":
1634+
version "4.10.3"
1635+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.3.tgz#8b817320a593a003698ed928c17f99a9ff6963fb"
1636+
integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==
16371637
dependencies:
16381638
ansi-escapes "^4.3.2"
16391639
ansis "^3.17.0"

0 commit comments

Comments
 (0)