Merge pull request #324 from NebulousLabs/dependabot/npm_and_yarn/gatsby-source-filesystem-2.3.24
This commit is contained in:
commit
0fe6ce1e85
|
@ -16,7 +16,7 @@
|
|||
"gatsby-plugin-robots-txt": "^1.5.1",
|
||||
"gatsby-plugin-sass": "^2.3.12",
|
||||
"gatsby-plugin-sharp": "^2.6.20",
|
||||
"gatsby-source-filesystem": "^2.3.20",
|
||||
"gatsby-source-filesystem": "^2.3.24",
|
||||
"gatsby-transformer-sharp": "^2.5.11",
|
||||
"http-status-codes": "^1.4.0",
|
||||
"jsonp": "^0.2.1",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -6904,10 +6904,10 @@ gatsby-recipes@^0.2.16:
|
|||
yoga-layout-prebuilt "^1.9.6"
|
||||
yup "^0.27.0"
|
||||
|
||||
gatsby-source-filesystem@^2.3.20:
|
||||
version "2.3.23"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.23.tgz#c97f37383febfd6ecb549307a2841f20e4e16122"
|
||||
integrity sha512-OkSefJZscSlf7tjJQIMHpzsf3evDcqf4T1iunMEwL1Qj1iZVD/6UbRIf1kJLt5SS8tGtvsqDNyaQ8Al7rsuJ1g==
|
||||
gatsby-source-filesystem@^2.3.24:
|
||||
version "2.3.24"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.24.tgz#857932fb91cba876ff1e48172103ead66cf2b0fe"
|
||||
integrity sha512-TiuuV7sczagVOKW94dfx1AkW/wfe678UOdBAJrMxA2wZvuTe/gXz4Vg4F+EJIoZ8pyy8BjQbclmqXEnGX4eYKw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.10.3"
|
||||
better-queue "^3.8.10"
|
||||
|
@ -6915,7 +6915,7 @@ gatsby-source-filesystem@^2.3.20:
|
|||
chokidar "3.4.0"
|
||||
file-type "^12.4.2"
|
||||
fs-extra "^8.1.0"
|
||||
gatsby-core-utils "^1.3.14"
|
||||
gatsby-core-utils "^1.3.15"
|
||||
got "^9.6.0"
|
||||
md5-file "^3.2.3"
|
||||
mime "^2.4.6"
|
||||
|
|
Reference in New Issue