From 2d59cf26f5a93e9cb57f182b1a2466737f0872b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 15:46:36 +0000 Subject: [PATCH] Bump luxon from 1.26.0 to 2.5.2 in /server/tests Bumps [luxon](https://github.com/moment/luxon) from 1.26.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.26.0...2.5.2) --- updated-dependencies: - dependency-name: luxon dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/tests/package.json | 2 +- server/tests/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/server/tests/package.json b/server/tests/package.json index 8f9febc7..6e83ad08 100644 --- a/server/tests/package.json +++ b/server/tests/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "chance": "^1.1.7", - "luxon": "^1.26.0", + "luxon": "^2.5.2", "minimist": "^1.2.6", "ts-node": "^9.1.1" }, diff --git a/server/tests/yarn.lock b/server/tests/yarn.lock index 80d47aed..a0147945 100644 --- a/server/tests/yarn.lock +++ b/server/tests/yarn.lock @@ -42,10 +42,10 @@ diff@^4.0.1: resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d" integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A== -luxon@^1.26.0: - version "1.26.0" - resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.26.0.tgz#d3692361fda51473948252061d0f8561df02b578" - integrity sha512-+V5QIQ5f6CDXQpWNICELwjwuHdqeJM1UenlZWx5ujcRMc9venvluCjFb4t5NYLhb6IhkbMVOxzVuOqkgMxee2A== +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-error@^1.1.1: version "1.3.6"