From 9d234ae890f94fb77761763f55da8ba046dd5b88 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Mar 2024 01:47:55 +0000 Subject: [PATCH] fix: tool for manual verification/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DECODEURICOMPONENT-3149970 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- tool for manual verification/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool for manual verification/package.json b/tool for manual verification/package.json index a55485d..88c689e 100644 --- a/tool for manual verification/package.json +++ b/tool for manual verification/package.json @@ -10,7 +10,7 @@ "react": "^17.0.2", "react-diff-viewer": "^3.1.1", "react-dom": "^17.0.2", - "react-scripts": "4.0.3", + "react-scripts": "5.0.0", "string-similarity": "^4.0.4", "web-vitals": "^1.1.2" },