chore: upgrade Next.js in evals/visualizer from 16.1.4 to 16.2.6 (#361)

* chore: upgrade Next.js in evals/visualizer from 16.1.4 to 16.2.6

Resolves multiple security advisories in Next.js 16.1.4 including
middleware/proxy bypass, SSRF, DoS, and XSS issues. The evals
visualizer is an internal dev tool with no external exposure, but
keeping dependencies current reduces supply-chain risk.

* fix: remove redundancy in choice of package manager to avoid drift

---------

Co-authored-by: Abhishek Kumar <abhishek@a6k.me>
This commit is contained in:
nuthalapativarun 2026-05-27 01:56:08 -07:00 committed by GitHub
parent 1e8f832bcc
commit afd7fd37da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 135 additions and 4089 deletions

View file

@ -9,7 +9,7 @@
"lint": "eslint"
},
"dependencies": {
"next": "16.1.4",
"next": "16.2.6",
"react": "19.2.3",
"react-dom": "19.2.3"
},
@ -19,7 +19,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.4",
"eslint-config-next": "16.2.6",
"tailwindcss": "^4",
"typescript": "^5"
}