From 16f52f1f7d414ca5f277c5c6db9ff72c3f7eef48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 19:33:02 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 4.7.0 to 4.9.1 (#829) Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 4.7.0 to 4.9.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@4.9.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index bea7d57..950b070 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "gatsby-plugin-sharp": "^4.9.1", "gatsby-plugin-sitemap": "^5.7.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", - "gatsby-source-filesystem": "^4.7.0", + "gatsby-source-filesystem": "^4.9.1", "gatsby-transformer-json": "^4.7.0", "gatsby-transformer-sharp": "^4.9.0", "gatsby-transformer-yaml": "^4.9.0", @@ -11084,15 +11084,15 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.7.0.tgz", - "integrity": "sha512-tihlE4cxAI9tQnKqCNEKbrrqRQpMP2iBJIaGhc5gGHQ45cRreJHA60HOM0Nw6IzNKkDdCz0cu9XJwgkXIG9Tyg==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.9.1.tgz", + "integrity": "sha512-2HS9+5i+F7tRgxBiv8Op9xK/jvd5DGUfedFsJ6/6sfoXUBddowvW4rVEj4XO42TsIQJe7eVj7FfzfqzSqQN8ow==", "dependencies": { "@babel/runtime": "^7.15.4", "chokidar": "^3.5.2", "file-type": "^16.5.3", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.7.0", + "gatsby-core-utils": "^3.9.1", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.5.2", @@ -32865,15 +32865,15 @@ } }, "gatsby-source-filesystem": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.7.0.tgz", - "integrity": "sha512-tihlE4cxAI9tQnKqCNEKbrrqRQpMP2iBJIaGhc5gGHQ45cRreJHA60HOM0Nw6IzNKkDdCz0cu9XJwgkXIG9Tyg==", + "version": "4.9.1", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.9.1.tgz", + "integrity": "sha512-2HS9+5i+F7tRgxBiv8Op9xK/jvd5DGUfedFsJ6/6sfoXUBddowvW4rVEj4XO42TsIQJe7eVj7FfzfqzSqQN8ow==", "requires": { "@babel/runtime": "^7.15.4", "chokidar": "^3.5.2", "file-type": "^16.5.3", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.7.0", + "gatsby-core-utils": "^3.9.1", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.5.2", diff --git a/package.json b/package.json index b82f5c7..b102dae 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "gatsby-plugin-sharp": "^4.9.1", "gatsby-plugin-sitemap": "^5.7.0", "gatsby-plugin-svgr": "^3.0.0-beta.0", - "gatsby-source-filesystem": "^4.7.0", + "gatsby-source-filesystem": "^4.9.1", "gatsby-transformer-json": "^4.7.0", "gatsby-transformer-sharp": "^4.9.0", "gatsby-transformer-yaml": "^4.9.0",