Skip to content

Commit e8795a6

Browse files
[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 security fixes.** - [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] <[email protected]>
1 parent ad46989 commit e8795a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"raven-js": "^3.22.0",
4545
"react": "^16.2.0",
4646
"react-app-rewired": "^1.6.2",
47-
"react-dom": "^16.2.0",
47+
"react-dom": "^16.2.1",
4848
"react-router-dom": "^5.0.1",
4949
"react-scripts": "1.0.17",
5050
"react-select": "1.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6798,10 +6798,10 @@ react-dev-utils@^4.2.1:
67986798
strip-ansi "3.0.1"
67996799
text-table "0.2.0"
68006800

6801-
react-dom@^16.2.0:
6802-
version "16.2.0"
6803-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.2.0.tgz#69003178601c0ca19b709b33a83369fe6124c044"
6804-
integrity sha512-zpGAdwHVn9K0091d+hr+R0qrjoJ84cIBFL2uU60KvWBPfZ7LPSrfqviTxGHWN0sjPZb2hxWzMexwrvJdKePvjg==
6801+
react-dom@^16.2.1:
6802+
version "16.2.1"
6803+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.2.1.tgz#5cfb32f66267ece7b3850466bf3b219d4911fc1a"
6804+
integrity sha512-0ujGgYnpX0GlaAjUfwU7ddy0DjuzPmTHHi2SlPolGv7hAyUpK7XA7WZcxit5ZcU7cW5QU1HJjlS3eMn42tSfYQ==
68056805
dependencies:
68066806
fbjs "^0.8.16"
68076807
loose-envify "^1.1.0"

0 commit comments

Comments
 (0)