From b03b39b4f2bd47c100be0fa69fd5e56f1fa9dc50 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2020 02:09:53 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 2.3.14 to 2.3.18 Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.3.14 to 2.3.18. - [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.18/packages/gatsby-source-filesystem) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 28 +++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d49bf0e..cbb7e00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8842,9 +8842,9 @@ } }, "gatsby-source-filesystem": { - "version": "2.3.14", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.14.tgz", - "integrity": "sha512-AUnSikwa8+bW0DFWOV1Dq8ZUNxCnEGmx7uxxutLTolHSMhFct2cpxwaXX5ITtjqb9KgfcQ+y0EbKhzXLWpmOzg==", + "version": "2.3.18", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.18.tgz", + "integrity": "sha512-HcPhm8yIYrpSVCVOiCzE8dGOKfv78Dvw8p86COE/EbvqRyXQ7x2N+v5dZSluSejtoXck0vISa2kJCGPTGzcsbw==", "requires": { "@babel/runtime": "^7.10.3", "better-queue": "^3.8.10", @@ -8852,7 +8852,7 @@ "chokidar": "3.4.0", "file-type": "^12.4.2", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.3.8", + "gatsby-core-utils": "^1.3.11", "got": "^9.6.0", "md5-file": "^3.2.3", "mime": "^2.4.6", @@ -8860,7 +8860,7 @@ "progress": "^2.0.3", "read-chunk": "^3.2.0", "valid-url": "^1.0.9", - "xstate": "^4.10.0" + "xstate": "^4.11.0" }, "dependencies": { "file-type": { @@ -8868,6 +8868,19 @@ "resolved": "https://registry.npmjs.org/file-type/-/file-type-12.4.2.tgz", "integrity": "sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg==" }, + "gatsby-core-utils": { + "version": "1.3.11", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.11.tgz", + "integrity": "sha512-eaplfOveXLl1RCWja7QIke560jUKLprvCXZ446YgQ8vAYB0fXVz3u6AOf7XUmEV9F9PIkNjmfevd1oUPy9qISw==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "xdg-basedir": "^4.0.0" + } + }, "got": { "version": "9.6.0", "resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz", @@ -8885,6 +8898,11 @@ "to-readable-stream": "^1.0.0", "url-parse-lax": "^3.0.0" } + }, + "xstate": { + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.11.0.tgz", + "integrity": "sha512-v+S3jF2YrM2tFOit8o7+4N3FuFd9IIGcIKHyfHeeNjMlmNmwuiv/IbY9uw7ECifx7H/A9aGLcxPSr0jdjTGDww==" } } }, diff --git a/package.json b/package.json index 9c06395..1c6c06a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "gatsby-plugin-sharp": "^2.6.14", "gatsby-plugin-sitemap": "^2.4.7", "gatsby-plugin-styled-components": "^3.3.6", - "gatsby-source-filesystem": "^2.3.14", + "gatsby-source-filesystem": "^2.3.18", "gatsby-source-youtube-v2": "^1.0.1", "gatsby-transformer-remark": "^2.8.20", "gatsby-transformer-sharp": "^2.5.7",