Skip to content

Commit 2d0f72c

Browse files
Security Fix: Update React and Next.js to address CVE-2025-55182 (#163)
1 parent cd17de1 commit 2d0f72c

File tree

3 files changed

+4827
-5466
lines changed

3 files changed

+4827
-5466
lines changed

frontend/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@
2020
"@vercel/speed-insights": "^1.2.0",
2121
"autoprefixer": "^10.4.21",
2222
"date-fns": "^4.1.0",
23-
"next": "15.5.7",
23+
"next": "^15.5.7",
2424
"next-sanity": "^10.0.14",
2525
"postcss": "^8.5.6",
26-
"react": "^19.1.1",
27-
"react-dom": "^19.1.1",
28-
"sanity": "^4.5.0",
26+
"react": "^19.2.1",
27+
"react-dom": "^19.2.1",
28+
"sanity": "^4.20.0",
2929
"sonner": "^2.0.7",
3030
"styled-components": "^6.1.19",
3131
"tailwindcss": "^4.1.12"
3232
},
3333
"devDependencies": {
3434
"@types/node": "^20.19.11",
35-
"@types/react": "^19.1.11",
36-
"@types/react-dom": "^19.1.7",
35+
"@types/react": "^19.2.7",
36+
"@types/react-dom": "^19.2.3",
3737
"eslint": "^9.34.0",
3838
"eslint-config-next": "^15.5.0",
3939
"typescript": "5.9.2"

0 commit comments

Comments
 (0)