Skip to content

Commit f07311b

Browse files
committed
Update tiny-lr dependency to 1.x
Fixes #530 and also addresses https://snyk.io/vuln/npm:ms:20170412 because `tiny-lr@1` has eliminated its former `body-parser` dependency.
1 parent 7f8cf80 commit f07311b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"async": "^1.5.0",
2020
"gaze": "^1.1.0",
2121
"lodash": "^4.0.0",
22-
"tiny-lr": "^0.2.1"
22+
"tiny-lr": "^1.0.4"
2323
},
2424
"devDependencies": {
2525
"grunt": "^0.4.5",

0 commit comments

Comments
 (0)