diff --git a/package-lock.json b/package-lock.json index c5fadda..69ad3bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "tslib": "^2.6.2", "typescript": "^5.4.5", "unplugin-vue-components": "^0.26.0", - "vite": "^5.4.7", + "vite": "^5.4.21", "vite-plugin-ruby": "^5.0.0", "webfontloader": "^1.6.28", "whatwg-fetch": "^3.6.20" @@ -4648,9 +4648,10 @@ } }, "node_modules/vite": { - "version": "5.4.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.7.tgz", - "integrity": "sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==", + "version": "5.4.21", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz", + "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==", + "license": "MIT", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", diff --git a/package.json b/package.json index 305f826..c1df370 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "tslib": "^2.6.2", "typescript": "^5.4.5", "unplugin-vue-components": "^0.26.0", - "vite": "^5.4.7", + "vite": "^5.4.21", "vite-plugin-ruby": "^5.0.0", "webfontloader": "^1.6.28", "whatwg-fetch": "^3.6.20"