From 6344ac91f6c58a695144e21a4098fa57f491d688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 15:13:52 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 5.13.1 to 5.14.0 Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 5.13.1 to 5.14.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.14.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 | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index e9fd5d49e..eefc72a75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "gatsby-remark-prismjs": "7.14.0", "gatsby-remark-responsive-iframe": "6.14.0", "gatsby-remark-smartypants": "6.13.1", - "gatsby-source-filesystem": "5.13.1", + "gatsby-source-filesystem": "5.14.0", "gatsby-transformer-sharp": "5.14.0", "glamor": "2.20.40", "prismjs": "1.29.0", @@ -12003,15 +12003,15 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "5.13.1", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.13.1.tgz", - "integrity": "sha512-nFWzOBpi84nDeVNeO7bpKL9mVYMl1tfjJmE5l868YATFShGzZnA6qMd200XCsf78PexZHAiV/P1MlsyKqjJduA==", + "version": "5.14.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.14.0.tgz", + "integrity": "sha512-uewEJaHvdxZlN6DOtZCIUuI7X5v9MRk5IVpCYy9SIZCDbnUA5siEd2A4SC+kcXxJM6AUbdvkfayqpVJrm5JaZA==", "dependencies": { "@babel/runtime": "^7.20.13", "chokidar": "^3.5.3", "file-type": "^16.5.4", - "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.13.1", + "fs-extra": "^11.2.0", + "gatsby-core-utils": "^4.14.0", "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9", diff --git a/package.json b/package.json index 1cb211ce8..4a00386b4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "gatsby-remark-prismjs": "7.14.0", "gatsby-remark-responsive-iframe": "6.14.0", "gatsby-remark-smartypants": "6.13.1", - "gatsby-source-filesystem": "5.13.1", + "gatsby-source-filesystem": "5.14.0", "gatsby-transformer-sharp": "5.14.0", "glamor": "2.20.40", "prismjs": "1.29.0",