From eba46b880f84269fa1aad9b64bdd0116b9da6574 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jan 2022 09:38:55 +0000 Subject: [PATCH] build(deps): update dependency luxon to v2.3.0 (#13439) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e7aac2c322..ce8f8d15aa 100644 --- a/package.json +++ b/package.json @@ -174,7 +174,7 @@ "json-dup-key-validator": "1.0.3", "json-stringify-pretty-compact": "3.0.0", "json5": "2.2.0", - "luxon": "2.2.0", + "luxon": "2.3.0", "markdown-it": "12.3.0", "markdown-table": "2.0.0", "marshal": "0.5.2", diff --git a/yarn.lock b/yarn.lock index 6ee602b69e..dfe25b21ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7469,10 +7469,10 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -luxon@2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.2.0.tgz#f5c4a234ba4016f792488b11aaed2d5bc14c888e" - integrity sha512-LwmknessH4jVIseCsizUgveIHwlLv/RQZWC2uDSMfGJs7w8faPUi2JFxfyfMcTPrpNbChTem3Uz6IKRtn+LcIA== +luxon@2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.3.0.tgz#bf16a7e642513c2a20a6230a6a41b0ab446d0045" + integrity sha512-gv6jZCV+gGIrVKhO90yrsn8qXPKD8HYZJtrUDSfEbow8Tkw84T9OnCyJhWvnJIaIF/tBuiAjZuQHUt1LddX2mg== make-dir@^3.0.0: version "3.1.0" -- GitLab