From b8bf5a6c580ee79529e47a941fc96f8b49a3ae17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:58:41 +0000 Subject: [PATCH] fix(deps): bump gatsby-source-filesystem from 5.12.1 to 5.13.0 Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 5.12.1 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] --- lib/package.json | 2 +- package-lock.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/package.json b/lib/package.json index 6052df962..7307c9a89 100644 --- a/lib/package.json +++ b/lib/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@storyblok/react": "^3.0.0", - "gatsby-source-filesystem": "^5.12.1", + "gatsby-source-filesystem": "^5.13.0", "isomorphic-fetch": "^3.0.0", "json-stringify-safe": "^5.0.1" }, diff --git a/package-lock.json b/package-lock.json index a0a55427b..a5cfb13f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "version": "1.0.0", "dependencies": { "@storyblok/react": "^3.0.0", - "gatsby-source-filesystem": "^5.12.1", + "gatsby-source-filesystem": "^5.13.0", "isomorphic-fetch": "^3.0.0", "json-stringify-safe": "^5.0.1" }, @@ -12529,9 +12529,9 @@ } }, "node_modules/gatsby-core-utils": { - "version": "4.12.1", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-4.12.1.tgz", - "integrity": "sha512-YW7eCK2M6yGQerT5LkdOHLZTNYMsDvcgeDMRy0q66FWKj7twPZX428I6NaLCMeF5dYoj1HOOO0u96iNlW5jcKQ==", + "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", @@ -12754,15 +12754,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.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.1", + "gatsby-core-utils": "^4.13.0", "mime": "^3.0.0", "pretty-bytes": "^5.6.0", "valid-url": "^1.0.9",