diff --git a/frontend/aashub/package.json b/frontend/aashub/package.json index 422e604..6c7ea4e 100644 --- a/frontend/aashub/package.json +++ b/frontend/aashub/package.json @@ -35,7 +35,7 @@ "typescript-eslint": "^8.1.0", "unplugin-fonts": "^1.1.1", "unplugin-vue-components": "^0.27.4", - "vite": "^5.3.3", + "vite": "^5.4.1", "vite-plugin-eslint": "^1.8.1", "vite-plugin-vuetify": "^2.0.3", "vue-router": "^4.2.0", diff --git a/frontend/aashub/yarn.lock b/frontend/aashub/yarn.lock index e3d1a2e..220ce04 100644 --- a/frontend/aashub/yarn.lock +++ b/frontend/aashub/yarn.lock @@ -1401,7 +1401,7 @@ postcss-selector-parser@^6.0.15: cssesc "^3.0.0" util-deprecate "^1.0.2" -postcss@^8.4.40: +postcss@^8.4.40, postcss@^8.4.41: version "8.4.41" resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.41.tgz#d6104d3ba272d882fe18fc07d15dc2da62fa2681" integrity sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ== @@ -1693,13 +1693,13 @@ vite-plugin-vuetify@^2.0.3: debug "^4.3.3" upath "^2.0.1" -vite@^5.3.3: - version "5.4.0" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.0.tgz#11dca8a961369ba8b5cae42d068c7ad684d5370f" - integrity sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg== +vite@^5.4.1: + version "5.4.1" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.1.tgz#2aa72370de824d23f53658affd807e4c9905b058" + integrity sha512-1oE6yuNXssjrZdblI9AfBbHCC41nnyoVoEZxQnID6yvQZAFBzxxkqoFLtHUMkYunL8hwOLEjgTuxpkRxvba3kA== dependencies: esbuild "^0.21.3" - postcss "^8.4.40" + postcss "^8.4.41" rollup "^4.13.0" optionalDependencies: fsevents "~2.3.3"