Skip to content

Commit 81f1f80

Browse files
authored
Merge pull request #383 from src-d/dependabot/npm_and_yarn/frontend/react-dom-16.8.5
Bump react-dom from 16.8.4 to 16.8.5 in /frontend
2 parents 3b11605 + 1ea3f83 commit 81f1f80

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react": "^16.8.5",
1313
"react-bootstrap": "^0.32.1",
1414
"react-codemirror2": "^5.0.1",
15-
"react-dom": "^16.8.3",
15+
"react-dom": "^16.8.5",
1616
"react-helmet": "^5.2.0",
1717
"react-scripts": "1.1.5",
1818
"react-split-pane": "^0.1.87",

frontend/yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8410,15 +8410,15 @@ react-dev-utils@^5.0.2:
84108410
strip-ansi "3.0.1"
84118411
text-table "0.2.0"
84128412

8413-
react-dom@^16.8.3:
8414-
version "16.8.4"
8415-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.4.tgz#1061a8e01a2b3b0c8160037441c3bf00a0e3bc48"
8416-
integrity sha512-Ob2wK7XG2tUDt7ps7LtLzGYYB6DXMCLj0G5fO6WeEICtT4/HdpOi7W/xLzZnR6RCG1tYza60nMdqtxzA8FaPJQ==
8413+
react-dom@^16.8.5:
8414+
version "16.8.5"
8415+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.5.tgz#b3e37d152b49e07faaa8de41fdf562be3463335e"
8416+
integrity sha512-VIEIvZLpFafsfu4kgmftP5L8j7P1f0YThfVTrANMhZUFMDOsA6e0kfR6wxw/8xxKs4NB59TZYbxNdPCDW34x4w==
84178417
dependencies:
84188418
loose-envify "^1.1.0"
84198419
object-assign "^4.1.1"
84208420
prop-types "^15.6.2"
8421-
scheduler "^0.13.4"
8421+
scheduler "^0.13.5"
84228422

84238423
react-error-overlay@^4.0.1:
84248424
version "4.0.1"

0 commit comments

Comments
 (0)