Skip to content

Commit f538563

Browse files
renovate[bot]sidharthachatterjee
authored andcommitted
fix: update dependency file-type to v12 (#17030)
1 parent f92295e commit f538563

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/gatsby-source-filesystem/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"better-queue": "^3.8.10",
1212
"bluebird": "^3.5.5",
1313
"chokidar": "3.0.2",
14-
"file-type": "^10.11.0",
14+
"file-type": "^12.2.0",
1515
"fs-extra": "^5.0.0",
1616
"gatsby-core-utils": "^1.0.6",
1717
"got": "^7.1.0",

yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -7875,11 +7875,16 @@ [email protected], file-type@^5.2.0:
78757875
version "5.2.0"
78767876
resolved "https://registry.yarnpkg.com/file-type/-/file-type-5.2.0.tgz#2ddbea7c73ffe36368dfae49dc338c058c2b8ad6"
78777877

7878-
file-type@^10.11.0, file-type@^10.7.0:
7878+
file-type@^10.7.0:
78797879
version "10.11.0"
78807880
resolved "https://registry.yarnpkg.com/file-type/-/file-type-10.11.0.tgz#2961d09e4675b9fb9a3ee6b69e9cd23f43fd1890"
78817881
integrity sha512-uzk64HRpUZyTGZtVuvrjP0FYxzQrBf4rojot6J65YMEbwBLB0CWm0CLojVpwpmFmxcE/lkvYICgfcGozbBq6rw==
78827882

7883+
file-type@^12.2.0:
7884+
version "12.2.0"
7885+
resolved "https://registry.yarnpkg.com/file-type/-/file-type-12.2.0.tgz#bc4bce830e38a96a0ecfea0e2dfcee2855ed1380"
7886+
integrity sha512-bkDBeH5doAqP69axEO69OviLlWbrZ10Ne2OPHaxBgG+fyT0w/2zfMzJz21SPwq5Iq0aN70q7RN3KRcdUY427Mg==
7887+
78837888
file-type@^3.8.0:
78847889
version "3.9.0"
78857890
resolved "https://registry.yarnpkg.com/file-type/-/file-type-3.9.0.tgz#257a078384d1db8087bc449d107d52a52672b9e9"

0 commit comments

Comments
 (0)