Skip to content

Commit 74b737d

Browse files
Dinesh Reddyqwencoder
authored andcommitted
fix: pin next@16.2.3 in dashboard and website to resolve DoS vulnerability
- Dashboard: pinned next from 16.2.1 -> 16.2.3 - Website: pinned next from ^16 -> 16.2.3 - Regenerated both package-lock.json files Patches GHSA-q4gf-8mx6-v5v3 (Denial of Service with Server Components) Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
1 parent 23a45dc commit 74b737d

File tree

2 files changed

+64
-60
lines changed

2 files changed

+64
-60
lines changed

website/package-lock.json

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

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "^16",
12+
"next": "16.2.3",
1313
"react": "^19",
1414
"react-dom": "^19",
1515
"tailwindcss": "^4",

0 commit comments

Comments
 (0)