Merge pull request #112 from NebulousLabs/dependabot/npm_and_yarn/gatsby-source-filesystem-2.2.1
This commit is contained in:
commit
1706566c66
|
@ -15,7 +15,7 @@
|
|||
"gatsby-plugin-robots-txt": "^1.5.0",
|
||||
"gatsby-plugin-sass": "^2.1.31",
|
||||
"gatsby-plugin-sharp": "^2.4.13",
|
||||
"gatsby-source-filesystem": "^2.1.57",
|
||||
"gatsby-source-filesystem": "^2.2.1",
|
||||
"gatsby-transformer-sharp": "^2.3.19",
|
||||
"jsonp": "^0.2.1",
|
||||
"node-sass": "^4.13.1",
|
||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -5702,10 +5702,10 @@ gatsby-react-router-scroll@^2.2.0:
|
|||
scroll-behavior "^0.9.12"
|
||||
warning "^3.0.0"
|
||||
|
||||
gatsby-source-filesystem@^2.1.57:
|
||||
version "2.1.57"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.57.tgz#796a1004eac8a921b205b2881fc94c9a75e6aff5"
|
||||
integrity sha512-HBD1wFoCpVXYLwL3Wwyz6d2E/ff7DDy81YrmCzXTJmAsGmVXraJZkUAbxwuqt3L793e8SHBd6yVi+wBKRowBXg==
|
||||
gatsby-source-filesystem@^2.2.1:
|
||||
version "2.2.1"
|
||||
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.2.1.tgz#878309ba203ffbd239cd2432363cb98e0e4f6eb1"
|
||||
integrity sha512-JGNgJBP1X58Rgisn78uDQYUmPZrRG7DyTjPGbMU4bcbWYUoerSjmcp1Fpj+IVWCdz6e9MObTIdv2wgEIoHoaXw==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.8.7"
|
||||
better-queue "^3.8.10"
|
||||
|
@ -5713,8 +5713,8 @@ gatsby-source-filesystem@^2.1.57:
|
|||
chokidar "3.3.1"
|
||||
file-type "^12.4.2"
|
||||
fs-extra "^8.1.0"
|
||||
gatsby-core-utils "^1.0.34"
|
||||
got "^8.3.2"
|
||||
gatsby-core-utils "^1.1.0"
|
||||
got "^9.6.0"
|
||||
md5-file "^3.2.3"
|
||||
mime "^2.4.4"
|
||||
pretty-bytes "^5.3.0"
|
||||
|
|
Reference in New Issue