Skip to content

Commit 613dad0

Browse files
committed
fix(deps): bump login app dependencies to clear Snyk findings
Patches 15 known vulnerabilities in @zitadel/login (8 High, 6 Medium, 1 Low) and brings several runtime deps to the latest safe minor/patch. Snyk-driven (security): - next 16.2.3 -> 16.2.6 (13 CVEs incl. auth-bypass x3, SSRF, weak hash, XSS, incorrect authorization) - next-intl ^4.9.1 -> ^4.11.2 (prototype pollution) - uuid ^11.1.0 -> ^11.1.1 (improper index validation) Maintenance (safe minor/patch): - @sentry/nextjs ^10.34.0 -> ^10.53.1 - @headlessui/react ^2.1.9 -> ^2.2.10 - @heroicons/react 2.1.3 -> 2.2.0 - react / react-dom 19.2.3 -> 19.2.6 - react-hook-form 7.39.5 -> 7.75.0 - @types/react 19.2.3 -> 19.2.14 Verified: - snyk test apps/login -> 0 vulnerable paths - pnpm vitest -> 10/10 passing - pnpm next build -> compiles, 36 routes
1 parent dc3a5c6 commit 613dad0

2 files changed

Lines changed: 901 additions & 646 deletions

File tree

apps/login/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"*": "prettier --write --ignore-unknown"
2424
},
2525
"dependencies": {
26-
"@headlessui/react": "^2.1.9",
27-
"@heroicons/react": "2.1.3",
28-
"@sentry/nextjs": "^10.34.0",
26+
"@headlessui/react": "^2.2.10",
27+
"@heroicons/react": "2.2.0",
28+
"@sentry/nextjs": "^10.53.1",
2929
"@tailwindcss/forms": "0.5.7",
3030
"@vercel/analytics": "^1.2.2",
3131
"@zitadel/client": "workspace:*",
@@ -36,24 +36,24 @@
3636
"fathom-client": "^3.7.2",
3737
"lucide-react": "0.469.0",
3838
"moment": "^2.29.4",
39-
"next": "16.2.3",
40-
"next-intl": "^4.9.1",
39+
"next": "16.2.6",
40+
"next-intl": "^4.11.2",
4141
"next-themes": "^0.4.6",
4242
"nice-grpc": "2.0.1",
4343
"qrcode.react": "^3.1.0",
44-
"react": "19.2.3",
45-
"react-dom": "19.2.3",
46-
"react-hook-form": "7.39.5",
44+
"react": "19.2.6",
45+
"react-dom": "19.2.6",
46+
"react-hook-form": "7.75.0",
4747
"tinycolor2": "1.4.2",
48-
"uuid": "^11.1.0"
48+
"uuid": "^11.1.1"
4949
},
5050
"devDependencies": {
5151
"@bufbuild/buf": "^1.53.0",
5252
"@testing-library/jest-dom": "^6.6.3",
5353
"@testing-library/react": "^16.3.0",
5454
"@types/ms": "2.1.0",
5555
"@types/node": "^22.14.1",
56-
"@types/react": "19.2.3",
56+
"@types/react": "19.2.14",
5757
"@types/react-dom": "19.2.3",
5858
"@types/tinycolor2": "1.4.3",
5959
"@types/uuid": "^10.0.0",

0 commit comments

Comments
 (0)