1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01:00

Merge pull request #324 from kremalicious/dependabot/npm_and_yarn/gatsby-source-graphql-2.5.3

Bump gatsby-source-graphql from 2.5.2 to 2.5.3
This commit is contained in:
Matthias Kretschmann 2020-06-03 09:54:41 +02:00 committed by GitHub
commit 68b2fa2f55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 5 deletions

16
package-lock.json generated
View File

@ -13808,11 +13808,11 @@
}
},
"gatsby-source-graphql": {
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/gatsby-source-graphql/-/gatsby-source-graphql-2.5.2.tgz",
"integrity": "sha512-aM96mHFPNWE2GSIaK6KcuL4tDYOmejO9cxQWs8adpJBYw8SiEOy604dAMDPaHCtOSM+LySz8BjjWu0CSUhcxrA==",
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/gatsby-source-graphql/-/gatsby-source-graphql-2.5.3.tgz",
"integrity": "sha512-6WiEdyCpjFKFUzWvY26jrQUF3sBg5F0cpVLndJtSMtwvv6GYeiqllhMC2f8ygGYZvUVBCq1NHN/5Z/wGd0d0ww==",
"requires": {
"@babel/runtime": "^7.9.6",
"@babel/runtime": "^7.10.2",
"apollo-link": "1.2.14",
"apollo-link-http": "^1.5.17",
"dataloader": "^2.0.0",
@ -13823,6 +13823,14 @@
"uuid": "^3.4.0"
},
"dependencies": {
"@babel/runtime": {
"version": "7.10.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.2.tgz",
"integrity": "sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
},
"node-fetch": {
"version": "1.7.3",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz",

View File

@ -66,7 +66,7 @@
"gatsby-remark-smartypants": "^2.3.2",
"gatsby-remark-vscode": "^2.1.1",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-source-graphql": "^2.5.2",
"gatsby-source-graphql": "^2.5.3",
"gatsby-transformer-remark": "^2.8.13",
"gatsby-transformer-sharp": "^2.5.3",
"graphql": "^14.6.0",