From 4d6dd8280701f525a739ab034fd1d40c62ce5fa1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 19:03:49 +0000 Subject: [PATCH] fix: web/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 91dd4969..e183a2aa 100644 --- a/web/package.json +++ b/web/package.json @@ -13,7 +13,7 @@ "qs": "^6.5.2", "react": "^16.8.3", "react-dom": "^16.8.3", - "react-scripts": "2.1.5", + "react-scripts": "5.0.0", "reset.css": "^2.0.2", "themer": "^3.1.6", "themer-alfred": "^1.0.9",