update dependencies graphql, graphql-request

This commit is contained in:
Daniel Waxweiler 2021-12-09 18:23:57 +01:00
parent 2033cc7328
commit 86ed058363
2 changed files with 18 additions and 18 deletions

32
package-lock.json generated
View File

@ -9,8 +9,8 @@
"version": "0.6.2",
"license": "Apache-2.0",
"dependencies": {
"graphql": "^15.7.2",
"graphql-request": "^3.6.1",
"graphql": "^16.1.0",
"graphql-request": "^3.7.0",
"luxon": "^2.1.1",
"object-hash": "^2.2.0"
},
@ -4502,24 +4502,24 @@
"dev": true
},
"node_modules/graphql": {
"version": "15.7.2",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.7.2.tgz",
"integrity": "sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A==",
"version": "16.1.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.1.0.tgz",
"integrity": "sha512-+PIjmhqGHMIxtnlEirRXDHIzs0cAHAozKG5M2w2N4TnS8VzCxO3bbv1AW9UTeycBfl2QsPduxcVrBvANFKQhiw==",
"engines": {
"node": ">= 10.x"
"node": "^12.22.0 || ^14.16.0 || >=16.0.0"
}
},
"node_modules/graphql-request": {
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-3.6.1.tgz",
"integrity": "sha512-Nm1EasrAQVZllyNTlHDLnLZjlhC6eRWnWP6KH//ytnAL08pjlLkdI2K+s6OV92p45hn5b/kUlLbDwACmRoLwrQ==",
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-3.7.0.tgz",
"integrity": "sha512-dw5PxHCgBneN2DDNqpWu8QkbbJ07oOziy8z+bK/TAXufsOLaETuVO4GkXrbs0WjhdKhBMN3BkpN/RIvUHkmNUQ==",
"dependencies": {
"cross-fetch": "^3.0.6",
"extract-files": "^9.0.0",
"form-data": "^3.0.0"
},
"peerDependencies": {
"graphql": "14.x || 15.x"
"graphql": "14 - 16"
}
},
"node_modules/gulp": {
@ -13278,14 +13278,14 @@
"dev": true
},
"graphql": {
"version": "15.7.2",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.7.2.tgz",
"integrity": "sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A=="
"version": "16.1.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.1.0.tgz",
"integrity": "sha512-+PIjmhqGHMIxtnlEirRXDHIzs0cAHAozKG5M2w2N4TnS8VzCxO3bbv1AW9UTeycBfl2QsPduxcVrBvANFKQhiw=="
},
"graphql-request": {
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-3.6.1.tgz",
"integrity": "sha512-Nm1EasrAQVZllyNTlHDLnLZjlhC6eRWnWP6KH//ytnAL08pjlLkdI2K+s6OV92p45hn5b/kUlLbDwACmRoLwrQ==",
"version": "3.7.0",
"resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-3.7.0.tgz",
"integrity": "sha512-dw5PxHCgBneN2DDNqpWu8QkbbJ07oOziy8z+bK/TAXufsOLaETuVO4GkXrbs0WjhdKhBMN3BkpN/RIvUHkmNUQ==",
"requires": {
"cross-fetch": "^3.0.6",
"extract-files": "^9.0.0",

View File

@ -22,8 +22,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"graphql": "^15.7.2",
"graphql-request": "^3.6.1",
"graphql": "^16.1.0",
"graphql-request": "^3.7.0",
"luxon": "^2.1.1",
"object-hash": "^2.2.0"
},