From 8f9205a827f4d8c424806df46ef446c75d490a70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 14:58:12 +0000 Subject: [PATCH] Bump isomorphic-dompurify from 2.35.0 to 2.36.0 Bumps [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) from 2.35.0 to 2.36.0. - [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases) - [Commits](https://github.com/kkomelin/isomorphic-dompurify/compare/2.35.0...2.36.0) --- updated-dependencies: - dependency-name: isomorphic-dompurify dependency-version: 2.36.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 8a694b96..56e828ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "date-fns": "^4.1.0", "dotenv": "^17.2.3", "es-toolkit": "^1.44.0", - "isomorphic-dompurify": "^2.35.0", + "isomorphic-dompurify": "^2.36.0", "jsonwebtoken": "^9.0.3", "jwt-decode": "^4.0.0", "next": "^15.5.10", @@ -14056,13 +14056,13 @@ "license": "ISC" }, "node_modules/isomorphic-dompurify": { - "version": "2.35.0", - "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-2.35.0.tgz", - "integrity": "sha512-a9+LQqylQCU8f1zmsYmg2tfrbdY2YS/Hc+xntcq/mDI2MY3Q108nq8K23BWDIg6YGC5JsUMC15fj2ZMqCzt/+A==", + "version": "2.36.0", + "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-2.36.0.tgz", + "integrity": "sha512-E8YkGyPY3a/U5s0WOoc8Ok+3SWL/33yn2IHCoxCFLBUUPVy9WGa++akJZFxQCcJIhI+UvYhbrbnTIFQkHKZbgA==", "license": "MIT", "dependencies": { "dompurify": "^3.3.1", - "jsdom": "^27.4.0" + "jsdom": "^28.0.0" }, "engines": { "node": ">=20.19.5" diff --git a/package.json b/package.json index 03ec83b8..d4ef0843 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "date-fns": "^4.1.0", "dotenv": "^17.2.3", "es-toolkit": "^1.44.0", - "isomorphic-dompurify": "^2.35.0", + "isomorphic-dompurify": "^2.36.0", "jsonwebtoken": "^9.0.3", "jwt-decode": "^4.0.0", "next": "^15.5.10",