mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Add missing dependency on mime-types
mime-types is used by `src/node/utils/Minify.js` since commit
2c944eba34
.
This commit is contained in:
parent
edf647044c
commit
a4e2ea7a8c
2 changed files with 2 additions and 0 deletions
1
package-lock.json
generated
1
package-lock.json
generated
|
@ -288,6 +288,7 @@
|
||||||
"lodash.clonedeep": "4.5.0",
|
"lodash.clonedeep": "4.5.0",
|
||||||
"log4js": "0.6.35",
|
"log4js": "0.6.35",
|
||||||
"measured-core": "1.11.2",
|
"measured-core": "1.11.2",
|
||||||
|
"mime-types": "^2.1.27",
|
||||||
"nodeify": "1.0.1",
|
"nodeify": "1.0.1",
|
||||||
"npm": "6.14.8",
|
"npm": "6.14.8",
|
||||||
"openapi-backend": "2.4.1",
|
"openapi-backend": "2.4.1",
|
||||||
|
|
|
@ -52,6 +52,7 @@
|
||||||
"lodash.clonedeep": "4.5.0",
|
"lodash.clonedeep": "4.5.0",
|
||||||
"log4js": "0.6.35",
|
"log4js": "0.6.35",
|
||||||
"measured-core": "1.11.2",
|
"measured-core": "1.11.2",
|
||||||
|
"mime-types": "^2.1.27",
|
||||||
"nodeify": "1.0.1",
|
"nodeify": "1.0.1",
|
||||||
"npm": "6.14.8",
|
"npm": "6.14.8",
|
||||||
"openapi-backend": "2.4.1",
|
"openapi-backend": "2.4.1",
|
||||||
|
|
Loading…
Reference in a new issue