From 550954799f08408ca9b30cb3b5edc14f66ea82a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 02:03:37 +0000 Subject: [PATCH] build(deps): update dependency luxon to v2.1.0 (#12651) 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 0bbed71e41..fd0830d593 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "json-dup-key-validator": "1.0.3", "json-stringify-pretty-compact": "3.0.0", "json5": "2.2.0", - "luxon": "2.0.2", + "luxon": "2.1.0", "markdown-it": "12.2.0", "markdown-table": "2.0.0", "marshal": "0.5.2", diff --git a/yarn.lock b/yarn.lock index 0ff5fd2eea..63794a11e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6194,10 +6194,10 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -luxon@2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.0.2.tgz#11f2cd4a11655fdf92e076b5782d7ede5bcdd133" - integrity sha512-ZRioYLCgRHrtTORaZX1mx+jtxKtKuI5ZDvHNAmqpUzGqSrR+tL4FVLn/CUGMA3h0+AKD1MAxGI5GnCqR5txNqg== +luxon@2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.1.0.tgz#3e50a1d2fa92b2e250e2a5d9ee9208a6c0263141" + integrity sha512-R0VSFyNh3+3SxM+eLyGSc1IYg+QHD/G1k0RvpXncYccO7SA4luC7QqdXyHospyu3t36pMHeCvd7Jlaab8fsF+w== make-dir@^3.0.0: version "3.1.0" -- GitLab