update dependency luxon

This commit is contained in:
Daniel Waxweiler 2022-01-09 12:14:49 +01:00
parent 6dca75b2ce
commit 3ed5129cd2
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"graphql": "^16.2.0", "graphql": "^16.2.0",
"graphql-request": "^3.7.0", "graphql-request": "^3.7.0",
"luxon": "^2.2.0", "luxon": "^2.3.0",
"object-hash": "^2.2.0" "object-hash": "^2.2.0"
}, },
"devDependencies": { "devDependencies": {
@ -5963,9 +5963,9 @@
} }
}, },
"node_modules/luxon": { "node_modules/luxon": {
"version": "2.2.0", "version": "2.3.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-2.2.0.tgz", "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.3.0.tgz",
"integrity": "sha512-LwmknessH4jVIseCsizUgveIHwlLv/RQZWC2uDSMfGJs7w8faPUi2JFxfyfMcTPrpNbChTem3Uz6IKRtn+LcIA==", "integrity": "sha512-gv6jZCV+gGIrVKhO90yrsn8qXPKD8HYZJtrUDSfEbow8Tkw84T9OnCyJhWvnJIaIF/tBuiAjZuQHUt1LddX2mg==",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
} }
@ -13887,9 +13887,9 @@
} }
}, },
"luxon": { "luxon": {
"version": "2.2.0", "version": "2.3.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-2.2.0.tgz", "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.3.0.tgz",
"integrity": "sha512-LwmknessH4jVIseCsizUgveIHwlLv/RQZWC2uDSMfGJs7w8faPUi2JFxfyfMcTPrpNbChTem3Uz6IKRtn+LcIA==" "integrity": "sha512-gv6jZCV+gGIrVKhO90yrsn8qXPKD8HYZJtrUDSfEbow8Tkw84T9OnCyJhWvnJIaIF/tBuiAjZuQHUt1LddX2mg=="
}, },
"make-dir": { "make-dir": {
"version": "3.1.0", "version": "3.1.0",

View File

@ -26,7 +26,7 @@
"dependencies": { "dependencies": {
"graphql": "^16.2.0", "graphql": "^16.2.0",
"graphql-request": "^3.7.0", "graphql-request": "^3.7.0",
"luxon": "^2.2.0", "luxon": "^2.3.0",
"object-hash": "^2.2.0" "object-hash": "^2.2.0"
}, },
"devDependencies": { "devDependencies": {