From 9c1debd21a53bd9bb662ab1ebf52783aa78dd951 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jan 2022 16:27:23 +0000 Subject: [PATCH] fix: js/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- js/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/js/package.json b/js/package.json index ba89582290c..ec1261efe6c 100644 --- a/js/package.json +++ b/js/package.json @@ -155,10 +155,10 @@ "material-ui": "0.16.5", "mobx": "3.3.2", "mobx-react": "4.3.5", - "prop-types": "15.5.10", + "prop-types": "15.6.2", "query-string": "5.0.1", - "react": "16.1.1", - "react-dom": "16.1.1", + "react": "16.5.0", + "react-dom": "16.5.0", "react-intl": "2.4.0", "react-markdown": "3.0.2", "react-redux": "^5.0.6", @@ -167,7 +167,7 @@ "react-tap-event-plugin": "3.0.2", "react-transition-group": "2.2.1", "redux": "3.7.2", - "semantic-ui-react": "0.77.0", + "semantic-ui-react": "0.81.2", "solc": "ngotchac/solc-js", "store": "1.3.20", "web3": "1.0.0-beta.26"