Bump mime from 4.0.0 to 4.0.1 in /ui (#1171)

Bumps [mime](https://github.com/broofa/mime) from 4.0.0 to 4.0.1.
- [Changelog](https://github.com/broofa/mime/blob/v4.0.1/CHANGELOG.md)
- [Commits](https://github.com/broofa/mime/compare/v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: mime
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-12-18 22:01:48 -05:00 committed by GitHub
parent 13e7414559
commit 275a49dd04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
ui/package-lock.json generated
View File

@ -16,7 +16,7 @@
"brotli": "^1.3.3",
"concurrently": "^8.2.2",
"cssnano": "^6.0.1",
"mime": "^4.0.0",
"mime": "^4.0.1",
"pascal-case": "^4.0.0",
"postcss": "^8.4.32",
"postcss-load-config": "^5.0.2",
@ -1977,9 +1977,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==",
"dev": true,
"funding": [
"https://github.com/sponsors/broofa"

View File

@ -19,7 +19,7 @@
"brotli": "^1.3.3",
"concurrently": "^8.2.2",
"cssnano": "^6.0.1",
"mime": "^4.0.0",
"mime": "^4.0.1",
"pascal-case": "^4.0.0",
"postcss": "^8.4.32",
"postcss-load-config": "^5.0.2",