diff --git a/client/package-lock.json b/client/package-lock.json index 6466b7c..97c2c41 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -41,7 +41,7 @@ "postcss": "^8.4.32", "tailwindcss": "^3.3.6", "typescript": "^5.2.2", - "vite": "^5.4.19" + "vite": "^5.4.20" } }, "node_modules/@alloc/quick-lru": { @@ -5979,9 +5979,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "5.4.19", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.19.tgz", - "integrity": "sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA==", + "version": "5.4.20", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.20.tgz", + "integrity": "sha512-j3lYzGC3P+B5Yfy/pfKNgVEg4+UtcIJcVRt2cDjIOmhLourAqPqf8P7acgxeiSgUB7E3p2P8/3gNIgDLpwzs4g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/client/package.json b/client/package.json index e80896a..6afa867 100644 --- a/client/package.json +++ b/client/package.json @@ -43,7 +43,7 @@ "postcss": "^8.4.32", "tailwindcss": "^3.3.6", "typescript": "^5.2.2", - "vite": "^5.4.19" + "vite": "^5.4.20" }, "overrides": { "esbuild": "0.25.0",