diff --git a/client/package-lock.json b/client/package-lock.json index 1717443..4728c83 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -31,7 +31,7 @@ "prettier": "^3.0.3", "prettier-plugin-tailwindcss": "^0.5.6", "tailwindcss": "^3.3.5", - "vite": "^4.5.0", + "vite": "^4.5.1", "vite-plugin-eslint": "^1.8.1" } }, @@ -5539,9 +5539,9 @@ "dev": true }, "node_modules/vite": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz", - "integrity": "sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.1.tgz", + "integrity": "sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==", "dev": true, "dependencies": { "esbuild": "^0.18.10", diff --git a/client/package.json b/client/package.json index 8db0344..4e0fccb 100644 --- a/client/package.json +++ b/client/package.json @@ -23,7 +23,7 @@ "prettier": "^3.0.3", "prettier-plugin-tailwindcss": "^0.5.6", "tailwindcss": "^3.3.5", - "vite": "^4.5.0", + "vite": "^4.5.1", "vite-plugin-eslint": "^1.8.1" }, "dependencies": {