From 5f991b11c721893e4bc0f3ab5b22d81cdd34c53b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Aug 2021 10:23:49 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 3.10.0 to 3.11.0 in /packages/website Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 3.10.0 to 3.11.0. - [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@3.11.0/packages/gatsby-source-filesystem) --- updated-dependencies: - dependency-name: gatsby-source-filesystem dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/website/package.json | 2 +- packages/website/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/website/package.json b/packages/website/package.json index ef7b5f60..f0be021a 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -34,7 +34,7 @@ "gatsby-remark-prismjs": "^5.8.0", "gatsby-remark-responsive-iframe": "^4.8.0", "gatsby-remark-smartypants": "^4.8.0", - "gatsby-source-filesystem": "^3.10.0", + "gatsby-source-filesystem": "^3.11.0", "gatsby-transformer-json": "^3.11.0", "gatsby-transformer-remark": "^4.8.0", "gatsby-transformer-sharp": "^3.11.0", diff --git a/packages/website/yarn.lock b/packages/website/yarn.lock index e0eb8945..915ef6a1 100644 --- a/packages/website/yarn.lock +++ b/packages/website/yarn.lock @@ -6876,17 +6876,17 @@ gatsby-remark-smartypants@^4.8.0: retext-smartypants "^4.0.0" unist-util-visit "^2.0.3" -gatsby-source-filesystem@^3.10.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-3.10.0.tgz#57f1e3d7d778177316651a42c9fb62e457e4997b" - integrity sha512-u5gNZ/p6ZX0RQ2em2Y6e7VYNolavadHagizSsdbgxXKGMtJJq+q2OElGDfAvmAs6htIZ1jx7sF+dpS5ZHuCixw== +gatsby-source-filesystem@^3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-3.11.0.tgz#b9d67f9a685e8542d1be0f0917a6223b31a787e4" + integrity sha512-cKQ4yhzLfw8Gs0B1FtgsLu51iqF+BUu/UewLBtu61I7Qyym797ESqeAvBd0bdHYckXmWl7c3qhBd1531iOXp2w== dependencies: "@babel/runtime" "^7.14.6" better-queue "^3.8.10" chokidar "^3.4.3" file-type "^16.0.0" fs-extra "^8.1.0" - gatsby-core-utils "^2.10.0" + gatsby-core-utils "^2.11.0" got "^9.6.0" md5-file "^5.0.0" mime "^2.4.6"