From d9bf429fcefce97624fd969230d3454236f7ee26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jan 2022 04:39:21 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 4.4.0 to 4.5.2 in /packages/website Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 4.4.0 to 4.5.2. - [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.5.2/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 12747d07..8701d28c 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.4.0", - "gatsby-source-filesystem": "4.4.0", + "gatsby-source-filesystem": "4.5.2", "gatsby-transformer-json": "4.5.0", "gatsby-transformer-remark": "5.4.0", "gatsby-transformer-sharp": "4.5.0", diff --git a/packages/website/yarn.lock b/packages/website/yarn.lock index 5e241feb..541761c0 100644 --- a/packages/website/yarn.lock +++ b/packages/website/yarn.lock @@ -6407,17 +6407,17 @@ gatsby-remark-smartypants@5.4.0: retext-smartypants "^4.0.0" unist-util-visit "^2.0.3" -gatsby-source-filesystem@4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.4.0.tgz#9921ac0600166e4ee0cd561d194c2df89a42e11d" - integrity sha512-tN+aJdOnBf92V9oHXaGzPB6gL0EhpYH0mh/dfszroy25CtSq07fZu8SynS/B3ClJVi22MkD0imcDVMlPJGSQ3w== +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== 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.4.0" + gatsby-core-utils "^3.5.2" got "^9.6.0" md5-file "^5.0.0" mime "^2.5.2"