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-robots-txt": "^1.5.0",
|
||||||
"gatsby-plugin-sass": "^2.1.31",
|
"gatsby-plugin-sass": "^2.1.31",
|
||||||
"gatsby-plugin-sharp": "^2.4.13",
|
"gatsby-plugin-sharp": "^2.4.13",
|
||||||
"gatsby-source-filesystem": "^2.1.57",
|
"gatsby-source-filesystem": "^2.2.1",
|
||||||
"gatsby-transformer-sharp": "^2.3.19",
|
"gatsby-transformer-sharp": "^2.3.19",
|
||||||
"jsonp": "^0.2.1",
|
"jsonp": "^0.2.1",
|
||||||
"node-sass": "^4.13.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"
|
scroll-behavior "^0.9.12"
|
||||||
warning "^3.0.0"
|
warning "^3.0.0"
|
||||||
|
|
||||||
gatsby-source-filesystem@^2.1.57:
|
gatsby-source-filesystem@^2.2.1:
|
||||||
version "2.1.57"
|
version "2.2.1"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.1.57.tgz#796a1004eac8a921b205b2881fc94c9a75e6aff5"
|
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.2.1.tgz#878309ba203ffbd239cd2432363cb98e0e4f6eb1"
|
||||||
integrity sha512-HBD1wFoCpVXYLwL3Wwyz6d2E/ff7DDy81YrmCzXTJmAsGmVXraJZkUAbxwuqt3L793e8SHBd6yVi+wBKRowBXg==
|
integrity sha512-JGNgJBP1X58Rgisn78uDQYUmPZrRG7DyTjPGbMU4bcbWYUoerSjmcp1Fpj+IVWCdz6e9MObTIdv2wgEIoHoaXw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.8.7"
|
"@babel/runtime" "^7.8.7"
|
||||||
better-queue "^3.8.10"
|
better-queue "^3.8.10"
|
||||||
|
@ -5713,8 +5713,8 @@ gatsby-source-filesystem@^2.1.57:
|
||||||
chokidar "3.3.1"
|
chokidar "3.3.1"
|
||||||
file-type "^12.4.2"
|
file-type "^12.4.2"
|
||||||
fs-extra "^8.1.0"
|
fs-extra "^8.1.0"
|
||||||
gatsby-core-utils "^1.0.34"
|
gatsby-core-utils "^1.1.0"
|
||||||
got "^8.3.2"
|
got "^9.6.0"
|
||||||
md5-file "^3.2.3"
|
md5-file "^3.2.3"
|
||||||
mime "^2.4.4"
|
mime "^2.4.4"
|
||||||
pretty-bytes "^5.3.0"
|
pretty-bytes "^5.3.0"
|
||||||
|
|
Reference in New Issue