update dependencies graphql, luxon

This commit is contained in:
Daniel Waxweiler 2021-12-23 16:49:43 +01:00
parent 924aa095ff
commit 688868cbe9
2 changed files with 16 additions and 16 deletions

28
package-lock.json generated
View File

@ -9,9 +9,9 @@
"version": "0.6.2",
"license": "Apache-2.0",
"dependencies": {
"graphql": "^16.1.0",
"graphql": "^16.2.0",
"graphql-request": "^3.7.0",
"luxon": "^2.1.1",
"luxon": "^2.2.0",
"object-hash": "^2.2.0"
},
"devDependencies": {
@ -4534,9 +4534,9 @@
"dev": true
},
"node_modules/graphql": {
"version": "16.1.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.1.0.tgz",
"integrity": "sha512-+PIjmhqGHMIxtnlEirRXDHIzs0cAHAozKG5M2w2N4TnS8VzCxO3bbv1AW9UTeycBfl2QsPduxcVrBvANFKQhiw==",
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.2.0.tgz",
"integrity": "sha512-MuQd7XXrdOcmfwuLwC2jNvx0n3rxIuNYOxUtiee5XOmfrWo613ar2U8pE7aHAKh8VwfpifubpD9IP+EdEAEOsA==",
"engines": {
"node": "^12.22.0 || ^14.16.0 || >=16.0.0"
}
@ -6327,9 +6327,9 @@
}
},
"node_modules/luxon": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-2.1.1.tgz",
"integrity": "sha512-6VQVNw7+kQu3hL1ZH5GyOhnk8uZm21xS7XJ/6vDZaFNcb62dpFDKcH8TI5NkoZOdMRxr7af7aYGrJlE/Wv0i1w==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-2.2.0.tgz",
"integrity": "sha512-LwmknessH4jVIseCsizUgveIHwlLv/RQZWC2uDSMfGJs7w8faPUi2JFxfyfMcTPrpNbChTem3Uz6IKRtn+LcIA==",
"engines": {
"node": ">=12"
}
@ -13680,9 +13680,9 @@
"dev": true
},
"graphql": {
"version": "16.1.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.1.0.tgz",
"integrity": "sha512-+PIjmhqGHMIxtnlEirRXDHIzs0cAHAozKG5M2w2N4TnS8VzCxO3bbv1AW9UTeycBfl2QsPduxcVrBvANFKQhiw=="
"version": "16.2.0",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.2.0.tgz",
"integrity": "sha512-MuQd7XXrdOcmfwuLwC2jNvx0n3rxIuNYOxUtiee5XOmfrWo613ar2U8pE7aHAKh8VwfpifubpD9IP+EdEAEOsA=="
},
"graphql-request": {
"version": "3.7.0",
@ -15057,9 +15057,9 @@
}
},
"luxon": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-2.1.1.tgz",
"integrity": "sha512-6VQVNw7+kQu3hL1ZH5GyOhnk8uZm21xS7XJ/6vDZaFNcb62dpFDKcH8TI5NkoZOdMRxr7af7aYGrJlE/Wv0i1w=="
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-2.2.0.tgz",
"integrity": "sha512-LwmknessH4jVIseCsizUgveIHwlLv/RQZWC2uDSMfGJs7w8faPUi2JFxfyfMcTPrpNbChTem3Uz6IKRtn+LcIA=="
},
"make-dir": {
"version": "3.1.0",

View File

@ -23,9 +23,9 @@
},
"license": "Apache-2.0",
"dependencies": {
"graphql": "^16.1.0",
"graphql": "^16.2.0",
"graphql-request": "^3.7.0",
"luxon": "^2.1.1",
"luxon": "^2.2.0",
"object-hash": "^2.2.0"
},
"devDependencies": {