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.4.1 to 16.12.0.
    See this package in NPM: https://www.npmjs.com/package/react
  - react-dom from 16.4.1 to 16.12.0.
    See this package in NPM: https://www.npmjs.com/package/react-dom

See this project in Snyk:
https://app.snyk.io/org/maximsan/project/c801be0b-ccf3-41ca-b433-b96eaf8e1eec?utm_source=github&utm_medium=upgrade-pr
  • Loading branch information
snyk-bot committed Mar 14, 2020
1 parent 950b750 commit 46a75eb
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 27 deletions.
77 changes: 52 additions & 25 deletions ExpressProject.UI/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 ExpressProject.UI/package.json
Expand Up @@ -14,8 +14,8 @@
"normalize-scss": "^7.0.1",
"npm": "^6.2.0",
"npm-run-all": "^4.1.3",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-easy-chart": "^1.0.0",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
Expand Down

0 comments on commit 46a75eb

Please sign in to comment.