diff --git a/compiler-tests/package.json b/compiler-tests/package.json index ce8758aa..fbce789d 100644 --- a/compiler-tests/package.json +++ b/compiler-tests/package.json @@ -17,7 +17,7 @@ "ts-loader": "9.5.1", "tslib": "2.6.2", "typescript": "5.2.2", - "vite": "5.0.0", + "vite": "5.0.2", "webpack": "5.89.0", "webpack-cli": "5.1.4", "xunit.ts": "file:../core" diff --git a/compiler-tests/yarn.lock b/compiler-tests/yarn.lock index 1219ea5b..dc477a17 100644 --- a/compiler-tests/yarn.lock +++ b/compiler-tests/yarn.lock @@ -2675,10 +2675,10 @@ utility-types@^3.10.0: resolved "https://registry.yarnpkg.com/utility-types/-/utility-types-3.10.0.tgz#ea4148f9a741015f05ed74fd615e1d20e6bed82b" integrity sha512-O11mqxmi7wMKCo6HKFt5AhO4BwY3VV68YU07tgxfz8zJTIxr4BpsezN49Ffwy9j3ZpwwJp4fkRwjRzq3uWE6Rg== -vite@5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.0.tgz#3bfb65acda2a97127e4fa240156664a1f234ce08" - integrity sha512-ESJVM59mdyGpsiNAeHQOR/0fqNoOyWPYesFto8FFZugfmhdHx8Fzd8sF3Q/xkVhZsyOxHfdM7ieiVAorI9RjFw== +vite@5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.2.tgz#3c94627dace83b9bf04b64eaf618038e30fb95c0" + integrity sha512-6CCq1CAJCNM1ya2ZZA7+jS2KgnhbzvxakmlIjN24cF/PXhRMzpM/z8QgsVJA/Dm5fWUWnVEsmtBoMhmerPxT0g== dependencies: esbuild "^0.19.3" postcss "^8.4.31"