From dde20201a20960ce5382ff9bac19dc3e1c3910cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Sep 2025 10:30:46 +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 c63fe2a..f1fe57a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@ledgerhq/web3-subprovider": "^4.23.0", "eslint-plugin-react": "^7.7.0", "lodash": "^4.17.5", - "next": "^5.0.0", + "next": "^14.2.32", "next-redux-wrapper": "^1.3.5", "prop-types": "^15.6.1", "react": "^16.2.0",