From 7b2d0aeb7e0b0ee95e7b47e06cc2ed37ffad571d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 08:57:33 -0500 Subject: Bump gatsby-source-filesystem from 5.0.0 to 5.2.0 (#22) Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 5.0.0 to 5.2.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.2.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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 38 +++++++++++++++++++++++++++----------- package.json | 2 +- 2 files changed, 28 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 725bad2..2a2bdce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "gatsby-plugin-offline": "^6.0.0", "gatsby-plugin-sharp": "5.0.0", "gatsby-plugin-styled-components": "6.0.0", - "gatsby-source-filesystem": "5.0.0", + "gatsby-source-filesystem": "5.2.0", "gatsby-transformer-sharp": "5.0.0", "react": "18.2.0", "react-dom": "18.2.0", @@ -9153,20 +9153,20 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.0.0.tgz", - "integrity": "sha512-GBHqJ+NXQhru83DFssgJQkgqM2h1ZALb0+4+TXvRUPQWIK9UyZ1Yb4nXAC6EWi+vx2m/B1W+mZH77WTNdh32Bw==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.2.0.tgz", + "integrity": "sha512-Ofu+1IX9FQCigVwuVO9LCJvvdBmT7OB/QyengJ8BjC7Pd3VSH291AT/Wn8a4JycyaxMYyMrtfu67NcQ8FHRr9w==", "dependencies": { "@babel/runtime": "^7.15.4", "chokidar": "^3.5.3", "file-type": "^16.5.4", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.0.0", + "gatsby-core-utils": "^4.2.0", "md5-file": "^5.0.0", "mime": "^2.5.2", "pretty-bytes": "^5.4.1", "valid-url": "^1.0.9", - "xstate": "4.32.1" + "xstate": "^4.34.0" }, "engines": { "node": ">=18.0.0" @@ -9175,6 +9175,15 @@ "gatsby": "^5.0.0-next" } }, + "node_modules/gatsby-source-filesystem/node_modules/xstate": { + "version": "4.34.0", + "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.34.0.tgz", + "integrity": "sha512-MFnYz7cJrWuXSZ8IPkcCyLB1a2T3C71kzMeShXKmNaEjBR/JQebKZPHTtxHKZpymESaWO31rA3IQ30TC6LW+sw==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/xstate" + } + }, "node_modules/gatsby-telemetry": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-4.0.0.tgz", @@ -23467,20 +23476,27 @@ } }, "gatsby-source-filesystem": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.0.0.tgz", - "integrity": "sha512-GBHqJ+NXQhru83DFssgJQkgqM2h1ZALb0+4+TXvRUPQWIK9UyZ1Yb4nXAC6EWi+vx2m/B1W+mZH77WTNdh32Bw==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-5.2.0.tgz", + "integrity": "sha512-Ofu+1IX9FQCigVwuVO9LCJvvdBmT7OB/QyengJ8BjC7Pd3VSH291AT/Wn8a4JycyaxMYyMrtfu67NcQ8FHRr9w==", "requires": { "@babel/runtime": "^7.15.4", "chokidar": "^3.5.3", "file-type": "^16.5.4", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^4.0.0", + "gatsby-core-utils": "^4.2.0", "md5-file": "^5.0.0", "mime": "^2.5.2", "pretty-bytes": "^5.4.1", "valid-url": "^1.0.9", - "xstate": "4.32.1" + "xstate": "^4.34.0" + }, + "dependencies": { + "xstate": { + "version": "4.34.0", + "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.34.0.tgz", + "integrity": "sha512-MFnYz7cJrWuXSZ8IPkcCyLB1a2T3C71kzMeShXKmNaEjBR/JQebKZPHTtxHKZpymESaWO31rA3IQ30TC6LW+sw==" + } } }, "gatsby-telemetry": { diff --git a/package.json b/package.json index 5ca066e..8f9b157 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "gatsby-plugin-offline": "^6.0.0", "gatsby-plugin-sharp": "5.0.0", "gatsby-plugin-styled-components": "6.0.0", - "gatsby-source-filesystem": "5.0.0", + "gatsby-source-filesystem": "5.2.0", "gatsby-transformer-sharp": "5.0.0", "react": "18.2.0", "react-dom": "18.2.0", -- cgit