Skip to content

Commit

Permalink
update mime dependency to avoid ReDoS vulnerability
Browse files Browse the repository at this point in the history
fixes issue #90

Info on the vulnerability: https://snyk.io/vuln/npm:mime:20170907

Versions of mime < 1.4.1 are vulnerable.

Upgraded from ~1.3.4 to ~1.4.1
  • Loading branch information
Patrick Mueller authored and rvagg committed Oct 9, 2017
1 parent 2a5f970 commit 473a344
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 @@ -8,7 +8,7 @@
"async-cache": "~1.1.0",
"bl": "~1.1.2",
"fd": "~0.0.2",
"mime": "~1.3.4",
"mime": "~1.4.1",
"negotiator": "~0.6.1"
},
"optionalDependencies": {
Expand Down

0 comments on commit 473a344

Please sign in to comment.