From d52e2bee7071a25bf4e15b16c836d4fd73fbd2c3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Apr 2024 05:07:15 +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 51f24ea2d..19bbe6290 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "devDependencies": { "@babel/core": "^7.13.14", "auto-changelog": "~2.2.1", - "react-scripts": "^4.0.3" + "react-scripts": "^5.0.0" }, "scripts": { "start": "react-scripts start",