From 91b137dd3ccb6c250103db818953cf10048728f8 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 19:33:15 +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-7577916 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577917 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-7577918 - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8172694 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f9b844b..70a0f07 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "@ethersproject/abi": "^5.6.2", "@ethersproject/bignumber": "^5.4.2", "@ethersproject/contracts": "^5.6.1", - "@ethersproject/experimental": "^5.5.0", - "@ethersproject/providers": "^5.7.0", + "@ethersproject/experimental": "^5.8.0", + "@ethersproject/providers": "^5.8.0", "@ethersproject/units": "^5.4.0", "@uniswap/router-sdk": "^1.4.0", "@uniswap/sdk-core": "^3.1.0",