Skip to content

Commit

Permalink
fix(deps): update dependency file-type to ^16.5.4 for gatsby-source-f…
Browse files Browse the repository at this point in the history
…ilesystem (#36276)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 9, 2022
1 parent 2be3fa7 commit 2bbe96d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-source-filesystem/package.json
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -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"
Expand Down

0 comments on commit 2bbe96d

Please sign in to comment.