From 7ea251ac5a47f958176a1979b93811cf345302bf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 May 2024 20:33:46 +0000 Subject: [PATCH] fix: upgrade react-scripts from 5.0.0 to 5.0.1 Snyk has created this PR to upgrade react-scripts from 5.0.0 to 5.0.1. See this package in npm: react-scripts See this project in Snyk: https://app.snyk.io/org/marrujojazmyne/project/4b3c4385-939d-439f-b626-af87089de374?utm_source=github&utm_medium=referral&page=upgrade-pr --- test/project/react-redux-foobar/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/project/react-redux-foobar/package.json b/test/project/react-redux-foobar/package.json index 4432220b..c6bbbffb 100644 --- a/test/project/react-redux-foobar/package.json +++ b/test/project/react-redux-foobar/package.json @@ -14,7 +14,7 @@ "react": "^18.0.0", "react-dom": "^18.0.0", "react-redux": "^8.0.0", - "react-scripts": "5.0.0", + "react-scripts": "5.0.1", "typescript": "^4.5.5" }, "devDependencies": {