From 0aba88f465ff0d97f8f1e6d00daa286e1d881c8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 15:24:37 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-AJV-15274295 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index e00e2b8..38ba9e0 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.13.5", "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" },