Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311
  • Loading branch information
snyk-bot committed Sep 24, 2020
1 parent 7a9bed5 commit d3510d8
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 27 deletions.
117 changes: 94 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@
},
"dependencies": {
"core-js": "^2.5.3",
"draft-js": "0.10.5",
"draft-js": "0.11.7",
"draftail": "^1.2.1",
"element-closest": "^2.0.2",
"focus-trap-react": "^3.1.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.1",
"prop-types": "^15.6.2",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-redux": "^5.0.6",
"react-transition-group": "^1.1.3",
"redux": "^3.7.2",
Expand Down

0 comments on commit d3510d8

Please sign in to comment.