From 56f01c7abcb1aaeb9df451a9288e91cd3055b29d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 05:06:45 +0000 Subject: [PATCH] Bump mime from 1.2.11 to 2.4.4 Bumps [mime](https://github.com/broofa/node-mime) from 1.2.11 to 2.4.4. - [Release notes](https://github.com/broofa/node-mime/releases) - [Changelog](https://github.com/broofa/node-mime/blob/master/CHANGELOG.md) - [Commits](https://github.com/broofa/node-mime/compare/v1.2.11...v2.4.4) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3084a254..03cc0e38 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dependencies": { "debug": "0.7.4", "express": "^4.4.1", - "mime": "1.2.11", + "mime": "2.4.4", "native-dns": "^0.7.0", "optionator": "^0.4.0", "promise": "^7.1.1",