From 2972b3f683e49d23de9bedff0da75d1fb875174f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2020 11:44:56 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 2.2.2 to 2.2.4 Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.2.2 to 2.2.4. - [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.2.4/packages/gatsby-source-filesystem) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 83c0b410..fcf96ad4 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "gatsby-plugin-robots-txt": "^1.5.0", "gatsby-plugin-sass": "^2.2.1", "gatsby-plugin-sharp": "^2.5.6", - "gatsby-source-filesystem": "^2.2.2", + "gatsby-source-filesystem": "^2.2.4", "gatsby-transformer-sharp": "^2.4.4", "jsonp": "^0.2.1", "node-sass": "^4.13.1", diff --git a/yarn.lock b/yarn.lock index 4d8d3dd2..d2c8bb5e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6289,10 +6289,10 @@ gatsby-recipes@^0.0.9: ws "^7.2.3" xstate "^4.8.0" -gatsby-source-filesystem@^2.2.2: - version "2.2.2" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.2.2.tgz#9ecbc9e64fedd1c30b4d21f7e148016353b2dc17" - integrity sha512-uHHCiTp8/q9JF0Yr14Q5aJZ07jUJSV6HJSnrSVnEIF4PfRQkVJG5FHQULmxJUXWQhIoy17EGuzqVjxMsFY69QA== +gatsby-source-filesystem@^2.2.4: + version "2.2.4" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.2.4.tgz#5526e90efa3fd1dd56df587bdbcd87cb6280aa29" + integrity sha512-Tf5HKAYcVmVFj7DhWi7+opDH312em8vkuoH/fTVLReBrN0yfi8maDha9EaZj4lL1fTtLk6WG0TwOM6GkyYiqgw== dependencies: "@babel/runtime" "^7.8.7" better-queue "^3.8.10" @@ -6300,7 +6300,7 @@ gatsby-source-filesystem@^2.2.2: chokidar "3.3.1" file-type "^12.4.2" fs-extra "^8.1.0" - gatsby-core-utils "^1.1.1" + gatsby-core-utils "^1.1.3" got "^9.6.0" md5-file "^3.2.3" mime "^2.4.4"