From 00b840e9ec4eafc493f8840f0829445d0f4e1650 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 16:32:47 +0000 Subject: [PATCH] chore(deps): bump gatsby-source-filesystem in /docs (#619) --- docs/package.json | 2 +- docs/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/package.json b/docs/package.json index edbba120..35e134f9 100644 --- a/docs/package.json +++ b/docs/package.json @@ -33,7 +33,7 @@ "gatsby-plugin-sass": "^2.8.0", "gatsby-plugin-sharp": "^2.14.4", "gatsby-plugin-typescript": "^2.4.21", - "gatsby-source-filesystem": "^2.11.0", + "gatsby-source-filesystem": "^2.11.1", "gatsby-transformer-sharp": "^2.12.0", "logrocket": "^1.1.0", "node-sass": "^4.14.1", diff --git a/docs/yarn.lock b/docs/yarn.lock index 9f1db5f9..647ca4cb 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -7478,17 +7478,17 @@ gatsby-recipes@^0.9.3: xstate "^4.9.1" yoga-layout-prebuilt "^1.9.6" -gatsby-source-filesystem@^2.11.0: - version "2.11.0" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.11.0.tgz#3fff5398796b17eb960e83d0eaa99e578b6e4ef1" - integrity sha512-SLKksyfRvdMHyF0kb3YCr4ME6RW4Pje9zo1RVAJ1sqaBFDch0YUZzTE51QO586JSkrN00UeE8lU++ODXlm425g== +gatsby-source-filesystem@^2.11.1: + version "2.11.1" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.11.1.tgz#c90f49c096c4bdafd8e68462966b3a6e21fd746b" + integrity sha512-Ao526Mmhm8KkF+0Tvf9Le5kKnqX7kgC1wecp82BW2KLQgdtG7UIgmHvG6PkjuFNiJ2ghXPC3vRK3J/vDPyLtkA== 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 "^1.10.0" + gatsby-core-utils "^1.10.1" got "^9.6.0" md5-file "^5.0.0" mime "^2.4.6"