diff --git a/example/package-lock.json b/example/package-lock.json index 7858ddf5..6370fb4d 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -17,7 +17,7 @@ "@vitejs/plugin-vue": "^5.0.4", "sass": "^1.71.1", "typescript": "^5.4.2", - "vite": "^5.1.5", + "vite": "^5.1.6", "vite-plugin-windicss": "^1.9.3", "vue-tsc": "^1.8.27", "windicss": "^3.5.6" @@ -1414,9 +1414,9 @@ } }, "node_modules/vite": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.5.tgz", - "integrity": "sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==", + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.1.6.tgz", + "integrity": "sha512-yYIAZs9nVfRJ/AiOLCA91zzhjsHUgMjB+EigzFb6W2XTLO8JixBCKCjvhKZaye+NKYHCrkv3Oh50dH9EdLU2RA==", "dev": true, "dependencies": { "esbuild": "^0.19.3", diff --git a/example/package.json b/example/package.json index 53769427..5d7b8737 100644 --- a/example/package.json +++ b/example/package.json @@ -18,7 +18,7 @@ "@vitejs/plugin-vue": "^5.0.4", "sass": "^1.71.1", "typescript": "^5.4.2", - "vite": "^5.1.5", + "vite": "^5.1.6", "vite-plugin-windicss": "^1.9.3", "vue-tsc": "^1.8.27", "windicss": "^3.5.6"