Skip to content

Commit 5003856

Browse files
committed
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - react from 16.13.1 to 16.14.0. See this package in npm: https://www.npmjs.com/package/react - react-dom from 16.13.1 to 16.14.0. See this package in npm: https://www.npmjs.com/package/react-dom See this project in Snyk: https://app.snyk.io/org/wambugucoder/project/4ad982c5-88ce-4f1c-98fc-b63137218714?utm_source=github&utm_medium=upgrade-pr
1 parent cacef21 commit 5003856

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

client/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"node-sass": "^4.14.1",
1717
"popper.js": "^1.16.1",
1818
"prop-types": "^15.7.2",
19-
"react": "^16.13.1",
19+
"react": "^16.14.0",
2020
"react-avatar": "^3.9.7",
2121
"react-bootstrap": "^1.3.0",
2222
"react-bootstrap-icons": "^1.0.3-alpha5",
@@ -34,7 +34,7 @@
3434
"react-data-table-component": "^6.11.0",
3535
"react-data-table-component-extensions": "^1.4.1",
3636

37-
"react-dom": "^16.13.1",
37+
"react-dom": "^16.14.0",
3838
"react-moment": "^0.9.7",
3939
"react-notifications": "^1.7.2",
4040
"react-redux": "^7.2.1",

0 commit comments

Comments
 (0)