From 12d2c1a3d0b3ef1370208d0cc765a597f5571003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 14:42:12 +0000 Subject: [PATCH] Bump luxon from 1.22.0 to 2.5.2 in /ui Bumps [luxon](https://github.com/moment/luxon) from 1.22.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.22.0...2.5.2) --- updated-dependencies: - dependency-name: luxon dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 8df6cc5..9e1d7d8 100644 --- a/ui/package.json +++ b/ui/package.json @@ -20,7 +20,7 @@ "graphql": "^15.4.0", "graphql-tag": "^2.11.0", "lodash": "^4.17.20", - "luxon": "^1.25.0", + "luxon": "^2.5.2", "vue": "^2.6.12", "vue-apollo": "^3.0.5", "vue-router": "^3.4.9",