Bump gatsby-source-filesystem from 2.1.48 to 2.1.50
Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.1.48 to 2.1.50. - [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.1.50/packages/gatsby-source-filesystem) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
d3e40d029e
commit
c0bfeb1eeb
|
@ -13,7 +13,7 @@
|
||||||
"gatsby-plugin-robots-txt": "^1.5.0",
|
"gatsby-plugin-robots-txt": "^1.5.0",
|
||||||
"gatsby-plugin-sass": "^2.1.30",
|
"gatsby-plugin-sass": "^2.1.30",
|
||||||
"gatsby-plugin-sharp": "^2.4.7",
|
"gatsby-plugin-sharp": "^2.4.7",
|
||||||
"gatsby-source-filesystem": "^2.1.48",
|
"gatsby-source-filesystem": "^2.1.50",
|
||||||
"gatsby-transformer-sharp": "^2.3.17",
|
"gatsby-transformer-sharp": "^2.3.17",
|
||||||
"jsonp": "^0.2.1",
|
"jsonp": "^0.2.1",
|
||||||
"node-sass": "^4.13.1",
|
"node-sass": "^4.13.1",
|
||||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -5476,7 +5476,7 @@ gatsby-cli@^2.10.2:
|
||||||
ink "^2.6.0"
|
ink "^2.6.0"
|
||||||
ink-spinner "^3.0.1"
|
ink-spinner "^3.0.1"
|
||||||
|
|
||||||
gatsby-core-utils@^1.0.28, gatsby-core-utils@^1.0.30:
|
gatsby-core-utils@^1.0.30:
|
||||||
version "1.0.30"
|
version "1.0.30"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.0.30.tgz#c2b61017405b01e2f34f2c57117b4716c75e010f"
|
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.0.30.tgz#c2b61017405b01e2f34f2c57117b4716c75e010f"
|
||||||
integrity sha512-+WYFxf9dT4u67vecXdROe9iF2jzPKoTVbWI3FYLCcNANY2Y/vEec11vhG5FnBHdLpgmD3cnLPdhCAileKWBldA==
|
integrity sha512-+WYFxf9dT4u67vecXdROe9iF2jzPKoTVbWI3FYLCcNANY2Y/vEec11vhG5FnBHdLpgmD3cnLPdhCAileKWBldA==
|
||||||
|
@ -5609,10 +5609,10 @@ gatsby-react-router-scroll@^2.1.23:
|
||||||
scroll-behavior "^0.9.10"
|
scroll-behavior "^0.9.10"
|
||||||
warning "^3.0.0"
|
warning "^3.0.0"
|
||||||
|
|
||||||
gatsby-source-filesystem@^2.1.48:
|
gatsby-source-filesystem@^2.1.50:
|
||||||
version "2.1.48"
|
version "2.1.50"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.48.tgz#85bd83b953278a7597be38b2e8cd9c69de32fa64"
|
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.50.tgz#cce82defe88bb280e5d206caac26fc6b880c1cd9"
|
||||||
integrity sha512-m1RIYDoV9rhMe2p0ZJA1ae4IIX+iIJCMpNnQiQVtTf+mfihiWyDAdi4lsWzJUxPt8FQwDgUG7GzY3sAoGctvzQ==
|
integrity sha512-BSjxTFT3srIhRxlD4sPeJ+p6xtBzqeJ4zMyyzjVgsAkRcnWFzpyGVnH9eBWnYuhPIz1I9bXvKtQZYsIYcYUYCw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.7.6"
|
"@babel/runtime" "^7.7.6"
|
||||||
better-queue "^3.8.10"
|
better-queue "^3.8.10"
|
||||||
|
@ -5620,7 +5620,7 @@ gatsby-source-filesystem@^2.1.48:
|
||||||
chokidar "3.3.0"
|
chokidar "3.3.0"
|
||||||
file-type "^12.4.0"
|
file-type "^12.4.0"
|
||||||
fs-extra "^8.1.0"
|
fs-extra "^8.1.0"
|
||||||
gatsby-core-utils "^1.0.28"
|
gatsby-core-utils "^1.0.30"
|
||||||
got "^8.3.2"
|
got "^8.3.2"
|
||||||
md5-file "^3.2.3"
|
md5-file "^3.2.3"
|
||||||
mime "^2.4.4"
|
mime "^2.4.4"
|
||||||
|
|
Reference in New Issue