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",