From 74e5ef10d7742c3d59a2d494dccc3b7b35118d4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 00:43:32 +0000 Subject: [PATCH] fix: spring-boot-modules/spring-boot-react/frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- spring-boot-modules/spring-boot-react/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-modules/spring-boot-react/frontend/package.json b/spring-boot-modules/spring-boot-react/frontend/package.json index 21669cde1fa1..b9a70f920752 100644 --- a/spring-boot-modules/spring-boot-react/frontend/package.json +++ b/spring-boot-modules/spring-boot-react/frontend/package.json @@ -17,7 +17,7 @@ "react-cookie": "^4.1.1", "react-dom": "^17.0.2", "react-router-dom": "^5.3.0", - "react-scripts": "4.0.3", + "react-scripts": "5.0.0", "reactstrap": "^8.10.0", "web-vitals": "^1.1.1" },