From 3838f815ccdb28dbc42079f700e26e6ab5140bdf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 2 Mar 2025 14:54:31 +0000 Subject: [PATCH] fix: modules/sdk/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 --- modules/sdk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sdk/package.json b/modules/sdk/package.json index ddf8f87f..b09ec8f6 100644 --- a/modules/sdk/package.json +++ b/modules/sdk/package.json @@ -39,7 +39,7 @@ "@ethersproject/bignumber": "5.2.0", "@ethersproject/constants": "5.2.0", "@ethersproject/contracts": "5.2.0", - "@ethersproject/providers": "5.2.0", + "@ethersproject/providers": "5.8.0", "@ethersproject/units": "5.2.0", "@logdna/browser": "^1.1.2", "@metamask/detect-provider": "^1.2.0",