feat: patch potential security vulnerability if private IP

This commit is contained in:
Zach Caceres
2025-05-10 15:07:18 -04:00
parent 3fdeb8a01f
commit 7b7e398df1
3 changed files with 44 additions and 0 deletions

View File

@ -17,6 +17,7 @@
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"jsdom": "^25.0.1",
"private-ip": "^3.0.2",
"turndown": "^7.2.0",
"zod": "^3.24.1"
},