diff --git a/compiler-tests/package.json b/compiler-tests/package.json index fe68f02c..6824ed48 100644 --- a/compiler-tests/package.json +++ b/compiler-tests/package.json @@ -17,7 +17,7 @@ "ts-loader": "9.5.1", "tslib": "2.8.1", "typescript": "5.6.3", - "vite": "6.0.3", + "vite": "6.0.4", "webpack": "5.97.1", "webpack-cli": "5.1.4", "xunit.ts": "file:../core" diff --git a/compiler-tests/yarn.lock b/compiler-tests/yarn.lock index 1d7a4c7f..b4596498 100644 --- a/compiler-tests/yarn.lock +++ b/compiler-tests/yarn.lock @@ -2821,10 +2821,10 @@ utility-types@^3.10.0: resolved "https://registry.yarnpkg.com/utility-types/-/utility-types-3.11.0.tgz#607c40edb4f258915e901ea7995607fdf319424c" integrity sha512-6Z7Ma2aVEWisaL6TvBCy7P8rm2LQoPv6dJ7ecIaIixHcwfbJ0x7mWdbcwlIM5IGQxPZSFYeqRCqlOOeKoJYMkw== -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"