Merge pull request #69 from NebulousLabs/dependabot/npm_and_yarn/gatsby-source-filesystem-2.1.50
This commit is contained in:
commit
2c64e7d0d1
|
@ -13,7 +13,7 @@
|
|||
"gatsby-plugin-robots-txt": "^1.5.0",
|
||||
"gatsby-plugin-sass": "^2.1.30",
|
||||
"gatsby-plugin-sharp": "^2.4.7",
|
||||
"gatsby-source-filesystem": "^2.1.48",
|
||||
"gatsby-source-filesystem": "^2.1.50",
|
||||
"gatsby-transformer-sharp": "^2.3.17",
|
||||
"jsonp": "^0.2.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-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"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.0.30.tgz#c2b61017405b01e2f34f2c57117b4716c75e010f"
|
||||
integrity sha512-+WYFxf9dT4u67vecXdROe9iF2jzPKoTVbWI3FYLCcNANY2Y/vEec11vhG5FnBHdLpgmD3cnLPdhCAileKWBldA==
|
||||
|
@ -5609,10 +5609,10 @@ gatsby-react-router-scroll@^2.1.23:
|
|||
scroll-behavior "^0.9.10"
|
||||
warning "^3.0.0"
|
||||
|
||||
gatsby-source-filesystem@^2.1.48:
|
||||
version "2.1.48"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.48.tgz#85bd83b953278a7597be38b2e8cd9c69de32fa64"
|
||||
integrity sha512-m1RIYDoV9rhMe2p0ZJA1ae4IIX+iIJCMpNnQiQVtTf+mfihiWyDAdi4lsWzJUxPt8FQwDgUG7GzY3sAoGctvzQ==
|
||||
gatsby-source-filesystem@^2.1.50:
|
||||
version "2.1.50"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.50.tgz#cce82defe88bb280e5d206caac26fc6b880c1cd9"
|
||||
integrity sha512-BSjxTFT3srIhRxlD4sPeJ+p6xtBzqeJ4zMyyzjVgsAkRcnWFzpyGVnH9eBWnYuhPIz1I9bXvKtQZYsIYcYUYCw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.7.6"
|
||||
better-queue "^3.8.10"
|
||||
|
@ -5620,7 +5620,7 @@ gatsby-source-filesystem@^2.1.48:
|
|||
chokidar "3.3.0"
|
||||
file-type "^12.4.0"
|
||||
fs-extra "^8.1.0"
|
||||
gatsby-core-utils "^1.0.28"
|
||||
gatsby-core-utils "^1.0.30"
|
||||
got "^8.3.2"
|
||||
md5-file "^3.2.3"
|
||||
mime "^2.4.4"
|
||||
|
|
Reference in New Issue