Update mime to the latest version 🚀 (#5595)

* fix(package): update mime to version 2.4.3

* chore(package): update lockfile package-lock.json
This commit is contained in:
greenkeeper[bot]
2019-05-15 14:43:14 +00:00
committed by peril-parse-community[bot]
parent 47a86be7ba
commit 07ff4112d4
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -6911,9 +6911,9 @@
}
},
"mime": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/mime/-/mime-2.4.2.tgz",
"integrity": "sha512-zJBfZDkwRu+j3Pdd2aHsR5GfH2jIWhmL1ZzBoc+X+3JEti2hbArWcyJ+1laC1D2/U/W1a/+Cegj0/OnEU2ybjg=="
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/mime/-/mime-2.4.3.tgz",
"integrity": "sha512-QgrPRJfE+riq5TPZMcHZOtm8c6K/yYrMbKIoRfapfiGLxS8OTeIfRhUGW5LU7MlRa52KOAGCfUNruqLrIBvWZw=="
},
"mime-db": {
"version": "1.38.0",

View File

@@ -32,7 +32,7 @@
"intersect": "1.0.1",
"lodash": "4.17.11",
"lru-cache": "5.1.1",
"mime": "2.4.2",
"mime": "2.4.3",
"mongodb": "3.2.4",
"parse": "2.4.0",
"pg-promise": "8.7.2",