Skip to content
This repository has been archived by the owner on May 7, 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.9.0 to 16.13.0.
    See this package in NPM: https://www.npmjs.com/package/react
  - react-dom from 16.9.0 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/f3bd1fb4-efd4-49b0-a0c6-31bf47eddda3?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Mar 10, 2020
1 parent 0cf573e commit 50bfe51
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
26 changes: 19 additions & 7 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
Expand Up @@ -66,8 +66,8 @@
},
"dependencies": {
"date-input-polyfill": "^2.14.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"styled-components": "^5.0.0-beta.6-ej4"
},
"jest": {
Expand Down

0 comments on commit 50bfe51

Please sign in to comment.