From 62435969386c0a8b37667d92b28e73cff36a6e08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 20:47:09 +0000 Subject: [PATCH] chore(all): bump isomorphic-dompurify from 2.32.0 to 2.33.0 Bumps [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) from 2.32.0 to 2.33.0. - [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases) - [Commits](https://github.com/kkomelin/isomorphic-dompurify/compare/2.32.0...2.33.0) --- updated-dependencies: - dependency-name: isomorphic-dompurify dependency-version: 2.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- services/backend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84f359ae2..b409272d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13263,9 +13263,9 @@ } }, "node_modules/isomorphic-dompurify": { - "version": "2.32.0", - "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-2.32.0.tgz", - "integrity": "sha512-4i6G4ICY57wQpiaNd6WcwhHUAqGDAJGWRlfWKLunBchJjtF2HV4eUeJtUupoEddbnnxYUiRhqfd9e4aDYR7ROA==", + "version": "2.33.0", + "resolved": "https://registry.npmjs.org/isomorphic-dompurify/-/isomorphic-dompurify-2.33.0.tgz", + "integrity": "sha512-pXGR3rAHAXb5Bvr56pc5aV0Lh8laubLo7/60F+soOzDFmwks6MtgDhL7p46VoxLnwgIsjgmVhQpUt4mUlL/XEw==", "license": "MIT", "dependencies": { "dompurify": "^3.3.0", @@ -21752,7 +21752,7 @@ "drizzle-orm": "^0.44.7", "fastify": "^5.6.2", "fastify-favicon": "^5.0.0", - "isomorphic-dompurify": "^2.32.0", + "isomorphic-dompurify": "^2.33.0", "lucia": "^3.2.2", "nanoid": "^5.1.6", "node-cron": "^4.2.1", diff --git a/services/backend/package.json b/services/backend/package.json index 2725f03c2..fe3e97644 100644 --- a/services/backend/package.json +++ b/services/backend/package.json @@ -36,7 +36,7 @@ "drizzle-orm": "^0.44.7", "fastify": "^5.6.2", "fastify-favicon": "^5.0.0", - "isomorphic-dompurify": "^2.32.0", + "isomorphic-dompurify": "^2.33.0", "lucia": "^3.2.2", "nanoid": "^5.1.6", "node-cron": "^4.2.1",