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.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/ryanhefner-github-marketplace/project/d27f3688-36fe-42f1-bc19-82ec16b0daf9?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Mar 21, 2020
1 parent c0fc2da commit 128d945
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions examples/circles/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 examples/circles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^3.4.0"
},
"scripts": {
Expand Down

0 comments on commit 128d945

Please sign in to comment.