diff --git a/view/package-lock.json b/view/package-lock.json index aa3d790..3dcd166 100644 --- a/view/package-lock.json +++ b/view/package-lock.json @@ -30,7 +30,7 @@ "typescript": "5.5.4", "typescript-eslint": "8.1.0", "unplugin-icons": "0.19.2", - "vite": "5.4.0" + "vite": "5.4.1" } }, "node_modules/@alloc/quick-lru": { @@ -5010,14 +5010,14 @@ "dev": true }, "node_modules/vite": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.0.tgz", - "integrity": "sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.1.tgz", + "integrity": "sha512-1oE6yuNXssjrZdblI9AfBbHCC41nnyoVoEZxQnID6yvQZAFBzxxkqoFLtHUMkYunL8hwOLEjgTuxpkRxvba3kA==", "dev": true, "license": "MIT", "dependencies": { "esbuild": "^0.21.3", - "postcss": "^8.4.40", + "postcss": "^8.4.41", "rollup": "^4.13.0" }, "bin": { diff --git a/view/package.json b/view/package.json index 8474f86..7009e06 100644 --- a/view/package.json +++ b/view/package.json @@ -34,7 +34,7 @@ "typescript": "5.5.4", "typescript-eslint": "8.1.0", "unplugin-icons": "0.19.2", - "vite": "5.4.0" + "vite": "5.4.1" }, "type": "module" }