From a52179ee87b157db8de4bb582331837019f884b2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Sep 2025 02:32:06 +0000 Subject: [PATCH] fix: finished-application/frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-12299318 - https://snyk.io/vuln/SNYK-JS-NEXT-12301496 - https://snyk.io/vuln/SNYK-JS-NEXT-12265451 --- finished-application/frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/finished-application/frontend/package.json b/finished-application/frontend/package.json index 2200d6f03..3c269aea1 100644 --- a/finished-application/frontend/package.json +++ b/finished-application/frontend/package.json @@ -24,8 +24,8 @@ "graphql": "^14.0.2", "graphql-tag": "^2.9.2", "lodash.debounce": "^4.0.8", - "next": "^7.0.0", - "next-with-apollo": "^3.1.3", + "next": "^14.2.32", + "next-with-apollo": "^3.2.0", "nprogress": "^0.2.0", "prop-types": "^15.6.2", "react": "^16.5.2",