From 38d20370de839911eec192950a051644b50c8958 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 20:02:29 +0000 Subject: [PATCH] build(deps): bump gatsby-source-filesystem in /docs Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 4.21.1 to 4.22.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.22.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] --- docs/package-lock.json | 32 +++++++++++++++----------------- docs/package.json | 2 +- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index c0829509b1be..7f240f1bdff6 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -35,7 +35,7 @@ "gatsby-remark-images": "^6.21.0", "gatsby-remark-mermaid": "^2.1.0", "gatsby-remark-responsive-iframe": "^5.21.0", - "gatsby-source-filesystem": "^4.21.1", + "gatsby-source-filesystem": "^4.22.0", "gatsby-transformer-remark": "^5.21.0", "gatsby-transformer-sharp": "^4.21.0", "gatsby-transformer-yaml": "^4.21.0", @@ -12584,9 +12584,9 @@ } }, "node_modules/gatsby-core-utils": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.21.0.tgz", - "integrity": "sha512-pCDa9EGU8niRJQVv7ow3ijzmG0PegZaBc5Yt6z4enc4m7Dl5ZT6Edkcw9p8q/FhGiZUkzQhWaRDxUvtaoPwAOQ==", + "version": "3.22.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.22.0.tgz", + "integrity": "sha512-/0FEKdnNCSn/f7dapxmBFxdFCWhteEZcsrwg/jxtXzSWRzs/7mzG8tyPCVUFlCnw3lLPSfej/9KBlGjXTvIIkQ==", "dependencies": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -14257,19 +14257,18 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "4.21.1", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.21.1.tgz", - "integrity": "sha512-YPbmR9nSq9cXRCdQ8S3uT9sb/IzLB7GloUn9ZT0KJLoCHl/YzmoFMERb5gOdFAoy2clX5L7ARSUV6rIbXBrSlA==", + "version": "4.22.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.22.0.tgz", + "integrity": "sha512-fcL3M+bQgI8DxD+XfB5XAnMvXp6czfqRZs8J2RStw9p02ekLaR/8R9ZYrn8OoQYLB9y9CHid+pdA78Dy3h73cg==", "dependencies": { "@babel/runtime": "^7.15.4", "chokidar": "^3.5.3", "file-type": "^16.5.4", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^3.21.0", + "gatsby-core-utils": "^3.22.0", "md5-file": "^5.0.0", "mime": "^2.5.2", "pretty-bytes": "^5.4.1", - "progress": "^2.0.3", "valid-url": "^1.0.9", "xstate": "4.32.1" }, @@ -35513,9 +35512,9 @@ } }, "gatsby-core-utils": { - "version": "3.21.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.21.0.tgz", - "integrity": "sha512-pCDa9EGU8niRJQVv7ow3ijzmG0PegZaBc5Yt6z4enc4m7Dl5ZT6Edkcw9p8q/FhGiZUkzQhWaRDxUvtaoPwAOQ==", + "version": "3.22.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.22.0.tgz", + "integrity": "sha512-/0FEKdnNCSn/f7dapxmBFxdFCWhteEZcsrwg/jxtXzSWRzs/7mzG8tyPCVUFlCnw3lLPSfej/9KBlGjXTvIIkQ==", "requires": { "@babel/runtime": "^7.15.4", "ci-info": "2.0.0", @@ -36719,19 +36718,18 @@ } }, "gatsby-source-filesystem": { - "version": "4.21.1", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.21.1.tgz", - "integrity": "sha512-YPbmR9nSq9cXRCdQ8S3uT9sb/IzLB7GloUn9ZT0KJLoCHl/YzmoFMERb5gOdFAoy2clX5L7ARSUV6rIbXBrSlA==", + "version": "4.22.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.22.0.tgz", + "integrity": "sha512-fcL3M+bQgI8DxD+XfB5XAnMvXp6czfqRZs8J2RStw9p02ekLaR/8R9ZYrn8OoQYLB9y9CHid+pdA78Dy3h73cg==", "requires": { "@babel/runtime": "^7.15.4", "chokidar": "^3.5.3", "file-type": "^16.5.4", "fs-extra": "^10.1.0", - "gatsby-core-utils": "^3.21.0", + "gatsby-core-utils": "^3.22.0", "md5-file": "^5.0.0", "mime": "^2.5.2", "pretty-bytes": "^5.4.1", - "progress": "^2.0.3", "valid-url": "^1.0.9", "xstate": "4.32.1" }, diff --git a/docs/package.json b/docs/package.json index 0d001735d6c8..3f7fdea8163e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -32,7 +32,7 @@ "gatsby-remark-images": "^6.21.0", "gatsby-remark-mermaid": "^2.1.0", "gatsby-remark-responsive-iframe": "^5.21.0", - "gatsby-source-filesystem": "^4.21.1", + "gatsby-source-filesystem": "^4.22.0", "gatsby-transformer-remark": "^5.21.0", "gatsby-transformer-sharp": "^4.21.0", "gatsby-transformer-yaml": "^4.21.0",