From 1432a8ab9285c030970f0033f7cc84f40172ac5d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Dec 2024 05:07:23 +0000 Subject: [PATCH] fix: web/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-8520073 --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index a24cab48a..d45967b61 100644 --- a/web/package.json +++ b/web/package.json @@ -51,7 +51,7 @@ "http-proxy": "^1.18.1", "ics": "^3.1.0", "instantsearch.js": "^4.73.4", - "next": "13.5.6", + "next": "14.2.15", "next-sanity": "4.3.3", "next-sanity-image": "^6.1.1", "next-seo": "^6.0.0",