From 6b9c8d5d4194c5ad6d901a6a3ca0ae7837718652 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Jul 2023 00:14:10 -0400 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 07dbbb0..bd2f657 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "react-dom": "^16.14.0", "react-dropzone": "^10.2.2", "react-router-dom": "^4.3.1", - "react-scripts": "4.0.1", + "react-scripts": "5.0.0", "request-promise": "^4.2.6", "twilio": "~3.6.6" },