diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 8e5aa15..110c56a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -70,7 +70,7 @@ "@types/node": "^24.8.1", "@types/remarkable": "^2.0.8", "@vitejs/plugin-vue": "^6.0.1", - "@wailsio/runtime": "latest", + "@wailsio/runtime": "*", "cross-env": "^10.1.0", "eslint": "^9.38.0", "eslint-plugin-vue": "^10.5.1", @@ -78,7 +78,7 @@ "typescript": "^5.9.3", "typescript-eslint": "^8.46.1", "unplugin-vue-components": "^29.1.0", - "vite": "^7.1.10", + "vite": "^7.1.11", "vite-plugin-node-polyfills": "^0.24.0", "vue-eslint-parser": "^10.2.0", "vue-tsc": "^3.1.1" @@ -7028,9 +7028,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "7.1.10", - "resolved": "https://registry.npmmirror.com/vite/-/vite-7.1.10.tgz", - "integrity": "sha512-CmuvUBzVJ/e3HGxhg6cYk88NGgTnBoOo7ogtfJJ0fefUWAxN/WDSUa50o+oVBxuIhO8FoEZW0j2eW7sfjs5EtA==", + "version": "7.1.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.11.tgz", + "integrity": "sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index a849bc7..e57d747 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -83,7 +83,7 @@ "typescript": "^5.9.3", "typescript-eslint": "^8.46.1", "unplugin-vue-components": "^29.1.0", - "vite": "^7.1.10", + "vite": "^7.1.11", "vite-plugin-node-polyfills": "^0.24.0", "vue-eslint-parser": "^10.2.0", "vue-tsc": "^3.1.1"