From e030788051302aae404b68f5210f58ef5289b92d Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:22:57 +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 4eee440..2b274d8 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@headlessui/react": "^1.7.17", "@heroicons/react": "^2.0.18", - "next": "13.5.5", + "next": "14.2.15", "react": "^18", "react-dom": "^18" },