From bb838e6f99a471c04fb2623245bb4978dcaceff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:48:36 +0000 Subject: [PATCH] chore(deps): bump file-type from 18.7.0 to 19.0.0 (#10282) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4f851052aefe..84af8a615bf4 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "express": "^4.18.2", "fdir": "^6.1.1", "feed": "^4.2.2", - "file-type": "^18.7.0", + "file-type": "^19.0.0", "front-matter": "^4.0.2", "fs-extra": "^11.2.0", "got": "^13.0.0", diff --git a/yarn.lock b/yarn.lock index 09320034e0fa..94ea0c3001f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6989,10 +6989,10 @@ file-type@^16.5.3: strtok3 "^6.2.4" token-types "^4.1.1" -file-type@^18.7.0: - version "18.7.0" - resolved "https://registry.yarnpkg.com/file-type/-/file-type-18.7.0.tgz#cddb16f184d6b94106cfc4bb56978726b25cb2a2" - integrity sha512-ihHtXRzXEziMrQ56VSgU7wkxh55iNchFkosu7Y9/S+tXHdKyrGjVK0ujbqNnsxzea+78MaLhN6PGmfYSAv1ACw== +file-type@^19.0.0: + version "19.0.0" + resolved "https://registry.yarnpkg.com/file-type/-/file-type-19.0.0.tgz#62a6cadc43f73ba38c53e1a174943a75fdafafa9" + integrity sha512-s7cxa7/leUWLiXO78DVVfBVse+milos9FitauDLG1pI7lNaJ2+5lzPnr2N24ym+84HVwJL6hVuGfgVE+ALvU8Q== dependencies: readable-web-to-node-stream "^3.0.2" strtok3 "^7.0.0"