From 30c54d1b8cc78f32d7ab7f8dd8325e3cf28193f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 01:41:52 +0000 Subject: [PATCH] Bump luxon and @types/luxon Bumps [luxon](https://github.com/moment/luxon) and [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon). These dependencies needed to be updated together. Updates `luxon` from 2.0.2 to 3.3.0 - [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.0.2...3.3.0) Updates `@types/luxon` from 2.0.5 to 3.2.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/luxon) --- updated-dependencies: - dependency-name: luxon dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/luxon" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72055c8f..1e831a46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1335,9 +1335,9 @@ "dev": true }, "@types/luxon": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-2.0.5.tgz", - "integrity": "sha512-GKrG5v16BOs9XGpouu33hOkAFaiSDi3ZaDXG9F2yAoyzHRBtksZnI60VWY5aM/yAENCccBejrxw8jDY+9OVlxw==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.2.0.tgz", + "integrity": "sha512-lGmaGFoaXHuOLXFvuju2bfvZRqxAqkHPx9Y9IQdQABrinJJshJwfNCKV+u7rR3kJbiqfTF/NhOkcxxAFrObyaA==", "dev": true }, "@types/marked": { @@ -5421,9 +5421,9 @@ } }, "luxon": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.0.2.tgz", - "integrity": "sha512-ZRioYLCgRHrtTORaZX1mx+jtxKtKuI5ZDvHNAmqpUzGqSrR+tL4FVLn/CUGMA3h0+AKD1MAxGI5GnCqR5txNqg==" + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.3.0.tgz", + "integrity": "sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg==" }, "make-dir": { "version": "3.1.0", diff --git a/package.json b/package.json index 9540fab9..15eb374f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@types/jest": "^27.0.1", "@types/jsbarcode": "^3.11.1", "@types/lodash": "^4.14.175", - "@types/luxon": "^2.0.5", + "@types/luxon": "^3.2.0", "@types/marked": "^3.0.2", "@types/qrcode-svg": "^1.1.1", "@types/react": "^17.0.20", @@ -75,7 +75,7 @@ "jsbarcode": "^3.11.5", "lodash": "^4.17.21", "lorem-ipsum": "^2.0.4", - "luxon": "^2.0.2", + "luxon": "^3.3.0", "marked": "^3.0.8", "mathjs": "^9.5.1", "mini-svg-data-uri": "^1.4.4",