From efd2d83899567ec4e4a0b9bef0c078cc437a78a4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Mon, 5 Aug 2019 14:36:55 -0400 Subject: [PATCH] chore(deps): bump gatsby-source-filesystem to 2.1.8 --- 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 94f3de6..c6e3d94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8226,9 +8226,9 @@ } }, "gatsby-source-filesystem": { - "version": "2.1.6", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.6.tgz", - "integrity": "sha512-Om05JfbYLWn54as5+7O6Dci273V4fbS0FqhxNVNkixAh6Vib5Yi3kBr8L+5l29tF2vB0dr3UPMk95tF9LuHwEw==", + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.8.tgz", + "integrity": "sha512-/EhMIlp6LA09+zzNkkhSW/zmJON9Ma9HQ5NpGTop7RVf9RIWiqhLA3klqVAnOwcYo2ALvAenGdGX2pgfH4PiMw==", "requires": { "@babel/runtime": "^7.0.0", "better-queue": "^3.8.7", diff --git a/package.json b/package.json index 92f8b9f..1b4fe69 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "gatsby-plugin-sharp": "^2.2.9", "gatsby-plugin-styled-components": "^3.1.2", "gatsby-plugin-typescript": "^2.1.2", - "gatsby-source-filesystem": "^2.1.6", + "gatsby-source-filesystem": "^2.1.8", "gatsby-transformer-remark": "^2.6.9", "gatsby-transformer-sharp": "^2.2.4", "prismjs": "^1.17.1",