From e7ec5a32f6576090647aac5e846d2d62e1cca71e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 04:24:47 +0000 Subject: [PATCH] fix(deps): update dependency dompurify to ^3.4.11 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ab067abc6..e88ad01de0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@tiptap/vue-2": "^3.27.1", "@vueuse/core": "^11.3.0", "debounce": "^3.0.0", - "dompurify": "^3.4.10", + "dompurify": "^3.4.11", "pinia": "^2.3.1", "vue": "^2.7.16", "vue-infinite-loading": "^2.4.5", diff --git a/package.json b/package.json index 5249712f85..26a13c0bab 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@tiptap/vue-2": "^3.27.1", "@vueuse/core": "^11.3.0", "debounce": "^3.0.0", - "dompurify": "^3.4.10", + "dompurify": "^3.4.11", "pinia": "^2.3.1", "vue": "^2.7.16", "vue-infinite-loading": "^2.4.5",