@salesforce/cli 2.131.0 → 2.131.1

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.0 linux-x64 node-v22.22.1
28
+ @salesforce/cli/2.131.1 linux-x64 node-v22.22.2
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.131.0",
3
+ "version": "2.131.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.131.0",
9
+ "version": "2.131.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -15369,9 +15369,9 @@
15369
15369
  }
15370
15370
  },
15371
15371
  "node_modules/lodash": {
15372
- "version": "4.17.23",
15373
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
15374
- "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
15372
+ "version": "4.18.1",
15373
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
15374
+ "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
15375
15375
  "license": "MIT"
15376
15376
  },
15377
15377
  "node_modules/lodash.camelcase": {
package/oclif.lock CHANGED
@@ -8106,9 +8106,9 @@ lodash.upperfirst@^4.3.1:
8106
8106
  integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
8107
8107
 
8108
8108
  lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.23:
8109
- version "4.17.23"
8110
- resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz"
8111
- integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
8109
+ version "4.18.1"
8110
+ resolved "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz"
8111
+ integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
8112
8112
 
8113
8113
  log-symbols@^4.1.0:
8114
8114
  version "4.1.0"
@@ -4533,5 +4533,5 @@
4533
4533
  "requiresProject": true
4534
4534
  }
4535
4535
  },
4536
- "version": "2.131.0"
4536
+ "version": "2.131.1"
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.0",
4
+ "version": "2.131.1",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",