Fix checkUploadType after upgrade to file-type 17
This package is now ESM-only, so we need to `import()` it and raise the oldest supported Node version. Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
"**/request": "^2.88.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "12.x || 14.x || 16.x"
|
||||
"node": "^12.20.0 || ^14.13.1 || 16.x"
|
||||
},
|
||||
"bugs": "https://github.com/hedgedoc/hedgedoc/issues",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user