From 2b3fc46d2210d0cb9e2aa647868ffccc1c4fae6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 14:42:18 +0000 Subject: [PATCH] Bump luxon from 2.3.1 to 2.5.2 in /swdata-scraper-main Bumps [luxon](https://github.com/moment/luxon) from 2.3.1 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/2.3.1...2.5.2) --- updated-dependencies: - dependency-name: luxon dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- swdata-scraper-main/server/package.json | 2 +- swdata-scraper-main/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/swdata-scraper-main/server/package.json b/swdata-scraper-main/server/package.json index b90eaa6..8034a2e 100644 --- a/swdata-scraper-main/server/package.json +++ b/swdata-scraper-main/server/package.json @@ -24,7 +24,7 @@ "graphql": "^16.3.0", "helmet": "^5.0.2", "lodash": "^4.17.21", - "luxon": "^2.3.0", + "luxon": "^2.5.2", "math.js": "^1.1.46", "morgan": "^1.10.0", "node-cron": "^3.0.0", diff --git a/swdata-scraper-main/yarn.lock b/swdata-scraper-main/yarn.lock index 4d039aa..874c6ab 100644 --- a/swdata-scraper-main/yarn.lock +++ b/swdata-scraper-main/yarn.lock @@ -4102,10 +4102,10 @@ lru-cache@^6.0.0: dependencies: yallist "^4.0.0" -luxon@^2.3.0: - version "2.3.1" - resolved "https://registry.yarnpkg.com/luxon/-/luxon-2.3.1.tgz#f276b1b53fd9a740a60e666a541a7f6dbed4155a" - integrity sha512-I8vnjOmhXsMSlNMZlMkSOvgrxKJl0uOsEzdGgGNZuZPaS9KlefpE9KV95QFftlJSC+1UyCC9/I69R02cz/zcCA== +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@^3.0.0: version "3.1.0"