From d07c1d8abce16a0df9b9d07a809bbea4922461d1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2020 14:07:47 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 2.1.57 to 2.2.1 Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.1.57 to 2.2.1. - [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.1/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 54562d48..8751b4b9 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "gatsby-plugin-robots-txt": "^1.5.0", "gatsby-plugin-sass": "^2.1.31", "gatsby-plugin-sharp": "^2.4.13", - "gatsby-source-filesystem": "^2.1.57", + "gatsby-source-filesystem": "^2.2.1", "gatsby-transformer-sharp": "^2.3.19", "jsonp": "^0.2.1", "node-sass": "^4.13.1", diff --git a/yarn.lock b/yarn.lock index 0008327d..838c5a7a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5702,10 +5702,10 @@ gatsby-react-router-scroll@^2.2.0: scroll-behavior "^0.9.12" warning "^3.0.0" -gatsby-source-filesystem@^2.1.57: - version "2.1.57" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.57.tgz#796a1004eac8a921b205b2881fc94c9a75e6aff5" - integrity sha512-HBD1wFoCpVXYLwL3Wwyz6d2E/ff7DDy81YrmCzXTJmAsGmVXraJZkUAbxwuqt3L793e8SHBd6yVi+wBKRowBXg== +gatsby-source-filesystem@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.2.1.tgz#878309ba203ffbd239cd2432363cb98e0e4f6eb1" + integrity sha512-JGNgJBP1X58Rgisn78uDQYUmPZrRG7DyTjPGbMU4bcbWYUoerSjmcp1Fpj+IVWCdz6e9MObTIdv2wgEIoHoaXw== dependencies: "@babel/runtime" "^7.8.7" better-queue "^3.8.10" @@ -5713,8 +5713,8 @@ gatsby-source-filesystem@^2.1.57: chokidar "3.3.1" file-type "^12.4.2" fs-extra "^8.1.0" - gatsby-core-utils "^1.0.34" - got "^8.3.2" + gatsby-core-utils "^1.1.0" + got "^9.6.0" md5-file "^3.2.3" mime "^2.4.4" pretty-bytes "^5.3.0"