From f4db53601175ca3c178e4603d806d012b3c2214c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Mar 2025 15:30:11 +0000 Subject: [PATCH] fix: modules/widget/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/widget/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/widget/package.json b/modules/widget/package.json index 54da4fa3..3f5633c6 100644 --- a/modules/widget/package.json +++ b/modules/widget/package.json @@ -32,9 +32,9 @@ "@ethersproject/address": "5.2.0", "@ethersproject/bignumber": "5.2.0", "@ethersproject/constants": "5.2.0", - "@ethersproject/providers": "5.2.0", + "@ethersproject/providers": "5.8.0", "@ethersproject/solidity": "5.2.0", - "@ethersproject/wallet": "5.2.0", + "@ethersproject/wallet": "5.8.0", "qrcode.react": "^1.0.1", "react-select": "^4.3.1", "rive-js": "0.7.1",