Skip to content

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.12.0 to 16.13.0.
    See this package in NPM: https://www.npmjs.com/package/react
  - react-dom from 16.12.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/jeremyrajan/project/fa9e3fc5-e517-4d3f-a763-e18861380247?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Mar 10, 2020
1 parent 1d271cf commit a25cb5c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions example/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 example/package.json
Expand Up @@ -6,8 +6,8 @@
"private": true,
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-scripts": "^1.1.4",
"nice-react-ticker": "file:.."
},
Expand Down

0 comments on commit a25cb5c

Please sign in to comment.