Skip to content
This repository has been archived by the owner on Oct 20, 2020. It is now read-only.

Commit

Permalink
fix: upgrade multiple dependencies with Snyk (#3)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - react from 16.0.0 to 16.12.0.
    See this package in NPM: https://www.npmjs.com/package/react
  - react-dom from 16.0.0 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/coderbyheart/project/a5aa72bb-b5d9-4dec-adc9-3238d3e5caa9?utm_source=github&utm_medium=upgrade-pr

Co-authored-by: Markus Tacker <Markus.Tacker@NordicSemi.no>
  • Loading branch information
snyk-bot and coderbyheart committed Mar 10, 2020
1 parent 67d933f commit f286004
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 101 deletions.
144 changes: 45 additions & 99 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 @@ -32,8 +32,8 @@
"jquery": "^3.4.1",
"meownica-web-fonts-loader": "^1.2.1",
"popper.js": "^1.16.1",
"react": "^16.0.0",
"react-dom": "^16.0.0"
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@commitlint/cli": "^4.1.1",
Expand Down

0 comments on commit f286004

Please sign in to comment.