Skip to content

Commit

Permalink
fix(deps): bump gatsby-source-filesystem from 2.4.2 to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Nov 12, 2020
1 parent 8b08aa5 commit 252735a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gatsby-theme-atom-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 252735a

Please sign in to comment.