From b8ca4bf2445ae7de5b1ba798e0f30152380f611a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 22 Dec 2024 20:53:23 +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 7cf7311..55f97a7 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@sanity/image-url": "0.140.19", "classnames": "2.2.6", "date-fns": "2.15.0", - "next": "latest", + "next": "14.2.15", "react": "^16.13.1", "react-dom": "^16.13.1", "react-hook-form": "^6.7.0",