From f141d6e9f94b4559c61cd307f15a6f479e80022c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 10:03:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-1064899 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 91018c217..1991ca618 100644 --- a/package.json +++ b/package.json @@ -17,12 +17,12 @@ "@fortawesome/free-regular-svg-icons": "5.12.0", "@fortawesome/free-solid-svg-icons": "5.12.0", "@fortawesome/react-fontawesome": "0.1.8", - "@ledgerhq/hw-transport-node-hid": "4.18.0", + "@ledgerhq/hw-transport-node-hid": "5.31.0", "@nosplatform/react-copy-to-clipboard": "5.0.1", "about-window": "1.13.4", "babel-polyfill": "6.26.0", "bignumber.js": "9.0.0", - "bip32": "2.0.4", + "bip32": "3.0.0", "bip39": "3.0.2", "classnames": "2.2.6", "coingecko-api": "1.0.8", @@ -32,7 +32,7 @@ "electron-is-dev": "0.3.0", "electron-json-storage": "4.2.0", "electron-localshortcut": "3.2.1", - "electron-updater": "3.2.3", + "electron-updater": "6.3.4", "es6-promisify": "6.1.1", "ethereumjs-utils": "5.2.5", "file-type": "12.4.2", @@ -52,7 +52,7 @@ "react-router-dom": "4.3.1", "react-scroll": "1.8.1", "react-sticky": "6.0.3", - "recharts": "1.8.5", + "recharts": "2.12.1", "recompose": "0.30.0", "redux": "4.0.5", "redux-saga": "0.16.2",