From b6ccd437e3dea12d00137f485cba41a16aa1713e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Aug 2024 02:07:22 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-7840298 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index b9b508c..41977ed 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,7 +37,7 @@ "graphql": "^14.6.0", "js-cookie": "^2.2.1", "jsonwebtoken": "^8.5.1", - "next": "^9.2.1", + "next": "^10.0.6", "node-fetch": "^2.6.0", "prop-types": "^15.7.2", "react": "^16.12.0",