From 587fe7730428328eca502bcb825abcb482c82a62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 09:18:51 +0000 Subject: [PATCH] build(deps): bump dompurify from 3.1.3 to 3.4.9 in /FRONTEND Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.3 to 3.4.9. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.1.3...3.4.9) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.9 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..d5e0d63 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.9", "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..5841650 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.9: + version "3.4.9" + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.4.9.tgz#b036637b2df8997126b58837bc90f85dbcad6b2f" + integrity sha512-4dPSRMRDqHvs0V4YDFCsaIZo4if5u0xM+llyxiM2fwuZFdKArUBAF3VtI2+n8NKg9P870WMdYk0UhqQNoWXbfQ== + optionalDependencies: + "@types/trusted-types" "^2.0.7" electron-to-chromium@^1.4.668: version "1.4.670"