aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-05 01:35:08 +0000
committerGitHub <noreply@github.com>2025-04-05 01:35:08 +0000
commitdc1fde85ed6182d4b5c5cb6b856006f72edc3045 (patch)
treef17f0b8ae4ae4da288f65f5dacc9fb5055ce25d9
parent2a5325964ec8bb2ef10f7283aa4680d629d9970a (diff)
downloadnextcloud-server-dependabot/npm_and_yarn/stable29/mime-4.0.7.tar.gz
nextcloud-server-dependabot/npm_and_yarn/stable29/mime-4.0.7.zip
build(deps-dev): bump mime from 4.0.6 to 4.0.7dependabot/npm_and_yarn/stable29/mime-4.0.7
Bumps [mime](https://github.com/broofa/mime) from 4.0.6 to 4.0.7. - [Release notes](https://github.com/broofa/mime/releases) - [Changelog](https://github.com/broofa/mime/blob/main/CHANGELOG.md) - [Commits](https://github.com/broofa/mime/compare/v4.0.6...v4.0.7) --- updated-dependencies: - dependency-name: mime dependency-version: 4.0.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 5ef42f0f5dd..55eb921126a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -147,7 +147,7 @@
"karma-jasmine-sinon": "^1.0.4",
"karma-spec-reporter": "^0.0.36",
"karma-viewport": "^1.0.9",
- "mime": "^4.0.6",
+ "mime": "^4.0.7",
"puppeteer": "^24.4.0",
"raw-loader": "^4.0.2",
"regextras": "^0.8.0",
@@ -20937,9 +20937,9 @@
"license": "MIT"
},
"node_modules/mime": {
- "version": "4.0.6",
- "resolved": "https://registry.npmjs.org/mime/-/mime-4.0.6.tgz",
- "integrity": "sha512-4rGt7rvQHBbaSOF9POGkk1ocRP16Md1x36Xma8sz8h8/vfCUI2OtEIeCqe4Ofes853x4xDoPiFLIT47J5fI/7A==",
+ "version": "4.0.7",
+ "resolved": "https://registry.npmjs.org/mime/-/mime-4.0.7.tgz",
+ "integrity": "sha512-2OfDPL+e03E0LrXaGYOtTFIYhiuzep94NSsuhrNULq+stylcJedcHdzHtz0atMUuGwJfFYs0YL5xeC/Ca2x0eQ==",
"dev": true,
"funding": [
"https://github.com/sponsors/broofa"
diff --git a/package.json b/package.json
index b79508e416c..ba516b5fb29 100644
--- a/package.json
+++ b/package.json
@@ -174,7 +174,7 @@
"karma-jasmine-sinon": "^1.0.4",
"karma-spec-reporter": "^0.0.36",
"karma-viewport": "^1.0.9",
- "mime": "^4.0.6",
+ "mime": "^4.0.7",
"puppeteer": "^24.4.0",
"raw-loader": "^4.0.2",
"regextras": "^0.8.0",