diff --git a/website/package.json b/website/package.json index b7e7a4a98..2a17a36e1 100644 --- a/website/package.json +++ b/website/package.json @@ -46,7 +46,7 @@ "gatsby-remark-embedder": "^2.1.1", "gatsby-remark-images": "^3.3.9", "gatsby-remark-smartypants": "^2.3.3", - "gatsby-source-filesystem": "^2.3.10", + "gatsby-source-filesystem": "^2.3.11", "gatsby-theme-tailwindcss": "^1.1.0", "gatsby-transformer-yaml": "^2.4.2", "graphviz-react": "^1.0.5", diff --git a/website/yarn.lock b/website/yarn.lock index f795e2e31..86cc9bed2 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: - version "1.3.4" - resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.4.tgz#a3adc461dc90e55b8aef03d9c4440c2018f7e06c" - integrity sha512-LSNwM14pKQP93Qvsa13pneHKxoKX6dbQ+Z7PTKm6aWR4JY+jiHUCN8RyFH1GsL6iB5AHeMUslJZx/X0eUQJrsQ== +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== dependencies: ci-info "2.0.0" configstore "^5.0.1" @@ -8668,10 +8668,10 @@ gatsby-remark-smartypants@^2.3.3: retext-smartypants "^3.0.3" unist-util-visit "^1.4.1" -gatsby-source-filesystem@^2.3.10: - version "2.3.10" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.10.tgz#3cbf31dbf52349928db564e13b5bf182e1394708" - integrity sha512-hX58a6eAjkmViq2Esvg9Q2JNN12UScCktvv7ci4u9dgxmQ+1GQCGtwfRm2WmI8EIiH8+ifbXSNxyFDpPr8yTgQ== +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== dependencies: "@babel/runtime" "^7.10.2" better-queue "^3.8.10" @@ -8679,7 +8679,7 @@ gatsby-source-filesystem@^2.3.10: chokidar "3.4.0" file-type "^12.4.2" fs-extra "^8.1.0" - gatsby-core-utils "^1.3.4" + gatsby-core-utils "^1.3.5" got "^9.6.0" md5-file "^3.2.3" mime "^2.4.6"