From fd562e8441c604104c7cb13143fcca4d759a35a1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jan 2026 13:22:20 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index e63548a..89c5702 100644 --- a/client/package.json +++ b/client/package.json @@ -13,11 +13,11 @@ "react-google-login": "^5.1.22", "react-redux": "^7.2.1", "react-router-dom": "^5.2.0", - "react-scripts": "4.0.0", + "react-scripts": "5.0.0", "react-twitter-login": "^1.2.3", "redux": "^4.0.5", "redux-thunk": "^2.3.0", - "snyk": "^1.431.2" + "snyk": "^1.996.0" }, "scripts": { "start": "react-scripts start",