diff --git a/package-lock.json b/package-lock.json index 38b0b8d..da71681 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "linkify-html": "^4.2.0", "pinia": "^2.3.1", "toastify-js": "^1.12.0", - "vite": "^6.0.11", + "vite": "^6.1.0", "vue": "^3.5.13", "vue-material-design-icons": "^5.3.1", "vue-router": "^4.5.0" @@ -12098,14 +12098,14 @@ } }, "node_modules/vite": { - "version": "6.0.11", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.11.tgz", - "integrity": "sha512-4VL9mQPKoHy4+FE0NnRE/kbY51TOfaknxAjt3fJbGJxhIpBZiqVzlZDEesWWsuREXHwNdAoOFZ9MkPEVXczHwg==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.1.0.tgz", + "integrity": "sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==", "license": "MIT", "dependencies": { "esbuild": "^0.24.2", - "postcss": "^8.4.49", - "rollup": "^4.23.0" + "postcss": "^8.5.1", + "rollup": "^4.30.1" }, "bin": { "vite": "bin/vite.js" diff --git a/package.json b/package.json index 1b7978d..e0ab7b6 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "linkify-html": "^4.2.0", "pinia": "^2.3.1", "toastify-js": "^1.12.0", - "vite": "^6.0.11", + "vite": "^6.1.0", "vue": "^3.5.13", "vue-material-design-icons": "^5.3.1", "vue-router": "^4.5.0"