From e8886e5f379ae69d177f16c3a1c661bff91d91e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Oct 2022 00:29:43 +0000 Subject: [PATCH] build(deps): update dependency luxon to v3.0.4 (#18071) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 1fc091bd4c..37e91c57cb 100644 --- a/package.json +++ b/package.json @@ -189,7 +189,7 @@ "json-dup-key-validator": "1.0.3", "json-stringify-pretty-compact": "3.0.0", "json5": "2.2.1", - "luxon": "3.0.3", + "luxon": "3.0.4", "markdown-it": "13.0.1", "markdown-table": "2.0.0", "marshal": "0.5.4", diff --git a/yarn.lock b/yarn.lock index 57116124db..1ee00b1d26 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6686,11 +6686,6 @@ lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1: resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.14.0.tgz#21be64954a4680e303a09e9468f880b98a0b3c7f" integrity sha512-EIRtP1GrSJny0dqb50QXRUNBxHJhcpxHC++M5tD7RYbvLLn5KVWKsbyswSSqDuU15UFi3bgTQIY8nhDMeF6aDQ== -luxon@3.0.3: - version "3.0.3" - resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.0.3.tgz#573e65531efd3d92265feb640f02ba7a192e2388" - integrity sha512-+EfHWnF+UT7GgTnq5zXg3ldnTKL2zdv7QJgsU5bjjpbH17E3qi/puMhQyJVYuCq+FRkogvB5WB6iVvUr+E4a7w== - luxon@3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.0.4.tgz#d179e4e9f05e092241e7044f64aaa54796b03929" -- GitLab