fix: upgrade mime from 2.5.0 to 2.5.2 (#7261)

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

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-03-11 22:56:42 -08:00
committed by GitHub
parent 39fa17f914
commit 687f4b7cf2
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -8462,9 +8462,9 @@
}
},
"mime": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/mime/-/mime-2.5.0.tgz",
"integrity": "sha512-ft3WayFSFUVBuJj7BMLKAQcSlItKtfjsKDDsii3rqFDAZ7t11zRe8ASw/GlmivGwVUYtwkQrxiGGpL6gFvB0ag=="
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/mime/-/mime-2.5.2.tgz",
"integrity": "sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg=="
},
"mime-db": {
"version": "1.45.0",

View File

@@ -46,7 +46,7 @@
"ldapjs": "2.2.3",
"lodash": "4.17.21",
"lru-cache": "5.1.1",
"mime": "2.5.0",
"mime": "2.5.2",
"mongodb": "3.6.3",
"mustache": "4.1.0",
"parse": "3.1.0",