Skip to content

Commit 823a9ae

Browse files
committed
Updated the Next.js version to the latest available patch to address the reported vulnerability.
1 parent 7b9c9cf commit 823a9ae

2 files changed

Lines changed: 61 additions & 61 deletions

File tree

frontend/package-lock.json

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

frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"framer-motion": "^12.23.24",
1818
"lenis": "^1.3.15",
1919
"lucide-react": "^0.554.0",
20-
"next": "16.0.3",
21-
"react": "19.2.0",
22-
"react-dom": "19.2.0",
20+
"next": "^16.0.7",
21+
"react": "^19.2.1",
22+
"react-dom": "^19.2.1",
2323
"tailwind-merge": "^3.4.0"
2424
},
2525
"devDependencies": {
@@ -28,7 +28,7 @@
2828
"@types/react": "^19",
2929
"@types/react-dom": "^19",
3030
"eslint": "^9",
31-
"eslint-config-next": "16.0.3",
31+
"eslint-config-next": "^16.0.7",
3232
"tailwindcss": "^4",
3333
"typescript": "^5"
3434
}

0 commit comments

Comments
 (0)