From 69fbbd23bd579884dccd07a3a2d645bca30add93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 00:20:54 +0000 Subject: [PATCH] build(deps): bump file-type from 19.6.0 to 20.0.0 Bumps [file-type](https://github.com/sindresorhus/file-type) from 19.6.0 to 20.0.0. - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](https://github.com/sindresorhus/file-type/compare/v19.6.0...v20.0.0) --- updated-dependencies: - dependency-name: file-type 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 975b825..bc50f44 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "express": "5.0.1", "express-fileupload": "1.5.0", - "file-type": "19.6.0", + "file-type": "20.0.0", "jsdom": "26.0.0", "mkdirp": "3.0", "node-fetch": "3.3.0",