diff --git a/entry_guide/package-lock.json b/entry_guide/package-lock.json index f76448e..7a8d456 100644 --- a/entry_guide/package-lock.json +++ b/entry_guide/package-lock.json @@ -21,7 +21,7 @@ "@vitejs/plugin-vue": "^5.2.1", "@vue/tsconfig": "^0.7.0", "typescript": "~5.6.2", - "vite": "^6.3.3", + "vite": "^6.4.1", "vue-tsc": "^2.2.0" } }, @@ -1547,10 +1547,11 @@ } }, "node_modules/vite": { - "version": "6.3.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.4.tgz", - "integrity": "sha512-BiReIiMS2fyFqbqNT/Qqt4CVITDU9M9vE+DKcVAsB+ZV0wvTKd+3hMbkpxz1b+NmEDMegpVbisKiAZOnvO92Sw==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz", + "integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==", "dev": true, + "license": "MIT", "dependencies": { "esbuild": "^0.25.0", "fdir": "^6.4.4", diff --git a/entry_guide/package.json b/entry_guide/package.json index 2f0d230..87fd3c4 100644 --- a/entry_guide/package.json +++ b/entry_guide/package.json @@ -22,7 +22,7 @@ "@vitejs/plugin-vue": "^5.2.1", "@vue/tsconfig": "^0.7.0", "typescript": "~5.6.2", - "vite": "^6.3.3", + "vite": "^6.4.1", "vue-tsc": "^2.2.0" } }