From 2bbe96d9099e1c3d9b64ab3bb5c9b257c40386b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 07:40:40 +0200 Subject: [PATCH] fix(deps): update dependency file-type to ^16.5.4 for gatsby-source-filesystem (#36276) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/gatsby-source-filesystem/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index 685b2c47f475f..bf558d7e5d0d7 100644 --- a/packages/gatsby-source-filesystem/package.json +++ b/packages/gatsby-source-filesystem/package.json @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.15.4", "chokidar": "^3.5.3", - "file-type": "^16.5.3", + "file-type": "^16.5.4", "fs-extra": "^10.1.0", "gatsby-core-utils": "^3.21.0-next.1", "got": "^9.6.0", diff --git a/yarn.lock b/yarn.lock index ac6febb9e8118..27755c03a8c6c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11104,10 +11104,10 @@ file-type@^15.0.1: token-types "^2.0.0" typedarray-to-buffer "^3.1.5" -file-type@^16.5.3: - version "16.5.3" - resolved "https://registry.yarnpkg.com/file-type/-/file-type-16.5.3.tgz#474b7e88c74724046abb505e9b8ed4db30c4fc06" - integrity sha512-uVsl7iFhHSOY4bEONLlTK47iAHtNsFHWP5YE4xJfZ4rnX7S1Q3wce09XgqSC7E/xh8Ncv/be1lNoyprlUH/x6A== +file-type@^16.5.3, file-type@^16.5.4: + version "16.5.4" + resolved "https://registry.yarnpkg.com/file-type/-/file-type-16.5.4.tgz#474fb4f704bee427681f98dd390058a172a6c2fd" + integrity sha512-/yFHK0aGjFEgDJjEKP0pWCplsPFPhwyfwevf/pVxiN0tmE4L9LmwWxWukdJSHdoCli4VgQLehjJtwQBnqmsKcw== dependencies: readable-web-to-node-stream "^3.0.0" strtok3 "^6.2.4"