From cf7166bb5ebed99a152a736ca55c7eab1e18aca4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Dec 2024 00:14:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-8520073 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0829731..12e811d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@szhsin/react-menu": "^2.3.2", "asciidoctor": "^2.2.5", "highlight.js": "^11.4.0", - "next": "^12.0.7", + "next": "^14.2.15", "next-compose-plugins": "^2.2.1", "next-images": "^1.8.4", "next-transpile-modules": "^9.0.0",