From 7653197b38c88fd8aa640b07dc8d7b8137de8b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 10:49:00 +0000 Subject: [PATCH] build(deps): bump dompurify from 3.1.3 to 3.4.11 in /FRONTEND Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.3 to 3.4.11. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.1.3...3.4.11) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- FRONTEND/package.json | 2 +- FRONTEND/yarn.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/FRONTEND/package.json b/FRONTEND/package.json index 875c2b7..a9ed8c5 100644 --- a/FRONTEND/package.json +++ b/FRONTEND/package.json @@ -7,7 +7,7 @@ "ace-builds": "^1.30.0", "axios": "^1.7.4", "babel-preset-react": "^6.24.1", - "dompurify": "^3.1.3", + "dompurify": "^3.4.11", "nth-check": "^2.0.1", "postcss": "^8.4.31", "react": "^18.2.0", diff --git a/FRONTEND/yarn.lock b/FRONTEND/yarn.lock index 2851d4a..11e0150 100644 --- a/FRONTEND/yarn.lock +++ b/FRONTEND/yarn.lock @@ -640,6 +640,11 @@ resolved "https://registry.npmjs.org/@types/ms/-/ms-0.7.33.tgz" integrity sha512-AuHIyzR5Hea7ij0P9q7vx7xu4z0C28ucwjAZC0ja7JhINyCnOw8/DnvAPQQ9TfOlCtZAmCERKQX9+o1mgQhuOQ== +"@types/trusted-types@^2.0.7": + version "2.0.7" + resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11" + integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw== + "@types/unist@*", "@types/unist@^3.0.0": version "3.0.1" resolved "https://registry.npmjs.org/@types/unist/-/unist-3.0.1.tgz" @@ -1185,10 +1190,12 @@ doctrine@^3.0.0: dependencies: esutils "^2.0.2" -dompurify@^3.1.3: - version "3.1.3" - resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.1.3.tgz#cfe3ce4232c216d923832f68f2aa18b2fb9bd223" - integrity sha512-5sOWYSNPaxz6o2MUPvtyxTTqR4D3L77pr5rUQoWgD5ROQtVIZQgJkXbo1DLlK3vj11YGw5+LnF4SYti4gZmwng== +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" electron-to-chromium@^1.4.668: version "1.4.670"