From 4e52b53657ebfdad868058331a801e0b67cb7819 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 22 Dec 2025 00:31:59 -0800 Subject: [PATCH] fix(admin-web): upgrade Next.js to 15.1.11 for CVE-2025-55182 security patch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- frontend/admin-web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/admin-web/package.json b/frontend/admin-web/package.json index 33a11502..766a4402 100644 --- a/frontend/admin-web/package.json +++ b/frontend/admin-web/package.json @@ -19,7 +19,7 @@ "axios": "^1.7.9", "clsx": "^2.1.1", "dayjs": "^1.11.13", - "next": "^15.1.6", + "next": "^15.1.11", "react": "^18.3.1", "react-dom": "^18.3.1", "react-redux": "^9.2.0",