Skip to content

Commit e84a995

Browse files
peppescgclaude
andauthored
chore: fix security vulnerabilities in dependencies (#488)
* chore: fix security vulnerabilities in dependencies - Bump next 16.2.1 -> 16.2.3 (DoS via Server Components, GHSA-q4gf-8mx6-v5v3) - Bump better-auth 1.5.6 -> 1.6.2 (prototype pollution in defu, removes vitest prod dep) - Bump vite ^8.0.0 -> ^8.0.5 (fs.deny bypass, arbitrary file read, path traversal) - Override hono >=4.12.12 (cookie validation, IP matching, path traversal, middleware bypass) - Override @hono/node-server >=1.19.13 (middleware bypass via repeated slashes) - Override defu >=6.1.5 (prototype pollution via __proto__ key) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: update pnpm-lock.yaml for security fixes Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: use caret ranges for security overrides Constrain hono, @hono/node-server, and defu overrides to their current major version to prevent unexpected major bumps. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9fc7341 commit e84a995

2 files changed

Lines changed: 271 additions & 257 deletions

File tree

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@
5252
"ai-sdk-ollama": "^3.0.0",
5353
"ajv": "^8.17.1",
5454
"ajv-formats": "^3.0.1",
55-
"better-auth": "1.5.6",
55+
"better-auth": "1.6.2",
5656
"class-variance-authority": "0.7.1",
5757
"clsx": "2.1.1",
5858
"date-fns": "^4.1.0",
5959
"dexie": "^4.2.1",
6060
"lucide-react": "^0.577.0",
6161
"msw": "^2.12.2",
6262
"nanoid": "^5.1.6",
63-
"next": "16.2.1",
63+
"next": "16.2.3",
6464
"next-themes": "^0.4.6",
6565
"nuqs": "^2.8.1",
6666
"pg": "^8.13.3",
@@ -101,7 +101,7 @@
101101
"tailwindcss": "^4",
102102
"tsx": "4.21.0",
103103
"typescript": "^6.0.2",
104-
"vite": "^8.0.0",
104+
"vite": "^8.0.5",
105105
"vite-tsconfig-paths": "^6.0.0",
106106
"vitest": "^4.0.8",
107107
"vitest-fail-on-console": "^0.10.1"
@@ -116,7 +116,9 @@
116116
"express-rate-limit": ">=8.2.2",
117117
"lodash": ">=4.17.23",
118118
"lodash-es": ">=4.17.23",
119-
"hono": "4.12.9",
119+
"hono": "^4.12.12",
120+
"@hono/node-server": "^1.19.13",
121+
"defu": "^6.1.5",
120122
"rollup": ">=4.59.0",
121123
"undici": "7.24.6",
122124
"kysely": ">=0.28.14",

0 commit comments

Comments
 (0)