From 07bee8622ae409d3c5adc54fafa9c4344933a373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 22:29:10 +0000 Subject: [PATCH] build(deps): bump gatsby-source-filesystem from 3.0.0 to 3.1.0 Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 3.0.0 to 3.1.0. - [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@3.1.0/packages/gatsby-source-filesystem) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 9d5e75d93b..a1239e8394 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "gatsby-remark-images": "4.0.0", "gatsby-remark-responsive-iframe": "3.0.0", "gatsby-remark-smartypants": "3.0.0", - "gatsby-source-filesystem": "3.0.0", + "gatsby-source-filesystem": "3.1.0", "gatsby-transformer-json": "3.0.0", "gatsby-transformer-remark": "3.0.0", "gatsby-transformer-sharp": "3.0.0", diff --git a/yarn.lock b/yarn.lock index 82114de0d8..eeebf63ef4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7501,10 +7501,10 @@ gatsby-cli@3.0.0, gatsby-cli@^3.0.0: yoga-layout-prebuilt "^1.9.6" yurnalist "^2.1.0" -gatsby-core-utils@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.0.0.tgz#00fdc1f2efcaabe7426e63b020a7117ca613780c" - integrity sha512-+DrClKZ/ScTbzhIHZXuU3DoIhEJ95uJV+swR7VVqYVhEpV1CnjUGR/dB+tMd0VqlPdrXB38FuR8O5kuSvYm+/A== +gatsby-core-utils@^2.0.0, gatsby-core-utils@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.1.0.tgz#634989bc3cde1c7add752fbdc3c6a3cdd8e23377" + integrity sha512-zBNZ4kypfgqrUWNGMQQCXZookssXWaTnLWmxM7TOz5Phjvr0NvQo/xpkUgVbuylkQDwprmg88oRdox8L3zMY9Q== dependencies: ci-info "2.0.0" configstore "^5.0.1" @@ -7976,17 +7976,17 @@ gatsby-remark-smartypants@3.0.0: retext-smartypants "^3.0.3" unist-util-visit "^1.4.1" -gatsby-source-filesystem@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-3.0.0.tgz#6f82e8eeac8772be2848bee9959f217c87f5b86e" - integrity sha512-t51BSxAqRKO/veY99U/TcsWA7C1MRIokOJHGHoJij1ZLBzvB2GMB7dNQHhAyHa7MWwfzAwd7jI/TJCJX9l0KlQ== +gatsby-source-filesystem@3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-3.1.0.tgz#59d9c5ebced33d954a9927e740168b9c9ee43422" + integrity sha512-3qFXEi4Hp7NrqTMCJ44vzwMZclD1aHyC5XUXxuuQ+/gT4k4yPIjPTbUdYgDzvrc8/K/5XRvJDB2vprdjxwoeGw== dependencies: "@babel/runtime" "^7.12.5" better-queue "^3.8.10" chokidar "^3.4.3" file-type "^16.0.0" fs-extra "^8.1.0" - gatsby-core-utils "^2.0.0" + gatsby-core-utils "^2.1.0" got "^9.6.0" md5-file "^5.0.0" mime "^2.4.6"