From 21c6eb3f9dcf73273c5cb3967fa5f4dbf3f650c9 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 04:07:00 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-8602067 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f65c1cf64..f43acee0d7 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@heroicons/react": "^2.1.5", "clsx": "^2.1.1", "geist": "^1.3.1", - "next": "14.2.5", + "next": "14.2.21", "react": "18.3.1", "react-dom": "18.3.1" },