From f547cf0424e18e9c964ed701ebe97fa95fa95c5e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Sep 2025 10:35:06 +0000 Subject: [PATCH] fix: 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 685336d..03b19bb 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "ethers": "^5.7.2", "graphql": "^16.6.0", "jotai": "^1.9.1", - "next": "^13.0.1", + "next": "^14.2.32", "react": "18.2.0", "react-dom": "18.2.0", "react-if": "^4.1.4",