From 601218fc8145735e7dd1605aa4787d0350bb6b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 21:53:54 +0000 Subject: [PATCH] Bump isomorphic-dompurify from 3.18.0 to 3.19.0 Bumps [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) from 3.18.0 to 3.19.0. - [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases) - [Commits](https://github.com/kkomelin/isomorphic-dompurify/compare/3.18.0...3.19.0) --- updated-dependencies: - dependency-name: isomorphic-dompurify dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d44cd9f..3864707 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@vercel/analytics": "^2.0.1", "@vercel/speed-insights": "2.0.0", - "isomorphic-dompurify": "3.18.0", + "isomorphic-dompurify": "3.19.0", "marked": "^18.0.6", "next": "^16.2.10", "react": "^19.2.7", @@ -3520,9 +3520,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.11", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.11.tgz", - "integrity": "sha512-zhlUV12GsaRzMsf9q5M254YhA4+VuF0fG+QFqu6aYpoGlKtz+w8//jBcGVYBgQkR5GHjUomejY84AV+/uPbWdw==", + "version": "3.4.12", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.12.tgz", + "integrity": "sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" @@ -5513,12 +5513,12 @@ "license": "ISC" }, "node_modules/isomorphic-dompurify": { - "version": "3.18.0", - "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-3.18.0.tgz", - "integrity": "sha512-ajp0D8laIHeoYlhBTevpE2HUhqWaqLXFk6K/wV3Ok8kDraBZpZsifwVWaY8IfJntMRIo1VSksgKV+lXyet9Q7A==", + "version": "3.19.0", + "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-3.19.0.tgz", + "integrity": "sha512-ynZ/6cVv4Trpt1FEd5TkHsHtLs+y/YQGb+ocIIVRdc+DkiYRbxlEL/IiSeSeQXwopQcG5FhoeIUJa1l26IgSpw==", "license": "MIT", "dependencies": { - "dompurify": "^3.4.11", + "dompurify": "^3.4.12", "jsdom": "^29.1.1" }, "engines": { diff --git a/package.json b/package.json index eb306df..8d7c24d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "dependencies": { "@vercel/analytics": "^2.0.1", "@vercel/speed-insights": "2.0.0", - "isomorphic-dompurify": "3.18.0", + "isomorphic-dompurify": "3.19.0", "marked": "^18.0.6", "next": "^16.2.10", "react": "^19.2.7",