From cb83f2d8a7360f81c4bda89ce6d5f716c84a39f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 06:20:00 +0000 Subject: [PATCH] Bump vite from 5.4.1 to 5.4.8 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.1 to 5.4.8. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.8/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.8/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... 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 7664d36..563b237 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "unplugin-fonts": "^1.1.1", "unplugin-vue-components": "^0.26.0", "unplugin-vue-router": "^0.8.4", - "vite": "^5.4.6", + "vite": "^5.4.8", "vite-plugin-vuetify": "^2.0.4", "vue-router": "^4.3.0", "vue-tsc": "^2.0.6" diff --git a/yarn.lock b/yarn.lock index 7d43e24..f953131 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2605,10 +2605,10 @@ vite-plugin-vuetify@^2.0.4: debug "^4.3.3" upath "^2.0.1" -vite@^5.4.6: - version "5.4.6" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.6.tgz#85a93a1228a7fb5a723ca1743e337a2588ed008f" - integrity sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q== +vite@^5.4.8: + version "5.4.8" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.8.tgz#af548ce1c211b2785478d3ba3e8da51e39a287e8" + integrity sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ== dependencies: esbuild "^0.21.3" postcss "^8.4.43"