Bump gatsby-source-filesystem from 2.3.11 to 2.3.12 in /website (#1475)

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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-06-23 17:57:59 +02:00 committed by GitHub
parent 56aaca8c53
commit f1581874b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

@ -47,7 +47,7 @@
"gatsby-remark-embedder": "^2.1.1",
"gatsby-remark-images": "^3.3.9",
"gatsby-remark-smartypants": "^2.3.3",
"gatsby-source-filesystem": "^2.3.11",
"gatsby-source-filesystem": "^2.3.12",
"gatsby-theme-tailwindcss": "^1.1.0",
"gatsby-transformer-yaml": "^2.4.2",
"graphviz-react": "^1.0.6",

View File

@ -8226,10 +8226,10 @@ gatsby-cli@^2.12.44:
yargs "^15.3.1"
yurnalist "^1.1.2"
gatsby-core-utils@^1.3.4, gatsby-core-utils@^1.3.5:
version "1.3.5"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.5.tgz#3c8f2dc940cec6570d1317f02ba028f327d1e773"
integrity sha512-kbwJ5BeQ8OixJVuBb1AGRL6vdkFz9nFBa6gXqjQ6AAXHhYDrjOYrRMIENT1QLoabWo6tlh0Hyl1agfWaQwW8lg==
gatsby-core-utils@^1.3.4, gatsby-core-utils@^1.3.5, gatsby-core-utils@^1.3.6:
version "1.3.6"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.6.tgz#5a001593276b0c1cc4a3c6c9a34da428e9374590"
integrity sha512-ptd//w6MX1/hUGO2KBffSUKSYIVU3SFRM2cKXN3CMmCQvn8ul2OHCjpNY8MyZQuluWk8nRtvhjEGrl+KJtcOnw==
dependencies:
ci-info "2.0.0"
configstore "^5.0.1"
@ -8677,10 +8677,10 @@ gatsby-remark-smartypants@^2.3.3:
retext-smartypants "^3.0.3"
unist-util-visit "^1.4.1"
gatsby-source-filesystem@^2.3.11:
version "2.3.11"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.11.tgz#0e65b01ba23d6ef49c6bdd005326ea4b51bcdd4b"
integrity sha512-IQdeoU1yvMEYjIYq7DyH4W/KAN0D1RGfpIYPzc/MAERatn1pUk5GHDLIghyIujeMY3oFXVbh9/63tSRv+Gu9/g==
gatsby-source-filesystem@^2.3.12:
version "2.3.12"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.12.tgz#d92cb9c6c4685ab272399b57f42134dcc61effdf"
integrity sha512-VFyQCpmbt+VGvXkd6Yrm0EmoVQ7vv3bAHSsy3pnXK61Ak3lQxGcwZlPU/z9famoODCTkePnkL1vtY6pxdCZ1FA==
dependencies:
"@babel/runtime" "^7.10.2"
better-queue "^3.8.10"
@ -8688,7 +8688,7 @@ gatsby-source-filesystem@^2.3.11:
chokidar "3.4.0"
file-type "^12.4.2"
fs-extra "^8.1.0"
gatsby-core-utils "^1.3.5"
gatsby-core-utils "^1.3.6"
got "^9.6.0"
md5-file "^3.2.3"
mime "^2.4.6"