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
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NEXT-14400636
  • Loading branch information
snyk-bot committed Dec 15, 2025
commit e3c8afc3fd779dcc4eef7a3be3e60b73daff58fd
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@heroicons/react": "^2.2.0",
"axios": "^1.12.0",
"dotenv": "^16.4.7",
"next": "^13.5.6",
"next": "^14.2.35",
"react": "^18.2.0",
Comment on lines 31 to 33
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Update package-lock to match Next 14 bump

The dependency is bumped to next@^14.2.35 in package.json, but package-lock.json still pins Next 13.5.6 (lines 9066‑9072), so any install using the lockfile (e.g., npm ci in CI) will fail because the locked version no longer satisfies the declared range and the security upgrade never actually gets applied.

Useful? React with 👍 / 👎.

"react-dom": "^18.3.1",
"react-ga": "^3.3.1",
Expand Down
Loading