From c0bfeb1eebf4a3dc04d1ea775c67f0b482c76172 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 12:33:20 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 2.1.48 to 2.1.50 Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.1.48 to 2.1.50. - [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.1.50/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 49f1836d..158bee82 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "gatsby-plugin-robots-txt": "^1.5.0", "gatsby-plugin-sass": "^2.1.30", "gatsby-plugin-sharp": "^2.4.7", - "gatsby-source-filesystem": "^2.1.48", + "gatsby-source-filesystem": "^2.1.50", "gatsby-transformer-sharp": "^2.3.17", "jsonp": "^0.2.1", "node-sass": "^4.13.1", diff --git a/yarn.lock b/yarn.lock index 9fe6cf19..f6fa04cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5476,7 +5476,7 @@ gatsby-cli@^2.10.2: ink "^2.6.0" ink-spinner "^3.0.1" -gatsby-core-utils@^1.0.28, gatsby-core-utils@^1.0.30: +gatsby-core-utils@^1.0.30: version "1.0.30" resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.0.30.tgz#c2b61017405b01e2f34f2c57117b4716c75e010f" integrity sha512-+WYFxf9dT4u67vecXdROe9iF2jzPKoTVbWI3FYLCcNANY2Y/vEec11vhG5FnBHdLpgmD3cnLPdhCAileKWBldA== @@ -5609,10 +5609,10 @@ gatsby-react-router-scroll@^2.1.23: scroll-behavior "^0.9.10" warning "^3.0.0" -gatsby-source-filesystem@^2.1.48: - version "2.1.48" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.48.tgz#85bd83b953278a7597be38b2e8cd9c69de32fa64" - integrity sha512-m1RIYDoV9rhMe2p0ZJA1ae4IIX+iIJCMpNnQiQVtTf+mfihiWyDAdi4lsWzJUxPt8FQwDgUG7GzY3sAoGctvzQ== +gatsby-source-filesystem@^2.1.50: + version "2.1.50" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.50.tgz#cce82defe88bb280e5d206caac26fc6b880c1cd9" + integrity sha512-BSjxTFT3srIhRxlD4sPeJ+p6xtBzqeJ4zMyyzjVgsAkRcnWFzpyGVnH9eBWnYuhPIz1I9bXvKtQZYsIYcYUYCw== dependencies: "@babel/runtime" "^7.7.6" better-queue "^3.8.10" @@ -5620,7 +5620,7 @@ gatsby-source-filesystem@^2.1.48: chokidar "3.3.0" file-type "^12.4.0" fs-extra "^8.1.0" - gatsby-core-utils "^1.0.28" + gatsby-core-utils "^1.0.30" got "^8.3.2" md5-file "^3.2.3" mime "^2.4.4"