From 8adc7a3f2e9125861b34cdbc2f5d9b2ac85913e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 02:31:59 +0000 Subject: [PATCH] chore(deps): bump file-type from 21.3.0 to 21.3.1 Bumps [file-type](https://github.com/sindresorhus/file-type) from 21.3.0 to 21.3.1. - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](https://github.com/sindresorhus/file-type/compare/v21.3.0...v21.3.1) --- updated-dependencies: - dependency-name: file-type dependency-version: 21.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 45 ++++----------------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 42 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6577ec70..b34f54cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "better-auth": "^1.4.18", "better-sqlite3": "^12.6.2", "drizzle-orm": "^0.45.1", - "file-type": "^21.3.0", + "file-type": "^21.3.1", "lucide-vue-next": "^0.564.0", "nuxt": "^4.3.1", "postgres": "^3.4.8", @@ -5723,27 +5723,6 @@ "npm": ">=6" } }, - "node_modules/@posthog/cli/node_modules/@isaacs/balanced-match": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz", - "integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==", - "license": "MIT", - "engines": { - "node": "20 || >=22" - } - }, - "node_modules/@posthog/cli/node_modules/@isaacs/brace-expansion": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.1.tgz", - "integrity": "sha512-WMz71T1JS624nWj2n2fnYAuPovhv7EUhk69R6i9dsVyzxt5eM3bjwvgk9L+APE1TRscGysAVMANkB0jh0LQZrQ==", - "license": "MIT", - "dependencies": { - "@isaacs/balanced-match": "^4.0.1" - }, - "engines": { - "node": "20 || >=22" - } - }, "node_modules/@posthog/cli/node_modules/asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", @@ -6151,22 +6130,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/@posthog/cli/node_modules/prettier": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz", - "integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==", - "extraneous": true, - "license": "MIT", - "bin": { - "prettier": "bin/prettier.cjs" - }, - "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/prettier/prettier?sponsor=1" - } - }, "node_modules/@posthog/cli/node_modules/proxy-from-env": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", @@ -11918,9 +11881,9 @@ } }, "node_modules/file-type": { - "version": "21.3.0", - "resolved": "https://registry.npmjs.org/file-type/-/file-type-21.3.0.tgz", - "integrity": "sha512-8kPJMIGz1Yt/aPEwOsrR97ZyZaD1Iqm8PClb1nYFclUCkBi0Ma5IsYNQzvSFS9ib51lWyIw5mIT9rWzI/xjpzA==", + "version": "21.3.1", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-21.3.1.tgz", + "integrity": "sha512-SrzXX46I/zsRDjTb82eucsGg0ODq2NpGDp4HcsFKApPy8P8vACjpJRDoGGMfEzhFC0ry61ajd7f72J3603anBA==", "license": "MIT", "dependencies": { "@tokenizer/inflate": "^0.4.1", diff --git a/package.json b/package.json index 48bfbbb6..ae1d727e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "better-auth": "^1.4.18", "better-sqlite3": "^12.6.2", "drizzle-orm": "^0.45.1", - "file-type": "^21.3.0", + "file-type": "^21.3.1", "lucide-vue-next": "^0.564.0", "nuxt": "^4.3.1", "postgres": "^3.4.8",