From 56bfa04f7d7260229bebc9675f0ee436fb439d98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:54:53 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 5.12.1 to 5.13.1 Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 5.12.1 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-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 203caea48..55dc72457 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "gatsby-plugin-root-import": "^2.0.9", "gatsby-plugin-sass": "^6.13.1", "gatsby-plugin-sharp": "^5.13.1", - "gatsby-source-filesystem": "^5.12.1", + "gatsby-source-filesystem": "^5.13.1", "gatsby-transformer-remark": "^6.13.1", "gatsby-transformer-sharp": "^5.12.3", "gatsby-transformer-yaml": "^5.13.1", @@ -13971,15 +13971,15 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "5.12.1", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.12.1.tgz", - "integrity": "sha512-JV6lttId7cBDasVaweFbKuDQP9VH8fFgI1Mg0sM/tfydfKTLXiEbBadKgEHbvbwAZsYjK+/KvT7A58dzrzDdXw==", + "version": "5.13.1", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.13.1.tgz", + "integrity": "sha512-nFWzOBpi84nDeVNeO7bpKL9mVYMl1tfjJmE5l868YATFShGzZnA6qMd200XCsf78PexZHAiV/P1MlsyKqjJduA==", "dependencies": { "@babel/runtime": "^7.20.13", "chokidar": "^3.5.3", "file-type": "^16.5.4", "fs-extra": "^11.1.1", - "gatsby-core-utils": "^4.12.1", + "gatsby-core-utils": "^4.13.1", "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9", diff --git a/package.json b/package.json index f4d74f63b..17dc489c2 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "gatsby-plugin-root-import": "^2.0.9", "gatsby-plugin-sass": "^6.13.1", "gatsby-plugin-sharp": "^5.13.1", - "gatsby-source-filesystem": "^5.12.1", + "gatsby-source-filesystem": "^5.13.1", "gatsby-transformer-remark": "^6.13.1", "gatsby-transformer-sharp": "^5.12.3", "gatsby-transformer-yaml": "^5.13.1",