From 93c53cfc438478fa20ed20bb19fef9191e03929f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 04:13:00 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 4.22.0 to 4.24.0 Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 4.22.0 to 4.24.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@4.24.0/packages/gatsby-source-filesystem) --- updated-dependencies: - dependency-name: gatsby-source-filesystem dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index bfd3d9f..df20b47 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "gatsby-plugin-sass": "^5.22.0", "gatsby-plugin-sitemap": "^5.24.0", "gatsby-plugin-typescript": "^4.6.0", - "gatsby-source-filesystem": "^4.22.0", + "gatsby-source-filesystem": "^4.24.0", "gatsby-source-youtube-v3": "^3.0.2", "gatsby-transformer-remark": "^5.22.0", "gatsby-transformer-sharp": "^4.24.0", diff --git a/yarn.lock b/yarn.lock index 0539774..840a8b8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6147,16 +6147,16 @@ gatsby-source-filesystem@^1.5.27: slash "^1.0.0" valid-url "^1.0.9" -gatsby-source-filesystem@^4.22.0: - version "4.22.0" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.22.0.tgz#c391874dcca605c1b7ca70ec879c3e736a7bd311" - integrity sha512-fcL3M+bQgI8DxD+XfB5XAnMvXp6czfqRZs8J2RStw9p02ekLaR/8R9ZYrn8OoQYLB9y9CHid+pdA78Dy3h73cg== +gatsby-source-filesystem@^4.24.0: + version "4.24.0" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.24.0.tgz#628d438e8f208af075db680b5bce0ed957fd4ffb" + integrity sha512-oTjjVmAcU83pR9SUW6x6u4PjHAcs1Szg/WfBYGBBxrH7mjm3UA34mb3KtYQSrYsC3maCxfTKn6CJ11F+2/4NRg== dependencies: "@babel/runtime" "^7.15.4" chokidar "^3.5.3" file-type "^16.5.4" fs-extra "^10.1.0" - gatsby-core-utils "^3.22.0" + gatsby-core-utils "^3.24.0" md5-file "^5.0.0" mime "^2.5.2" pretty-bytes "^5.4.1"