Bump gatsby-source-filesystem from 2.3.11 to 2.3.12

Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.3.11 to 2.3.12.
- [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.12/packages/gatsby-source-filesystem)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-06-22 12:46:08 +00:00 committed by GitHub
parent ef7e53c642
commit 27c34a833a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 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.4", "gatsby-plugin-sass": "^2.3.4",
"gatsby-plugin-sharp": "^2.6.12", "gatsby-plugin-sharp": "^2.6.12",
"gatsby-source-filesystem": "^2.3.11", "gatsby-source-filesystem": "^2.3.12",
"gatsby-transformer-sharp": "^2.5.5", "gatsby-transformer-sharp": "^2.5.5",
"http-status-codes": "^1.4.0", "http-status-codes": "^1.4.0",
"jsonp": "^0.2.1", "jsonp": "^0.2.1",

View File

@ -6503,7 +6503,7 @@ gatsby-cli@^2.12.48:
yargs "^15.3.1" yargs "^15.3.1"
yurnalist "^1.1.2" yurnalist "^1.1.2"
gatsby-core-utils@^1.3.5, gatsby-core-utils@^1.3.6: gatsby-core-utils@^1.3.6:
version "1.3.6" version "1.3.6"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.6.tgz#5a001593276b0c1cc4a3c6c9a34da428e9374590" resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.6.tgz#5a001593276b0c1cc4a3c6c9a34da428e9374590"
integrity sha512-ptd//w6MX1/hUGO2KBffSUKSYIVU3SFRM2cKXN3CMmCQvn8ul2OHCjpNY8MyZQuluWk8nRtvhjEGrl+KJtcOnw== integrity sha512-ptd//w6MX1/hUGO2KBffSUKSYIVU3SFRM2cKXN3CMmCQvn8ul2OHCjpNY8MyZQuluWk8nRtvhjEGrl+KJtcOnw==
@ -6723,10 +6723,10 @@ gatsby-recipes@^0.1.41:
ws "^7.3.0" ws "^7.3.0"
xstate "^4.10.0" xstate "^4.10.0"
gatsby-source-filesystem@^2.3.11: gatsby-source-filesystem@^2.3.12:
version "2.3.11" version "2.3.12"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.11.tgz#0e65b01ba23d6ef49c6bdd005326ea4b51bcdd4b" resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.12.tgz#d92cb9c6c4685ab272399b57f42134dcc61effdf"
integrity sha512-IQdeoU1yvMEYjIYq7DyH4W/KAN0D1RGfpIYPzc/MAERatn1pUk5GHDLIghyIujeMY3oFXVbh9/63tSRv+Gu9/g== integrity sha512-VFyQCpmbt+VGvXkd6Yrm0EmoVQ7vv3bAHSsy3pnXK61Ak3lQxGcwZlPU/z9famoODCTkePnkL1vtY6pxdCZ1FA==
dependencies: dependencies:
"@babel/runtime" "^7.10.2" "@babel/runtime" "^7.10.2"
better-queue "^3.8.10" better-queue "^3.8.10"
@ -6734,7 +6734,7 @@ gatsby-source-filesystem@^2.3.11:
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.5" gatsby-core-utils "^1.3.6"
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"