From 2146fb4d3b737df6e3f31b149e21ef3a0a81432a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Oct 2024 01:36:15 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-8186172 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a47d27..d2e99ef 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "homepage": "https://github.com/shuding/nextra-docs-template#readme", "dependencies": { - "next": "^13.0.6", + "next": "^14.2.7", "nextra": "latest", "nextra-theme-docs": "latest", "react": "^18.2.0",