Skip to content

Commit 43b79da

Browse files
authored
fix: nextjs vuln (#111)
Signed-off-by: Pranav <pranav10121@gmail.com>
1 parent 439a699 commit 43b79da

File tree

2 files changed

+88
-63
lines changed

2 files changed

+88
-63
lines changed

frontend/package-lock.json

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

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"date-fns": "^4.1.0",
3030
"fuse.js": "^7.1.0",
3131
"lucide-react": "^0.544.0",
32-
"next": "15.5.3",
32+
"next": "15.5.7",
3333
"next-themes": "^0.4.6",
3434
"react": "19.1.1",
3535
"react-day-picker": "^9.7.0",
@@ -47,7 +47,7 @@
4747
"@types/react": "19.1.13",
4848
"@types/react-dom": "19.1.9",
4949
"eslint": "^9",
50-
"eslint-config-next": "15.5.3",
50+
"eslint-config-next": "15.5.7",
5151
"prettier": "^3.5.3",
5252
"tailwindcss": "^4",
5353
"tw-animate-css": "^1.3.0",

0 commit comments

Comments
 (0)