From 6e71c91f13728de77a974ea71428e44c5bad4d69 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Oct 2023 15:00:11 +0000 Subject: [PATCH] fix: tests/todo-react/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- tests/todo-react/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/todo-react/package.json b/tests/todo-react/package.json index 8b32af91..48ba9dcf 100644 --- a/tests/todo-react/package.json +++ b/tests/todo-react/package.json @@ -6,7 +6,7 @@ "metaf-react": "^0.4.5", "react": "17.0.2", "react-dom": "^17.0.2", - "react-scripts": "4.0.3" + "react-scripts": "5.0.0" }, "devDependencies": { "@types/react": "17.0.37",