update graphql-request

This commit is contained in:
Daniel Waxweiler 2021-08-15 21:49:14 +02:00
parent 39b6800e97
commit 0b6350f03e
3 changed files with 12 additions and 8 deletions

17
package-lock.json generated
View File

@ -10,7 +10,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"graphql": "^15.5.1", "graphql": "^15.5.1",
"graphql-request": "^3.4.0", "graphql-request": "^3.5.0",
"luxon": "^1.28.0", "luxon": "^1.28.0",
"object-hash": "^2.2.0" "object-hash": "^2.2.0"
}, },
@ -5009,13 +5009,16 @@
} }
}, },
"node_modules/graphql-request": { "node_modules/graphql-request": {
"version": "3.4.0", "version": "3.5.0",
"resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-3.4.0.tgz", "resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-3.5.0.tgz",
"integrity": "sha512-acrTzidSlwAj8wBNO7Q/UQHS8T+z5qRGquCQRv9J1InwR01BBWV9ObnoE+JS5nCCEj8wSGS0yrDXVDoRiKZuOg==", "integrity": "sha512-Io89QpfU4rqiMbqM/KwMBzKaDLOppi8FU8sEccCE4JqCgz95W9Q8bvxQ4NfPALLSMvg9nafgg8AkYRmgKSlukA==",
"dependencies": { "dependencies": {
"cross-fetch": "^3.0.6", "cross-fetch": "^3.0.6",
"extract-files": "^9.0.0", "extract-files": "^9.0.0",
"form-data": "^3.0.0" "form-data": "^3.0.0"
},
"peerDependencies": {
"graphql": "14.x || 15.x"
} }
}, },
"node_modules/gulp": { "node_modules/gulp": {
@ -15766,9 +15769,9 @@
"integrity": "sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw==" "integrity": "sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw=="
}, },
"graphql-request": { "graphql-request": {
"version": "3.4.0", "version": "3.5.0",
"resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-3.4.0.tgz", "resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-3.5.0.tgz",
"integrity": "sha512-acrTzidSlwAj8wBNO7Q/UQHS8T+z5qRGquCQRv9J1InwR01BBWV9ObnoE+JS5nCCEj8wSGS0yrDXVDoRiKZuOg==", "integrity": "sha512-Io89QpfU4rqiMbqM/KwMBzKaDLOppi8FU8sEccCE4JqCgz95W9Q8bvxQ4NfPALLSMvg9nafgg8AkYRmgKSlukA==",
"requires": { "requires": {
"cross-fetch": "^3.0.6", "cross-fetch": "^3.0.6",
"extract-files": "^9.0.0", "extract-files": "^9.0.0",

View File

@ -21,7 +21,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"graphql": "^15.5.1", "graphql": "^15.5.1",
"graphql-request": "^3.4.0", "graphql-request": "^3.5.0",
"luxon": "^1.28.0", "luxon": "^1.28.0",
"object-hash": "^2.2.0" "object-hash": "^2.2.0"
}, },

View File

@ -1,6 +1,7 @@
### [Unreleased] ### [Unreleased]
#### Added #### Added
#### Changed #### Changed
- Update dependencies
#### Deprecated #### Deprecated
#### Removed #### Removed
#### Fixed #### Fixed