1
0
Fork 0

Bump gatsby-source-graphql from 4.7.0 to 4.9.1 (#656)

Bumps [gatsby-source-graphql](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-graphql) from 4.7.0 to 4.9.1.
- [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.9.1/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-03-11 20:33:27 +00:00 committed by GitHub
parent 98edb4777e
commit be6498fc96
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

@ -43,7 +43,7 @@
"gatsby-remark-smartypants": "^5.8.0",
"gatsby-remark-vscode": "^3.3.1",
"gatsby-source-filesystem": "^4.7.0",
"gatsby-source-graphql": "^4.7.0",
"gatsby-source-graphql": "^4.9.1",
"gatsby-transformer-remark": "^5.9.1",
"gatsby-transformer-sharp": "^4.7.0",
"nord-visual-studio-code": "github:arcticicestudio/nord-visual-studio-code",
@ -14479,9 +14479,9 @@
}
},
"node_modules/gatsby-source-graphql": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/gatsby-source-graphql/-/gatsby-source-graphql-4.7.0.tgz",
"integrity": "sha512-YHMWkjt/dB1hyR/ENpWWqy+1GS9nKc/cXwJ2JrHnH4rlSxZVEqy84/Az97zSVkPiUqqPqk6+VzziPcj3VshYIA==",
"version": "4.9.1",
"resolved": "https://registry.npmjs.org/gatsby-source-graphql/-/gatsby-source-graphql-4.9.1.tgz",
"integrity": "sha512-6YQ3ZX5igsyGje/kDyl94Jbroi6lmzepOO7VQf/hit2K3OIcMiTGLA2k8kDqITWzIGnP0nTUnGGlO//j6eZ+pQ==",
"dependencies": {
"@babel/runtime": "^7.15.4",
"@graphql-tools/links": "^7.1.0",
@ -14490,7 +14490,7 @@
"apollo-link": "1.2.14",
"apollo-link-http": "^1.5.17",
"dataloader": "^2.0.0",
"gatsby-core-utils": "^3.7.0",
"gatsby-core-utils": "^3.9.1",
"invariant": "^2.2.4",
"node-fetch": "^2.6.7"
},
@ -40989,9 +40989,9 @@
}
},
"gatsby-source-graphql": {
"version": "4.7.0",
"resolved": "https://registry.npmjs.org/gatsby-source-graphql/-/gatsby-source-graphql-4.7.0.tgz",
"integrity": "sha512-YHMWkjt/dB1hyR/ENpWWqy+1GS9nKc/cXwJ2JrHnH4rlSxZVEqy84/Az97zSVkPiUqqPqk6+VzziPcj3VshYIA==",
"version": "4.9.1",
"resolved": "https://registry.npmjs.org/gatsby-source-graphql/-/gatsby-source-graphql-4.9.1.tgz",
"integrity": "sha512-6YQ3ZX5igsyGje/kDyl94Jbroi6lmzepOO7VQf/hit2K3OIcMiTGLA2k8kDqITWzIGnP0nTUnGGlO//j6eZ+pQ==",
"requires": {
"@babel/runtime": "^7.15.4",
"@graphql-tools/links": "^7.1.0",
@ -41000,7 +41000,7 @@
"apollo-link": "1.2.14",
"apollo-link-http": "^1.5.17",
"dataloader": "^2.0.0",
"gatsby-core-utils": "^3.7.0",
"gatsby-core-utils": "^3.9.1",
"invariant": "^2.2.4",
"node-fetch": "^2.6.7"
}

View File

@ -62,7 +62,7 @@
"gatsby-remark-smartypants": "^5.8.0",
"gatsby-remark-vscode": "^3.3.1",
"gatsby-source-filesystem": "^4.7.0",
"gatsby-source-graphql": "^4.7.0",
"gatsby-source-graphql": "^4.9.1",
"gatsby-transformer-remark": "^5.9.1",
"gatsby-transformer-sharp": "^4.7.0",
"nord-visual-studio-code": "github:arcticicestudio/nord-visual-studio-code",