diff --git a/packages/gatsby-theme-aio/package.json b/packages/gatsby-theme-aio/package.json index e56dbb9fe3..df9da2848c 100644 --- a/packages/gatsby-theme-aio/package.json +++ b/packages/gatsby-theme-aio/package.json @@ -84,7 +84,7 @@ "gatsby-plugin-sharp": "^3.0.1", "gatsby-remark-copy-linked-files": "^3.0.0", "gatsby-remark-images-remote": "^1.0.1", - "gatsby-source-filesystem": "^3.0.0", + "gatsby-source-filesystem": "^3.1.0", "gatsby-transformer-remark": "^3.0.0", "https-browserify": "^1.0.0", "mdx-embed": "^0.0.19", diff --git a/yarn.lock b/yarn.lock index dd6e8e8eb3..089511ea45 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8091,10 +8091,10 @@ gatsby-cli@^3.0.0: yoga-layout-prebuilt "^1.9.6" yurnalist "^2.1.0" -gatsby-core-utils@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.0.0.tgz#00fdc1f2efcaabe7426e63b020a7117ca613780c" - integrity sha512-+DrClKZ/ScTbzhIHZXuU3DoIhEJ95uJV+swR7VVqYVhEpV1CnjUGR/dB+tMd0VqlPdrXB38FuR8O5kuSvYm+/A== +gatsby-core-utils@^2.0.0, gatsby-core-utils@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-2.1.0.tgz#634989bc3cde1c7add752fbdc3c6a3cdd8e23377" + integrity sha512-zBNZ4kypfgqrUWNGMQQCXZookssXWaTnLWmxM7TOz5Phjvr0NvQo/xpkUgVbuylkQDwprmg88oRdox8L3zMY9Q== dependencies: ci-info "2.0.0" configstore "^5.0.1" @@ -8419,17 +8419,17 @@ gatsby-remark-images-remote@^1.0.1: unist-util-select "^1.5.0" unist-util-visit-parents "^2.1.2" -gatsby-source-filesystem@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-3.0.0.tgz#6f82e8eeac8772be2848bee9959f217c87f5b86e" - integrity sha512-t51BSxAqRKO/veY99U/TcsWA7C1MRIokOJHGHoJij1ZLBzvB2GMB7dNQHhAyHa7MWwfzAwd7jI/TJCJX9l0KlQ== +gatsby-source-filesystem@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-3.1.0.tgz#59d9c5ebced33d954a9927e740168b9c9ee43422" + integrity sha512-3qFXEi4Hp7NrqTMCJ44vzwMZclD1aHyC5XUXxuuQ+/gT4k4yPIjPTbUdYgDzvrc8/K/5XRvJDB2vprdjxwoeGw== dependencies: "@babel/runtime" "^7.12.5" better-queue "^3.8.10" chokidar "^3.4.3" file-type "^16.0.0" fs-extra "^8.1.0" - gatsby-core-utils "^2.0.0" + gatsby-core-utils "^2.1.0" got "^9.6.0" md5-file "^5.0.0" mime "^2.4.6"