From 4e331b38774c97142671dbd446e77aa8511d5ac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 09:36:41 +0300 Subject: [PATCH] build(deps): bump gatsby-source-filesystem in /docs (#2800) Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 4.11.1 to 4.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@4.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docs/package-lock.json | 18 +++++++++--------- docs/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 0ac94b41..c20d3b3a 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -35,7 +35,7 @@ "gatsby-remark-images": "^6.11.1", "gatsby-remark-mermaid": "^2.1.0", "gatsby-remark-responsive-iframe": "^5.11.0", - "gatsby-source-filesystem": "^4.11.1", + "gatsby-source-filesystem": "^4.13.0", "gatsby-transformer-remark": "^5.11.1", "gatsby-transformer-sharp": "^4.11.0", "gatsby-transformer-yaml": "^4.11.0", @@ -14257,15 +14257,15 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.11.1.tgz", - "integrity": "sha512-8Fz+VpctjoiZxnGYDgfXFgdD+8rLmj5+l16fZpN+bxETAOPhbyQjznc8IoTwDEdyOER1Zr8JQB/y6tx/qRf+Bw==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.13.0.tgz", + "integrity": "sha512-PRr/6tWY5BtnfVv67JSWvQTorfWteWBxzbcs7DvgoP7zHfIWR1tH6saONwuPbo9tCwQ73ZlLYz1LgGdOfJGPzA==", "dependencies": { "@babel/runtime": "^7.15.4", "chokidar": "^3.5.2", "file-type": "^16.5.3", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.11.1", + "gatsby-core-utils": "^3.13.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.5.2", @@ -37094,15 +37094,15 @@ } }, "gatsby-source-filesystem": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.11.1.tgz", - "integrity": "sha512-8Fz+VpctjoiZxnGYDgfXFgdD+8rLmj5+l16fZpN+bxETAOPhbyQjznc8IoTwDEdyOER1Zr8JQB/y6tx/qRf+Bw==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.13.0.tgz", + "integrity": "sha512-PRr/6tWY5BtnfVv67JSWvQTorfWteWBxzbcs7DvgoP7zHfIWR1tH6saONwuPbo9tCwQ73ZlLYz1LgGdOfJGPzA==", "requires": { "@babel/runtime": "^7.15.4", "chokidar": "^3.5.2", "file-type": "^16.5.3", "fs-extra": "^10.0.0", - "gatsby-core-utils": "^3.11.1", + "gatsby-core-utils": "^3.13.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.5.2", diff --git a/docs/package.json b/docs/package.json index 07fdd458..5cc1a34a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -32,7 +32,7 @@ "gatsby-remark-images": "^6.11.1", "gatsby-remark-mermaid": "^2.1.0", "gatsby-remark-responsive-iframe": "^5.11.0", - "gatsby-source-filesystem": "^4.11.1", + "gatsby-source-filesystem": "^4.13.0", "gatsby-transformer-remark": "^5.11.1", "gatsby-transformer-sharp": "^4.11.0", "gatsby-transformer-yaml": "^4.11.0",