From b53d6b7d1db8b63652112ac22839d2aa028255cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 15:21:43 +0000 Subject: [PATCH] Bump luxon from 1.25.0 to 2.5.2 in /frontend Bumps [luxon](https://github.com/moment/luxon) from 1.25.0 to 2.5.2. - [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.25.0...2.5.2) --- 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 5233e42..f48a0ee 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,7 +30,7 @@ "dependencies": { "@types/luxon": "^1.24.4", "dotenv": "^8.2.0", - "luxon": "^1.25.0", + "luxon": "^2.5.2", "react": "^16.13.1", "react-dom": "^16.13.1", "react-table": "^7.5.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index ea35b09..d246aa3 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -7295,10 +7295,10 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -luxon@^1.25.0: - version "1.25.0" - resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.25.0.tgz#d86219e90bc0102c0eb299d65b2f5e95efe1fe72" - integrity sha512-hEgLurSH8kQRjY6i4YLey+mcKVAWXbDNlZRmM6AgWDJ1cY3atl8Ztf5wEY7VBReFbmGnwQPz7KYJblL8B2k0jQ== +luxon@^2.5.2: + version "2.5.2" + resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.5.2.tgz#17ed497f0277e72d58a4756d6a9abee4681457b6" + integrity sha512-Yg7/RDp4nedqmLgyH0LwgGRvMEKVzKbUdkBYyCosbHgJ+kaOUx0qzSiSatVc3DFygnirTPYnMM2P5dg2uH1WvA== make-dir@^2.0.0, make-dir@^2.1.0: version "2.1.0"