deps: bump gatsby-source-filesystem from 5.13.0 to 5.13.1 (#945)
Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 5.13.0 to 5.13.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.13.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] committed
Feb 2, 2024 at 12:05 UTC
adda9919dc3953b2cb20e64615d61995a51582df
1 file changed
+4
-4
package-lock.json
+4
-4
@@ -20381,15 +20381,15 @@
20381
}
20382
},
20383
"node_modules/gatsby-source-filesystem": {
20384
- "version": "5.13.0",
20385
- "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.13.0.tgz",
20386
- "integrity": "sha512-yn4axQhIPHLQDMgrhEmerXyoawiTVB1haUz36BTlQers0HfMmODyjbnIK01Dt1IKAbYVfS0A2suBjBjIbNLwAg==",
20384
+ "version": "5.13.1",
20385
+ "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.13.1.tgz",
20386
+ "integrity": "sha512-nFWzOBpi84nDeVNeO7bpKL9mVYMl1tfjJmE5l868YATFShGzZnA6qMd200XCsf78PexZHAiV/P1MlsyKqjJduA==",
20387
"dependencies": {
20388
"@babel/runtime": "^7.20.13",
20389
"chokidar": "^3.5.3",
20390
"file-type": "^16.5.4",
20391
"fs-extra": "^11.1.1",
20392
- "gatsby-core-utils": "^4.13.0",
20392
+ "gatsby-core-utils": "^4.13.1",
20393
"mime": "^3.0.0",
20394
"pretty-bytes": "^5.6.0",
20395
"valid-url": "^1.0.9",