1
0
Fork 0

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-01-03 21:47:03 +00:00 committed by GitHub
parent 8e5ca33a12
commit 33e495b5b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -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"
}

View File

@ -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",