From df9e47f6b013016bd3058085b182060b999b9523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 16:24:01 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 2.3.20 to 2.3.24 Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.3.20 to 2.3.24. - [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.24/packages/gatsby-source-filesystem) Signed-off-by: dependabot[bot] --- packages/webapp/package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/webapp/package.json b/packages/webapp/package.json index 780466b9..4910d0c5 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -16,7 +16,7 @@ "gatsby-plugin-robots-txt": "^1.5.1", "gatsby-plugin-sass": "^2.3.12", "gatsby-plugin-sharp": "^2.6.20", - "gatsby-source-filesystem": "^2.3.20", + "gatsby-source-filesystem": "^2.3.24", "gatsby-transformer-sharp": "^2.5.11", "http-status-codes": "^1.4.0", "jsonp": "^0.2.1", diff --git a/yarn.lock b/yarn.lock index e59f7c9b..603c2f76 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6134,10 +6134,10 @@ gatsby-cli@^2.12.67: yargs "^15.3.1" yurnalist "^1.1.2" -gatsby-core-utils@^1.3.14: - version "1.3.14" - resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.14.tgz#a830412a9edb87544bc0d1ad9c2556d33aa0d157" - integrity sha512-jfC+x5rrYUfl70MHRLsOtsXqdlqIbQGVDKXrvp6IPIUP8TKU6XIpYktF0Yd4ldJIWmGZTa062RWUOd2DFBHVSw== +gatsby-core-utils@^1.3.14, gatsby-core-utils@^1.3.15: + version "1.3.15" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.15.tgz#6fad76a238df514afa70fed0f94427fbb39762ca" + integrity sha512-np1tJCGejhCHtgHdFl6+y5EwVAzdrieJZ3hdvpeOrJ22bL9ktl5XVLy4K937ThgxHLp8+ElMDVdziNun5tC8eg== dependencies: ci-info "2.0.0" configstore "^5.0.1" @@ -6359,10 +6359,10 @@ gatsby-recipes@^0.1.57: ws "^7.3.0" xstate "^4.11.0" -gatsby-source-filesystem@^2.3.20: - version "2.3.23" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.23.tgz#c97f37383febfd6ecb549307a2841f20e4e16122" - integrity sha512-OkSefJZscSlf7tjJQIMHpzsf3evDcqf4T1iunMEwL1Qj1iZVD/6UbRIf1kJLt5SS8tGtvsqDNyaQ8Al7rsuJ1g== +gatsby-source-filesystem@^2.3.24: + version "2.3.24" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.24.tgz#857932fb91cba876ff1e48172103ead66cf2b0fe" + integrity sha512-TiuuV7sczagVOKW94dfx1AkW/wfe678UOdBAJrMxA2wZvuTe/gXz4Vg4F+EJIoZ8pyy8BjQbclmqXEnGX4eYKw== dependencies: "@babel/runtime" "^7.10.3" better-queue "^3.8.10" @@ -6370,7 +6370,7 @@ gatsby-source-filesystem@^2.3.20: chokidar "3.4.0" file-type "^12.4.2" fs-extra "^8.1.0" - gatsby-core-utils "^1.3.14" + gatsby-core-utils "^1.3.15" got "^9.6.0" md5-file "^3.2.3" mime "^2.4.6"