From 83ed737bd23a69afb661f9773690f8d821729f6a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Dec 2024 17:55:06 +0000 Subject: [PATCH] fix: next/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-8520073 --- next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next/package.json b/next/package.json index d5bd1fc9..c8c35e9b 100644 --- a/next/package.json +++ b/next/package.json @@ -25,7 +25,7 @@ "gonzales-pe": "^4.3.0", "lodash-es": "^4.17.21", "mousetrap": "^1.6.5", - "next": "13.1.1", + "next": "14.2.15", "prism-react-renderer": "^1.3.5", "react": "18.2.0", "react-copy-to-clipboard": "^5.1.0",