From d409d9ee1131d5d348c54735d286b9c285a05b50 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 15:21:58 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHAJS-12089400 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8720086 - https://snyk.io/vuln/SNYK-JS-GLOB-14040952 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 50396bc1..f5299ab8 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "rehype-raw": "^7.0.0", "sharp": "^0.32.6", "viem": "^2.13.1", - "wagmi": "^2.12.12", + "wagmi": "^3.0.0", "yaqrcode": "^0.2.1" }, "devDependencies": { @@ -38,7 +38,7 @@ "bignumber.js": "^9.1.0", "date-fns": "^2.29.3", "eslint": "8.19.0", - "eslint-config-next": "^14.2.2", + "eslint-config-next": "^15.0.0", "graphql": "^15.8.0", "jest": "^29.7.0", "lodash": "^4.17.21",