From dfef6bc3fa074beb83d245477f997656d19ad9b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 11:51:38 +0000 Subject: [PATCH] chore(deps): bump gatsby-source-filesystem in /client Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.6.0 to 2.8.0. - [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.8.0/packages/gatsby-source-filesystem) Signed-off-by: dependabot[bot] --- client/package-lock.json | 29 +++++++++++++++++------------ client/package.json | 2 +- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 191feeca18..cd8b03adda 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -10608,9 +10608,9 @@ } }, "file-type": { - "version": "16.0.1", - "resolved": "https://registry.npmjs.org/file-type/-/file-type-16.0.1.tgz", - "integrity": "sha512-rwXqMZiizJd0uXZE52KN2DtPBAV99qz9cUTHHt8pSyaQzgVYrHJGR0qt2p4N/yzHEL/tGrlB/TgawQb4Fnxxyw==", + "version": "16.1.0", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-16.1.0.tgz", + "integrity": "sha512-G4Klqf6tuprtG0pC4r9kni4Wv8XhAAsfHphVqsQGA+YiOlPAO40BZduDqKfv0RFsu9q9ZbFObWfwszY/NqhEZw==", "requires": { "readable-web-to-node-stream": "^3.0.0", "strtok3": "^6.0.3", @@ -13150,23 +13150,23 @@ } }, "gatsby-source-filesystem": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.6.0.tgz", - "integrity": "sha512-SvA/1eaVxCeZd1QIvuWOUjcX4QtMEQkVOuLd0K2WfMjtgCcRu9Y6R5UT+Fbk7G2Cx9SlwxclYS4Y/b0uRUphpg==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.8.0.tgz", + "integrity": "sha512-wZXwL/B+PvgSAi4Fkrw33yBk6FdDoz6g2mRfS6NxVVQotbA2oNe+jFc+IL0j9/cUMTItP3rW+8V8U9ufASQfAw==", "requires": { "@babel/runtime": "^7.12.5", "better-queue": "^3.8.10", - "chokidar": "^3.4.2", + "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.5.0", + "gatsby-core-utils": "^1.7.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", "pretty-bytes": "^5.4.1", "progress": "^2.0.3", "valid-url": "^1.0.9", - "xstate": "^4.13.0" + "xstate": "^4.14.0" }, "dependencies": { "@babel/runtime": { @@ -13178,9 +13178,9 @@ } }, "gatsby-core-utils": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.5.0.tgz", - "integrity": "sha512-hCt44m7I9Kmra/iVJwrmHXK8WFK9I1JwXQZquIVZ/JaG8UgqroxW1wpsY7ColbHGMATOmp13Efqn02VNPnms5Q==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.7.0.tgz", + "integrity": "sha512-DYYkmlgpfkQBuc/vWEkSmp1xh7LGI00HA0AzH2U8AblrqAff3JBezeS3v8thkeuOm7FhlwkZGPNza+PIHYcwKA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -13208,6 +13208,11 @@ "to-readable-stream": "^1.0.0", "url-parse-lax": "^3.0.0" } + }, + "xstate": { + "version": "4.15.1", + "resolved": "https://registry.npmjs.org/xstate/-/xstate-4.15.1.tgz", + "integrity": "sha512-8dD/GnTwxUuDr/cY42vi+Enu4mpbuUXWISYJ0a9BC+cIFvqufJsepyDLS6lLsznfUP0GS5Yx9m3IQWFhAoGt/A==" } } }, diff --git a/client/package.json b/client/package.json index d845a47587..82c3d40069 100644 --- a/client/package.json +++ b/client/package.json @@ -39,7 +39,7 @@ "gatsby-plugin-react-helmet": "^3.7.0", "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-remark-prismjs": "^3.10.0", - "gatsby-source-filesystem": "^2.6.0", + "gatsby-source-filesystem": "^2.8.0", "gatsby-transformer-remark": "^2.13.0", "jquery": "^3.5.1", "lodash": "^4.17.20",