From d66f3fac7e28f6b7f8df96d92de1fb7543305cfb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Sep 2025 00:51:20 +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-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 --- 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",