From 740c04dd3762921d801f7dacdb64d58449013468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 01:37:37 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 4.5.2 to 4.6.0 in /packages/website Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 4.5.2 to 4.6.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@4.6.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 a19fbc70..74f865d9 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -33,7 +33,7 @@ "gatsby-remark-prismjs": "6.5.0", "gatsby-remark-responsive-iframe": "5.5.0", "gatsby-remark-smartypants": "5.6.0", - "gatsby-source-filesystem": "4.5.2", + "gatsby-source-filesystem": "4.6.0", "gatsby-transformer-json": "4.5.0", "gatsby-transformer-remark": "5.6.0", "gatsby-transformer-sharp": "4.6.0", diff --git a/packages/website/yarn.lock b/packages/website/yarn.lock index 8cfdd631..ec56006e 100644 --- a/packages/website/yarn.lock +++ b/packages/website/yarn.lock @@ -6403,17 +6403,17 @@ gatsby-remark-smartypants@5.6.0: retext-smartypants "^4.0.0" unist-util-visit "^2.0.3" -gatsby-source-filesystem@4.5.2: - version "4.5.2" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.5.2.tgz#e139b3beb4afa14cd9211899ab0542091724cc35" - integrity sha512-q3S7ffE3EdxIr3kpqN9UyDOJeHePuc6VLqodibbeEFO/l+DVrmvLSDTQlo2n6MUQtEsQ+UWyitcX2+WydpCGBg== +gatsby-source-filesystem@4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.6.0.tgz#c8f19397a6f980b4d92bd57e8967f814b8b5d1de" + integrity sha512-Ve6VfFJ4moTX7n8uDTGF7K07HdjWkWW7c9Bn1etcS2QcFRRMj/lxQ/2EFpgVM20jtZ60IG1vqnAzDabqz7UxXQ== dependencies: "@babel/runtime" "^7.15.4" chokidar "^3.5.2" fastq "^1.13.0" file-type "^16.5.3" fs-extra "^10.0.0" - gatsby-core-utils "^3.5.2" + gatsby-core-utils "^3.6.0" got "^9.6.0" md5-file "^5.0.0" mime "^2.5.2"