diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ae3ea22ab10d..0f1290a56fd4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -33,6 +33,5 @@ updates: directory: "/docs" schedule: interval: monthly - day: wednesday reviewers: - "golangci/team" diff --git a/docs/package-lock.json b/docs/package-lock.json index b52de36fdbce..9a98d83aaca7 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -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", diff --git a/docs/package.json b/docs/package.json index 8d57ff63fda8..535acbc28e3e 100644 --- a/docs/package.json +++ b/docs/package.json @@ -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",