From d29a473208eba18194b79bbe257dd10b3cd11058 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Feb 2026 10:46:06 +0000 Subject: [PATCH] fix: docs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-15104645 --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/package.json b/docs/package.json index 6f2062be6..ad4c39e15 100644 --- a/docs/package.json +++ b/docs/package.json @@ -17,7 +17,7 @@ "@charcoal-ui/theme": "../packages/theme", "@charcoal-ui/utils": "../packages/utils", "highlight.js": "^11.7.0", - "next": "13.1.6", + "next": "15.5.10", "react": "^18.2.0", "react-dom": "18.2.0", "styled-components": "^5.3.6"