From e04f6922bb70a5e25fe3794413030cce759eb9c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 04:21:34 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 4.11.0 to 4.11.1 Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 4.11.0 to 4.11.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@4.11.1/packages/gatsby-source-filesystem) --- updated-dependencies: - dependency-name: gatsby-source-filesystem dependency-type: direct:production update-type: version-update:semver-patch ... 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 a18af7b..1df45b5 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "gatsby-plugin-sass": "^5.11.0", "gatsby-plugin-sitemap": "^5.11.0", "gatsby-plugin-typescript": "^4.6.0", - "gatsby-source-filesystem": "^4.11.0", + "gatsby-source-filesystem": "^4.11.1", "gatsby-source-youtube-v3": "^3.0.2", "gatsby-transformer-remark": "^5.9.1", "gatsby-transformer-sharp": "^4.11.0", diff --git a/yarn.lock b/yarn.lock index 4b6ae50..7bf8b86 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5950,10 +5950,10 @@ gatsby-cli@^4.11.0: yoga-layout-prebuilt "^1.10.0" yurnalist "^2.1.0" -gatsby-core-utils@^3.11.0, gatsby-core-utils@^3.8.0, gatsby-core-utils@^3.8.2, gatsby-core-utils@^3.9.1: - version "3.11.0" - resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.11.0.tgz#cd78bf1a3fa89e201dd35a5d3a8c4029d7614a9d" - integrity sha512-ye8ULSmSdv27sOGu2g2qQiSXhxhlgkq/O+4p+yftDn+VeQMVRx/yWinhN/GfH7ahQq6mC0wYRehkbE4GK6Ga8g== +gatsby-core-utils@^3.11.0, gatsby-core-utils@^3.11.1, gatsby-core-utils@^3.8.0, gatsby-core-utils@^3.8.2, gatsby-core-utils@^3.9.1: + version "3.11.1" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-3.11.1.tgz#ea87c1d3aa45c26c9ea32b8e8b029afe6a56f8c7" + integrity sha512-Op9/uihtcsDLlZDfRsGJ1ya2mFx2YH9Zmx93bawElZ0YpIzKjCkNTp+I5i5UANxvs5I+Fljl0WHQRudMWg+fWA== dependencies: "@babel/runtime" "^7.15.4" ci-info "2.0.0" @@ -6197,16 +6197,16 @@ gatsby-source-filesystem@^1.5.27: slash "^1.0.0" valid-url "^1.0.9" -gatsby-source-filesystem@^4.11.0: - version "4.11.0" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.11.0.tgz#dce902b8f84674e002ac31b2cf0ae3da2f2047f2" - integrity sha512-9mKiTQ4B33ZxC/JEwdjA75Any/JzaS8jWmcqivfE1g0oGq5ips47qfTQ6QdPQp8R/CRUNAUHgB7pllFntn+OCA== +gatsby-source-filesystem@^4.11.1: + version "4.11.1" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.11.1.tgz#cf2edca8816c6d06ca36ef46feaad4c6d07a6f10" + integrity sha512-8Fz+VpctjoiZxnGYDgfXFgdD+8rLmj5+l16fZpN+bxETAOPhbyQjznc8IoTwDEdyOER1Zr8JQB/y6tx/qRf+Bw== dependencies: "@babel/runtime" "^7.15.4" chokidar "^3.5.2" file-type "^16.5.3" fs-extra "^10.0.0" - gatsby-core-utils "^3.11.0" + gatsby-core-utils "^3.11.1" got "^9.6.0" md5-file "^5.0.0" mime "^2.5.2"