diff --git a/package-lock.json b/package-lock.json index 200a44e..a53a704 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "linkify-html": "^4.2.0", "pinia": "^3.0.1", "toastify-js": "^1.12.0", - "vite": "^6.1.0", + "vite": "^6.1.1", "vue": "^3.5.13", "vue-material-design-icons": "^5.3.1", "vue-router": "^4.5.0" @@ -12206,13 +12206,13 @@ } }, "node_modules/vite": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.1.0.tgz", - "integrity": "sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.1.1.tgz", + "integrity": "sha512-4GgM54XrwRfrOp297aIYspIti66k56v16ZnqHvrIM7mG+HjDlAwS7p+Srr7J6fGvEdOJ5JcQ/D9T7HhtdXDTzA==", "license": "MIT", "dependencies": { "esbuild": "^0.24.2", - "postcss": "^8.5.1", + "postcss": "^8.5.2", "rollup": "^4.30.1" }, "bin": { diff --git a/package.json b/package.json index f9a082f..f0f370e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "linkify-html": "^4.2.0", "pinia": "^3.0.1", "toastify-js": "^1.12.0", - "vite": "^6.1.0", + "vite": "^6.1.1", "vue": "^3.5.13", "vue-material-design-icons": "^5.3.1", "vue-router": "^4.5.0"