From 8509280589d2b7600cd938849367940666c70b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 09:35:05 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 3.8.0 to 3.9.0 in /packages/website Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 3.8.0 to 3.9.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@3.9.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] --- packages/website/package-lock.json | 18 +++++++++--------- packages/website/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/website/package-lock.json b/packages/website/package-lock.json index d1be3013..ba0c054a 100644 --- a/packages/website/package-lock.json +++ b/packages/website/package-lock.json @@ -37,7 +37,7 @@ "gatsby-remark-prismjs": "^5.5.0", "gatsby-remark-responsive-iframe": "^4.6.0", "gatsby-remark-smartypants": "^4.5.0", - "gatsby-source-filesystem": "^3.8.0", + "gatsby-source-filesystem": "^3.9.0", "gatsby-transformer-json": "^3.9.0", "gatsby-transformer-remark": "^4.5.0", "gatsby-transformer-sharp": "^3.9.0", @@ -12845,16 +12845,16 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.8.0.tgz", - "integrity": "sha512-EyyqiIOhDeZ2EzykLRy3lR9WlpDrBCeHwn5wohvvjGBmWDnA54LloScIf1r/0PxSHSn/vFtXkBuh2Slzln5eag==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.9.0.tgz", + "integrity": "sha512-Zgdscq4bMJy9KfZAN9daAxKytJBoxqvU3wckPR/74BgqZ89FNsy0bo0ABqbfz02NgdMxcn2XyPLUQ4eFJwHRvg==", "dependencies": { "@babel/runtime": "^7.14.0", "better-queue": "^3.8.10", "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.8.0", + "gatsby-core-utils": "^2.9.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -38134,16 +38134,16 @@ } }, "gatsby-source-filesystem": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.8.0.tgz", - "integrity": "sha512-EyyqiIOhDeZ2EzykLRy3lR9WlpDrBCeHwn5wohvvjGBmWDnA54LloScIf1r/0PxSHSn/vFtXkBuh2Slzln5eag==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.9.0.tgz", + "integrity": "sha512-Zgdscq4bMJy9KfZAN9daAxKytJBoxqvU3wckPR/74BgqZ89FNsy0bo0ABqbfz02NgdMxcn2XyPLUQ4eFJwHRvg==", "requires": { "@babel/runtime": "^7.14.0", "better-queue": "^3.8.10", "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.8.0", + "gatsby-core-utils": "^2.9.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", diff --git a/packages/website/package.json b/packages/website/package.json index d879d3a6..6f276573 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -34,7 +34,7 @@ "gatsby-remark-prismjs": "^5.5.0", "gatsby-remark-responsive-iframe": "^4.6.0", "gatsby-remark-smartypants": "^4.5.0", - "gatsby-source-filesystem": "^3.8.0", + "gatsby-source-filesystem": "^3.9.0", "gatsby-transformer-json": "^3.9.0", "gatsby-transformer-remark": "^4.5.0", "gatsby-transformer-sharp": "^3.9.0",