fix: missing mime dep
This commit is contained in:
parent
6296c1ef10
commit
bfce51d1cc
|
@ -12,6 +12,7 @@
|
||||||
"@noble/hashes": "^1.3.2",
|
"@noble/hashes": "^1.3.2",
|
||||||
"axios": "^1.6.2",
|
"axios": "^1.6.2",
|
||||||
"isomorphic-ws": "^5.0.0",
|
"isomorphic-ws": "^5.0.0",
|
||||||
|
"mime": "^4.0.0",
|
||||||
"tus-js-client": "^4.0.0",
|
"tus-js-client": "^4.0.0",
|
||||||
"url-join": "^5.0.0"
|
"url-join": "^5.0.0"
|
||||||
},
|
},
|
||||||
|
@ -11341,7 +11342,6 @@
|
||||||
"version": "4.0.0",
|
"version": "4.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/mime/-/mime-4.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/mime/-/mime-4.0.0.tgz",
|
||||||
"integrity": "sha512-pzhgdeqU5pJ9t5WK9m4RT4GgGWqYJylxUf62Yb9datXRwdcw5MjiD1BYI5evF8AgTXN9gtKX3CFLvCUL5fAhEA==",
|
"integrity": "sha512-pzhgdeqU5pJ9t5WK9m4RT4GgGWqYJylxUf62Yb9datXRwdcw5MjiD1BYI5evF8AgTXN9gtKX3CFLvCUL5fAhEA==",
|
||||||
"dev": true,
|
|
||||||
"funding": [
|
"funding": [
|
||||||
"https://github.com/sponsors/broofa"
|
"https://github.com/sponsors/broofa"
|
||||||
],
|
],
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
"@noble/hashes": "^1.3.2",
|
"@noble/hashes": "^1.3.2",
|
||||||
"axios": "^1.6.2",
|
"axios": "^1.6.2",
|
||||||
"isomorphic-ws": "^5.0.0",
|
"isomorphic-ws": "^5.0.0",
|
||||||
|
"mime": "^4.0.0",
|
||||||
"tus-js-client": "^4.0.0",
|
"tus-js-client": "^4.0.0",
|
||||||
"url-join": "^5.0.0"
|
"url-join": "^5.0.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue