From 724ba052d9623882b86c2c20713417062af0a43e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 May 2024 19:57:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-7148531 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a564c1f..0d5a61e 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react-dom": "^17.0.2", "react-dropzone": "^11.3.4", "react-i18next": "^11.12.0", - "react-scripts": "4.0.3", + "react-scripts": "5.0.0", "react-toastify": "^8.0.3", "typescript": "^4.5.4" },