@salesforce/cli 2.131.1 → 2.131.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
25
25
  $ sf COMMAND
26
26
  running command...
27
27
  $ 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
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.131.1",
3
+ "version": "2.131.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.131.1",
9
+ "version": "2.131.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
- "@oclif/core": "4.10.3",
14
+ "@oclif/core": "4.10.4",
15
15
  "@oclif/plugin-autocomplete": "3.2.43",
16
16
  "@oclif/plugin-commands": "4.1.43",
17
17
  "@oclif/plugin-help": "6.2.41",
@@ -3654,9 +3654,9 @@
3654
3654
  }
3655
3655
  },
3656
3656
  "node_modules/@oclif/core": {
3657
- "version": "4.10.3",
3658
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.3.tgz",
3659
- "integrity": "sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==",
3657
+ "version": "4.10.4",
3658
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.4.tgz",
3659
+ "integrity": "sha512-4aMd2BAhmGWjiASzJVmEAaPTZStxW0+VdylON5m+LwbxlG2HD7aTHZ7gWqeHBm/rXH5mi1WLb5LlQTCL+VdELQ==",
3660
3660
  "license": "MIT",
3661
3661
  "dependencies": {
3662
3662
  "ansi-escapes": "^4.3.2",
package/oclif.lock CHANGED
@@ -1637,10 +1637,10 @@
1637
1637
  proc-log "^5.0.0"
1638
1638
  which "^5.0.0"
1639
1639
 
1640
- "@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", "@oclif/core@>= 3.0.0", "@oclif/core@4.10.3":
1641
- version "4.10.3"
1642
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.10.3.tgz"
1643
- integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==
1640
+ "@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", "@oclif/core@>= 3.0.0", "@oclif/core@4.10.4":
1641
+ version "4.10.4"
1642
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.10.4.tgz"
1643
+ integrity sha512-4aMd2BAhmGWjiASzJVmEAaPTZStxW0+VdylON5m+LwbxlG2HD7aTHZ7gWqeHBm/rXH5mi1WLb5LlQTCL+VdELQ==
1644
1644
  dependencies:
1645
1645
  ansi-escapes "^4.3.2"
1646
1646
  ansis "^3.17.0"
@@ -4533,5 +4533,5 @@
4533
4533
  "requiresProject": true
4534
4534
  }
4535
4535
  },
4536
- "version": "2.131.1"
4536
+ "version": "2.131.2"
4537
4537
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.131.1",
4
+ "version": "2.131.2",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -146,7 +146,7 @@
146
146
  },
147
147
  "dependencies": {
148
148
  "@inquirer/select": "^2.3.5",
149
- "@oclif/core": "4.10.3",
149
+ "@oclif/core": "4.10.4",
150
150
  "@oclif/plugin-autocomplete": "3.2.43",
151
151
  "@oclif/plugin-commands": "4.1.43",
152
152
  "@oclif/plugin-help": "6.2.41",