From 3f32fe1f6d1f016194d8e493c9a696fa1168fcd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 23:35:36 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 2.11.0 to 3.3.0 Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.11.0 to 3.3.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@3.3.0/packages/gatsby-source-filesystem) Signed-off-by: dependabot[bot] --- package-lock.json | 23 +++++++++++++++++++---- package.json | 2 +- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d88f115..68ee21e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9585,16 +9585,16 @@ } }, "gatsby-source-filesystem": { - "version": "2.11.1", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.11.1.tgz", - "integrity": "sha512-Ao526Mmhm8KkF+0Tvf9Le5kKnqX7kgC1wecp82BW2KLQgdtG7UIgmHvG6PkjuFNiJ2ghXPC3vRK3J/vDPyLtkA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.3.0.tgz", + "integrity": "sha512-ctdeRaRzZNwXY+8XYAaTgKh4en1RcfALCA/OJ3NmRnHMCBadPQ+CEzyxpwJSNaK4/6ouxy0nw7+kxhpmW1tVOQ==", "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.10.1", + "gatsby-core-utils": "^2.3.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -9615,6 +9615,21 @@ "typedarray-to-buffer": "^3.1.5" } }, + "gatsby-core-utils": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-2.3.0.tgz", + "integrity": "sha512-M7RlR6jL2dtkUu4AoKBoQaPTsbpByzWHc7HBgeYdwzuqbk4VuMe6K76pFDvFSNj0+LvVhWoRGHO7OEtpfb2bEA==", + "requires": { + "ci-info": "2.0.0", + "configstore": "^5.0.1", + "file-type": "^16.2.0", + "fs-extra": "^8.1.0", + "node-object-hash": "^2.0.0", + "proper-lockfile": "^4.1.1", + "tmp": "^0.2.1", + "xdg-basedir": "^4.0.0" + } + }, "get-stream": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", diff --git a/package.json b/package.json index 73dde19..59a6002 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "gatsby-plugin-sharp": "^2.14.3", "gatsby-plugin-sitemap": "^2.12.0", "gatsby-plugin-styled-components": "^3.10.0", - "gatsby-source-filesystem": "^2.11.0", + "gatsby-source-filesystem": "^3.3.0", "gatsby-source-youtube-v2": "^1.0.1", "gatsby-transformer-remark": "^2.16.1", "gatsby-transformer-sharp": "^2.12.0",