Skip to content

Commit 5fb9cc3

Browse files
D-K-Pnicktrn
andauthored
fix(security): upgrade CLI deps and add overrides (#2952)
- Upgrade @modelcontextprotocol/sdk 1.24.0 → 1.25.2 (CVE-2026-0621 ReDoS) - Upgrade tar 7.4.3 → 7.5.4+ (CVE-2026-23950 race condition) - Add pnpm overrides for transitive deps: - qs <6.14.0 → 6.14.0 (CVE-2025-15284 DoS) - systeminformation <5.27.14 → 5.27.14 (CVE-2025-68154 cmd injection) - lodash <4.17.23 → 4.17.23 (CVE-2025-13465 prototype pollution) --------- Co-authored-by: nicktrn <55853254+nicktrn@users.noreply.github.com>
1 parent 70c8d6d commit 5fb9cc3

File tree

3 files changed

+88
-74
lines changed

3 files changed

+88
-74
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,10 @@
9494
"axios@1.9.0": ">=1.12.0",
9595
"js-yaml@>=3.0.0 <3.14.2": "3.14.2",
9696
"js-yaml@>=4.0.0 <4.1.1": "4.1.1",
97-
"jws@<3.2.3": "3.2.3"
97+
"jws@<3.2.3": "3.2.3",
98+
"qs@>=6.0.0 <6.14.1": "6.14.1",
99+
"systeminformation@>=5.0.0 <5.27.14": "5.27.14",
100+
"lodash@>=4.0.0 <4.17.23": "4.17.23"
98101
},
99102
"onlyBuiltDependencies": [
100103
"@depot/cli",

packages/cli-v3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"dependencies": {
8484
"@clack/prompts": "0.11.0",
8585
"@depot/cli": "0.0.1-cli.2.80.0",
86-
"@modelcontextprotocol/sdk": "^1.24.0",
86+
"@modelcontextprotocol/sdk": "^1.25.2",
8787
"@opentelemetry/api": "1.9.0",
8888
"@opentelemetry/api-logs": "0.203.0",
8989
"@opentelemetry/exporter-trace-otlp-http": "0.203.0",
@@ -138,7 +138,7 @@
138138
"std-env": "^3.7.0",
139139
"strip-ansi": "^7.1.0",
140140
"supports-color": "^10.0.0",
141-
"tar": "^7.4.3",
141+
"tar": "^7.5.4",
142142
"tiny-invariant": "^1.2.0",
143143
"tinyexec": "^0.3.1",
144144
"tinyglobby": "^0.2.10",

0 commit comments

Comments
 (0)