From c032a35c09d59ad21e01fdecca9a2acfa9c4e29d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 12:36:43 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 2.3.3 to 2.3.8 Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.3.3 to 2.3.8. - [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.8/packages/gatsby-source-filesystem) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 20ba7783..a8c5bb41 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "gatsby-plugin-robots-txt": "^1.5.0", "gatsby-plugin-sass": "^2.3.2", "gatsby-plugin-sharp": "^2.6.9", - "gatsby-source-filesystem": "^2.3.3", + "gatsby-source-filesystem": "^2.3.8", "gatsby-transformer-sharp": "^2.4.6", "jsonp": "^0.2.1", "node-sass": "^4.14.0", diff --git a/yarn.lock b/yarn.lock index 46ad490e..d4e0ddb2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6002,7 +6002,7 @@ gatsby-cli@^2.12.34: ink "^2.7.1" ink-spinner "^3.0.1" -gatsby-core-utils@^1.2.2, gatsby-core-utils@^1.3.3: +gatsby-core-utils@^1.3.3: version "1.3.3" resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.3.tgz#f721600994c91743f3815e0c2c54f3f3947dbd62" integrity sha512-kRcC7Fsn7puGeJERK5EZ3x4drPOnnYNlFygl1tEbpFIKdOhsWRlRF8es7uaqwyZBtBYJHVHHjCyJszRiJRZ5Sw== @@ -6215,10 +6215,10 @@ gatsby-recipes@^0.1.28: ws "^7.3.0" xstate "^4.9.1" -gatsby-source-filesystem@^2.3.3: - version "2.3.3" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.3.tgz#16a7be93c577da11137654cd04d4bcf0c73c1867" - integrity sha512-RsA6xssBKEel2e0Rj1hQZRNtPQ1lOh2ZlpXZr3CpE3W52F8bSrGnIBnqkmp4aPmtDGYgcw3okid0UNhBmUeiuA== +gatsby-source-filesystem@^2.3.8: + version "2.3.8" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.8.tgz#c1902fefdd700f2b34eea2d6dcd75543e49f90e2" + integrity sha512-b+K1WU8x7Ekxf1f7FrSAtjOkHhWTlrDJhubkA38SUgSbmKDotTOoU+bLi7PlnA3GgUnZ9kGSvzXNImRc6fFPCg== dependencies: "@babel/runtime" "^7.9.6" better-queue "^3.8.10" @@ -6226,7 +6226,7 @@ gatsby-source-filesystem@^2.3.3: chokidar "3.4.0" file-type "^12.4.2" fs-extra "^8.1.0" - gatsby-core-utils "^1.2.2" + gatsby-core-utils "^1.3.3" got "^9.6.0" md5-file "^3.2.3" mime "^2.4.5"