From fa9dfef2d63db7ff7e625d551c01fd49a0ec7994 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Apr 2024 01:24:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6524de79..7d170ccc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@mdi/js": "^3.7.95", "@mdi/react": "^1.1.1", "axios": "^0.19.0", - "lodash": "^4.17.11", + "lodash": "^4.17.17", "material-icons-react": "^1.0.4", "moment": "^2.24.0", "node-sass": "^4.12.0", @@ -16,7 +16,7 @@ "react-easy-state": "^6.1.3", "react-moment": "^0.9.2", "react-pose": "4.0.3", - "react-scripts": "3.0.1", + "react-scripts": "4.0.0", "react-speech-recognition": "^2.0.1", "react-swipeable": "^5.3.0", "react-swipeable-views": "^0.13.3",