@salesforce/cli 2.110.4 → 2.110.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
@@ -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.110.4 linux-x64 node-v22.20.0
28
+ @salesforce/cli/2.110.5 linux-x64 node-v22.20.0
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.110.4",
3
+ "version": "2.110.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.110.4",
9
+ "version": "2.110.5",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -59,7 +59,7 @@
59
59
  "aws-sdk": "^2.1692.0",
60
60
  "oclif": "^4.22.27",
61
61
  "ts-node": "^10.9.2",
62
- "typescript": "^5.9.2"
62
+ "typescript": "^5.9.3"
63
63
  },
64
64
  "engines": {
65
65
  "node": ">=18.6.0"
@@ -24801,9 +24801,9 @@
24801
24801
  }
24802
24802
  },
24803
24803
  "node_modules/typescript": {
24804
- "version": "5.9.2",
24805
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz",
24806
- "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
24804
+ "version": "5.9.3",
24805
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
24806
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
24807
24807
  "dev": true,
24808
24808
  "license": "Apache-2.0",
24809
24809
  "bin": {
package/oclif.lock CHANGED
@@ -11504,10 +11504,10 @@ typedoc@^0.26.5, "typedoc@0.26.x || 0.27.x":
11504
11504
  shiki "^1.16.2"
11505
11505
  yaml "^2.5.1"
11506
11506
 
11507
- "typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4, typescript@^5.9.2, typescript@>=2.7, typescript@>=4, typescript@>=4.2.0, typescript@>=4.9.5, "typescript@4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x":
11508
- version "5.9.2"
11509
- resolved "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz"
11510
- integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
11507
+ "typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4, typescript@^5.9.3, typescript@>=2.7, typescript@>=4, typescript@>=4.2.0, typescript@>=4.9.5, "typescript@4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x":
11508
+ version "5.9.3"
11509
+ resolved "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz"
11510
+ integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
11511
11511
 
11512
11512
  typescript@~5.4.2:
11513
11513
  version "5.4.5"
@@ -4159,5 +4159,5 @@
4159
4159
  "requiresProject": true
4160
4160
  }
4161
4161
  },
4162
- "version": "2.110.4"
4162
+ "version": "2.110.5"
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.4",
4
+ "version": "2.110.5",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -264,7 +264,7 @@
264
264
  "aws-sdk": "^2.1692.0",
265
265
  "oclif": "^4.22.27",
266
266
  "ts-node": "^10.9.2",
267
- "typescript": "^5.9.2"
267
+ "typescript": "^5.9.3"
268
268
  },
269
269
  "wireit": {
270
270
  "build": {