Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"lucide-react": "^0.474.0",
"next": "15.3.1",
"next": "15.3.3",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

While this upgrade correctly addresses the security vulnerability, it's important to keep related packages in sync. The eslint-config-next package in devDependencies (line 59) is still at version 15.3.1.

Please update eslint-config-next to 15.3.3 to match the version of next. This ensures that your linting rules are compatible with the framework version, preventing potential inconsistencies or build failures.

"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
Expand Down