update dependencies graphql, luxon

This commit is contained in:
Daniel Waxweiler 2021-11-09 22:23:48 +01:00
parent 78f7c693e8
commit 51686efe93
2 changed files with 10 additions and 10 deletions

16
package-lock.json generated
View File

@ -9,9 +9,9 @@
"version": "0.6.2", "version": "0.6.2",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"graphql": "^15.6.1", "graphql": "^15.7.2",
"graphql-request": "^3.6.1", "graphql-request": "^3.6.1",
"luxon": "^2.0.2", "luxon": "^2.1.1",
"object-hash": "^2.2.0" "object-hash": "^2.2.0"
}, },
"devDependencies": { "devDependencies": {
@ -4416,9 +4416,9 @@
"dev": true "dev": true
}, },
"node_modules/graphql": { "node_modules/graphql": {
"version": "15.6.1", "version": "15.7.2",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.1.tgz", "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.7.2.tgz",
"integrity": "sha512-3i5lu0z6dRvJ48QP9kFxBkJ7h4Kso7PS8eahyTFz5Jm6CvQfLtNIE8LX9N6JLnXTuwR+sIYnXzaWp6anOg0QQw==", "integrity": "sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A==",
"engines": { "engines": {
"node": ">= 10.x" "node": ">= 10.x"
} }
@ -13115,9 +13115,9 @@
"dev": true "dev": true
}, },
"graphql": { "graphql": {
"version": "15.6.1", "version": "15.7.2",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.1.tgz", "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.7.2.tgz",
"integrity": "sha512-3i5lu0z6dRvJ48QP9kFxBkJ7h4Kso7PS8eahyTFz5Jm6CvQfLtNIE8LX9N6JLnXTuwR+sIYnXzaWp6anOg0QQw==" "integrity": "sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A=="
}, },
"graphql-request": { "graphql-request": {
"version": "3.6.1", "version": "3.6.1",

View File

@ -21,9 +21,9 @@
}, },
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"graphql": "^15.6.1", "graphql": "^15.7.2",
"graphql-request": "^3.6.1", "graphql-request": "^3.6.1",
"luxon": "^2.0.2", "luxon": "^2.1.1",
"object-hash": "^2.2.0" "object-hash": "^2.2.0"
}, },
"devDependencies": { "devDependencies": {