mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
Chore/Safe Parse HTML (#4905)
Refactor: Update pnpm-lock.yaml and enhance UI components for safe HTML rendering - Updated pnpm-lock.yaml to improve dependency management and ensure consistency. - Refactored the JSONViewer component to utilize a new JsonToken for syntax highlighting. - Introduced SafeHTML component to sanitize and safely render HTML content in ViewMessagesDialog and NodeExecutionDetails. - Replaced direct HTML rendering with SafeHTML in ChatMessage component for enhanced security.
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
"@uiw/react-codemirror": "^4.21.21",
|
||||
"axios": "1.7.9",
|
||||
"clsx": "^1.1.1",
|
||||
"dompurify": "^3.2.6",
|
||||
"dotenv": "^16.0.0",
|
||||
"flowise-embed": "latest",
|
||||
"flowise-embed-react": "latest",
|
||||
|
||||
Reference in New Issue
Block a user