From ad51b6a6ac0ec60ebb70e07f4b52abaf5efcd26f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Sep 2025 10:17:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6524de79..d504d254 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.12.0", "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",