From 46c1b8c803138e1e5c3117202151e2704f5052fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 10:20:18 +0000 Subject: [PATCH] chore(deps-web): bump isomorphic-dompurify from 3.14.0 to 3.15.0 in /web Bumps [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) from 3.14.0 to 3.15.0. - [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases) - [Commits](https://github.com/kkomelin/isomorphic-dompurify/compare/3.14.0...3.15.0) --- updated-dependencies: - dependency-name: isomorphic-dompurify dependency-version: 3.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 16 ++++++++-------- web/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index d8c8b00..afb5959 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -12,7 +12,7 @@ "@tailwindcss/postcss": "^4.3.0", "@tailwindcss/typography": "^0.5.15", "astro": "^6.4.2", - "isomorphic-dompurify": "^3.14.0", + "isomorphic-dompurify": "^3.15.0", "marked": "^18.0.4", "postcss": "^8.5.15", "react": "^19.2.7", @@ -3394,9 +3394,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.5", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.5.tgz", - "integrity": "sha512-OrwIBKsdNSVEeubdJ1HBv/wNENRM9ytAVCv7YXt//A3vPdVMNuACRqK9mXCGCBW2ln7BT/A4X0jXHo2Gu89miA==", + "version": "3.4.7", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.7.tgz", + "integrity": "sha512-2jBxDJY4RR06tQNy4w5FlFH7kfxsQZlufd0sbv+chfHCxeJwrFw2baUDsSwvBISD4K4RDbd0PTfy3uNXsR6siA==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" @@ -4011,12 +4011,12 @@ } }, "node_modules/isomorphic-dompurify": { - "version": "3.14.0", - "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-3.14.0.tgz", - "integrity": "sha512-64W8/lsfqgaDWfEkvrIVk8FdIk29Mya0Fp39excQEdlcLUPg1Cn7CtCYe6CtPbFW90JpEKTXG0QQtIUNENJ7sw==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-3.15.0.tgz", + "integrity": "sha512-9ZtkbQ8+SgNf6LuDAdu9bq23dVXMIGNM8ZYnyl2MufyZiSD5dqAUJcyjtYZz7B80HuPpEn/f0NCS6zKvavHtfA==", "license": "MIT", "dependencies": { - "dompurify": "^3.4.5", + "dompurify": "^3.4.7", "jsdom": "^29.1.1" }, "engines": { diff --git a/web/package.json b/web/package.json index 075c86d..863796f 100644 --- a/web/package.json +++ b/web/package.json @@ -14,7 +14,7 @@ "@tailwindcss/postcss": "^4.3.0", "@tailwindcss/typography": "^0.5.15", "astro": "^6.4.2", - "isomorphic-dompurify": "^3.14.0", + "isomorphic-dompurify": "^3.15.0", "marked": "^18.0.4", "postcss": "^8.5.15", "react": "^19.2.7",