From de90e96ae31801f0382fcfb3156ad13bb9661230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 10:59:46 +0000 Subject: [PATCH] Bump gatsby-source-filesystem from 3.12.0 to 3.13.0 in /packages/website Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-filesystem/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@3.13.0/packages/gatsby-source-filesystem) --- updated-dependencies: - dependency-name: gatsby-source-filesystem dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/website/package.json | 2 +- packages/website/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/website/package.json b/packages/website/package.json index 26e3448e..267200b7 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -34,7 +34,7 @@ "gatsby-remark-prismjs": "^5.9.0", "gatsby-remark-responsive-iframe": "^4.9.0", "gatsby-remark-smartypants": "^4.9.0", - "gatsby-source-filesystem": "^3.12.0", + "gatsby-source-filesystem": "^3.13.0", "gatsby-transformer-json": "^3.13.0", "gatsby-transformer-remark": "^4.9.0", "gatsby-transformer-sharp": "^3.12.0", diff --git a/packages/website/yarn.lock b/packages/website/yarn.lock index 37f0e2d6..a930f216 100644 --- a/packages/website/yarn.lock +++ b/packages/website/yarn.lock @@ -7096,17 +7096,17 @@ gatsby-remark-smartypants@^4.9.0: retext-smartypants "^4.0.0" unist-util-visit "^2.0.3" -gatsby-source-filesystem@^3.12.0: - version "3.12.0" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-3.12.0.tgz#cbd3b0361570f1c612623c48b6d2f52459eb26e6" - integrity sha512-Rs++VHDiyop/yFiNnJhn4+ot3DRwzrjE5fNnrxScTGk0GT8wqcne/c3PFCcQcVOmnu01N2DL1BdPmQP/jF6xAw== +gatsby-source-filesystem@^3.13.0: + version "3.13.0" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-3.13.0.tgz#0c1ec7a02c692d36ab93e033661da1aa52cb6711" + integrity sha512-SR0OFKunE4OtsZ0E7kpX6kipQcbrw3jTfROuhqD6EJPM5hkTxeEI/6I2r/bUo4ZS1rpwrEYd3UF89Q0YdAhLqQ== dependencies: "@babel/runtime" "^7.14.8" better-queue "^3.8.10" chokidar "^3.4.3" file-type "^16.0.0" fs-extra "^8.1.0" - gatsby-core-utils "^2.12.0" + gatsby-core-utils "^2.13.0" got "^9.6.0" md5-file "^5.0.0" mime "^2.5.2"