From c73e2f1ee5a66ea25f658ace6bbbf83cd75c40b0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 08:20:29 +0000 Subject: [PATCH] [Security] Bump react-dev-utils from 0.4.2 to 11.0.4 Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils) from 0.4.2 to 11.0.4. **This update includes a security fix.** - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-0.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/HEAD/packages/react-dev-utils) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6c321b..cdcac83 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "path-exists": "2.1.0", "postcss-loader": "1.0.0", "promise": "7.1.1", - "react-dev-utils": "^0.4.2", + "react-dev-utils": "^11.0.4", "recursive-readdir": "2.1.0", "strip-ansi": "3.0.1", "style-loader": "0.13.1",