build(deps): bump gatsby-source-filesystem in /docs (#2800)

Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 4.11.1 to 4.13.0.
- [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@4.13.0/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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-05-02 09:36:41 +03:00 committed by GitHub
parent 293600bc64
commit 4e331b3877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
docs/package-lock.json generated
View File

@ -35,7 +35,7 @@
"gatsby-remark-images": "^6.11.1", "gatsby-remark-images": "^6.11.1",
"gatsby-remark-mermaid": "^2.1.0", "gatsby-remark-mermaid": "^2.1.0",
"gatsby-remark-responsive-iframe": "^5.11.0", "gatsby-remark-responsive-iframe": "^5.11.0",
"gatsby-source-filesystem": "^4.11.1", "gatsby-source-filesystem": "^4.13.0",
"gatsby-transformer-remark": "^5.11.1", "gatsby-transformer-remark": "^5.11.1",
"gatsby-transformer-sharp": "^4.11.0", "gatsby-transformer-sharp": "^4.11.0",
"gatsby-transformer-yaml": "^4.11.0", "gatsby-transformer-yaml": "^4.11.0",
@ -14257,15 +14257,15 @@
} }
}, },
"node_modules/gatsby-source-filesystem": { "node_modules/gatsby-source-filesystem": {
"version": "4.11.1", "version": "4.13.0",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.11.1.tgz", "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.13.0.tgz",
"integrity": "sha512-8Fz+VpctjoiZxnGYDgfXFgdD+8rLmj5+l16fZpN+bxETAOPhbyQjznc8IoTwDEdyOER1Zr8JQB/y6tx/qRf+Bw==", "integrity": "sha512-PRr/6tWY5BtnfVv67JSWvQTorfWteWBxzbcs7DvgoP7zHfIWR1tH6saONwuPbo9tCwQ73ZlLYz1LgGdOfJGPzA==",
"dependencies": { "dependencies": {
"@babel/runtime": "^7.15.4", "@babel/runtime": "^7.15.4",
"chokidar": "^3.5.2", "chokidar": "^3.5.2",
"file-type": "^16.5.3", "file-type": "^16.5.3",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.11.1", "gatsby-core-utils": "^3.13.0",
"got": "^9.6.0", "got": "^9.6.0",
"md5-file": "^5.0.0", "md5-file": "^5.0.0",
"mime": "^2.5.2", "mime": "^2.5.2",
@ -37094,15 +37094,15 @@
} }
}, },
"gatsby-source-filesystem": { "gatsby-source-filesystem": {
"version": "4.11.1", "version": "4.13.0",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.11.1.tgz", "resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.13.0.tgz",
"integrity": "sha512-8Fz+VpctjoiZxnGYDgfXFgdD+8rLmj5+l16fZpN+bxETAOPhbyQjznc8IoTwDEdyOER1Zr8JQB/y6tx/qRf+Bw==", "integrity": "sha512-PRr/6tWY5BtnfVv67JSWvQTorfWteWBxzbcs7DvgoP7zHfIWR1tH6saONwuPbo9tCwQ73ZlLYz1LgGdOfJGPzA==",
"requires": { "requires": {
"@babel/runtime": "^7.15.4", "@babel/runtime": "^7.15.4",
"chokidar": "^3.5.2", "chokidar": "^3.5.2",
"file-type": "^16.5.3", "file-type": "^16.5.3",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.11.1", "gatsby-core-utils": "^3.13.0",
"got": "^9.6.0", "got": "^9.6.0",
"md5-file": "^5.0.0", "md5-file": "^5.0.0",
"mime": "^2.5.2", "mime": "^2.5.2",

View File

@ -32,7 +32,7 @@
"gatsby-remark-images": "^6.11.1", "gatsby-remark-images": "^6.11.1",
"gatsby-remark-mermaid": "^2.1.0", "gatsby-remark-mermaid": "^2.1.0",
"gatsby-remark-responsive-iframe": "^5.11.0", "gatsby-remark-responsive-iframe": "^5.11.0",
"gatsby-source-filesystem": "^4.11.1", "gatsby-source-filesystem": "^4.13.0",
"gatsby-transformer-remark": "^5.11.1", "gatsby-transformer-remark": "^5.11.1",
"gatsby-transformer-sharp": "^4.11.0", "gatsby-transformer-sharp": "^4.11.0",
"gatsby-transformer-yaml": "^4.11.0", "gatsby-transformer-yaml": "^4.11.0",