From 7300778b31516fe140abe3b18edcb42be4c35814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Jan 2021 16:04:53 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 2.9.1 to 2.10.0 Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.9.1 to 2.10.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.10.0/packages/gatsby-source-filesystem) Signed-off-by: dependabot[bot] --- package-lock.json | 35 +++++++---------------------------- package.json | 2 +- 2 files changed, 8 insertions(+), 29 deletions(-) diff --git a/package-lock.json b/package-lock.json index 067903e..75f44f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10545,9 +10545,9 @@ } }, "gatsby-core-utils": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.8.0.tgz", - "integrity": "sha512-MurWnytVVG9rOai0oAdcCsLODqj7P7Y9ndoAswHDk6hrlsWwiRMOsDS1kEyL7n2BM7lhgzZ+gz9OaOukqU1BhA==", + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.9.0.tgz", + "integrity": "sha512-AWq9E+rBY+fWJrhdOx0rn/LlZ0eCjpqLYlDcUmLZ5NjwLARgkEXNf4JsvDETLtThcNlSOibEMQex8arsYatmkA==", "requires": { "ci-info": "2.0.0", "configstore": "^5.0.1", @@ -11314,16 +11314,16 @@ } }, "gatsby-source-filesystem": { - "version": "2.9.1", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.9.1.tgz", - "integrity": "sha512-irXzH0EK3Y+jSwzhpnxG02fzvXBfkFFsT7tvv5Gp3CosPNX5LWz14PiKYFlylPC0rj2Q/zR7sgHVvkIeqgs3vA==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.10.0.tgz", + "integrity": "sha512-kf1D25wBe+mXa+c4C0HgI+5bwgEoTUQupP1q7nk4Q1+RC2mHlWSm3X+lNPWVfxg8MKNWrLmrX1GrXorW8cEtEQ==", "requires": { "@babel/runtime": "^7.12.5", "better-queue": "^3.8.10", "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.8.0", + "gatsby-core-utils": "^1.9.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -11372,27 +11372,6 @@ } } }, - "gatsby-telemetry": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/gatsby-telemetry/-/gatsby-telemetry-1.8.1.tgz", - "integrity": "sha512-Az+2rArUf2Qxef6dOxYIo6SadRSFHWCckZGThiedwWguvjz4WLF4G4d7k1q/6BvzIu+tk/SrH+/fQ/Un6WOXPQ==", - "requires": { - "@babel/code-frame": "^7.10.4", - "@babel/runtime": "^7.12.5", - "@turist/fetch": "^7.1.7", - "@turist/time": "^0.0.1", - "async-retry-ng": "^2.0.1", - "boxen": "^4.2.0", - "configstore": "^5.0.1", - "fs-extra": "^8.1.0", - "gatsby-core-utils": "^1.8.0", - "git-up": "^4.0.2", - "is-docker": "^2.1.1", - "lodash": "^4.17.20", - "node-fetch": "^2.6.1", - "uuid": "3.4.0" - } - }, "gatsby-transformer-json": { "version": "2.10.0", "resolved": "https://registry.npmjs.org/gatsby-transformer-json/-/gatsby-transformer-json-2.10.0.tgz", diff --git a/package.json b/package.json index 9086824..8cfa123 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "gatsby-plugin-sass": "^2.8.0", "gatsby-plugin-sharp": "^2.13.1", "gatsby-plugin-sitemap": "^2.10.0", - "gatsby-source-filesystem": "^2.9.1", + "gatsby-source-filesystem": "^2.10.0", "gatsby-transformer-json": "^2.10.0", "gatsby-transformer-sharp": "^2.10.1", "i18next": "^19.8.4",