Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - react from 16.13.0 to 16.13.1.
    See this package in NPM: https://www.npmjs.com/package/react
  - react-dom from 16.13.0 to 16.13.1.
    See this package in NPM: https://www.npmjs.com/package/react-dom

See this project in Snyk:
https://app.snyk.io/org/michaelkohler-eeo/project/e8984e1f-ce65-4ee3-aac4-11662afbdbb9?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Mar 21, 2020
1 parent d46e466 commit 611ec72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 22 deletions.
30 changes: 10 additions & 20 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@material-ui/styles": "^4.9.6",
"clsx": "^1.1.0",
"history": "^4.10.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"recharts": "^1.8.5",
Expand Down

0 comments on commit 611ec72

Please sign in to comment.