From 7ab58761a7f9edd9d69113fcaa7cc9822bfc7384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 21:33:46 +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.11.0 to 2.11.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-source-filesystem@2.11.1/packages/gatsby-source-filesystem/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.11.1/packages/gatsby-source-filesystem) Signed-off-by: dependabot[bot] --- client/package-lock.json | 21 ++++++++++++--------- client/package.json | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 69836f3cb2..276430013f 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -43,7 +43,7 @@ "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-remark-prismjs": "^3.13.0", - "gatsby-source-filesystem": "^2.11.0", + "gatsby-source-filesystem": "^2.11.1", "gatsby-transformer-remark": "^2.16.1", "i18next": "^19.9.1", "jquery": "^3.5.1", @@ -12961,16 +12961,16 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.11.0.tgz", - "integrity": "sha512-SLKksyfRvdMHyF0kb3YCr4ME6RW4Pje9zo1RVAJ1sqaBFDch0YUZzTE51QO586JSkrN00UeE8lU++ODXlm425g==", + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.11.1.tgz", + "integrity": "sha512-Ao526Mmhm8KkF+0Tvf9Le5kKnqX7kgC1wecp82BW2KLQgdtG7UIgmHvG6PkjuFNiJ2ghXPC3vRK3J/vDPyLtkA==", "dependencies": { "@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.0", + "gatsby-core-utils": "^1.10.1", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -12981,6 +12981,9 @@ }, "engines": { "node": ">=10.13.0" + }, + "peerDependencies": { + "gatsby": "^2.2.0" } }, "node_modules/gatsby-source-filesystem/node_modules/got": { @@ -41806,16 +41809,16 @@ } }, "gatsby-source-filesystem": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.11.0.tgz", - "integrity": "sha512-SLKksyfRvdMHyF0kb3YCr4ME6RW4Pje9zo1RVAJ1sqaBFDch0YUZzTE51QO586JSkrN00UeE8lU++ODXlm425g==", + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-2.11.1.tgz", + "integrity": "sha512-Ao526Mmhm8KkF+0Tvf9Le5kKnqX7kgC1wecp82BW2KLQgdtG7UIgmHvG6PkjuFNiJ2ghXPC3vRK3J/vDPyLtkA==", "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.0", + "gatsby-core-utils": "^1.10.1", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", diff --git a/client/package.json b/client/package.json index fe36efc66b..84647997b3 100644 --- a/client/package.json +++ b/client/package.json @@ -39,7 +39,7 @@ "gatsby-plugin-react-helmet": "^3.10.0", "gatsby-plugin-remove-serviceworker": "^1.0.0", "gatsby-remark-prismjs": "^3.13.0", - "gatsby-source-filesystem": "^2.11.0", + "gatsby-source-filesystem": "^2.11.1", "gatsby-transformer-remark": "^2.16.1", "i18next": "^19.9.1", "jquery": "^3.5.1",