From f04b59b2c68857175aab0e1731fd48da12a77a5e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Apr 2024 14:36:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EJS-6689533 --- 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" },