From 5fa293420806d6956d345419e4813d1d6b8b2d52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Sep 2025 07:30:10 +0000 Subject: [PATCH] fix: client/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 --- client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index e00e2b8..663b8de 100644 --- a/client/package.json +++ b/client/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "axios": "^0.18.0", + "axios": "^1.12.0", "classnames": "^2.2.6", "jwt-decode": "^2.2.0", "moment": "^2.24.0", @@ -12,7 +12,7 @@ "react-moment": "^0.8.4", "react-redux": "^6.0.0", "react-router-dom": "^4.3.1", - "react-scripts": "2.1.3", + "react-scripts": "5.0.0", "redux": "^4.0.1", "redux-thunk": "^2.3.0" },