From ed6c92705623871e34dafb7dbd39af4669675dc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2020 01:56:49 +0000 Subject: [PATCH] Bump react-dom from 16.3.2 to 16.3.3 in /the-fewest-tools Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.3.2 to 16.3.3. - [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[bot] --- the-fewest-tools/package-lock.json | 6 +++--- the-fewest-tools/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/the-fewest-tools/package-lock.json b/the-fewest-tools/package-lock.json index ccf6832..e464d42 100644 --- a/the-fewest-tools/package-lock.json +++ b/the-fewest-tools/package-lock.json @@ -151,9 +151,9 @@ } }, "react-dom": { - "version": "16.3.2", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.3.2.tgz", - "integrity": "sha512-MMPko3zYncNrz/7gG17wJWUREZDvskZHXOwbttzl0F0L3wDmToyuETuo/r8Y5yvDejwYcRyWI1lvVBjLJWFwKA==", + "version": "16.3.3", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.3.3.tgz", + "integrity": "sha512-ALCp7ZbSGkqRDtQoZozKVNgwXMxbxf/IGOUMC2A0yF6JHeZrS8e2cOotPT87Vf4b7PKCuUVKU4/RDEXxToA/yA==", "requires": { "fbjs": "^0.8.16", "loose-envify": "^1.1.0", diff --git a/the-fewest-tools/package.json b/the-fewest-tools/package.json index 93bcd04..a2ecea7 100644 --- a/the-fewest-tools/package.json +++ b/the-fewest-tools/package.json @@ -19,6 +19,6 @@ "dependencies": { "preact": "^8.2.7", "react": "^16.3.2", - "react-dom": "^16.3.2" + "react-dom": "^16.3.3" } }