From 2ccdb9237359925c4c644b39e47e1eb8f2d65222 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 10:42:58 +0000 Subject: [PATCH] chore(deps): bump dompurify Bumps the npm_and_yarn group with 1 update in the /webapp directory: [dompurify](https://github.com/cure53/DOMPurify). Updates `dompurify` from 3.4.9 to 3.4.11 - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.4.9...3.4.11) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.11 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- webapp/package.json | 2 +- webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index 535d2c12..8900f1ae 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -30,7 +30,7 @@ "@quasar/extras": "^1.17.0", "axios": "^1.16.0", "date-fns": "^4.1.0", - "dompurify": "^3.4.9", + "dompurify": "^3.4.11", "echarts": "^6.0.0", "google-auth-library": "^10.6.1", "html2canvas": "^1.4.1", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index ea5ded82..035549e7 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -2893,10 +2893,10 @@ domhandler@^4.2.0, domhandler@^4.3.1: dependencies: domelementtype "^2.2.0" -dompurify@*, dompurify@^3.4.9: - version "3.4.9" - resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.4.9.tgz#b036637b2df8997126b58837bc90f85dbcad6b2f" - integrity sha512-4dPSRMRDqHvs0V4YDFCsaIZo4if5u0xM+llyxiM2fwuZFdKArUBAF3VtI2+n8NKg9P870WMdYk0UhqQNoWXbfQ== +dompurify@*, dompurify@^3.4.11: + version "3.4.11" + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.4.11.tgz#29c8ba496475f279ef4015784068452fb14a0680" + integrity sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw== optionalDependencies: "@types/trusted-types" "^2.0.7"