Skip to content

Commit 36b2dc9

Browse files
heyitsnoahclaude
andcommitted
chore: fix security vulnerabilities in dependencies
Updates: - @modelcontextprotocol/sdk: 1.0.0 → 1.25.2 (fixes 2 HIGH: ReDoS, DNS rebinding) - eslint and related packages to latest versions - prettier and plugins to latest versions Resolves all 5 Dependabot security alerts. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2408885 commit 36b2dc9

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@
3636
"license": "MIT",
3737
"dependencies": {
3838
"@google/generative-ai": "^0.21.0",
39-
"@modelcontextprotocol/sdk": "^1.0.0"
39+
"@modelcontextprotocol/sdk": "^1.25.2"
4040
},
4141
"devDependencies": {
42-
"@eslint/compat": "^1.3.0",
43-
"@typescript-eslint/eslint-plugin": "^8.35.0",
44-
"@typescript-eslint/parser": "^8.35.0",
45-
"eslint": "^9.29.0",
46-
"eslint-plugin-check-file": "^3.3.0",
42+
"@eslint/compat": "^1.4.1",
43+
"@typescript-eslint/eslint-plugin": "^8.53.0",
44+
"@typescript-eslint/parser": "^8.53.0",
45+
"eslint": "^9.39.2",
46+
"eslint-plugin-check-file": "^3.3.1",
4747
"eslint-plugin-import": "^2.32.0",
48-
"eslint-plugin-perfectionist": "^4.15.0",
49-
"globals": "^16.2.0",
50-
"prettier": "^3.6.0",
51-
"prettier-plugin-packagejson": "^2.5.15",
52-
"prettier-plugin-sort-json": "^4.1.1",
53-
"typescript-eslint": "^8.35.0"
48+
"eslint-plugin-perfectionist": "^4.15.1",
49+
"globals": "^16.5.0",
50+
"prettier": "^3.7.4",
51+
"prettier-plugin-packagejson": "^2.5.21",
52+
"prettier-plugin-sort-json": "^4.2.0",
53+
"typescript-eslint": "^8.53.0"
5454
},
5555
"packageManager": "pnpm@9.15.4"
5656
}

0 commit comments

Comments
 (0)