From 27ced9d4449568bed1d3798aa8b377bbe9c0c303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 04:43:40 +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 3.4.3 to 3.4.4 - [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md) - [Commits](https://github.com/moment/luxon/compare/3.4.3...3.4.4) Updates `@types/luxon` from 3.3.3 to 3.3.6 - [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-patch - dependency-name: "@types/luxon" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6b862950..dbb1ea02e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "i18next": "^23.6.0", "i18next-browser-languagedetector": "^7.1.0", "lodash": "^4.17.21", - "luxon": "^3.4.3", + "luxon": "^3.4.4", "mui-rff": "^7.1.0", "package-lock-only": "^0.0.4", "react": "^18.2.0", @@ -60,7 +60,7 @@ "@opencast/eslint-config-ts-react": "^0.1.0", "@playwright/test": "^1.38.1", "@types/lodash": "^4.14.200", - "@types/luxon": "^3.3.3", + "@types/luxon": "^3.3.6", "@types/react-beforeunload": "^2.1.3", "@types/react-final-form-listeners": "^1.0.2", "@types/react-resizable": "^3.0.6", @@ -4572,9 +4572,9 @@ "dev": true }, "node_modules/@types/luxon": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.3.3.tgz", - "integrity": "sha512-/BJF3NT0pRMuxrenr42emRUF67sXwcZCd+S1ksG/Fcf9O7C3kKCY4uJSbKBE4KDUIYr3WMsvfmWD8hRjXExBJQ==", + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.3.6.tgz", + "integrity": "sha512-LblarKeI26YsMLxHDIQ0295wPSLjkl98eNwDcVhz3zbo1H+kfnkzR01H5Ai5LBzSeddX0ZJSpGwKEZihGb5diw==", "dev": true }, "node_modules/@types/mime": { @@ -13465,9 +13465,9 @@ } }, "node_modules/luxon": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.3.tgz", - "integrity": "sha512-tFWBiv3h7z+T/tDaoxA8rqTxy1CHV6gHS//QdaH4pulbq/JuBSGgQspQQqcgnwdAx6pNI7cmvz5Sv/addzHmUg==", + "version": "3.4.4", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.4.4.tgz", + "integrity": "sha512-zobTr7akeGHnv7eBOXcRgMeCP6+uyYsczwmeRCauvpvaAltgNyTbLH/+VaEAPUeWBT+1GuNmz4wC/6jtQzbbVA==", "engines": { "node": ">=12" } diff --git a/package.json b/package.json index 3bb1f191f..1cc5688c8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "i18next": "^23.6.0", "i18next-browser-languagedetector": "^7.1.0", "lodash": "^4.17.21", - "luxon": "^3.4.3", + "luxon": "^3.4.4", "mui-rff": "^7.1.0", "package-lock-only": "^0.0.4", "react": "^18.2.0", @@ -80,7 +80,7 @@ "@opencast/eslint-config-ts-react": "^0.1.0", "@playwright/test": "^1.38.1", "@types/lodash": "^4.14.200", - "@types/luxon": "^3.3.3", + "@types/luxon": "^3.3.6", "@types/react-beforeunload": "^2.1.3", "@types/react-final-form-listeners": "^1.0.2", "@types/react-resizable": "^3.0.6",