From 5b7e2d107e6510d919ec273993d756291ec70d70 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Feb 2025 09:10:26 +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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ccda4f6..e076018 100644 --- a/package.json +++ b/package.json @@ -45,12 +45,12 @@ "axios": "^0.21.3", "bignumber.js": "^9.0.1", "bnc-notify": "^1.8.0", - "bnc-onboard": "^1.34.2", + "bnc-onboard": "^1.35.2", "browserslist": "^4.21.3", "craco-alias": "^2.2.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-prettier": "^3.3.1", - "ethers": "^5.4.7", + "ethers": "^6.0.0", "husky": "^5.1.3", "i18next": "^20.1.0", "i18next-browser-languagedetector": "^6.1.0",