dep: update mime

This commit is contained in:
Derrick Hammer 2024-03-16 12:03:17 -04:00
parent 54ca99d8d1
commit f22a7ba511
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 5 additions and 5 deletions

8
npm-shrinkwrap.json generated
View File

@ -12,7 +12,7 @@
"@noble/hashes": "^1.3.2",
"axios": "^1.6.2",
"isomorphic-ws": "^5.0.0",
"mime": "^4.0.0",
"mime": "4.0.1",
"multiformats": "^13.0.0",
"tus-js-client": "^4.0.0",
"url-join": "^5.0.0"
@ -12712,9 +12712,9 @@
}
},
"node_modules/mime": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/mime/-/mime-4.0.0.tgz",
"integrity": "sha512-pzhgdeqU5pJ9t5WK9m4RT4GgGWqYJylxUf62Yb9datXRwdcw5MjiD1BYI5evF8AgTXN9gtKX3CFLvCUL5fAhEA==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/mime/-/mime-4.0.1.tgz",
"integrity": "sha512-5lZ5tyrIfliMXzFtkYyekWbtRXObT9OWa8IwQ5uxTBDHucNNwniRqo0yInflj+iYi5CBa6qxadGzGarDfuEOxA==",
"funding": [
"https://github.com/sponsors/broofa"
],

View File

@ -24,7 +24,7 @@
"@noble/hashes": "^1.3.2",
"axios": "^1.6.2",
"isomorphic-ws": "^5.0.0",
"mime": "^4.0.0",
"mime": "^4.0.1",
"multiformats": "^13.0.0",
"tus-js-client": "^4.0.0",
"url-join": "^5.0.0"