@salesforce/cli 2.130.0 → 2.130.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.130.0 linux-x64 node-v22.22.1
28
+ @salesforce/cli/2.130.1 linux-x64 node-v22.22.1
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.130.0",
3
+ "version": "2.130.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.130.0",
9
+ "version": "2.130.1",
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.2",
14
+ "@oclif/core": "4.10.3",
15
15
  "@oclif/plugin-autocomplete": "3.2.42",
16
16
  "@oclif/plugin-commands": "4.1.42",
17
17
  "@oclif/plugin-help": "6.2.40",
@@ -3633,9 +3633,9 @@
3633
3633
  }
3634
3634
  },
3635
3635
  "node_modules/@oclif/core": {
3636
- "version": "4.10.2",
3637
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.2.tgz",
3638
- "integrity": "sha512-3GvDh5nqpIE8566qUF5cBHKog9DFV9XgBeuR0nUrz0OMuz2FPYHat1AZHOwyQbvH9OKL4gJNQZHcsDOqDM/FRA==",
3636
+ "version": "4.10.3",
3637
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.3.tgz",
3638
+ "integrity": "sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==",
3639
3639
  "license": "MIT",
3640
3640
  "dependencies": {
3641
3641
  "ansi-escapes": "^4.3.2",
@@ -12965,9 +12965,9 @@
12965
12965
  }
12966
12966
  },
12967
12967
  "node_modules/handlebars": {
12968
- "version": "4.7.8",
12969
- "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz",
12970
- "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==",
12968
+ "version": "4.7.9",
12969
+ "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz",
12970
+ "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==",
12971
12971
  "dev": true,
12972
12972
  "license": "MIT",
12973
12973
  "dependencies": {
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.2", "@oclif/core@^4.2.8", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.4", "@oclif/core@>= 3.0.0", "@oclif/core@4.10.2":
1641
- version "4.10.2"
1642
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.10.2.tgz"
1643
- integrity sha512-3GvDh5nqpIE8566qUF5cBHKog9DFV9XgBeuR0nUrz0OMuz2FPYHat1AZHOwyQbvH9OKL4gJNQZHcsDOqDM/FRA==
1640
+ "@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", "@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==
1644
1644
  dependencies:
1645
1645
  ansi-escapes "^4.3.2"
1646
1646
  ansis "^3.17.0"
@@ -6694,9 +6694,9 @@ graphology@^0.26.0:
6694
6694
  events "^3.3.0"
6695
6695
 
6696
6696
  handlebars@^4.7.7, handlebars@^4.7.8:
6697
- version "4.7.8"
6698
- resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz"
6699
- integrity sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==
6697
+ version "4.7.9"
6698
+ resolved "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz"
6699
+ integrity sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==
6700
6700
  dependencies:
6701
6701
  minimist "^1.2.5"
6702
6702
  neo-async "^2.6.2"
@@ -4435,5 +4435,5 @@
4435
4435
  "requiresProject": true
4436
4436
  }
4437
4437
  },
4438
- "version": "2.130.0"
4438
+ "version": "2.130.1"
4439
4439
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.130.0",
4
+ "version": "2.130.1",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -145,7 +145,7 @@
145
145
  },
146
146
  "dependencies": {
147
147
  "@inquirer/select": "^2.3.5",
148
- "@oclif/core": "4.10.2",
148
+ "@oclif/core": "4.10.3",
149
149
  "@oclif/plugin-autocomplete": "3.2.42",
150
150
  "@oclif/plugin-commands": "4.1.42",
151
151
  "@oclif/plugin-help": "6.2.40",