diff --git a/example/package-lock.json b/example/package-lock.json index 2f0e1e7a..a6f76a5c 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -17,7 +17,7 @@ "@vitejs/plugin-vue": "^4.4.0", "sass": "^1.68.0", "typescript": "^5.2.2", - "vite": "^4.4.9", + "vite": "^4.4.10", "vite-plugin-windicss": "^1.9.1", "vue-tsc": "^1.8.15", "windicss": "^3.5.6" @@ -1243,9 +1243,9 @@ } }, "node_modules/vite": { - "version": "4.4.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.9.tgz", - "integrity": "sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==", + "version": "4.4.10", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.4.10.tgz", + "integrity": "sha512-TzIjiqx9BEXF8yzYdF2NTf1kFFbjMjUSV0LFZ3HyHoI3SGSPLnnFUKiIQtL3gl2AjHvMrprOvQ3amzaHgQlAxw==", "dev": true, "dependencies": { "esbuild": "^0.18.10", diff --git a/example/package.json b/example/package.json index 6bfdb4cf..07ef129a 100644 --- a/example/package.json +++ b/example/package.json @@ -18,7 +18,7 @@ "@vitejs/plugin-vue": "^4.4.0", "sass": "^1.68.0", "typescript": "^5.2.2", - "vite": "^4.4.9", + "vite": "^4.4.10", "vite-plugin-windicss": "^1.9.1", "vue-tsc": "^1.8.15", "windicss": "^3.5.6"