Bump gatsby-source-filesystem from 2.3.20 to 2.3.24

Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.3.20 to 2.3.24.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-filesystem/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.3.24/packages/gatsby-source-filesystem)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-08-18 16:24:01 +00:00 committed by GitHub
parent b2bb4cb9ff
commit df9e47f6b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -16,7 +16,7 @@
"gatsby-plugin-robots-txt": "^1.5.1", "gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sass": "^2.3.12", "gatsby-plugin-sass": "^2.3.12",
"gatsby-plugin-sharp": "^2.6.20", "gatsby-plugin-sharp": "^2.6.20",
"gatsby-source-filesystem": "^2.3.20", "gatsby-source-filesystem": "^2.3.24",
"gatsby-transformer-sharp": "^2.5.11", "gatsby-transformer-sharp": "^2.5.11",
"http-status-codes": "^1.4.0", "http-status-codes": "^1.4.0",
"jsonp": "^0.2.1", "jsonp": "^0.2.1",

View File

@ -6134,10 +6134,10 @@ gatsby-cli@^2.12.67:
yargs "^15.3.1" yargs "^15.3.1"
yurnalist "^1.1.2" yurnalist "^1.1.2"
gatsby-core-utils@^1.3.14: gatsby-core-utils@^1.3.14, gatsby-core-utils@^1.3.15:
version "1.3.14" version "1.3.15"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.14.tgz#a830412a9edb87544bc0d1ad9c2556d33aa0d157" resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.15.tgz#6fad76a238df514afa70fed0f94427fbb39762ca"
integrity sha512-jfC+x5rrYUfl70MHRLsOtsXqdlqIbQGVDKXrvp6IPIUP8TKU6XIpYktF0Yd4ldJIWmGZTa062RWUOd2DFBHVSw== integrity sha512-np1tJCGejhCHtgHdFl6+y5EwVAzdrieJZ3hdvpeOrJ22bL9ktl5XVLy4K937ThgxHLp8+ElMDVdziNun5tC8eg==
dependencies: dependencies:
ci-info "2.0.0" ci-info "2.0.0"
configstore "^5.0.1" configstore "^5.0.1"
@ -6359,10 +6359,10 @@ gatsby-recipes@^0.1.57:
ws "^7.3.0" ws "^7.3.0"
xstate "^4.11.0" xstate "^4.11.0"
gatsby-source-filesystem@^2.3.20: gatsby-source-filesystem@^2.3.24:
version "2.3.23" version "2.3.24"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.23.tgz#c97f37383febfd6ecb549307a2841f20e4e16122" resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.24.tgz#857932fb91cba876ff1e48172103ead66cf2b0fe"
integrity sha512-OkSefJZscSlf7tjJQIMHpzsf3evDcqf4T1iunMEwL1Qj1iZVD/6UbRIf1kJLt5SS8tGtvsqDNyaQ8Al7rsuJ1g== integrity sha512-TiuuV7sczagVOKW94dfx1AkW/wfe678UOdBAJrMxA2wZvuTe/gXz4Vg4F+EJIoZ8pyy8BjQbclmqXEnGX4eYKw==
dependencies: dependencies:
"@babel/runtime" "^7.10.3" "@babel/runtime" "^7.10.3"
better-queue "^3.8.10" better-queue "^3.8.10"
@ -6370,7 +6370,7 @@ gatsby-source-filesystem@^2.3.20:
chokidar "3.4.0" chokidar "3.4.0"
file-type "^12.4.2" file-type "^12.4.2"
fs-extra "^8.1.0" fs-extra "^8.1.0"
gatsby-core-utils "^1.3.14" gatsby-core-utils "^1.3.15"
got "^9.6.0" got "^9.6.0"
md5-file "^3.2.3" md5-file "^3.2.3"
mime "^2.4.6" mime "^2.4.6"