Bump gatsby-source-filesystem from 2.2.1 to 2.2.2
Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.2.1 to 2.2.2. - [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.2.2/packages/gatsby-source-filesystem) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
ba778ce906
commit
b6eaacdaf7
|
@ -15,7 +15,7 @@
|
||||||
"gatsby-plugin-robots-txt": "^1.5.0",
|
"gatsby-plugin-robots-txt": "^1.5.0",
|
||||||
"gatsby-plugin-sass": "^2.2.1",
|
"gatsby-plugin-sass": "^2.2.1",
|
||||||
"gatsby-plugin-sharp": "^2.5.4",
|
"gatsby-plugin-sharp": "^2.5.4",
|
||||||
"gatsby-source-filesystem": "^2.2.1",
|
"gatsby-source-filesystem": "^2.2.2",
|
||||||
"gatsby-transformer-sharp": "^2.4.4",
|
"gatsby-transformer-sharp": "^2.4.4",
|
||||||
"jsonp": "^0.2.1",
|
"jsonp": "^0.2.1",
|
||||||
"node-sass": "^4.13.1",
|
"node-sass": "^4.13.1",
|
||||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -5739,7 +5739,7 @@ gatsby-cli@^2.11.5:
|
||||||
ink "^2.7.1"
|
ink "^2.7.1"
|
||||||
ink-spinner "^3.0.1"
|
ink-spinner "^3.0.1"
|
||||||
|
|
||||||
gatsby-core-utils@^1.1.0, gatsby-core-utils@^1.1.1:
|
gatsby-core-utils@^1.1.1:
|
||||||
version "1.1.1"
|
version "1.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.1.1.tgz#3ebe4c6fe277ef8d91e1b708bd65ef4f7dc0928b"
|
resolved "https://registry.yarnpkg.com/gatsby-core-utils/-/gatsby-core-utils-1.1.1.tgz#3ebe4c6fe277ef8d91e1b708bd65ef4f7dc0928b"
|
||||||
integrity sha512-EboPcBx37YQVUKN9JH753S54nDxjRmOefbR0i08KTmaVgQ1lZnDXJr8JfrImmMqupZlOkPQX1mWlXfp+r1jGhA==
|
integrity sha512-EboPcBx37YQVUKN9JH753S54nDxjRmOefbR0i08KTmaVgQ1lZnDXJr8JfrImmMqupZlOkPQX1mWlXfp+r1jGhA==
|
||||||
|
@ -5877,10 +5877,10 @@ gatsby-react-router-scroll@^2.2.1:
|
||||||
scroll-behavior "^0.9.12"
|
scroll-behavior "^0.9.12"
|
||||||
warning "^3.0.0"
|
warning "^3.0.0"
|
||||||
|
|
||||||
gatsby-source-filesystem@^2.2.1:
|
gatsby-source-filesystem@^2.2.2:
|
||||||
version "2.2.1"
|
version "2.2.2"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.2.1.tgz#878309ba203ffbd239cd2432363cb98e0e4f6eb1"
|
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.2.2.tgz#9ecbc9e64fedd1c30b4d21f7e148016353b2dc17"
|
||||||
integrity sha512-JGNgJBP1X58Rgisn78uDQYUmPZrRG7DyTjPGbMU4bcbWYUoerSjmcp1Fpj+IVWCdz6e9MObTIdv2wgEIoHoaXw==
|
integrity sha512-uHHCiTp8/q9JF0Yr14Q5aJZ07jUJSV6HJSnrSVnEIF4PfRQkVJG5FHQULmxJUXWQhIoy17EGuzqVjxMsFY69QA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.8.7"
|
"@babel/runtime" "^7.8.7"
|
||||||
better-queue "^3.8.10"
|
better-queue "^3.8.10"
|
||||||
|
@ -5888,7 +5888,7 @@ gatsby-source-filesystem@^2.2.1:
|
||||||
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.1.0"
|
gatsby-core-utils "^1.1.1"
|
||||||
got "^9.6.0"
|
got "^9.6.0"
|
||||||
md5-file "^3.2.3"
|
md5-file "^3.2.3"
|
||||||
mime "^2.4.4"
|
mime "^2.4.4"
|
||||||
|
|
Reference in New Issue