From 5b76ffcdf9cad8057b0e34f4756cc358202951dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 09:27:27 +0000 Subject: [PATCH] chore(deps): bump gatsby-source-filesystem from 5.14.0 to 5.15.0 Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 5.14.0 to 5.15.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.15.0/packages/gatsby-source-filesystem) --- updated-dependencies: - dependency-name: gatsby-source-filesystem dependency-version: 5.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index c98be7f6..15a6d464 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "gatsby-remark-autolink-headers": "^6.0.0", "gatsby-remark-classes": "^1.0.2", "gatsby-remark-prismjs": "^7.15.0", - "gatsby-source-filesystem": "^5.0.0", + "gatsby-source-filesystem": "^5.15.0", "gatsby-transformer-json": "^5.15.0", "gatsby-transformer-remark": "^6.13.1", "gatsby-transformer-sharp": "^5.15.0", @@ -10853,15 +10853,15 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.14.0.tgz", - "integrity": "sha512-uewEJaHvdxZlN6DOtZCIUuI7X5v9MRk5IVpCYy9SIZCDbnUA5siEd2A4SC+kcXxJM6AUbdvkfayqpVJrm5JaZA==", + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.15.0.tgz", + "integrity": "sha512-i8pJdgGEVo+M9F1BCChKg3kzxpMTsK/wddtNvUPZj47yJGNJlW3Cax6Qr8mTu8/Rm5kno4+uM8eLKjwdB0ajMQ==", "dependencies": { "@babel/runtime": "^7.20.13", - "chokidar": "^3.5.3", + "chokidar": "^3.6.0", "file-type": "^16.5.4", "fs-extra": "^11.2.0", - "gatsby-core-utils": "^4.14.0", + "gatsby-core-utils": "^4.15.0", "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9", @@ -30563,15 +30563,15 @@ } }, "gatsby-source-filesystem": { - "version": "5.14.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.14.0.tgz", - "integrity": "sha512-uewEJaHvdxZlN6DOtZCIUuI7X5v9MRk5IVpCYy9SIZCDbnUA5siEd2A4SC+kcXxJM6AUbdvkfayqpVJrm5JaZA==", + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.15.0.tgz", + "integrity": "sha512-i8pJdgGEVo+M9F1BCChKg3kzxpMTsK/wddtNvUPZj47yJGNJlW3Cax6Qr8mTu8/Rm5kno4+uM8eLKjwdB0ajMQ==", "requires": { "@babel/runtime": "^7.20.13", - "chokidar": "^3.5.3", + "chokidar": "^3.6.0", "file-type": "^16.5.4", "fs-extra": "^11.2.0", - "gatsby-core-utils": "^4.14.0", + "gatsby-core-utils": "^4.15.0", "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9", diff --git a/package.json b/package.json index 31dddece..8ad23386 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "gatsby-remark-autolink-headers": "^6.0.0", "gatsby-remark-classes": "^1.0.2", "gatsby-remark-prismjs": "^7.15.0", - "gatsby-source-filesystem": "^5.0.0", + "gatsby-source-filesystem": "^5.15.0", "gatsby-transformer-json": "^5.15.0", "gatsby-transformer-remark": "^6.13.1", "gatsby-transformer-sharp": "^5.15.0",