From c30e8ee9276b371f52e3d68e5735f3235d300651 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Aug 2025 16:03:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8720086 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577917 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577916 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577918 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2a4e2c0..ce52fd3 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": "5.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" },