From 5888fa171b59e379864b9d5ff2e1b41e135cf209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 22:06:31 +0000 Subject: [PATCH] chore(deps): bump gatsby-source-filesystem from 5.12.0 to 5.13.0 Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 5.12.0 to 5.13.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.13.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 | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 59149d1..47b53cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "gatsby-plugin-prefetch-google-fonts": "1.4.3", "gatsby-plugin-sharp": "^5.12.1", "gatsby-plugin-styled-components": "^6.12.0", - "gatsby-source-filesystem": "^5.12.0", + "gatsby-source-filesystem": "^5.13.0", "gatsby-transformer-sharp": "^5.12.1", "isomorphic-fetch": "3.0.0", "lodash.debounce": "4.0.8", @@ -9606,9 +9606,9 @@ } }, "node_modules/gatsby-core-utils": { - "version": "4.12.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.12.0.tgz", - "integrity": "sha512-1vK0cmL8FNHAddQ5WZt0yTPdFSZuMPNUSsHckM+ZdVmRxyif3aZYSi7ofj6sJo/UvhKj7fBqJv/smZYpp2PRqg==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.13.0.tgz", + "integrity": "sha512-+oJJsADfcEnzpQpof+L5qtP4iSeMaEPn1QSjXENlg/go9Pi/4eqb+Nn3y3q8bC/zy4hMWFWrPdMJmdW581uNvA==", "dependencies": { "@babel/runtime": "^7.20.13", "ci-info": "2.0.0", @@ -10278,15 +10278,15 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.12.0.tgz", - "integrity": "sha512-0BZkgADBu56vTzZ6TLvrMXhp8MzpEqvtpsI+VRtNTlsu6ULaHRjoMClomlAqWecjBXTkujhwpSjnIfEmpmCaLQ==", + "version": "5.13.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.13.0.tgz", + "integrity": "sha512-yn4axQhIPHLQDMgrhEmerXyoawiTVB1haUz36BTlQers0HfMmODyjbnIK01Dt1IKAbYVfS0A2suBjBjIbNLwAg==", "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.0", + "gatsby-core-utils": "^4.13.0", "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9", diff --git a/package.json b/package.json index f244bf9..7106f32 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "gatsby-plugin-prefetch-google-fonts": "1.4.3", "gatsby-plugin-sharp": "^5.12.1", "gatsby-plugin-styled-components": "^6.12.0", - "gatsby-source-filesystem": "^5.12.0", + "gatsby-source-filesystem": "^5.13.0", "gatsby-transformer-sharp": "^5.12.1", "isomorphic-fetch": "3.0.0", "lodash.debounce": "4.0.8",