From 8d77d9412e411514ac2d5e009609a333f1e00c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 17:40:54 +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 05e32b4..3d1a82f 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lodash": "~2.4.1", "lru-cache": "~2.5.0", "memoize": "~0.1.1", - "mime": "~1.2.9", + "mime": "~2.4.4", "mongoose": "^4.1.6", "morgan": "^1.2.2", "nconf": "~0.6.7",