update dependencies graphql, luxon
This commit is contained in:
parent
78f7c693e8
commit
51686efe93
|
@ -9,9 +9,9 @@
|
|||
"version": "0.6.2",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"graphql": "^15.6.1",
|
||||
"graphql": "^15.7.2",
|
||||
"graphql-request": "^3.6.1",
|
||||
"luxon": "^2.0.2",
|
||||
"luxon": "^2.1.1",
|
||||
"object-hash": "^2.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -4416,9 +4416,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/graphql": {
|
||||
"version": "15.6.1",
|
||||
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.1.tgz",
|
||||
"integrity": "sha512-3i5lu0z6dRvJ48QP9kFxBkJ7h4Kso7PS8eahyTFz5Jm6CvQfLtNIE8LX9N6JLnXTuwR+sIYnXzaWp6anOg0QQw==",
|
||||
"version": "15.7.2",
|
||||
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.7.2.tgz",
|
||||
"integrity": "sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A==",
|
||||
"engines": {
|
||||
"node": ">= 10.x"
|
||||
}
|
||||
|
@ -13115,9 +13115,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"graphql": {
|
||||
"version": "15.6.1",
|
||||
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.1.tgz",
|
||||
"integrity": "sha512-3i5lu0z6dRvJ48QP9kFxBkJ7h4Kso7PS8eahyTFz5Jm6CvQfLtNIE8LX9N6JLnXTuwR+sIYnXzaWp6anOg0QQw=="
|
||||
"version": "15.7.2",
|
||||
"resolved": "https://registry.npmjs.org/graphql/-/graphql-15.7.2.tgz",
|
||||
"integrity": "sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A=="
|
||||
},
|
||||
"graphql-request": {
|
||||
"version": "3.6.1",
|
||||
|
|
|
@ -21,9 +21,9 @@
|
|||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"graphql": "^15.6.1",
|
||||
"graphql": "^15.7.2",
|
||||
"graphql-request": "^3.6.1",
|
||||
"luxon": "^2.0.2",
|
||||
"luxon": "^2.1.1",
|
||||
"object-hash": "^2.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Reference in New Issue