From e37c740f1528859e422a5df62d44280f8fe2a251 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Tue, 26 May 2020 22:40:32 -0400 Subject: [PATCH] chore(deps): bump gatsby-source-filesystem to 2.3.8 --- 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 7a604fe..45f8c9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10161,9 +10161,9 @@ } }, "gatsby-source-filesystem": { - "version": "2.3.5", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.5.tgz", - "integrity": "sha512-sgTDD9fZMTKl0k0taQAlO5PoigiehVDwpUC46ty9hkNeC1v1tcg5JGHlhK6wMGW9NfWR2D8pCCbhb8vqFb9oXw==", + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.8.tgz", + "integrity": "sha512-b+K1WU8x7Ekxf1f7FrSAtjOkHhWTlrDJhubkA38SUgSbmKDotTOoU+bLi7PlnA3GgUnZ9kGSvzXNImRc6fFPCg==", "requires": { "@babel/runtime": "^7.9.6", "better-queue": "^3.8.10", @@ -10171,7 +10171,7 @@ "chokidar": "3.4.0", "file-type": "^12.4.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.3.0", + "gatsby-core-utils": "^1.3.3", "got": "^9.6.0", "md5-file": "^3.2.3", "mime": "^2.4.5", @@ -10188,9 +10188,9 @@ "integrity": "sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg==" }, "gatsby-core-utils": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.0.tgz", - "integrity": "sha512-7rgNCsqvChp00rL2rJrYNqXf47qP1G0K9Pm6iWuIYrZAdzT0q6rB9csNS5dZ8gzY9CnLT4cTcHVYbr5BjuT/Rg==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.3.tgz", + "integrity": "sha512-kRcC7Fsn7puGeJERK5EZ3x4drPOnnYNlFygl1tEbpFIKdOhsWRlRF8es7uaqwyZBtBYJHVHHjCyJszRiJRZ5Sw==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", diff --git a/package.json b/package.json index dc1079d..6e83838 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "gatsby-plugin-react-svg": "^3.0.0", "gatsby-plugin-sharp": "^2.6.9", "gatsby-plugin-styled-components": "^3.3.2", - "gatsby-source-filesystem": "^2.3.5", + "gatsby-source-filesystem": "^2.3.8", "gatsby-transformer-remark": "^2.8.10", "gatsby-transformer-sharp": "^2.5.2", "github-slugger": "^1.3.0",