build(deps): bump gatsby-source-filesystem from 4.6.0 to 4.7.0 in /docs (#2581)

This commit is contained in:
dependabot[bot] 2022-02-17 14:24:11 +01:00 committed by GitHub
parent ed93066d16
commit 949b059028
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 19 deletions

View File

@ -33,6 +33,5 @@ updates:
directory: "/docs"
schedule:
interval: monthly
day: wednesday
reviewers:
- "golangci/team"

34
docs/package-lock.json generated
View File

@ -35,7 +35,7 @@
"gatsby-remark-images": "^6.6.0",
"gatsby-remark-mermaid": "^2.1.0",
"gatsby-remark-responsive-iframe": "^5.6.0",
"gatsby-source-filesystem": "^4.6.0",
"gatsby-source-filesystem": "^4.7.0",
"gatsby-transformer-remark": "^5.6.0",
"gatsby-transformer-sharp": "^4.6.0",
"gatsby-transformer-yaml": "^4.6.0",
@ -11002,13 +11002,14 @@
}
},
"node_modules/gatsby-core-utils": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.6.0.tgz",
"integrity": "sha512-xmjtOWQfLinNbgBiDRT1KpEfDZm0Z0u6+hsf8EH8Ps5UCIhKinGrdtK+QH+RzPGCV1PUg/E/pnLVqQLCvD+tmA==",
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.7.0.tgz",
"integrity": "sha512-CboIzpEFbaD4+WrozKl3fMpxUetcaDq0aWPfrfzAtc8l0JMlD3GS2Q/uW7HpcvTAlSGv2ZomTzd2ySLV/AgpTQ==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"fastq": "^1.13.0",
"file-type": "^16.5.3",
"fs-extra": "^10.0.0",
"got": "^11.8.3",
@ -12401,16 +12402,15 @@
}
},
"node_modules/gatsby-source-filesystem": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.6.0.tgz",
"integrity": "sha512-Ve6VfFJ4moTX7n8uDTGF7K07HdjWkWW7c9Bn1etcS2QcFRRMj/lxQ/2EFpgVM20jtZ60IG1vqnAzDabqz7UxXQ==",
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.7.0.tgz",
"integrity": "sha512-tihlE4cxAI9tQnKqCNEKbrrqRQpMP2iBJIaGhc5gGHQ45cRreJHA60HOM0Nw6IzNKkDdCz0cu9XJwgkXIG9Tyg==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"chokidar": "^3.5.2",
"fastq": "^1.13.0",
"file-type": "^16.5.3",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.6.0",
"gatsby-core-utils": "^3.7.0",
"got": "^9.6.0",
"md5-file": "^5.0.0",
"mime": "^2.5.2",
@ -32925,13 +32925,14 @@
}
},
"gatsby-core-utils": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.6.0.tgz",
"integrity": "sha512-xmjtOWQfLinNbgBiDRT1KpEfDZm0Z0u6+hsf8EH8Ps5UCIhKinGrdtK+QH+RzPGCV1PUg/E/pnLVqQLCvD+tmA==",
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-3.7.0.tgz",
"integrity": "sha512-CboIzpEFbaD4+WrozKl3fMpxUetcaDq0aWPfrfzAtc8l0JMlD3GS2Q/uW7HpcvTAlSGv2ZomTzd2ySLV/AgpTQ==",
"requires": {
"@babel/runtime": "^7.15.4",
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"fastq": "^1.13.0",
"file-type": "^16.5.3",
"fs-extra": "^10.0.0",
"got": "^11.8.3",
@ -33942,16 +33943,15 @@
}
},
"gatsby-source-filesystem": {
"version": "4.6.0",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.6.0.tgz",
"integrity": "sha512-Ve6VfFJ4moTX7n8uDTGF7K07HdjWkWW7c9Bn1etcS2QcFRRMj/lxQ/2EFpgVM20jtZ60IG1vqnAzDabqz7UxXQ==",
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/gatsby-source-filesystem/-/gatsby-source-filesystem-4.7.0.tgz",
"integrity": "sha512-tihlE4cxAI9tQnKqCNEKbrrqRQpMP2iBJIaGhc5gGHQ45cRreJHA60HOM0Nw6IzNKkDdCz0cu9XJwgkXIG9Tyg==",
"requires": {
"@babel/runtime": "^7.15.4",
"chokidar": "^3.5.2",
"fastq": "^1.13.0",
"file-type": "^16.5.3",
"fs-extra": "^10.0.0",
"gatsby-core-utils": "^3.6.0",
"gatsby-core-utils": "^3.7.0",
"got": "^9.6.0",
"md5-file": "^5.0.0",
"mime": "^2.5.2",

View File

@ -32,7 +32,7 @@
"gatsby-remark-images": "^6.6.0",
"gatsby-remark-mermaid": "^2.1.0",
"gatsby-remark-responsive-iframe": "^5.6.0",
"gatsby-source-filesystem": "^4.6.0",
"gatsby-source-filesystem": "^4.7.0",
"gatsby-transformer-remark": "^5.6.0",
"gatsby-transformer-sharp": "^4.6.0",
"gatsby-transformer-yaml": "^4.6.0",