Skip to content
This repository has been archived by the owner on Jul 1, 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/62c07294-384b-4805-ac8c-762665ad1a8b?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Mar 10, 2020
1 parent d7e93d4 commit f5b0a50
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 @@ -63,8 +63,8 @@
},
"dependencies": {
"@fdmg/fd-card": "^2.0.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"styled-components": "^5.0.0-beta.6-ej4",
"uniqid": "^5.0.3"
},
Expand Down

0 comments on commit f5b0a50

Please sign in to comment.