From f590e0e045e19e844f0a9b6aa5c710ac5ab730ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 16:27:26 +0000 Subject: [PATCH] build(deps): update dependency luxon to v3.2.0 (#19687) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 83f3d881a4..a121d6e479 100644 --- a/package.json +++ b/package.json @@ -202,7 +202,7 @@ "json-dup-key-validator": "1.0.3", "json-stringify-pretty-compact": "3.0.0", "json5": "2.2.3", - "luxon": "3.1.1", + "luxon": "3.2.0", "markdown-it": "13.0.1", "markdown-table": "2.0.0", "marshal": "0.5.4", diff --git a/yarn.lock b/yarn.lock index f279855f80..5697e10838 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7017,6 +7017,11 @@ luxon@3.1.1: resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.1.1.tgz#b492c645b2474fb86f3bd3283213846b99c32c1e" integrity sha512-Ah6DloGmvseB/pX1cAmjbFvyU/pKuwQMQqz7d0yvuDlVYLTs2WeDHQMpC8tGjm1da+BriHROW/OEIT/KfYg6xw== +luxon@3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.2.0.tgz#7962c5dafcd3623e70e222882be49b381e7a8718" + integrity sha512-Namj3XqoJjFekq/JHQEaaAv4zyE/fyyDBrMEBnIL2s/X54SC8W5Ea0uej1TRXUArWec8OojsAVsGBYhNRjpMVw== + make-dir@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f" -- GitLab