deps: bump gatsby-source-filesystem from 5.12.0 to 5.12.1

Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 5.12.0 to 5.12.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@5.12.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] <support@github.com>

dependabot[bot] committed Oct 31, 2023 at 05:27 UTC dc31cc22348cfd84a0e2bd12667f23e8715bdb39
1 file changed +4 -4
package-lock.json
+4 -4
@@ -19401,15 +19401,15 @@
19401 }
19402 },
19403 "node_modules/gatsby-source-filesystem": {
19404 - "version": "5.12.0",
19405 - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.12.0.tgz",
19406 - "integrity": "sha512-0BZkgADBu56vTzZ6TLvrMXhp8MzpEqvtpsI+VRtNTlsu6ULaHRjoMClomlAqWecjBXTkujhwpSjnIfEmpmCaLQ==",
19404 + "version": "5.12.1",
19405 + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.12.1.tgz",
19406 + "integrity": "sha512-JV6lttId7cBDasVaweFbKuDQP9VH8fFgI1Mg0sM/tfydfKTLXiEbBadKgEHbvbwAZsYjK+/KvT7A58dzrzDdXw==",
19407 "dependencies": {
19408 "@babel/runtime": "^7.20.13",
19409 "chokidar": "^3.5.3",
19410 "file-type": "^16.5.4",
19411 "fs-extra": "^11.1.1",
19412 - "gatsby-core-utils": "^4.12.0",
19412 + "gatsby-core-utils": "^4.12.1",
19413 "mime": "^3.0.0",
19414 "pretty-bytes": "^5.6.0",
19415 "valid-url": "^1.0.9",