From 0f1f0a8754f0a8d519c7dace48d090304e245c89 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jan 2026 04:48:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-14908844 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2a4e2c0..50b2cb5 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@coingecko/cryptoformat": "^0.5.4", "@next/font": "13.1.6", - "@oceanprotocol/lib": "3.0.0-next.5", + "@oceanprotocol/lib": "3.0.0", "@svgr/webpack": "^8.0.1", "@tippyjs/react": "^4.2.6", "@types/axios": "^0.14.4", @@ -30,7 +30,7 @@ "decimal.js": "^10.4.2", "eslint": "^8.36.0", "eslint-config-next": "13.1.6", - "ethers": "^5.6.5", + "ethers": "^6.0.0", "i18next": "^22.4.13", "myetherwallet-blockies": "^0.1.1", "next": "13.1.6", @@ -46,7 +46,7 @@ "sharp": "^0.31.3", "typescript": "4.9.5", "urql": "^4.0.0", - "wagmi": "^0.12.12", + "wagmi": "^1.3.0", "web3": "^4.0.1", "web3modal": "^1.9.10" },