fix: upgrade mime from 2.4.7 to 2.5.0 (#7166)

Snyk has created this PR to upgrade mime from 2.4.7 to 2.5.0.

See this package in npm:
https://www.npmjs.com/package/mime

See this project in Snyk:
https://app.snyk.io/org/acinader/project/8c1a9edb-c8f5-4dc1-b221-4d6030a323eb?utm_source=github&utm_medium=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Antonio Davi Macedo Coelho de Castro
2021-02-07 13:38:51 -08:00
committed by GitHub
parent fcacd4d24e
commit 6097e82194
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -9454,9 +9454,9 @@
}
},
"mime": {
"version": "2.4.7",
"resolved": "https://registry.npmjs.org/mime/-/mime-2.4.7.tgz",
"integrity": "sha512-dhNd1uA2u397uQk3Nv5LM4lm93WYDUXFn3Fu291FJerns4jyTudqhIWe4W04YLy7Uk1tm1Ore04NpjRvQp/NPA=="
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/mime/-/mime-2.5.0.tgz",
"integrity": "sha512-ft3WayFSFUVBuJj7BMLKAQcSlItKtfjsKDDsii3rqFDAZ7t11zRe8ASw/GlmivGwVUYtwkQrxiGGpL6gFvB0ag=="
},
"mime-db": {
"version": "1.42.0",

View File

@@ -45,7 +45,7 @@
"ldapjs": "2.2.3",
"lodash": "4.17.20",
"lru-cache": "5.1.1",
"mime": "2.4.7",
"mime": "2.5.0",
"mongodb": "3.6.3",
"parse": "2.19.0",
"pg-promise": "10.9.0",