diff --git a/mycore-webtools/src/main/vue/texteditor/package.json b/mycore-webtools/src/main/vue/texteditor/package.json index 8d89cd01f8..e0fbbf0240 100644 --- a/mycore-webtools/src/main/vue/texteditor/package.json +++ b/mycore-webtools/src/main/vue/texteditor/package.json @@ -24,7 +24,7 @@ "@vue/tsconfig": "^0.8.1", "npm-run-all2": "^7.0.2", "typescript": "~5.9.3", - "vite": "^6.4.1", + "vite": "^6.4.2", "vue-tsc": "^2.2.12" } } diff --git a/mycore-webtools/src/main/vue/texteditor/yarn.lock b/mycore-webtools/src/main/vue/texteditor/yarn.lock index 1e1413a52b..a68fb4d239 100644 --- a/mycore-webtools/src/main/vue/texteditor/yarn.lock +++ b/mycore-webtools/src/main/vue/texteditor/yarn.lock @@ -729,10 +729,10 @@ undici-types@~6.21.0: resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb" integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ== -vite@^6.4.1: - version "6.4.1" - resolved "https://registry.yarnpkg.com/vite/-/vite-6.4.1.tgz#afbe14518cdd6887e240a4b0221ab6d0ce733f96" - integrity sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g== +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== dependencies: esbuild "^0.25.0" fdir "^6.4.4"