From 294676428b60299327c2fd4b9f10ae3286c975e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:04:50 +0000 Subject: [PATCH] chore(deps): update dependency vite to v6.0.4 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dda1bbb..ecf629f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "rollup-plugin-delete": "2.1.0", "rollup-plugin-string": "3.0.0", "semantic-release": "24.2.0", - "vite": "6.0.3", + "vite": "6.0.4", "vite-plugin-vue2": "2.0.3", "vue": "2.7.16", "vue-template-compiler": "2.7.16" diff --git a/yarn.lock b/yarn.lock index ecdab84..3ece3a3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8454,10 +8454,10 @@ vite-plugin-vue2@2.0.3: source-map "^0.7.3" vue-template-babel-compiler "^1.2.0" -vite@6.0.3: - version "6.0.3" - resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.3.tgz#cc01f403e326a9fc1e064235df8a6de084c8a491" - integrity sha512-Cmuo5P0ENTN6HxLSo6IHsjCLn/81Vgrp81oaiFFMRa8gGDj5xEjIcEpf2ZymZtZR8oU0P2JX5WuUp/rlXcHkAw== +vite@6.0.4: + version "6.0.4" + resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.4.tgz#fe7cfaedff7c701d5582be5c4ed6a2150538ea9d" + integrity sha512-zwlH6ar+6o6b4Wp+ydhtIKLrGM/LoqZzcdVmkGAFun0KHTzIzjh+h0kungEx7KJg/PYnC80I4TII9WkjciSR6Q== dependencies: esbuild "^0.24.0" postcss "^8.4.49"