diff --git a/theming/package.json b/theming/package.json index 13c55a8..2777adc 100644 --- a/theming/package.json +++ b/theming/package.json @@ -17,7 +17,7 @@ "@seventv/util": "~0", "@seventv/util-vue": "~0", "typescript": "^5.1.6", - "vite": "^4.4.9", + "vite": "^4.4.12", "vue": "^3.3.4" }, "devDependencies": { diff --git a/util-vue/package.json b/util-vue/package.json index cd64407..1e34a15 100644 --- a/util-vue/package.json +++ b/util-vue/package.json @@ -15,7 +15,7 @@ ], "dependencies": { "typescript": "^5.1.6", - "vite": "^4.4.9", + "vite": "^4.4.12", "vue": "^3.3.4", "vue-router": "^4.2.4" },