Skip to content

Commit 30731fb

Browse files
committed
security: fix high severity vulnerabilities in axios and minimatch via overrides
1 parent 780e334 commit 30731fb

File tree

2 files changed

+5
-23
lines changed

2 files changed

+5
-23
lines changed

bun.lock

Lines changed: 2 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@
6464
"typecheck": "tsc --noEmit"
6565
},
6666
"overrides": {
67-
"@modelcontextprotocol/sdk": "^1.26.0"
67+
"@modelcontextprotocol/sdk": "^1.26.0",
68+
"axios": "^1.13.5",
69+
"minimatch": "^10.2.2"
6870
},
6971
"dependencies": {
7072
"@google/generative-ai": "^0.24.1",

0 commit comments

Comments
 (0)