diff --git a/package-lock.json b/package-lock.json index 1182626a..cd4cb0e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -75,7 +75,7 @@ "rimraf": "^5.0.5", "tailwindcss": "^3.4.4", "typescript": "~5.5.0", - "vite": "^5.4.19", + "vite": "^5.4.20", "vite-plugin-pages": "^0.32.4" }, "engines": { @@ -6452,9 +6452,9 @@ } }, "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==", "license": "MIT", "dependencies": { "esbuild": "^0.21.3", diff --git a/package.json b/package.json index 482df495..a4117641 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "rimraf": "^5.0.5", "tailwindcss": "^3.4.4", "typescript": "~5.5.0", - "vite": "^5.4.19", + "vite": "^5.4.20", "vite-plugin-pages": "^0.32.4" }, "overrides": {