From fcfedd30260b9e9e48d801dc0a6a58223e25069f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 00:17:38 +0000 Subject: [PATCH] Bump luxon and @types/luxon in /vue3 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.6.1 to 3.7.1 - [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md) - [Commits](https://github.com/moment/luxon/compare/3.6.1...3.7.1) Updates `@types/luxon` from 3.6.2 to 3.7.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/luxon) --- updated-dependencies: - dependency-name: luxon dependency-version: 3.7.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/luxon" dependency-version: 3.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vue3/package.json | 4 ++-- vue3/yarn.lock | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/vue3/package.json b/vue3/package.json index fce124f86..3757ac04c 100644 --- a/vue3/package.json +++ b/vue3/package.json @@ -9,11 +9,11 @@ "preview": "vite preview" }, "dependencies": { - "@types/luxon": "^3.6.2", + "@types/luxon": "^3.7.1", "@vueform/multiselect": "^2.6.11", "@vueuse/core": "^13.1.0", "@vueuse/router": "^13.1.0", - "luxon": "^3.6.1", + "luxon": "^3.7.1", "mavon-editor": "^3.0.1", "pinia": "^3.0.2", "vue": "^3.5.13", diff --git a/vue3/yarn.lock b/vue3/yarn.lock index a2e9a50d3..1df2bbc60 100644 --- a/vue3/yarn.lock +++ b/vue3/yarn.lock @@ -1213,10 +1213,10 @@ "@types/tough-cookie" "*" parse5 "^7.0.0" -"@types/luxon@^3.6.2": - version "3.6.2" - resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-3.6.2.tgz#be6536931801f437eafcb9c0f6d6781f72308041" - integrity sha512-R/BdP7OxEMc44l2Ex5lSXHoIXTB2JLNa3y2QISIbr58U/YcsffyQrYW//hZSdrfxrjRZj3GcUoxMPGdO8gSYuw== +"@types/luxon@^3.7.1": + version "3.7.1" + resolved "https://registry.yarnpkg.com/@types/luxon/-/luxon-3.7.1.tgz#ef51b960ff86801e4e2de80c68813a96e529d531" + integrity sha512-H3iskjFIAn5SlJU7OuxUmTEpebK6TKB8rxZShDslBMZJ5u9S//KM1sbdAisiSrqwLQncVjnpi2OK2J51h+4lsg== "@types/node@*", "@types/node@^24.0.8": version "24.0.8" @@ -2531,10 +2531,10 @@ lru-cache@^5.1.1: dependencies: yallist "^3.0.2" -luxon@^3.6.1: - version "3.6.1" - resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.6.1.tgz#d283ffc4c0076cb0db7885ec6da1c49ba97e47b0" - integrity sha512-tJLxrKJhO2ukZ5z0gyjY1zPh3Rh88Ej9P7jNrZiHMUXHae1yvI2imgOZtL1TO8TW6biMMKfTtAOoEJANgtWBMQ== +luxon@^3.7.1: + version "3.7.1" + resolved "https://registry.yarnpkg.com/luxon/-/luxon-3.7.1.tgz#9bd09aa84a56afb00c57ea78a8ec5bd16eb24ec0" + integrity sha512-RkRWjA926cTvz5rAb1BqyWkKbbjzCGchDUIKMCUvNi17j6f6j8uHGDV82Aqcqtzd+icoYpELmG3ksgGiFNNcNg== magic-string@^0.25.0, magic-string@^0.25.7: version "0.25.9"