From e59c56f61c722f4e0bb305233526a52fd2459f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 09:21:49 -0400 Subject: [PATCH] Bump @lnfusion/gatsby-source-graphql from 0.0.3 to 0.0.4 (#5845) Bumps [@lnfusion/gatsby-source-graphql](https://github.com/lnfusion/gatsby-source-graphql) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/lnfusion/gatsby-source-graphql/releases) - [Commits](https://github.com/lnfusion/gatsby-source-graphql/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- packages/gatsby-source-directus/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1760886648..c5ed2e7d59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5730,9 +5730,9 @@ } }, "node_modules/@lnfusion/gatsby-source-graphql": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@lnfusion/gatsby-source-graphql/-/gatsby-source-graphql-0.0.3.tgz", - "integrity": "sha512-tUJ2EtYQXGlJinGJyZVkfWZ6yRQTDRmUvZbBqleU2iBtW/YwIo4lzRnDr0BL5F5i0p50LDeumqw/S/RE2zcKyA==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@lnfusion/gatsby-source-graphql/-/gatsby-source-graphql-0.0.4.tgz", + "integrity": "sha512-N7xvAdC+oHr5ujp3cq7HLM12knxztVmU68OHKPTqBQaSnCXcp9/5XxT/+TLHVDy4RQmMJ5xxfpOdT9IlAkmjKw==", "dependencies": { "@babel/runtime": "^7.12.5", "@graphql-tools/links": "^7.0.3", @@ -50123,7 +50123,7 @@ "license": "MIT", "dependencies": { "@directus/sdk-js": "^9.0.0-rc.53", - "@lnfusion/gatsby-source-graphql": "0.0.3", + "@lnfusion/gatsby-source-graphql": "0.0.4", "chalk": "^4.1.1", "gatsby-source-filesystem": "^3.5.0", "invariant": "^2.2.4", @@ -55802,7 +55802,7 @@ "version": "file:packages/gatsby-source-directus", "requires": { "@directus/sdk-js": "^9.0.0-rc.53", - "@lnfusion/gatsby-source-graphql": "0.0.3", + "@lnfusion/gatsby-source-graphql": "0.0.4", "chalk": "^4.1.1", "gatsby-source-filesystem": "^3.5.0", "invariant": "^2.2.4", @@ -59762,9 +59762,9 @@ } }, "@lnfusion/gatsby-source-graphql": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/@lnfusion/gatsby-source-graphql/-/gatsby-source-graphql-0.0.3.tgz", - "integrity": "sha512-tUJ2EtYQXGlJinGJyZVkfWZ6yRQTDRmUvZbBqleU2iBtW/YwIo4lzRnDr0BL5F5i0p50LDeumqw/S/RE2zcKyA==", + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@lnfusion/gatsby-source-graphql/-/gatsby-source-graphql-0.0.4.tgz", + "integrity": "sha512-N7xvAdC+oHr5ujp3cq7HLM12knxztVmU68OHKPTqBQaSnCXcp9/5XxT/+TLHVDy4RQmMJ5xxfpOdT9IlAkmjKw==", "requires": { "@babel/runtime": "^7.12.5", "@graphql-tools/links": "^7.0.3", diff --git a/packages/gatsby-source-directus/package.json b/packages/gatsby-source-directus/package.json index 8b360e9464..ae475c9b35 100644 --- a/packages/gatsby-source-directus/package.json +++ b/packages/gatsby-source-directus/package.json @@ -11,7 +11,7 @@ ], "dependencies": { "@directus/sdk-js": "^9.0.0-rc.53", - "@lnfusion/gatsby-source-graphql": "0.0.3", + "@lnfusion/gatsby-source-graphql": "0.0.4", "chalk": "^4.1.1", "gatsby-source-filesystem": "^3.5.0", "invariant": "^2.2.4",