From 2610ea4c597f04ca2619c83a0f27777a8c3a5dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:11:58 +0000 Subject: [PATCH] chore(deps): bump dompurify from 3.3.3 to 3.4.1 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.3.3 to 3.4.1. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.3.3...3.4.1) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 10 +++++----- use-fireproof/base/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5d5c14232..cf8e61dd1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1631,8 +1631,8 @@ importers: specifier: workspace:0.0.0 version: link:../../vendor dompurify: - specifier: ^3.3.3 - version: 3.3.3 + specifier: ^3.4.1 + version: 3.4.1 jose: specifier: ^6.2.2 version: 6.2.2 @@ -4421,8 +4421,8 @@ packages: dom-accessibility-api@0.5.16: resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==} - dompurify@3.3.3: - resolution: {integrity: sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==} + dompurify@3.4.1: + resolution: {integrity: sha512-JahakDAIg1gyOm7dlgWSDjV4n7Ip2PKR55NIT6jrMfIgLFgWo81vdr1/QGqWtFNRqXP9UV71oVePtjqS2ebnPw==} drizzle-kit@0.30.6: resolution: {integrity: sha512-U4wWit0fyZuGuP7iNmRleQyK2V8wCuv57vf5l3MnG4z4fzNTjY/U13M8owyQ5RavqvqxBifWORaR3wIUzlN64g==} @@ -9254,7 +9254,7 @@ snapshots: dom-accessibility-api@0.5.16: {} - dompurify@3.3.3: + dompurify@3.4.1: optionalDependencies: '@types/trusted-types': 2.0.7 diff --git a/use-fireproof/base/package.json b/use-fireproof/base/package.json index 4555d9769..a28e8740c 100644 --- a/use-fireproof/base/package.json +++ b/use-fireproof/base/package.json @@ -32,7 +32,7 @@ "@fireproof/core-types-blockstore": "workspace:0.0.0", "@fireproof/core-types-protocols-cloud": "workspace:0.0.0", "@fireproof/vendor": "workspace:0.0.0", - "dompurify": "^3.3.3", + "dompurify": "^3.4.1", "jose": "^6.2.2", "react": "^19.2.5", "ts-essentials": "^10.1.1"