diff --git a/website/package.json b/website/package.json index 94645bcfa..7444bda63 100644 --- a/website/package.json +++ b/website/package.json @@ -47,7 +47,7 @@ "gatsby-remark-embedder": "^2.1.1", "gatsby-remark-images": "^3.3.9", "gatsby-remark-smartypants": "^2.3.3", - "gatsby-source-filesystem": "^2.3.11", + "gatsby-source-filesystem": "^2.3.12", "gatsby-theme-tailwindcss": "^1.1.0", "gatsby-transformer-yaml": "^2.4.2", "graphviz-react": "^1.0.6", diff --git a/website/yarn.lock b/website/yarn.lock index ed50706bb..cb10b9efc 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -8226,10 +8226,10 @@ gatsby-cli@^2.12.44: yargs "^15.3.1" yurnalist "^1.1.2" -gatsby-core-utils@^1.3.4, gatsby-core-utils@^1.3.5: - version "1.3.5" - resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.5.tgz#3c8f2dc940cec6570d1317f02ba028f327d1e773" - integrity sha512-kbwJ5BeQ8OixJVuBb1AGRL6vdkFz9nFBa6gXqjQ6AAXHhYDrjOYrRMIENT1QLoabWo6tlh0Hyl1agfWaQwW8lg== +gatsby-core-utils@^1.3.4, gatsby-core-utils@^1.3.5, gatsby-core-utils@^1.3.6: + version "1.3.6" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.6.tgz#5a001593276b0c1cc4a3c6c9a34da428e9374590" + integrity sha512-ptd//w6MX1/hUGO2KBffSUKSYIVU3SFRM2cKXN3CMmCQvn8ul2OHCjpNY8MyZQuluWk8nRtvhjEGrl+KJtcOnw== dependencies: ci-info "2.0.0" configstore "^5.0.1" @@ -8677,10 +8677,10 @@ gatsby-remark-smartypants@^2.3.3: retext-smartypants "^3.0.3" unist-util-visit "^1.4.1" -gatsby-source-filesystem@^2.3.11: - version "2.3.11" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.11.tgz#0e65b01ba23d6ef49c6bdd005326ea4b51bcdd4b" - integrity sha512-IQdeoU1yvMEYjIYq7DyH4W/KAN0D1RGfpIYPzc/MAERatn1pUk5GHDLIghyIujeMY3oFXVbh9/63tSRv+Gu9/g== +gatsby-source-filesystem@^2.3.12: + version "2.3.12" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.12.tgz#d92cb9c6c4685ab272399b57f42134dcc61effdf" + integrity sha512-VFyQCpmbt+VGvXkd6Yrm0EmoVQ7vv3bAHSsy3pnXK61Ak3lQxGcwZlPU/z9famoODCTkePnkL1vtY6pxdCZ1FA== dependencies: "@babel/runtime" "^7.10.2" better-queue "^3.8.10" @@ -8688,7 +8688,7 @@ gatsby-source-filesystem@^2.3.11: chokidar "3.4.0" file-type "^12.4.2" fs-extra "^8.1.0" - gatsby-core-utils "^1.3.5" + gatsby-core-utils "^1.3.6" got "^9.6.0" md5-file "^3.2.3" mime "^2.4.6"