From 24227a7f0eedfa4e6d005cddac7b9d5a00385f8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Jul 2023 04:28:34 -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 71829e0..e56f26d 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react-dom": "^16.12.0", "react-player": "^2.9.0", "react-router-dom": "^5.1.2", - "react-scripts": "4.0.3", + "react-scripts": "5.0.0", "rimraf": "3.0.2", "strip-color": "^0.1.0", "ts-node": "^9.1.1",