@salesforce/cli 2.45.4 → 2.45.5

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
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.45.4 linux-x64 node-v20.13.1
27
+ @salesforce/cli/2.45.5 linux-x64 node-v20.13.1
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.45.4",
3
+ "version": "2.45.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.45.4",
9
+ "version": "2.45.5",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^1.3.1",
14
- "@oclif/core": "3.26.8",
14
+ "@oclif/core": "3.26.9",
15
15
  "@oclif/plugin-autocomplete": "3.1.1",
16
16
  "@oclif/plugin-commands": "4.0.1",
17
17
  "@oclif/plugin-help": "6.1.0",
@@ -3673,9 +3673,9 @@
3673
3673
  }
3674
3674
  },
3675
3675
  "node_modules/@oclif/core": {
3676
- "version": "3.26.8",
3677
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.8.tgz",
3678
- "integrity": "sha512-5wZCQqHg6G2mvU+HxmtTIiMSUaXIoSSr0dWcxs345QA3DineXu6Td9BxEpc2EDNinWt4uNcps4kMzwcRtB6Mcw==",
3676
+ "version": "3.26.9",
3677
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.9.tgz",
3678
+ "integrity": "sha512-yB5Yxd62DsHqqCK/60L8IiGpTRIU4J+fzCqfbPRiIYE5+agfN63kppaM+TbqyMBdsnt/PQOnYD8Bhs1quUr6fg==",
3679
3679
  "license": "MIT",
3680
3680
  "dependencies": {
3681
3681
  "@types/cli-progress": "^3.11.5",
package/oclif.lock CHANGED
@@ -2013,10 +2013,10 @@
2013
2013
  proc-log "^4.0.0"
2014
2014
  which "^4.0.0"
2015
2015
 
2016
- "@oclif/core@^3.26.2", "@oclif/core@^3.26.3", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6", "@oclif/core@3.26.8":
2017
- version "3.26.8"
2018
- resolved "https://registry.npmjs.org/@oclif/core/-/core-3.26.8.tgz"
2019
- integrity sha512-5wZCQqHg6G2mvU+HxmtTIiMSUaXIoSSr0dWcxs345QA3DineXu6Td9BxEpc2EDNinWt4uNcps4kMzwcRtB6Mcw==
2016
+ "@oclif/core@^3.26.2", "@oclif/core@^3.26.3", "@oclif/core@^3.26.4", "@oclif/core@^3.26.5", "@oclif/core@^3.26.6", "@oclif/core@3.26.9":
2017
+ version "3.26.9"
2018
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-3.26.9.tgz"
2019
+ integrity sha512-yB5Yxd62DsHqqCK/60L8IiGpTRIU4J+fzCqfbPRiIYE5+agfN63kppaM+TbqyMBdsnt/PQOnYD8Bhs1quUr6fg==
2020
2020
  dependencies:
2021
2021
  "@types/cli-progress" "^3.11.5"
2022
2022
  ansi-escapes "^4.3.2"
@@ -5379,5 +5379,5 @@
5379
5379
  ]
5380
5380
  }
5381
5381
  },
5382
- "version": "2.45.4"
5382
+ "version": "2.45.5"
5383
5383
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.45.4",
4
+ "version": "2.45.5",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -139,7 +139,7 @@
139
139
  },
140
140
  "dependencies": {
141
141
  "@inquirer/select": "^1.3.1",
142
- "@oclif/core": "3.26.8",
142
+ "@oclif/core": "3.26.9",
143
143
  "@oclif/plugin-autocomplete": "3.1.1",
144
144
  "@oclif/plugin-commands": "4.0.1",
145
145
  "@oclif/plugin-help": "6.1.0",