From 939dcef56e335eb0c0ce0590a7ac77f5498c36ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 21:30:25 +0000 Subject: [PATCH] Bump vite from 7.3.2 to 7.3.5 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.3.2 to 7.3.5. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.3.5/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.3.5/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.3.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4126ea1..1744bb4 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "unplugin-fonts": "^1.4.0", "unplugin-vue-components": "^29.0.0", "unplugin-vue-router": "^0.15.0", - "vite": "^7.3.2", + "vite": "^7.3.5", "vite-plugin-vuetify": "^2.1.2", "vue-eslint-parser": "^10.0.0", "vue-router": "^4.5.1", diff --git a/yarn.lock b/yarn.lock index 9e4cd84..3862421 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2103,10 +2103,10 @@ vite-plugin-vuetify@^2.1.2: debug "^4.3.3" upath "^2.0.1" -vite@^7.3.2: - version "7.3.2" - resolved "https://registry.yarnpkg.com/vite/-/vite-7.3.2.tgz#cb041794d4c1395e28baea98198fd6e8f4b96b5c" - integrity sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg== +vite@^7.3.5: + version "7.3.5" + resolved "https://registry.yarnpkg.com/vite/-/vite-7.3.5.tgz#90c2d0b7b94a224e7e7dcf22d2912ff0b5291165" + integrity sha512-KuOaNhcnGFN2zIPGA7wRmzF+lJA1sea7rHq17aiJ++9lzY1WWG6Jpwqwe1KNbRVPIqHmr8GLYx7jbrQcN/7/ww== dependencies: esbuild "^0.27.0" fdir "^6.5.0"