Skip to content

Commit

Permalink
Fix vulnerability and pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomd committed Dec 2, 2018
1 parent 1e011b7 commit 5016ce1
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 113 deletions.
134 changes: 24 additions & 110 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -7,11 +7,11 @@
"dev": "nodemon index.js"
},
"dependencies": {
"colors": "^1.1.2",
"mz": "^2.7.0"
"colors": "1.1.2",
"mz": "2.7.0"
},
"devDependencies": {
"nodemon": "^1.18.4"
"nodemon": "1.18.7"
},
"author": {
"name": "Hugo Muller-Downing",
Expand Down

0 comments on commit 5016ce1

Please sign in to comment.