fix: missing mime dep

This commit is contained in:
Derrick Hammer 2023-12-10 22:25:24 -05:00
parent 6296c1ef10
commit bfce51d1cc
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 2 additions and 1 deletions

2
npm-shrinkwrap.json generated
View File

@ -12,6 +12,7 @@
"@noble/hashes": "^1.3.2",
"axios": "^1.6.2",
"isomorphic-ws": "^5.0.0",
"mime": "^4.0.0",
"tus-js-client": "^4.0.0",
"url-join": "^5.0.0"
},
@ -11341,7 +11342,6 @@
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/mime/-/mime-4.0.0.tgz",
"integrity": "sha512-pzhgdeqU5pJ9t5WK9m4RT4GgGWqYJylxUf62Yb9datXRwdcw5MjiD1BYI5evF8AgTXN9gtKX3CFLvCUL5fAhEA==",
"dev": true,
"funding": [
"https://github.com/sponsors/broofa"
],

View File

@ -25,6 +25,7 @@
"@noble/hashes": "^1.3.2",
"axios": "^1.6.2",
"isomorphic-ws": "^5.0.0",
"mime": "^4.0.0",
"tus-js-client": "^4.0.0",
"url-join": "^5.0.0"
},