From 843a269bb774486ec294707a2badf15e081582b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 14:55:32 +0000 Subject: [PATCH] Bump the npm_and_yarn group group in /public/client with 1 update Bumps the npm_and_yarn group group in /public/client with 1 update: [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). Updates `react-scripts` from 3.4.4 to 5.0.1 - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-3.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@5.0.1/packages/react-scripts) --- updated-dependencies: - dependency-name: react-scripts dependency-type: direct:production dependency-group: npm_and_yarn-security-group ... Signed-off-by: dependabot[bot] --- public/client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/client/package.json b/public/client/package.json index a373541..b1a198a 100644 --- a/public/client/package.json +++ b/public/client/package.json @@ -10,7 +10,7 @@ "react-bootstrap": "^0.31.5", "react-dom": "^16.13.0", "react-redux": "^5.0.6", - "react-scripts": "^3.4.0", + "react-scripts": "^5.0.1", "react-treebeard": "^2.1.0", "redux": "^3.7.2", "redux-promise-middleware": "^5.0.0",