diff --git a/front/package.json b/front/package.json
index f76b4cd6..5635a01e 100644
--- a/front/package.json
+++ b/front/package.json
@@ -56,7 +56,7 @@
"quill": "1.3.6",
"quill-delta-to-html": "^0.12.0",
"rxjs": "^6.6.3",
- "sanitize-html": "^2.4.0",
+ "sanitize-html": "^2.5.0",
"simple-peer": "^9.11.0",
"socket.io-client": "^2.3.0",
"standardized-audio-context": "^25.2.4",
diff --git a/front/src/Components/LayoutManager/LayoutManager.svelte b/front/src/Components/LayoutManager/LayoutManager.svelte
index 2e164836..5e44df84 100644
--- a/front/src/Components/LayoutManager/LayoutManager.svelte
+++ b/front/src/Components/LayoutManager/LayoutManager.svelte
@@ -1,16 +1,32 @@
{#each $layoutManagerActionStore as action}
onClick(action.callback)}>
-
{action.message}
+
{@html sanitize(action.message)}
{/each}
diff --git a/front/yarn.lock b/front/yarn.lock
index bbf86c10..9299a6b7 100644
--- a/front/yarn.lock
+++ b/front/yarn.lock
@@ -4990,10 +4990,10 @@ safe-regex@^1.1.0:
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
-sanitize-html@^2.4.0:
- version "2.4.0"
- resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.4.0.tgz#8da7524332eb210d968971621b068b53f17ab5a3"
- integrity sha512-Y1OgkUiTPMqwZNRLPERSEi39iOebn2XJLbeiGOBhaJD/yLqtLGu6GE5w7evx177LeGgSE+4p4e107LMiydOf6A==
+sanitize-html@^2.5.0:
+ version "2.5.0"
+ resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.5.0.tgz#142f43524bc6dc8a5e3fb565528aa0d9679c56dd"
+ integrity sha512-smU67ODza8E0rJF7oY37qQqMF5srxwEkqsgV17PFfdYAtIxnicH8LIyDEGINJIso8bPaxRZS7zGhCjg6BeDoqQ==
dependencies:
deepmerge "^4.2.2"
escape-string-regexp "^4.0.0"