From 854a74e8aa6aba84b1a8df3368d9ed974c07e9b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Oct 2025 11:18:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-9508709 - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-NEXT-8520073 - https://snyk.io/vuln/SNYK-JS-NEXT-6032387 - https://snyk.io/vuln/SNYK-JS-NEXT-8602067 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0a47d27..90b73e2 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ }, "homepage": "https://github.com/shuding/nextra-docs-template#readme", "dependencies": { - "next": "^13.0.6", - "nextra": "latest", + "next": "^13.5.9", + "nextra": "3.2.4", "nextra-theme-docs": "latest", "react": "^18.2.0", "react-dom": "^18.2.0"