From 512b9b94abc9391d36672dd032a72a034e3769c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 May 2025 09:19:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NEXT-10259370 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 685336d..7fe5162 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": "^15.2.2", "react": "18.2.0", "react-dom": "18.2.0", "react-if": "^4.1.4",