Skip to content

Commit

Permalink
Update tiny-lr dependency to 1.x
Browse files Browse the repository at this point in the history
Fixes #530 and also addresses https://snyk.io/vuln/npm:ms:20170412
because `tiny-lr@1` has eliminated its former `body-parser` dependency.
  • Loading branch information
mattcollier committed Jun 12, 2017
1 parent 7f8cf80 commit f07311b
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 @@ -19,7 +19,7 @@
"async": "^1.5.0",
"gaze": "^1.1.0",
"lodash": "^4.0.0",
"tiny-lr": "^0.2.1"
"tiny-lr": "^1.0.4"
},
"devDependencies": {
"grunt": "^0.4.5",
Expand Down

0 comments on commit f07311b

Please sign in to comment.