From 0f999f9cc9abbb22dfe5a34681552b09aa110ff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 14:49:35 +0000 Subject: [PATCH] chore(deps-web): bump isomorphic-dompurify from 3.13.0 to 3.14.0 in /web Bumps [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) from 3.13.0 to 3.14.0. - [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases) - [Commits](https://github.com/kkomelin/isomorphic-dompurify/compare/3.13.0...3.14.0) --- updated-dependencies: - dependency-name: isomorphic-dompurify dependency-version: 3.14.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 c0e6c59..58519c8 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.3.7", - "isomorphic-dompurify": "^3.13.0", + "isomorphic-dompurify": "^3.14.0", "marked": "^18.0.0", "postcss": "^8.5.15", "react": "^19.2.0", @@ -3391,9 +3391,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.4", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.4.tgz", - "integrity": "sha512-r8K7KGKEcztXfA/nfabSYB2hg9tDphORJTdf8xprN/luSLGmNhOBN8dm1/SYjqLLet6YUFEXOcrdTuwryp/Bew==", + "version": "3.4.5", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.5.tgz", + "integrity": "sha512-OrwIBKsdNSVEeubdJ1HBv/wNENRM9ytAVCv7YXt//A3vPdVMNuACRqK9mXCGCBW2ln7BT/A4X0jXHo2Gu89miA==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" @@ -4008,12 +4008,12 @@ } }, "node_modules/isomorphic-dompurify": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-3.13.0.tgz", - "integrity": "sha512-QzgzjAGJN0QoOpLWx7mkMhhTQvQXsBpS6oEi2Wy58mEWwrvaRJrx5hrVEdsM70nNKOwHCHj3bwYkwI+HFd3Khg==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-3.14.0.tgz", + "integrity": "sha512-64W8/lsfqgaDWfEkvrIVk8FdIk29Mya0Fp39excQEdlcLUPg1Cn7CtCYe6CtPbFW90JpEKTXG0QQtIUNENJ7sw==", "license": "MIT", "dependencies": { - "dompurify": "^3.4.3", + "dompurify": "^3.4.5", "jsdom": "^29.1.1" }, "engines": { diff --git a/web/package.json b/web/package.json index 9975a4c..fc6c47a 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.3.7", - "isomorphic-dompurify": "^3.13.0", + "isomorphic-dompurify": "^3.14.0", "marked": "^18.0.0", "postcss": "^8.5.15", "react": "^19.2.0",