From 969b238aa9c4bc19d1d1513ff31dc8dca338eb5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 14:34:07 +0000 Subject: [PATCH] Bump luxon from 3.0.4 to 3.2.1 in /src/FestivalPOS Bumps [luxon](https://github.com/moment/luxon) from 3.0.4 to 3.2.1. - [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/3.0.4...3.2.1) --- updated-dependencies: - dependency-name: luxon dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/FestivalPOS/package-lock.json | 14 +++++++------- src/FestivalPOS/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/FestivalPOS/package-lock.json b/src/FestivalPOS/package-lock.json index 05af7bb..7d5c8d9 100644 --- a/src/FestivalPOS/package-lock.json +++ b/src/FestivalPOS/package-lock.json @@ -32,7 +32,7 @@ "dexie": "^3.2.2", "hammerjs": "^2.0.8", "jquery": "^3.6.0", - "luxon": "^3.0.4", + "luxon": "^3.2.1", "nosleep.js": "^0.12.0", "popper.js": "^1.16.1", "qrcodejs2": "^0.0.2" @@ -4825,9 +4825,9 @@ } }, "node_modules/luxon": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.0.4.tgz", - "integrity": "sha512-aV48rGUwP/Vydn8HT+5cdr26YYQiUZ42NM6ToMoaGKwYfWbfLeRkEu1wXWMHBZT6+KyLfcbbtVcoQFCbbPjKlw==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.2.1.tgz", + "integrity": "sha512-QrwPArQCNLAKGO/C+ZIilgIuDnEnKx5QYODdDtbFaxzsbZcc/a7WFq7MhsVYgRlwawLtvOUESTlfJ+hc/USqPg==", "engines": { "node": ">=12" } @@ -10714,9 +10714,9 @@ } }, "luxon": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.0.4.tgz", - "integrity": "sha512-aV48rGUwP/Vydn8HT+5cdr26YYQiUZ42NM6ToMoaGKwYfWbfLeRkEu1wXWMHBZT6+KyLfcbbtVcoQFCbbPjKlw==" + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.2.1.tgz", + "integrity": "sha512-QrwPArQCNLAKGO/C+ZIilgIuDnEnKx5QYODdDtbFaxzsbZcc/a7WFq7MhsVYgRlwawLtvOUESTlfJ+hc/USqPg==" }, "magic-string": { "version": "0.25.9", diff --git a/src/FestivalPOS/package.json b/src/FestivalPOS/package.json index ed031f3..cfa7fd3 100644 --- a/src/FestivalPOS/package.json +++ b/src/FestivalPOS/package.json @@ -71,7 +71,7 @@ "dexie": "^3.2.2", "hammerjs": "^2.0.8", "jquery": "^3.6.0", - "luxon": "^3.0.4", + "luxon": "^3.2.1", "nosleep.js": "^0.12.0", "popper.js": "^1.16.1", "qrcodejs2": "^0.0.2"