@salesforce/cli 2.45.4 → 2.45.6-qa.0

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.
@@ -5379,5 +5379,5 @@
5379
5379
  ]
5380
5380
  }
5381
5381
  },
5382
- "version": "2.45.4"
5382
+ "version": "2.45.6-qa.0"
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.6-qa.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -139,17 +139,17 @@
139
139
  },
140
140
  "dependencies": {
141
141
  "@inquirer/select": "^1.3.1",
142
- "@oclif/core": "3.26.8",
143
- "@oclif/plugin-autocomplete": "3.1.1",
144
- "@oclif/plugin-commands": "4.0.1",
142
+ "@oclif/core": "4.0.0",
143
+ "@oclif/plugin-autocomplete": "3.1.2",
144
+ "@oclif/plugin-commands": "4.0.2",
145
145
  "@oclif/plugin-help": "6.1.0",
146
- "@oclif/plugin-not-found": "3.2.1",
147
- "@oclif/plugin-plugins": "5.2.1",
148
- "@oclif/plugin-search": "1.1.0",
149
- "@oclif/plugin-update": "4.3.2",
150
- "@oclif/plugin-version": "2.2.1",
151
- "@oclif/plugin-warn-if-update-available": "3.1.3",
152
- "@oclif/plugin-which": "3.2.0",
146
+ "@oclif/plugin-not-found": "3.2.2",
147
+ "@oclif/plugin-plugins": "5.2.2",
148
+ "@oclif/plugin-search": "1.1.1",
149
+ "@oclif/plugin-update": "4.3.3",
150
+ "@oclif/plugin-version": "2.2.2",
151
+ "@oclif/plugin-warn-if-update-available": "3.1.4",
152
+ "@oclif/plugin-which": "3.2.1",
153
153
  "@salesforce/core": "^7.2.0",
154
154
  "@salesforce/kit": "^3.1.0",
155
155
  "@salesforce/plugin-apex": "3.1.14",
@@ -169,10 +169,9 @@
169
169
  "@salesforce/plugin-templates": "56.2.9",
170
170
  "@salesforce/plugin-trust": "3.7.4",
171
171
  "@salesforce/plugin-user": "3.5.11",
172
- "@salesforce/sf-plugins-core": "9.1.1",
173
- "chalk": "^5.3.0",
174
- "debug": "^4.3.4",
175
- "strip-ansi": "^7.1.0"
172
+ "@salesforce/sf-plugins-core": "10.0.0-beta.1",
173
+ "ansis": "^3.2.0",
174
+ "debug": "^4.3.4"
176
175
  },
177
176
  "pinnedDependencies": [
178
177
  "@oclif/core",
@@ -256,7 +255,7 @@
256
255
  "@salesforce/ts-types": "^2.0.9",
257
256
  "@types/debug": "^4.1.12",
258
257
  "aws-sdk": "^2.1631.0",
259
- "oclif": "^4.11.0",
258
+ "oclif": "^4.12.3",
260
259
  "ts-node": "^10.9.2",
261
260
  "typescript": "^5.4.3"
262
261
  },