Skip to content

Commit 65577ac

Browse files
Copilotempeje
andauthored
Fix high-severity JWT vulnerabilities in hono transitive dependency (#37)
* Initial plan * Fix hono security vulnerabilities by upgrading to 4.11.4 Co-authored-by: empeje <11813607+empeje@users.noreply.github.com> * Use semver range for hono to allow automatic security updates Co-authored-by: empeje <11813607+empeje@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: empeje <11813607+empeje@users.noreply.github.com>
1 parent d1db602 commit 65577ac

2 files changed

Lines changed: 33 additions & 27 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@
2525
"packageManager": "pnpm@10.8.1",
2626
"dependencies": {
2727
"@modelcontextprotocol/sdk": "^1.25.2",
28+
"hono": "^4.11.4",
2829
"zod": "^4.3.5",
2930
"zod-to-json-schema": "^3.25.1"
3031
},
3132
"devDependencies": {
3233
"@eslint/js": "^9.39.2",
33-
"@types/node": "^24.10.1",
34+
"@types/node": "^25.0.9",
3435
"@typescript-eslint/eslint-plugin": "^8.53.0",
3536
"@typescript-eslint/parser": "^8.53.0",
3637
"@vitest/coverage-v8": "^4.0.17",
@@ -44,7 +45,8 @@
4445
"pnpm": {
4546
"overrides": {
4647
"js-yaml": ">=4.1.1",
47-
"body-parser": ">=2.2.1"
48+
"body-parser": ">=2.2.1",
49+
"hono": ">=4.11.4"
4850
}
4951
}
5052
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)