@salesforce/cli 2.110.11 → 2.110.13

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.
@@ -4159,5 +4159,5 @@
4159
4159
  "requiresProject": true
4160
4160
  }
4161
4161
  },
4162
- "version": "2.110.11"
4162
+ "version": "2.110.13"
4163
4163
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.110.11",
4
+ "version": "2.110.13",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -262,7 +262,7 @@
262
262
  "@salesforce/ts-sinon": "^1.4.31",
263
263
  "@salesforce/ts-types": "^2.0.11",
264
264
  "aws-sdk": "^2.1692.0",
265
- "oclif": "^4.22.29",
265
+ "oclif": "^4.22.32",
266
266
  "ts-node": "^10.9.2",
267
267
  "typescript": "^5.9.3"
268
268
  },