From 7111235762fd0b7cf9b1bd24200f3f28e2cd74a8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 05:30:14 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 2.3.3 to 2.3.4 Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.3.3 to 2.3.4. - [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.4/packages/gatsby-source-filesystem) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9c40fd4..cb86341 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10842,9 +10842,9 @@ } }, "gatsby-source-filesystem": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.3.tgz", - "integrity": "sha512-RsA6xssBKEel2e0Rj1hQZRNtPQ1lOh2ZlpXZr3CpE3W52F8bSrGnIBnqkmp4aPmtDGYgcw3okid0UNhBmUeiuA==", + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.4.tgz", + "integrity": "sha512-8j2ZRMNTmgUA778OiTinFJghOLj4L9WLrxVyWhSaEArnJOKJOvIZPvj7klgM49IBaSPZTx3uKuG6RXOs4iFjNg==", "requires": { "@babel/runtime": "^7.9.6", "better-queue": "^3.8.10", @@ -10852,7 +10852,7 @@ "chokidar": "3.4.0", "file-type": "^12.4.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.2.2", + "gatsby-core-utils": "^1.2.3", "got": "^9.6.0", "md5-file": "^3.2.3", "mime": "^2.4.5", @@ -10869,9 +10869,9 @@ "integrity": "sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg==" }, "gatsby-core-utils": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.2.tgz", - "integrity": "sha512-EdVUq0K7C9t32V7wndldUmUGzZp8EwU8gNMc1dtI1whyDUaUuZa6zlkbkpJwbwhPhRHdao5zhvHJXydhgzTEog==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.3.tgz", + "integrity": "sha512-NjCPNpGqOuaNAJqU4m9z2pXVmv0DdifnRiFvJiVnz2pi/0qaVHGMErmOnkOJfaxD76LOcWEjPm9HOsB+GHgN7g==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", diff --git a/package.json b/package.json index d53d0ad..afa25bf 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "gatsby-plugin-svgr": "^2.0.2", "gatsby-plugin-use-dark-mode": "^1.1.2", "gatsby-plugin-webpack-size": "^1.0.0", - "gatsby-source-filesystem": "^2.3.3", + "gatsby-source-filesystem": "^2.3.4", "gatsby-transformer-json": "^2.4.2", "gatsby-transformer-sharp": "^2.5.2", "gatsby-transformer-yaml": "^2.4.1",