From cc50d0a3908c2aee57ec7ced44117e117ef7578d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 04:02:59 +0000 Subject: [PATCH] fix(deps): bump mime-types from 3.0.1 to 3.0.2 Bumps [mime-types](https://github.com/jshttp/mime-types) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/jshttp/mime-types/releases) - [Changelog](https://github.com/jshttp/mime-types/blob/master/HISTORY.md) - [Commits](https://github.com/jshttp/mime-types/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: mime-types dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fd84e9dd..a3da4703 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "express": "5.1.0", "express-async-handler": "1.2.0", "fast-xml-parser": "5.3.2", - "mime-types": "3.0.1", + "mime-types": "3.0.2", "open": "11.0.0", "openpgp": "6.2.2", "otpauth": "9.4.1", diff --git a/yarn.lock b/yarn.lock index 7b134c44..dafdebb5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5542,10 +5542,10 @@ mime-db@^1.54.0: resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.54.0.tgz#cddb3ee4f9c64530dff640236661d42cb6a314f5" integrity sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ== -mime-types@3.0.1, mime-types@^3.0.0, mime-types@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-3.0.1.tgz#b1d94d6997a9b32fd69ebaed0db73de8acb519ce" - integrity sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA== +mime-types@3.0.2, mime-types@^3.0.0, mime-types@^3.0.1: + version "3.0.2" + resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-3.0.2.tgz#39002d4182575d5af036ffa118100f2524b2e2ab" + integrity sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A== dependencies: mime-db "^1.54.0"