diff --git a/dashboard/package.json b/dashboard/package.json index fe893611d..3cb452813 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -10,7 +10,7 @@ "@cloudron/pankow": "^3.2.4", "@fontsource/noto-sans": "^5.2.7", "@fortawesome/fontawesome-free": "^7.0.0", - "@vitejs/plugin-vue": "^6.0.0", + "@vitejs/plugin-vue": "^6.0.1", "@xterm/addon-attach": "^0.11.0", "@xterm/addon-fit": "^0.10.0", "@xterm/xterm": "^5.5.0", @@ -18,15 +18,15 @@ "async": "^3.2.6", "chart.js": "^4.5.0", "chartjs-plugin-annotation": "^3.1.0", - "eslint": "^9.31.0", - "eslint-plugin-vue": "^10.3.0", + "eslint": "^9.32.0", + "eslint-plugin-vue": "^10.4.0", "marked": "^16.1.1", "moment": "^2.30.1", "moment-timezone": "^0.6.0", - "vite": "^7.0.5", + "vite": "^7.0.6", "vite-plugin-singlefile": "^2.3.0", - "vue": "^3.5.17", - "vue-i18n": "^11.1.10", + "vue": "^3.5.18", + "vue-i18n": "^11.1.11", "vue-router": "^4.5.1" } }