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:
parent
13e7414559
commit
275a49dd04
|
@ -16,7 +16,7 @@
|
||||||
"brotli": "^1.3.3",
|
"brotli": "^1.3.3",
|
||||||
"concurrently": "^8.2.2",
|
"concurrently": "^8.2.2",
|
||||||
"cssnano": "^6.0.1",
|
"cssnano": "^6.0.1",
|
||||||
"mime": "^4.0.0",
|
"mime": "^4.0.1",
|
||||||
"pascal-case": "^4.0.0",
|
"pascal-case": "^4.0.0",
|
||||||
"postcss": "^8.4.32",
|
"postcss": "^8.4.32",
|
||||||
"postcss-load-config": "^5.0.2",
|
"postcss-load-config": "^5.0.2",
|
||||||
|
@ -1977,9 +1977,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/mime": {
|
"node_modules/mime": {
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/mime/-/mime-4.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/mime/-/mime-4.0.1.tgz",
|
||||||
"integrity": "sha512-pzhgdeqU5pJ9t5WK9m4RT4GgGWqYJylxUf62Yb9datXRwdcw5MjiD1BYI5evF8AgTXN9gtKX3CFLvCUL5fAhEA==",
|
"integrity": "sha512-5lZ5tyrIfliMXzFtkYyekWbtRXObT9OWa8IwQ5uxTBDHucNNwniRqo0yInflj+iYi5CBa6qxadGzGarDfuEOxA==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"funding": [
|
"funding": [
|
||||||
"https://github.com/sponsors/broofa"
|
"https://github.com/sponsors/broofa"
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
"brotli": "^1.3.3",
|
"brotli": "^1.3.3",
|
||||||
"concurrently": "^8.2.2",
|
"concurrently": "^8.2.2",
|
||||||
"cssnano": "^6.0.1",
|
"cssnano": "^6.0.1",
|
||||||
"mime": "^4.0.0",
|
"mime": "^4.0.1",
|
||||||
"pascal-case": "^4.0.0",
|
"pascal-case": "^4.0.0",
|
||||||
"postcss": "^8.4.32",
|
"postcss": "^8.4.32",
|
||||||
"postcss-load-config": "^5.0.2",
|
"postcss-load-config": "^5.0.2",
|
||||||
|
|
Loading…
Reference in New Issue