update dependencies graphql, graphql-request, and changelog

This commit is contained in:
Daniel Waxweiler 2021-10-26 20:33:43 +02:00
parent 036fd1da41
commit 4abde347a4
3 changed files with 17 additions and 16 deletions

28
package-lock.json generated
View File

@ -9,8 +9,8 @@
"version": "0.6.2",
"license": "Apache-2.0",
"dependencies": {
"graphql": "^15.5.1",
"graphql-request": "^3.5.0",
"graphql": "^15.6.1",
"graphql-request": "^3.6.1",
"luxon": "^2.0.2",
"object-hash": "^2.2.0"
},
@ -4362,17 +4362,17 @@
"dev": true
},
"node_modules/graphql": {
"version": "15.5.1",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.1.tgz",
"integrity": "sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw==",
"version": "15.6.1",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.1.tgz",
"integrity": "sha512-3i5lu0z6dRvJ48QP9kFxBkJ7h4Kso7PS8eahyTFz5Jm6CvQfLtNIE8LX9N6JLnXTuwR+sIYnXzaWp6anOg0QQw==",
"engines": {
"node": ">= 10.x"
}
},
"node_modules/graphql-request": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-3.5.0.tgz",
"integrity": "sha512-Io89QpfU4rqiMbqM/KwMBzKaDLOppi8FU8sEccCE4JqCgz95W9Q8bvxQ4NfPALLSMvg9nafgg8AkYRmgKSlukA==",
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-3.6.1.tgz",
"integrity": "sha512-Nm1EasrAQVZllyNTlHDLnLZjlhC6eRWnWP6KH//ytnAL08pjlLkdI2K+s6OV92p45hn5b/kUlLbDwACmRoLwrQ==",
"dependencies": {
"cross-fetch": "^3.0.6",
"extract-files": "^9.0.0",
@ -13116,14 +13116,14 @@
"dev": true
},
"graphql": {
"version": "15.5.1",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.1.tgz",
"integrity": "sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw=="
"version": "15.6.1",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.1.tgz",
"integrity": "sha512-3i5lu0z6dRvJ48QP9kFxBkJ7h4Kso7PS8eahyTFz5Jm6CvQfLtNIE8LX9N6JLnXTuwR+sIYnXzaWp6anOg0QQw=="
},
"graphql-request": {
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-3.5.0.tgz",
"integrity": "sha512-Io89QpfU4rqiMbqM/KwMBzKaDLOppi8FU8sEccCE4JqCgz95W9Q8bvxQ4NfPALLSMvg9nafgg8AkYRmgKSlukA==",
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-3.6.1.tgz",
"integrity": "sha512-Nm1EasrAQVZllyNTlHDLnLZjlhC6eRWnWP6KH//ytnAL08pjlLkdI2K+s6OV92p45hn5b/kUlLbDwACmRoLwrQ==",
"requires": {
"cross-fetch": "^3.0.6",
"extract-files": "^9.0.0",

View File

@ -20,8 +20,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"graphql": "^15.5.1",
"graphql-request": "^3.5.0",
"graphql": "^15.6.1",
"graphql-request": "^3.6.1",
"luxon": "^2.0.2",
"object-hash": "^2.2.0"
},

View File

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