From fb39225d1a676142c1589e80b608d50ed32cdee8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Mar 2025 06:42:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6524de79..1874856c 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@brainhubeu/react-carousel": "^1.10.17", "@mdi/js": "^3.7.95", "@mdi/react": "^1.1.1", - "axios": "^0.19.0", + "axios": "^1.8.3", "lodash": "^4.17.11", "material-icons-react": "^1.0.4", "moment": "^2.24.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": "5.0.0", "react-speech-recognition": "^2.0.1", "react-swipeable": "^5.3.0", "react-swipeable-views": "^0.13.3",