Skip to content

Commit 44b83fb

Browse files
authored
Merge pull request #2675 from salesforcecli/release/2.131.2
Release PR for 2.131.2 as nightly
2 parents 487641b + 18eff7f commit 44b83fb

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.131.1 linux-x64 node-v22.22.2
28+
@salesforce/cli/2.131.2 linux-x64 node-v22.22.2
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.131.1",
4+
"version": "2.131.2",
55
"author": "Salesforce",
66
"bin": {
77
"sf": "./bin/run.js",
@@ -146,7 +146,7 @@
146146
},
147147
"dependencies": {
148148
"@inquirer/select": "^2.3.5",
149-
"@oclif/core": "4.10.3",
149+
"@oclif/core": "4.10.4",
150150
"@oclif/plugin-autocomplete": "3.2.43",
151151
"@oclif/plugin-commands": "4.1.43",
152152
"@oclif/plugin-help": "6.2.41",

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.3", "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.3", "@oclif/core@^4.2.8", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0":
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==
1633+
"@oclif/core@4.10.4", "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.3", "@oclif/core@^4.2.8", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0":
1634+
version "4.10.4"
1635+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.4.tgz#39b594476320bea71f88e56ddd87589f843ce3bb"
1636+
integrity sha512-4aMd2BAhmGWjiASzJVmEAaPTZStxW0+VdylON5m+LwbxlG2HD7aTHZ7gWqeHBm/rXH5mi1WLb5LlQTCL+VdELQ==
16371637
dependencies:
16381638
ansi-escapes "^4.3.2"
16391639
ansis "^3.17.0"

0 commit comments

Comments
 (0)