diff --git a/packages/website/package.json b/packages/website/package.json index 92c55a5d..3a881e55 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -32,7 +32,7 @@ "gatsby-remark-prismjs": "6.9.0", "gatsby-remark-responsive-iframe": "5.9.0", "gatsby-remark-smartypants": "5.9.0", - "gatsby-source-filesystem": "4.7.0", + "gatsby-source-filesystem": "4.9.0", "gatsby-transformer-remark": "5.9.0", "gatsby-transformer-sharp": "4.9.0", "gatsby-transformer-yaml": "4.9.0", diff --git a/packages/website/yarn.lock b/packages/website/yarn.lock index fea777cb..dbaa40ca 100644 --- a/packages/website/yarn.lock +++ b/packages/website/yarn.lock @@ -6709,16 +6709,16 @@ gatsby-sharp@^0.3.0: "@types/sharp" "^0.29.5" sharp "^0.30.1" -gatsby-source-filesystem@4.7.0: - version "4.7.0" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.7.0.tgz#89b00e30720b449f9e835651f26c40236089d528" - integrity sha512-tihlE4cxAI9tQnKqCNEKbrrqRQpMP2iBJIaGhc5gGHQ45cRreJHA60HOM0Nw6IzNKkDdCz0cu9XJwgkXIG9Tyg== +gatsby-source-filesystem@4.9.0: + version "4.9.0" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-4.9.0.tgz#8cf6f3f67cc97f8a75e284814f444a0eea3263e6" + integrity sha512-woSxEgYeZSVZSpxm+FwB+RjRIyhcix1AR9766W4yk5RwYH2wciF2OfxRC73WW/o/v1ztzeW6RoqIIY+GBXaA1A== dependencies: "@babel/runtime" "^7.15.4" chokidar "^3.5.2" file-type "^16.5.3" fs-extra "^10.0.0" - gatsby-core-utils "^3.7.0" + gatsby-core-utils "^3.9.0" got "^9.6.0" md5-file "^5.0.0" mime "^2.5.2"