diff --git a/agentic_ai/workflow/fraud_detection/ui/package-lock.json b/agentic_ai/workflow/fraud_detection/ui/package-lock.json index dc476943e..a2af0bb77 100644 --- a/agentic_ai/workflow/fraud_detection/ui/package-lock.json +++ b/agentic_ai/workflow/fraud_detection/ui/package-lock.json @@ -21,7 +21,7 @@ "@types/react": "^18.2.43", "@types/react-dom": "^18.2.17", "@vitejs/plugin-react": "^4.2.1", - "vite": "^5.0.8" + "vite": "^5.4.21" } }, "node_modules/@babel/code-frame": { @@ -3069,9 +3069,9 @@ } }, "node_modules/vite": { - "version": "5.4.20", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.20.tgz", - "integrity": "sha512-j3lYzGC3P+B5Yfy/pfKNgVEg4+UtcIJcVRt2cDjIOmhLourAqPqf8P7acgxeiSgUB7E3p2P8/3gNIgDLpwzs4g==", + "version": "5.4.21", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz", + "integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/agentic_ai/workflow/fraud_detection/ui/package.json b/agentic_ai/workflow/fraud_detection/ui/package.json index 84795ef27..796a29943 100644 --- a/agentic_ai/workflow/fraud_detection/ui/package.json +++ b/agentic_ai/workflow/fraud_detection/ui/package.json @@ -22,6 +22,6 @@ "@types/react": "^18.2.43", "@types/react-dom": "^18.2.17", "@vitejs/plugin-react": "^4.2.1", - "vite": "^5.0.8" + "vite": "^5.4.21" } }