From 31ca9a8a56e7009796a81febf0a2e12fb4f9a372 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 May 2024 04:41:14 +0000 Subject: [PATCH] fix: 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 --- 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" },