From 873f10bd3297293fb6b44d6d6b7caed8d7070d75 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Jun 2024 05:00:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-7266574 --- 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" },