From 8b3b1f12ab9914d9ada3a01408ce28526cbfded3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 17:33:03 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 3.3.0 to 3.4.0 in /packages/website Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 3.3.0 to 3.4.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.4.0/packages/gatsby-source-filesystem) 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 cd50b90b..19e1f7b6 100644 --- a/packages/website/package-lock.json +++ b/packages/website/package-lock.json @@ -37,7 +37,7 @@ "gatsby-remark-prismjs": "^5.0.0", "gatsby-remark-responsive-iframe": "^4.1.0", "gatsby-remark-smartypants": "^4.1.0", - "gatsby-source-filesystem": "^3.0.0", + "gatsby-source-filesystem": "^3.4.0", "gatsby-transformer-json": "^3.4.0", "gatsby-transformer-remark": "^4.1.0", "gatsby-transformer-sharp": "^3.4.0", @@ -12909,16 +12909,16 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.3.0.tgz", - "integrity": "sha512-ctdeRaRzZNwXY+8XYAaTgKh4en1RcfALCA/OJ3NmRnHMCBadPQ+CEzyxpwJSNaK4/6ouxy0nw7+kxhpmW1tVOQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.4.0.tgz", + "integrity": "sha512-kw55JXz6xA99/4pI0JClJre+be5GQA0mpUhuslY9Bg/VVatFmEcxnmirrWzpEIE8OF0jtUlfZHSZu68aB5UnLQ==", "dependencies": { "@babel/runtime": "^7.12.5", "better-queue": "^3.8.10", "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.3.0", + "gatsby-core-utils": "^2.4.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -40125,16 +40125,16 @@ } }, "gatsby-source-filesystem": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.3.0.tgz", - "integrity": "sha512-ctdeRaRzZNwXY+8XYAaTgKh4en1RcfALCA/OJ3NmRnHMCBadPQ+CEzyxpwJSNaK4/6ouxy0nw7+kxhpmW1tVOQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.4.0.tgz", + "integrity": "sha512-kw55JXz6xA99/4pI0JClJre+be5GQA0mpUhuslY9Bg/VVatFmEcxnmirrWzpEIE8OF0jtUlfZHSZu68aB5UnLQ==", "requires": { "@babel/runtime": "^7.12.5", "better-queue": "^3.8.10", "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.3.0", + "gatsby-core-utils": "^2.4.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 bbdb53b5..0ea93654 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -34,7 +34,7 @@ "gatsby-remark-prismjs": "^5.0.0", "gatsby-remark-responsive-iframe": "^4.1.0", "gatsby-remark-smartypants": "^4.1.0", - "gatsby-source-filesystem": "^3.0.0", + "gatsby-source-filesystem": "^3.4.0", "gatsby-transformer-json": "^3.4.0", "gatsby-transformer-remark": "^4.1.0", "gatsby-transformer-sharp": "^3.4.0",