Bump gatsby-source-filesystem from 3.6.0 to 3.7.1 in /packages/website
Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 3.6.0 to 3.7.1. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/gatsby-source-filesystem@3.7.1/packages/gatsby-source-filesystem/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@3.7.1/packages/gatsby-source-filesystem) --- updated-dependencies: - dependency-name: gatsby-source-filesystem dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
72400295aa
commit
d55ea89bb8
|
@ -37,7 +37,7 @@
|
||||||
"gatsby-remark-prismjs": "^5.3.0",
|
"gatsby-remark-prismjs": "^5.3.0",
|
||||||
"gatsby-remark-responsive-iframe": "^4.3.0",
|
"gatsby-remark-responsive-iframe": "^4.3.0",
|
||||||
"gatsby-remark-smartypants": "^4.4.1",
|
"gatsby-remark-smartypants": "^4.4.1",
|
||||||
"gatsby-source-filesystem": "^3.6.0",
|
"gatsby-source-filesystem": "^3.7.1",
|
||||||
"gatsby-transformer-json": "^3.6.0",
|
"gatsby-transformer-json": "^3.6.0",
|
||||||
"gatsby-transformer-remark": "^4.3.0",
|
"gatsby-transformer-remark": "^4.3.0",
|
||||||
"gatsby-transformer-sharp": "^3.7.1",
|
"gatsby-transformer-sharp": "^3.7.1",
|
||||||
|
@ -12787,16 +12787,16 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/gatsby-source-filesystem": {
|
"node_modules/gatsby-source-filesystem": {
|
||||||
"version": "3.6.0",
|
"version": "3.7.1",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.7.1.tgz",
|
||||||
"integrity": "sha512-kTWcW9LwCLOF3TMC9lBR6KbMi6A0SHNQeGNLBw8THRpDVVe5nXZG33oI1Ns23ocNDVrajIMKXPPzsrl2zjG6BQ==",
|
"integrity": "sha512-JLMFJxvGnmVFW0UDr6r3XlqCp9GJ5Eqz4baWe9cVSdn61rz6YuV+BrtZIRBkqaWbnhv14+z7J+59OxpLG/kXHg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.12.5",
|
"@babel/runtime": "^7.14.0",
|
||||||
"better-queue": "^3.8.10",
|
"better-queue": "^3.8.10",
|
||||||
"chokidar": "^3.4.3",
|
"chokidar": "^3.4.3",
|
||||||
"file-type": "^16.0.0",
|
"file-type": "^16.0.0",
|
||||||
"fs-extra": "^8.1.0",
|
"fs-extra": "^8.1.0",
|
||||||
"gatsby-core-utils": "^2.6.0",
|
"gatsby-core-utils": "^2.7.1",
|
||||||
"got": "^9.6.0",
|
"got": "^9.6.0",
|
||||||
"md5-file": "^5.0.0",
|
"md5-file": "^5.0.0",
|
||||||
"mime": "^2.4.6",
|
"mime": "^2.4.6",
|
||||||
|
@ -38252,16 +38252,16 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-source-filesystem": {
|
"gatsby-source-filesystem": {
|
||||||
"version": "3.6.0",
|
"version": "3.7.1",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-3.7.1.tgz",
|
||||||
"integrity": "sha512-kTWcW9LwCLOF3TMC9lBR6KbMi6A0SHNQeGNLBw8THRpDVVe5nXZG33oI1Ns23ocNDVrajIMKXPPzsrl2zjG6BQ==",
|
"integrity": "sha512-JLMFJxvGnmVFW0UDr6r3XlqCp9GJ5Eqz4baWe9cVSdn61rz6YuV+BrtZIRBkqaWbnhv14+z7J+59OxpLG/kXHg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.12.5",
|
"@babel/runtime": "^7.14.0",
|
||||||
"better-queue": "^3.8.10",
|
"better-queue": "^3.8.10",
|
||||||
"chokidar": "^3.4.3",
|
"chokidar": "^3.4.3",
|
||||||
"file-type": "^16.0.0",
|
"file-type": "^16.0.0",
|
||||||
"fs-extra": "^8.1.0",
|
"fs-extra": "^8.1.0",
|
||||||
"gatsby-core-utils": "^2.6.0",
|
"gatsby-core-utils": "^2.7.1",
|
||||||
"got": "^9.6.0",
|
"got": "^9.6.0",
|
||||||
"md5-file": "^5.0.0",
|
"md5-file": "^5.0.0",
|
||||||
"mime": "^2.4.6",
|
"mime": "^2.4.6",
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
"gatsby-remark-prismjs": "^5.3.0",
|
"gatsby-remark-prismjs": "^5.3.0",
|
||||||
"gatsby-remark-responsive-iframe": "^4.3.0",
|
"gatsby-remark-responsive-iframe": "^4.3.0",
|
||||||
"gatsby-remark-smartypants": "^4.4.1",
|
"gatsby-remark-smartypants": "^4.4.1",
|
||||||
"gatsby-source-filesystem": "^3.6.0",
|
"gatsby-source-filesystem": "^3.7.1",
|
||||||
"gatsby-transformer-json": "^3.6.0",
|
"gatsby-transformer-json": "^3.6.0",
|
||||||
"gatsby-transformer-remark": "^4.3.0",
|
"gatsby-transformer-remark": "^4.3.0",
|
||||||
"gatsby-transformer-sharp": "^3.7.1",
|
"gatsby-transformer-sharp": "^3.7.1",
|
||||||
|
|
Reference in New Issue