diff --git a/rp/frontend/package-lock.json b/rp/frontend/package-lock.json index 3d76677..baa2d77 100644 --- a/rp/frontend/package-lock.json +++ b/rp/frontend/package-lock.json @@ -39,7 +39,7 @@ "tailwindcss": "3.4.1", "tslib": "^2.4.1", "typescript": "^5.0.0", - "vite": "^5.4.10", + "vite": "^5.4.14", "vite-plugin-tailwind-purgecss": "0.2.0" } }, @@ -4765,10 +4765,11 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, "node_modules/vite": { - "version": "5.4.10", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.10.tgz", - "integrity": "sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==", + "version": "5.4.14", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.14.tgz", + "integrity": "sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==", "dev": true, + "license": "MIT", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", diff --git a/rp/frontend/package.json b/rp/frontend/package.json index b84f9eb..422fb4c 100644 --- a/rp/frontend/package.json +++ b/rp/frontend/package.json @@ -35,7 +35,7 @@ "tailwindcss": "3.4.1", "tslib": "^2.4.1", "typescript": "^5.0.0", - "vite": "^5.4.10", + "vite": "^5.4.14", "vite-plugin-tailwind-purgecss": "0.2.0" }, "type": "module",