From d5af8424081f2c74f2670446f3ab2446155248aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 17:06:26 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 5.10.0 to 5.11.0 Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 5.10.0 to 5.11.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@5.11.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-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5a67d20..9b80cf61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "gatsby-plugin-react-helmet-canonical-urls": "^1.4.0", "gatsby-plugin-sharp": "^5.11.0", "gatsby-plugin-sitemap": "^6.10.0", - "gatsby-source-filesystem": "^5.10.0", + "gatsby-source-filesystem": "^5.11.0", "gatsby-transformer-sharp": "^5.10.0", "prop-types": "^15.7.2", "react": "^18.2.0", @@ -9498,15 +9498,15 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.10.0.tgz", - "integrity": "sha512-pTcqFvngUqap4NJfzG9VMmJ4T5TTf/WsMVTVORw18kprXZBchioLu0m5vVb9Tm7/MW7XPXvKJPZQkw+/otmVYw==", + "version": "5.11.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.11.0.tgz", + "integrity": "sha512-42CXNzKgGvkZtqmFIIMbEJW5ZpQ5b4TQT7Rk21XsEMkoZT9QchqMG1S2VPK/LPe7LicvGv6zBziGrtn6ttch7w==", "dependencies": { "@babel/runtime": "^7.20.13", "chokidar": "^3.5.3", "file-type": "^16.5.4", "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.10.0", + "gatsby-core-utils": "^4.11.0", "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9", diff --git a/package.json b/package.json index 7ee19978..2d363f92 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "gatsby-plugin-react-helmet-canonical-urls": "^1.4.0", "gatsby-plugin-sharp": "^5.11.0", "gatsby-plugin-sitemap": "^6.10.0", - "gatsby-source-filesystem": "^5.10.0", + "gatsby-source-filesystem": "^5.11.0", "gatsby-transformer-sharp": "^5.10.0", "prop-types": "^15.7.2", "react": "^18.2.0",