From b7c925069b8342dc737a948d35d48351cd683461 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2020 12:07:50 +0000 Subject: [PATCH] chore(deps-dev): [security] bump react-dom from 16.1.1 to 16.1.2 Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.1.1 to 16.1.2. **This update includes a security fix.** - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/react-dom) Signed-off-by: dependabot-preview[bot] --- yarn.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index e76bef597a..9bb14f10dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5850,8 +5850,8 @@ react-document-title@^2.0.3: react-side-effect "^1.0.2" react-dom@^16.0.0: - version "16.1.1" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.1.1.tgz#b2e331b6d752faf1a2d31399969399a41d8d45f8" + version "16.1.2" + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.1.2.tgz#c4011fa5183fcbdf34344472935ef920d8dc7179" dependencies: fbjs "^0.8.16" loose-envify "^1.1.0"