diff --git a/packages/website/package-lock.json b/packages/website/package-lock.json index cd52fbe7..78d68d73 100644 --- a/packages/website/package-lock.json +++ b/packages/website/package-lock.json @@ -37,7 +37,7 @@ "gatsby-remark-prismjs": "^5.5.0", "gatsby-remark-responsive-iframe": "^4.5.0", "gatsby-remark-smartypants": "^4.4.1", - "gatsby-source-filesystem": "^3.7.1", + "gatsby-source-filesystem": "^3.8.0", "gatsby-transformer-json": "^3.7.1", "gatsby-transformer-remark": "^4.5.0", "gatsby-transformer-sharp": "^3.8.0", @@ -12850,16 +12850,16 @@ } }, "node_modules/gatsby-source-filesystem": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.7.1.tgz", - "integrity": "sha512-JLMFJxvGnmVFW0UDr6r3XlqCp9GJ5Eqz4baWe9cVSdn61rz6YuV+BrtZIRBkqaWbnhv14+z7J+59OxpLG/kXHg==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.8.0.tgz", + "integrity": "sha512-EyyqiIOhDeZ2EzykLRy3lR9WlpDrBCeHwn5wohvvjGBmWDnA54LloScIf1r/0PxSHSn/vFtXkBuh2Slzln5eag==", "dependencies": { "@babel/runtime": "^7.14.0", "better-queue": "^3.8.10", "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.7.1", + "gatsby-core-utils": "^2.8.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", @@ -38091,16 +38091,16 @@ } }, "gatsby-source-filesystem": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.7.1.tgz", - "integrity": "sha512-JLMFJxvGnmVFW0UDr6r3XlqCp9GJ5Eqz4baWe9cVSdn61rz6YuV+BrtZIRBkqaWbnhv14+z7J+59OxpLG/kXHg==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.8.0.tgz", + "integrity": "sha512-EyyqiIOhDeZ2EzykLRy3lR9WlpDrBCeHwn5wohvvjGBmWDnA54LloScIf1r/0PxSHSn/vFtXkBuh2Slzln5eag==", "requires": { "@babel/runtime": "^7.14.0", "better-queue": "^3.8.10", "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.7.1", + "gatsby-core-utils": "^2.8.0", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.4.6", diff --git a/packages/website/package.json b/packages/website/package.json index baa8c325..b945d1ed 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -34,7 +34,7 @@ "gatsby-remark-prismjs": "^5.5.0", "gatsby-remark-responsive-iframe": "^4.5.0", "gatsby-remark-smartypants": "^4.4.1", - "gatsby-source-filesystem": "^3.7.1", + "gatsby-source-filesystem": "^3.8.0", "gatsby-transformer-json": "^3.7.1", "gatsby-transformer-remark": "^4.5.0", "gatsby-transformer-sharp": "^3.8.0",