diff --git a/package-lock.json b/package-lock.json index e3cfed0..57690ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "sass": "^1.78.0", "tailwindcss": "^3.1.8", "typescript": "^5.0.2", - "vite": "^5.4.3", + "vite": "^5.4.6", "vite-plugin-static-copy": "^1.0.6", "vue-router": "^4.1.6" } @@ -5719,11 +5719,10 @@ "license": "MIT" }, "node_modules/vite": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.3.tgz", - "integrity": "sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q==", + "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 0e9bef2..52a9e87 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "sass": "^1.78.0", "tailwindcss": "^3.1.8", "typescript": "^5.0.2", - "vite": "^5.4.3", + "vite": "^5.4.6", "vite-plugin-static-copy": "^1.0.6", "vue-router": "^4.1.6" },