From d485a9cdad9a0747f750e71edaa2bb28c39c4368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 23:15:56 +0000 Subject: [PATCH] Bump isomorphic-dompurify from 3.9.0 to 3.10.0 Bumps [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) from 3.9.0 to 3.10.0. - [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases) - [Commits](https://github.com/kkomelin/isomorphic-dompurify/compare/3.9.0...3.10.0) --- updated-dependencies: - dependency-name: isomorphic-dompurify dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96b204556..6e6f304b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "date-fns": "^4.1.0", "dotenv": "^17.4.2", "es-toolkit": "^1.45.1", - "isomorphic-dompurify": "^3.9.0", + "isomorphic-dompurify": "^3.10.0", "jsonwebtoken": "^9.0.3", "jwt-decode": "^4.0.0", "next": "^16.2.4", @@ -12119,12 +12119,12 @@ "license": "ISC" }, "node_modules/isomorphic-dompurify": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-3.9.0.tgz", - "integrity": "sha512-3REwJAnIqjWO7qbfyKWMBI7hUHFhqUor7weFG3WbJW6Enq3V7cx60QuurWjGUXxbX57Iy4RJIkAZFObAqiqpxw==", + "version": "3.10.0", + "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-3.10.0.tgz", + "integrity": "sha512-Gj2duy4dACsP/FLPvwJ3+MXTlGtOo+O4yfpA0jdxuz/sZlbZzazGzScajOHRwH7PCy4j3bh5ibLGJY4/Rb5kGQ==", "license": "MIT", "dependencies": { - "dompurify": "^3.4.0", + "dompurify": "^3.4.1", "jsdom": "^29.0.2" }, "engines": { diff --git a/package.json b/package.json index 3bc3246ad..b35711f29 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "date-fns": "^4.1.0", "dotenv": "^17.4.2", "es-toolkit": "^1.45.1", - "isomorphic-dompurify": "^3.9.0", + "isomorphic-dompurify": "^3.10.0", "jsonwebtoken": "^9.0.3", "jwt-decode": "^4.0.0", "next": "^16.2.4",