mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-28 08:49:42 +02:00
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:
parent
1e8f832bcc
commit
afd7fd37da
5 changed files with 135 additions and 4089 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue