From 6d8f9d34c0c0fea2917f04384755f253764b53ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 04:37:13 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 2.3.35 to 2.3.36 Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.3.35 to 2.3.36. - [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@2.3.36/packages/gatsby-source-filesystem) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9c52e6..566352c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10166,9 +10166,9 @@ } }, "gatsby-source-filesystem": { - "version": "2.3.35", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.35.tgz", - "integrity": "sha512-OHa7eDW9m/R8uIkAHpOZda517uT0yLPfLhZwEj3vqWgHRKg6bSghvKRDMQGmiD39EPur/Pl7JsotbFxGBRFRTQ==", + "version": "2.3.36", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.36.tgz", + "integrity": "sha512-fa3/xwWiSRRtYaE5OFIb0/MLCvewXDCEMcGqQs+TlBorxfCzcbHtCVF4klqPiInOTzsUqxqfQJSVaT6LvFnTpg==", "requires": { "@babel/runtime": "^7.11.2", "better-queue": "^3.8.10", diff --git a/package.json b/package.json index e10306b..96af6f0 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "gatsby-plugin-sass": "^2.3.21", "gatsby-plugin-sitemap": "^2.4.17", "gatsby-plugin-styled-components": "^3.3.14", - "gatsby-source-filesystem": "^2.3.35", + "gatsby-source-filesystem": "^2.3.36", "gatsby-source-youtube-v2": "^1.0.1", "gatsby-transformer-sharp": "^2.5.19", "gatsby-transformer-remark": "^2.8.46",