Skip to content

Commit

Permalink
fix: package.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/npm:cryptiles:20180710
  • Loading branch information
snyk-bot committed Jul 20, 2018
1 parent 3f40de9 commit 4664bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "MIT",
"dependencies": {
"sequelize": "^4.11.2",
"sqlite3": "^3.1.13"
"sqlite3": "^4.0.0"
},
"devDependencies": {
"coveralls": "^3.0.0",
Expand Down

0 comments on commit 4664bd4

Please sign in to comment.