From bf8cfab854f5e87166969c1f61322bd31c5d20dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2020 09:43:12 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 2.3.18 to 2.3.19 Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.3.18 to 2.3.19. - [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.19/packages/gatsby-source-filesystem) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b783450a..dd30ec09 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "gatsby-plugin-robots-txt": "^1.5.1", "gatsby-plugin-sass": "^2.3.12", "gatsby-plugin-sharp": "^2.6.18", - "gatsby-source-filesystem": "^2.3.18", + "gatsby-source-filesystem": "^2.3.19", "gatsby-transformer-sharp": "^2.5.10", "http-status-codes": "^1.4.0", "jsonp": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index 0cda39a8..0e7de9f8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6574,10 +6574,10 @@ gatsby-recipes@^0.1.51: ws "^7.3.0" xstate "^4.11.0" -gatsby-source-filesystem@^2.3.18: - version "2.3.18" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.18.tgz#b86d914d3c94b2e5e48bdcb2ce04b1ec12272181" - integrity sha512-HcPhm8yIYrpSVCVOiCzE8dGOKfv78Dvw8p86COE/EbvqRyXQ7x2N+v5dZSluSejtoXck0vISa2kJCGPTGzcsbw== +gatsby-source-filesystem@^2.3.19: + version "2.3.19" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.19.tgz#48871ca06d1dc431f415f72476f9358a59e6910c" + integrity sha512-vFNm1Qx7nHJVtnvA1tsQYNYdr7co8hI8rrt7OwIExW19ouryqSNtzSs7T2MHQNyeXLuIajEA2xOh4Q1OgC+9UA== dependencies: "@babel/runtime" "^7.10.3" better-queue "^3.8.10" @@ -6585,7 +6585,7 @@ gatsby-source-filesystem@^2.3.18: chokidar "3.4.0" file-type "^12.4.2" fs-extra "^8.1.0" - gatsby-core-utils "^1.3.11" + gatsby-core-utils "^1.3.12" got "^9.6.0" md5-file "^3.2.3" mime "^2.4.6"