diff --git a/package-lock.json b/package-lock.json index 0a9b7cf..dda06a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "prettier-plugin-tailwindcss": "^0.6.6", "tailwindcss": "^3.4.4", "typescript": "^5.1.6", - "vite": "^5.1.0", + "vite": "^5.4.6", "vite-tsconfig-paths": "^4.2.1", "vitest": "^2.1.1" }, @@ -13191,11 +13191,10 @@ } }, "node_modules/vite": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.5.tgz", - "integrity": "sha512-pXqR0qtb2bTwLkev4SE3r4abCNioP3GkjvIDLlzziPpXtHgiJIjuKl+1GN6ESOT3wMjG3JTeARopj2SwYaHTOA==", + "version": "5.4.6", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz", + "integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==", "dev": true, - "license": "MIT", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", diff --git a/package.json b/package.json index 578ee94..dc23d08 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "prettier-plugin-tailwindcss": "^0.6.6", "tailwindcss": "^3.4.4", "typescript": "^5.1.6", - "vite": "^5.1.0", + "vite": "^5.4.6", "vite-tsconfig-paths": "^4.2.1", "vitest": "^2.1.1" },