From 3af2639e837d0f2cc98f1fabd2a0af03b65b1a48 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2020 19:40:54 +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] <support@dependabot.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index bc974f370..4d664b9ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13121,9 +13121,9 @@ } }, "react-dom": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.2.0.tgz", - "integrity": "sha512-zpGAdwHVn9K0091d+hr+R0qrjoJ84cIBFL2uU60KvWBPfZ7LPSrfqviTxGHWN0sjPZb2hxWzMexwrvJdKePvjg==", + "version": "16.2.1", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.2.1.tgz", + "integrity": "sha512-0ujGgYnpX0GlaAjUfwU7ddy0DjuzPmTHHi2SlPolGv7hAyUpK7XA7WZcxit5ZcU7cW5QU1HJjlS3eMn42tSfYQ==", "requires": { "fbjs": "^0.8.16", "loose-envify": "^1.1.0", diff --git a/package.json b/package.json index 0eadf3c52..2adf0ba9b 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "raw-loader": "^0.5.1", "react": "16.2.0", "react-contextmenu": "2.9.4", - "react-dom": "16.2.0", + "react-dom": "16.2.1", "react-draggable": "3.0.5", "react-ga": "2.5.3", "react-intl": "2.9.0", -- GitLab