From 252735a7e35954d866c8065fae8f1db28bee7a89 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Nov 2020 18:00:50 +0000 Subject: [PATCH] fix(deps): bump gatsby-source-filesystem from 2.4.2 to 2.5.0 Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.4.2 to 2.5.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@2.5.0/packages/gatsby-source-filesystem) Signed-off-by: dependabot-preview[bot] --- gatsby-theme-atom-service/package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gatsby-theme-atom-service/package.json b/gatsby-theme-atom-service/package.json index 74106715d..a1b9bdb9e 100644 --- a/gatsby-theme-atom-service/package.json +++ b/gatsby-theme-atom-service/package.json @@ -61,7 +61,7 @@ "gatsby-plugin-material-ui": "^2.1.10", "gatsby-plugin-react-helmet": "^3.3.14", "gatsby-plugin-typescript": "^2.6.0", - "gatsby-source-filesystem": "^2.4.2", + "gatsby-source-filesystem": "^2.5.0", "gatsby-transformer-yaml": "^2.5.0", "lodash": "^4.17.20", "mkdirp": "^1.0.4", diff --git a/yarn.lock b/yarn.lock index c0e4b901e..e861df8ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7063,10 +7063,10 @@ gatsby-cli@^2.12.117: yoga-layout-prebuilt "^1.9.6" yurnalist "^1.1.2" -gatsby-core-utils@^1.3.24: - version "1.3.24" - resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.3.24.tgz#4da8dd3000c25f946bfd6020ee2773f5577a7583" - integrity sha512-SlK7rJv/8NBYC8FodYvTINamBHadXNSv//a2uRwh44N1GSSujuCMvtUcpEuAdg9BUQHc54NbbmFuoqf8p85kgA== +gatsby-core-utils@^1.3.24, gatsby-core-utils@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.4.0.tgz#d42234b8a15b34237921522f9ae303a2bb833c78" + integrity sha512-wU6huyGZ8aJ/8Izfc7D39ujxaCz/jFtznufmMSXLnEBwLF5MWGsmECx4i2nfTb2kkkTFc+n0i/rx///UnPUURg== dependencies: ci-info "2.0.0" configstore "^5.0.1" @@ -7244,17 +7244,17 @@ gatsby-recipes@^0.2.38: xstate "^4.9.1" yoga-layout-prebuilt "^1.9.6" -gatsby-source-filesystem@^2.4.2: - version "2.4.2" - resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.4.2.tgz#4d599f64058d4f25032b93eda2b036c9910a0d5b" - integrity sha512-we6z7h/KrhKcYhTo9HIVpmuiN15P/D+j3AgxAgJ1zZtCkGymffmhKwyTSMDAp/g0Grz+i6vvofYwOEhXOt62iA== +gatsby-source-filesystem@^2.5.0: + version "2.5.0" + resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.5.0.tgz#589ced0e748b219e60908e07b46240f70b5aa96f" + integrity sha512-wDTcAqhhgf8ElotfOHU0d0itX1ir1GSoge/PCH/X6b/cEFLxLCgcqUVPHr1/opdRqzoQN/PGO/xVHeK3myQB+Q== dependencies: "@babel/runtime" "^7.11.2" better-queue "^3.8.10" chokidar "^3.4.2" file-type "^12.4.2" fs-extra "^8.1.0" - gatsby-core-utils "^1.3.24" + gatsby-core-utils "^1.4.0" got "^9.6.0" md5-file "^5.0.0" mime "^2.4.6"