From 9bf42ed50571134c0b949984803083b8cf3a018f Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 14:22:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 28f782a6..5b35a158 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": { @@ -41,7 +41,7 @@ "eslint-config-next": "^14.2.2", "graphql": "^15.8.0", "jest": "^29.7.0", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "nextjs-google-analytics": "^2.0.0", "react": "^18.2.0", "react-clipboard.js": "^2.0.16",