From 09f8b2e3dade0a50fcdc45900de427ae97133b6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 23:05:55 +0000 Subject: [PATCH] Bump luxon from 1.24.1 to 1.28.1 in /static Bumps [luxon](https://github.com/moment/luxon) from 1.24.1 to 1.28.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/1.24.1...1.28.1) --- updated-dependencies: - dependency-name: luxon dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- static/package-lock.json | 6 +++--- static/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/package-lock.json b/static/package-lock.json index 4d82103..6581a5e 100644 --- a/static/package-lock.json +++ b/static/package-lock.json @@ -4025,9 +4025,9 @@ } }, "luxon": { - "version": "1.24.1", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.24.1.tgz", - "integrity": "sha512-CgnIMKAWT0ghcuWFfCWBnWGOddM0zu6c4wZAWmD0NN7MZTnro0+833DF6tJep+xlxRPg4KtsYEHYLfTMBQKwYg==", + "version": "1.28.1", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.28.1.tgz", + "integrity": "sha512-gYHAa180mKrNIUJCbwpmD0aTu9kV0dREDrwNnuyFAsO1Wt0EVYSZelPnJlbj9HplzXX/YWXHFTL45kvZ53M0pw==", "dev": true }, "map-cache": { diff --git a/static/package.json b/static/package.json index 768710f..f39f525 100644 --- a/static/package.json +++ b/static/package.json @@ -36,7 +36,7 @@ "file-type": "^12.0.1", "fs-extra": "^8.1.0", "jsdom": "^15.1.1", - "luxon": "^1.21.3", + "luxon": "^1.28.1", "markdown-it": "^8.4.2", "markdown-it-anchor": "^5.2.5", "node-fetch": "^2.6.1",