From 353f34cc5e250f6dadf56e1921521124d4fcf1ea Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 05:58:45 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-8187303 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 96c933b..f7e5814 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -44,7 +44,7 @@ "codemirror": "^5.65.14", "codemirror-solidity": "^0.2.5", "core-js": "^3.22.5", - "ethers": "^5.7.2", + "ethers": "^6.0.0", "file-saver": "^2.0.2", "flag-icons": "^6.9.2", "font-mfizz": "^2.4.1",