From 80f9513f32962fcd2cda4f56cd1abe2c937e0cd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 08:58:48 +0000 Subject: [PATCH] Bump mime-types from 2.1.35 to 3.0.1 Bumps [mime-types](https://github.com/jshttp/mime-types) from 2.1.35 to 3.0.1. - [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/2.1.35...v3.0.1) --- updated-dependencies: - dependency-name: mime-types dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b09c6605..cbd601f2 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "chalk": "^5.0.0", "form-data": "^4.0.0", "js-yaml": "^4.1.0", - "mime-types": "^2.1.30", + "mime-types": "^3.0.1", "nopt": "^8.0.0", "stack-utils": "^2.0.3", "tough-cookie": "^5.1.0",