From 8cfeba69db5ce828d70354f8f712713228d8f3b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 14:41:30 +0000 Subject: [PATCH] Bump luxon from 1.22.0 to 2.5.2 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] --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 47817101..8efa813b 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "gulp-uglify": "^3.0.0", "html-minifier": "^3.5.21", "lodash.template": "^4.5.0", - "luxon": "^1.22.0", + "luxon": "^2.5.2", "netlify-lambda": "^1.6.3", "require-dir": "^1.0.0", "rgbaster": "^2.1.1", diff --git a/yarn.lock b/yarn.lock index f9f4de5f..49bfade7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4741,11 +4741,16 @@ lru-cache@^5.1.1: dependencies: yallist "^3.0.2" -luxon@^1.22.0, luxon@^1.9.0: +luxon@^1.9.0: version "1.22.0" resolved "https://registry.yarnpkg.com/luxon/-/luxon-1.22.0.tgz#639525c7c69e594953c7b142794466b8ea85b868" integrity sha512-3sLvlfbFo+AxVEY3IqxymbumtnlgBwjDExxK60W3d+trrUzErNAz/PfvPT+mva+vEUrdIodeCOs7fB6zHtRSrw== +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" resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"