From 50c597bfe49934a13d75ce7a37e569cdbf7487c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 03:01:03 +0000 Subject: [PATCH] Bump luxon from 3.0.3 to 3.0.4 in /awx/ui Bumps [luxon](https://github.com/moment/luxon) from 3.0.3 to 3.0.4. - [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.3...3.0.4) --- updated-dependencies: - dependency-name: luxon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- awx/ui/package-lock.json | 14 +++++++------- awx/ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/awx/ui/package-lock.json b/awx/ui/package-lock.json index 03c26547252f..1893b48f34ef 100644 --- a/awx/ui/package-lock.json +++ b/awx/ui/package-lock.json @@ -22,7 +22,7 @@ "has-ansi": "5.0.1", "html-entities": "2.3.2", "js-yaml": "4.1.0", - "luxon": "^3.0.3", + "luxon": "^3.0.4", "prop-types": "^15.8.1", "react": "17.0.2", "react-ace": "^10.1.0", @@ -15486,9 +15486,9 @@ } }, "node_modules/luxon": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.0.3.tgz", - "integrity": "sha512-+EfHWnF+UT7GgTnq5zXg3ldnTKL2zdv7QJgsU5bjjpbH17E3qi/puMhQyJVYuCq+FRkogvB5WB6iVvUr+E4a7w==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.0.4.tgz", + "integrity": "sha512-aV48rGUwP/Vydn8HT+5cdr26YYQiUZ42NM6ToMoaGKwYfWbfLeRkEu1wXWMHBZT6+KyLfcbbtVcoQFCbbPjKlw==", "engines": { "node": ">=12" } @@ -34240,9 +34240,9 @@ } }, "luxon": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.0.3.tgz", - "integrity": "sha512-+EfHWnF+UT7GgTnq5zXg3ldnTKL2zdv7QJgsU5bjjpbH17E3qi/puMhQyJVYuCq+FRkogvB5WB6iVvUr+E4a7w==" + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.0.4.tgz", + "integrity": "sha512-aV48rGUwP/Vydn8HT+5cdr26YYQiUZ42NM6ToMoaGKwYfWbfLeRkEu1wXWMHBZT6+KyLfcbbtVcoQFCbbPjKlw==" }, "lz-string": { "version": "1.4.4", diff --git a/awx/ui/package.json b/awx/ui/package.json index 4b244eebb4b7..74af3114ef51 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -22,7 +22,7 @@ "has-ansi": "5.0.1", "html-entities": "2.3.2", "js-yaml": "4.1.0", - "luxon": "^3.0.3", + "luxon": "^3.0.4", "prop-types": "^15.8.1", "react": "17.0.2", "react-ace": "^10.1.0",