From bcaef1df406399adb93dab7cc8119f415130ebab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 23 Jun 2024 22:02:30 +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-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- 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",