diff --git a/TallerVue/poke-battle/package.json b/TallerVue/poke-battle/package.json index 29c1bfc..cee060a 100644 --- a/TallerVue/poke-battle/package.json +++ b/TallerVue/poke-battle/package.json @@ -17,6 +17,6 @@ "@vitejs/plugin-vue": "^4.5.2", "eslint": "^8.49.0", "eslint-plugin-vue": "^9.17.0", - "vite": "^6.4.2" + "vite": "^6.4.3" } } diff --git a/TallerVue/poke-battle/yarn.lock b/TallerVue/poke-battle/yarn.lock index c8c2578..1562563 100644 --- a/TallerVue/poke-battle/yarn.lock +++ b/TallerVue/poke-battle/yarn.lock @@ -1370,10 +1370,10 @@ util-deprecate@^1.0.2: resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== -vite@^6.4.2: - version "6.4.2" - resolved "https://registry.yarnpkg.com/vite/-/vite-6.4.2.tgz#a4e548ca3a90ca9f3724582cab35e1ba15efc6f2" - integrity sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ== +vite@^6.4.3: + version "6.4.3" + resolved "https://registry.yarnpkg.com/vite/-/vite-6.4.3.tgz#85a164db7ce706f2a776812efa2b340f1721858e" + integrity sha512-NTKlcQjlAK7MlQoyb6LgaqHc8sso/pVyUJYWMws3jg21uTJw/LddqIFPcPqP6PzpgbIcZyKI85sFE4HBrQDA8A== dependencies: esbuild "^0.25.0" fdir "^6.4.4"