From da214bb676a9dcac3650c335bfd469d1f3a73021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 17:47:53 +0000 Subject: [PATCH] Bump luxon from 3.1.1 to 3.2.1 in /awx/ui Bumps [luxon](https://github.com/moment/luxon) from 3.1.1 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.1.1...3.2.1) --- updated-dependencies: - dependency-name: luxon dependency-type: direct:production update-type: version-update:semver-minor ... 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 5827d082a6f2..2afe7ed85705 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.1.1", + "luxon": "^3.2.1", "prop-types": "^15.8.1", "react": "17.0.2", "react-ace": "^10.1.0", @@ -15477,9 +15477,9 @@ } }, "node_modules/luxon": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.1.1.tgz", - "integrity": "sha512-Ah6DloGmvseB/pX1cAmjbFvyU/pKuwQMQqz7d0yvuDlVYLTs2WeDHQMpC8tGjm1da+BriHROW/OEIT/KfYg6xw==", + "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" } @@ -34225,9 +34225,9 @@ } }, "luxon": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.1.1.tgz", - "integrity": "sha512-Ah6DloGmvseB/pX1cAmjbFvyU/pKuwQMQqz7d0yvuDlVYLTs2WeDHQMpC8tGjm1da+BriHROW/OEIT/KfYg6xw==" + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.2.1.tgz", + "integrity": "sha512-QrwPArQCNLAKGO/C+ZIilgIuDnEnKx5QYODdDtbFaxzsbZcc/a7WFq7MhsVYgRlwawLtvOUESTlfJ+hc/USqPg==" }, "lz-string": { "version": "1.4.4", diff --git a/awx/ui/package.json b/awx/ui/package.json index bd3c732a2b1a..e3824c3b8e38 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.1.1", + "luxon": "^3.2.1", "prop-types": "^15.8.1", "react": "17.0.2", "react-ace": "^10.1.0",