From 33e495b5b7027fd601975ac4baf6d96a1953645e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 21:47:03 +0000 Subject: [PATCH] Bump gatsby-source-graphql from 4.3.0 to 4.4.0 (#601) Bumps [gatsby-source-graphql](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-graphql) from 4.3.0 to 4.4.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-graphql/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-graphql@4.4.0/packages/gatsby-source-graphql) --- updated-dependencies: - dependency-name: gatsby-source-graphql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index c29abf08..f17a6966 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "gatsby-remark-smartypants": "^5.3.0", "gatsby-remark-vscode": "^3.3.0", "gatsby-source-filesystem": "^4.3.0", - "gatsby-source-graphql": "^4.3.0", + "gatsby-source-graphql": "^4.4.0", "gatsby-transformer-remark": "^5.3.0", "gatsby-transformer-sharp": "^4.3.0", "node-fetch": "^2.6.1", @@ -13403,9 +13403,9 @@ } }, "node_modules/gatsby-source-graphql": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/gatsby-source-graphql/-/gatsby-source-graphql-4.3.0.tgz", - "integrity": "sha512-V2qi+IyXv7n82VTpdn74hMbBHUpCXPO/s/u+xrr2XGfC8iYgEFhUH0cL8Rxl6fMjAisr5ykfyNnAaqQgwIGTLw==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/gatsby-source-graphql/-/gatsby-source-graphql-4.4.0.tgz", + "integrity": "sha512-xDvgPjaac4haWiosj4g7VYcu6BYousmIeRArrXj8pbXgPoYSdu3dz+7zog7hN9KxJG8sszRRJqDDrqyXqThe/w==", "dependencies": { "@babel/runtime": "^7.15.4", "@graphql-tools/links": "^7.1.0", @@ -13414,7 +13414,7 @@ "apollo-link": "1.2.14", "apollo-link-http": "^1.5.17", "dataloader": "^2.0.0", - "gatsby-core-utils": "^3.3.0", + "gatsby-core-utils": "^3.4.0", "invariant": "^2.2.4", "node-fetch": "^2.6.6" }, @@ -39811,9 +39811,9 @@ } }, "gatsby-source-graphql": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/gatsby-source-graphql/-/gatsby-source-graphql-4.3.0.tgz", - "integrity": "sha512-V2qi+IyXv7n82VTpdn74hMbBHUpCXPO/s/u+xrr2XGfC8iYgEFhUH0cL8Rxl6fMjAisr5ykfyNnAaqQgwIGTLw==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/gatsby-source-graphql/-/gatsby-source-graphql-4.4.0.tgz", + "integrity": "sha512-xDvgPjaac4haWiosj4g7VYcu6BYousmIeRArrXj8pbXgPoYSdu3dz+7zog7hN9KxJG8sszRRJqDDrqyXqThe/w==", "requires": { "@babel/runtime": "^7.15.4", "@graphql-tools/links": "^7.1.0", @@ -39822,7 +39822,7 @@ "apollo-link": "1.2.14", "apollo-link-http": "^1.5.17", "dataloader": "^2.0.0", - "gatsby-core-utils": "^3.3.0", + "gatsby-core-utils": "^3.4.0", "invariant": "^2.2.4", "node-fetch": "^2.6.6" } diff --git a/package.json b/package.json index e169de22..d0f6555f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "gatsby-remark-smartypants": "^5.3.0", "gatsby-remark-vscode": "^3.3.0", "gatsby-source-filesystem": "^4.3.0", - "gatsby-source-graphql": "^4.3.0", + "gatsby-source-graphql": "^4.4.0", "gatsby-transformer-remark": "^5.3.0", "gatsby-transformer-sharp": "^4.3.0", "node-fetch": "^2.6.1",