From 9e38a7c82b0fb4e1f69b7dd1277f521a6788c4b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 17:55:21 +0000 Subject: [PATCH] fix(deps): update dependency file-type to v21.3.4 --- package-lock.json | 26 +++++--------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 59e78fe2..944cfa7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "debug": "4.3.4", "dotenv": "16.4.5", "extend": "3.0.2", - "file-type": "21.3.2", + "file-type": "21.3.4", "form-data": "4.0.4", "isstream": "0.1.2", "jsonwebtoken": "9.0.3", @@ -30,7 +30,7 @@ "@commitlint/cli": "12.0.1", "@commitlint/config-conventional": "7.0.1", "@masterodin/publisher": "0.10.0", - "@microsoft/api-documenter": "^7.30.5", + "@microsoft/api-documenter": "7.30.5", "@microsoft/api-extractor": "7.58.7", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", @@ -6720,9 +6720,9 @@ } }, "node_modules/file-type": { - "version": "21.3.2", - "resolved": "https://registry.npmjs.org/file-type/-/file-type-21.3.2.tgz", - "integrity": "sha512-DLkUvGwep3poOV2wpzbHCOnSKGk1LzyXTv+aHFgN2VFl96wnp8YA9YjO2qPzg5PuL8q/SW9Pdi6WTkYOIh995w==", + "version": "21.3.4", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-21.3.4.tgz", + "integrity": "sha512-Ievi/yy8DS3ygGvT47PjSfdFoX+2isQueoYP1cntFW1JLYAuS4GD7NUPGg4zv2iZfV52uDyk5w5Z0TdpRS6Q1g==", "license": "MIT", "dependencies": { "@tokenizer/inflate": "^0.4.1", @@ -13864,22 +13864,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/semantic-release/node_modules/typescript": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", - "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", - "dev": true, - "license": "Apache-2.0", - "optional": true, - "peer": true, - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, "node_modules/semantic-release/node_modules/wrap-ansi": { "version": "9.0.2", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.2.tgz", diff --git a/package.json b/package.json index 15a9b78a..24508396 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "debug": "4.3.4", "dotenv": "16.4.5", "extend": "3.0.2", - "file-type": "21.3.2", + "file-type": "21.3.4", "form-data": "4.0.4", "isstream": "0.1.2", "jsonwebtoken": "9.0.3",