From 3242d8f5fa1897239bdf997b6233fd379b0c1d2e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Jun 2024 08:24:27 +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/fadykhayrat/project/5eb25a1f-1050-43a4-8160-c43bd4979e66?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bcfc54b..53212c6 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react-redux": "^5.0.5", "react-router-dom": "^5.1.2", "react-s-alert": "^1.3.0", - "react-scripts": "5.0.0", + "react-scripts": "5.0.1", "react-toastify": "^6.0.8", "redux": "^3.7.0", "redux-form": "^6.8.0", @@ -36,7 +36,7 @@ "gulp-sass": "^3.1.0", "node-sass-chokidar": "0.0.3", "npm-run-all": "^4.0.2", - "react-scripts": "5.0.0", + "react-scripts": "5.0.1", "run-sequence": "^1.2.2" }, "scripts": {