From 78db0addf09b813fcb5c7f673a2464b108e10e9f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 15:03:06 +0000 Subject: [PATCH] [Security] Bump react-dom from 16.2.0 to 16.2.1 Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.2.0 to 16.2.1. **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] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index d5e21dc..b80da83 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "highlight-javascript": "0.0.3", "prettier": "^1.13.7", "react": "^16.2.0", - "react-dom": "^16.2.0", + "react-dom": "^16.2.1", "react-syntax-highlighter": "^5.7.0", "syntax-highlighter": "0.0.3" }, diff --git a/yarn.lock b/yarn.lock index 0bf489b..1d5fbfe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2377,7 +2377,7 @@ is-plain-obj@^1.0.0, is-plain-obj@^1.1: is-posix-bracket@^0.1.0: version "0.1.1" - resolved "http://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4" + resolved "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4" is-primitive@^2.0.0: version "2.0.0" @@ -3321,7 +3321,7 @@ postcss-loader@^1.2.1: postcss-media-minmax@^2.1.0: version "2.1.2" - resolved "http://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-2.1.2.tgz#444c5cf8926ab5e4fd8a2509e9297e751649cdf8" + resolved "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-2.1.2.tgz#444c5cf8926ab5e4fd8a2509e9297e751649cdf8" dependencies: postcss "^5.0.4" @@ -3694,9 +3694,9 @@ rc@~1.1.6: minimist "^1.2.0" strip-json-comments "~2.0.1" -react-dom@^16.2.0: - version "16.2.0" - resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.2.0.tgz#69003178601c0ca19b709b33a83369fe6124c044" +react-dom@^16.2.1: + version "16.2.1" + resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.2.1.tgz#5cfb32f66267ece7b3850466bf3b219d4911fc1a" dependencies: fbjs "^0.8.16" loose-envify "^1.1.0"