diff --git a/compiler-tests/package.json b/compiler-tests/package.json index 42d1d010..f96a1d86 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.6", + "vite": "5.0.7", "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 cd3567f5..02cf0f1f 100644 --- a/compiler-tests/yarn.lock +++ b/compiler-tests/yarn.lock @@ -2681,10 +2681,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.6: - version "5.0.6" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.6.tgz#f9e13503a4c5ccd67312c67803dec921f3bdea7c" - integrity sha512-MD3joyAEBtV7QZPl2JVVUai6zHms3YOmLR+BpMzLlX2Yzjfcc4gTgNi09d/Rua3F4EtC8zdwPU8eQYyib4vVMQ== +vite@5.0.7: + version "5.0.7" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.0.7.tgz#ad081d735f6769f76b556818500bdafb72c3fe93" + integrity sha512-B4T4rJCDPihrQo2B+h1MbeGL/k/GMAHzhQ8S0LjQ142s6/+l3hHTT095ORvsshj4QCkoWu3Xtmob5mazvakaOw== dependencies: esbuild "^0.19.3" postcss "^8.4.32"