From 9717fe317ee232304cdac5eeb7209c124a0b0f64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:20:56 +0000 Subject: [PATCH] chore(deps-web): bump isomorphic-dompurify from 3.17.0 to 3.18.0 in /web Bumps [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) from 3.17.0 to 3.18.0. - [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases) - [Commits](https://github.com/kkomelin/isomorphic-dompurify/compare/3.17.0...3.18.0) --- updated-dependencies: - dependency-name: isomorphic-dompurify dependency-version: 3.18.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 9d1b30d..36a5079 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -12,7 +12,7 @@ "@tailwindcss/postcss": "^4.3.1", "@tailwindcss/typography": "^0.5.20", "astro": "^6.4.6", - "isomorphic-dompurify": "^3.17.0", + "isomorphic-dompurify": "^3.18.0", "marked": "^18.0.5", "postcss": "^8.5.15", "react": "^19.2.7", @@ -3394,9 +3394,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.10", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.10.tgz", - "integrity": "sha512-0xzNv0e7oYC6yyuOGZIABPM4qtg3QxLFniDNPP4ZP90wR8Yq3zgwpRbrNiT4N3IKqDbbYFEJLV+JWEs19aZ//w==", + "version": "3.4.11", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.11.tgz", + "integrity": "sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==", "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.17.0", - "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-3.17.0.tgz", - "integrity": "sha512-++PY22SYWZv/kTWOr5WQ8rNznkIKj6I/SDUVZnXXM67EhRO7ScVLDdZYNxNgEsPAOA5sfpGBcqnnbLx8WJHO1g==", + "version": "3.18.0", + "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-3.18.0.tgz", + "integrity": "sha512-ajp0D8laIHeoYlhBTevpE2HUhqWaqLXFk6K/wV3Ok8kDraBZpZsifwVWaY8IfJntMRIo1VSksgKV+lXyet9Q7A==", "license": "MIT", "dependencies": { - "dompurify": "^3.4.10", + "dompurify": "^3.4.11", "jsdom": "^29.1.1" }, "engines": { diff --git a/web/package.json b/web/package.json index 8ee295b..d1e475a 100644 --- a/web/package.json +++ b/web/package.json @@ -14,7 +14,7 @@ "@tailwindcss/postcss": "^4.3.1", "@tailwindcss/typography": "^0.5.20", "astro": "^6.4.6", - "isomorphic-dompurify": "^3.17.0", + "isomorphic-dompurify": "^3.18.0", "marked": "^18.0.5", "postcss": "^8.5.15", "react": "^19.2.7",