From cca0b896d23afed034b5c9f864ed825f28982c0d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Feb 2021 00:08:50 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2ea0f5896a8f..10921d0bc8df 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "json-loader": "^0.5.4", "jwt-decode": "^2.1.0", "localforage": "^1.4.2", - "lodash": "^4.13.1", + "lodash": "^4.17.21", "markup-it": "git+https://github.com/cassiozen/markup-it.git", "material-design-icons": "^3.0.1", "moment": "^2.11.2", @@ -131,7 +131,7 @@ "react-autosuggest": "^7.0.1", "react-datetime": "^2.6.0", "react-dom": "^15.1.0", - "react-hot-loader": "^3.0.0-beta.2", + "react-hot-loader": "^3.0.0", "react-immutable-proptypes": "^2.1.0", "react-lazy-load": "^3.0.3", "react-portal": "^2.2.1",