Add missing dependency on mime-types

mime-types is used by `src/node/utils/Minify.js` since commit
2c944eba34.
lint-AttributePool
Richard Hansen 2020-12-14 14:54:37 -05:00 committed by John McLear
parent edf647044c
commit a4e2ea7a8c
2 changed files with 2 additions and 0 deletions

1
package-lock.json generated
View File

@ -288,6 +288,7 @@
"lodash.clonedeep": "4.5.0",
"log4js": "0.6.35",
"measured-core": "1.11.2",
"mime-types": "^2.1.27",
"nodeify": "1.0.1",
"npm": "6.14.8",
"openapi-backend": "2.4.1",

View File

@ -52,6 +52,7 @@
"lodash.clonedeep": "4.5.0",
"log4js": "0.6.35",
"measured-core": "1.11.2",
"mime-types": "^2.1.27",
"nodeify": "1.0.1",
"npm": "6.14.8",
"openapi-backend": "2.4.1",