From d4aec7512f12600196f7d12c8962477147b4fba6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 22:38:23 +0000 Subject: [PATCH] Bump luxon from 1.21.3 to 1.28.1 in /frontend Bumps [luxon](https://github.com/moment/luxon) from 1.21.3 to 1.28.1. - [Release notes](https://github.com/moment/luxon/releases) - [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md) - [Commits](https://github.com/moment/luxon/compare/1.21.3...1.28.1) --- updated-dependencies: - dependency-name: luxon dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 5bb25f8..92151cb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "grommet": "^2.9.0", "grommet-icons": "^4.4.0", "jsonwebtoken": "^8.5.1", - "luxon": "^1.21.3", + "luxon": "^1.28.1", "phoenix": "^1.4.11", "react": "^16.12.0", "react-dom": "^16.12.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 65c3d69..9bf2363 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -6675,10 +6675,10 @@ lru-cache@^5.1.1: dependencies: yallist "^3.0.2" -luxon@^1.21.3: - version "1.21.3" - resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.21.3.tgz#f1d5c2a7e855d039836cf4954f883ecac8fc4727" - integrity sha512-lLRwNcNnkZLuv13A1FUuZRZmTWF7ro2ricYvb0L9cvBYHPvZhQdKwrYnZzi103D2XKmlVmxWpdn2wfIiOt2YEw== +luxon@^1.28.1: + version "1.28.1" + resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.28.1.tgz#528cdf3624a54506d710290a2341aa8e6e6c61b0" + integrity sha512-gYHAa180mKrNIUJCbwpmD0aTu9kV0dREDrwNnuyFAsO1Wt0EVYSZelPnJlbj9HplzXX/YWXHFTL45kvZ53M0pw== make-dir@^2.0.0, make-dir@^2.1.0: version "2.1.0"