Bump gatsby-source-filesystem from 2.3.10 to 2.3.11 in /website

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-06-15 11:15:06 +00:00 committed by GitHub
parent 4665424696
commit 079000b173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

View File

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

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:
version "1.3.4"
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.4.tgz#a3adc461dc90e55b8aef03d9c4440c2018f7e06c"
integrity sha512-LSNwM14pKQP93Qvsa13pneHKxoKX6dbQ+Z7PTKm6aWR4JY+jiHUCN8RyFH1GsL6iB5AHeMUslJZx/X0eUQJrsQ==
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==
dependencies:
ci-info "2.0.0"
configstore "^5.0.1"
@ -8668,10 +8668,10 @@ gatsby-remark-smartypants@^2.3.3:
retext-smartypants "^3.0.3"
unist-util-visit "^1.4.1"
gatsby-source-filesystem@^2.3.10:
version "2.3.10"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.10.tgz#3cbf31dbf52349928db564e13b5bf182e1394708"
integrity sha512-hX58a6eAjkmViq2Esvg9Q2JNN12UScCktvv7ci4u9dgxmQ+1GQCGtwfRm2WmI8EIiH8+ifbXSNxyFDpPr8yTgQ==
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==
dependencies:
"@babel/runtime" "^7.10.2"
better-queue "^3.8.10"
@ -8679,7 +8679,7 @@ gatsby-source-filesystem@^2.3.10:
chokidar "3.4.0"
file-type "^12.4.2"
fs-extra "^8.1.0"
gatsby-core-utils "^1.3.4"
gatsby-core-utils "^1.3.5"
got "^9.6.0"
md5-file "^3.2.3"
mime "^2.4.6"