Skip to content
This repository has been archived by the owner on Jun 29, 2020. 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.8.6 to 16.13.0.
    See this package in NPM: https://www.npmjs.com/package/react
  - react-dom from 16.8.6 to 16.13.0.
    See this package in NPM: https://www.npmjs.com/package/react-dom

See this project in Snyk:
https://app.snyk.io/org/willemliufdmg/project/40b5ae73-f5ce-442e-9415-7a9348bee1f1?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Mar 10, 2020
1 parent ed58669 commit 99c7513
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
29 changes: 20 additions & 9 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
"webpack-cli": "^3.3.6"
},
"dependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"styled-components": "4.4.1"
},
"jest": {
Expand Down

0 comments on commit 99c7513

Please sign in to comment.