From 830150a2bf5e507ae21d41a0605e26683d9d0854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 19:53:10 +0000 Subject: [PATCH] chore(deps): bump dompurify from 3.3.3 to 3.4.0 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.3.3 to 3.4.0. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.3.3...3.4.0) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/insomnia/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1924fedc7f3e..0ae86e5dfee9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14618,9 +14618,9 @@ } }, "node_modules/dompurify": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.3.tgz", - "integrity": "sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.0.tgz", + "integrity": "sha512-nolgK9JcaUXMSmW+j1yaSvaEaoXYHwWyGJlkoCTghc97KgGDDSnpoU/PlEnw63Ah+TGKFOyY+X5LnxaWbCSfXg==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" @@ -29167,7 +29167,7 @@ "decompress": "^4.2.1", "deep-equal": "2.2.3", "diff-match-patch-ts": "^0.6.0", - "dompurify": "^3.2.5", + "dompurify": "^3.4.0", "electron-context-menu": "^3.6.1", "electron-updater": "^6.6.2", "fastq": "^1.19.1", diff --git a/packages/insomnia/package.json b/packages/insomnia/package.json index 33ae7e42196e..7465f6e192bd 100644 --- a/packages/insomnia/package.json +++ b/packages/insomnia/package.json @@ -92,7 +92,7 @@ "decompress": "^4.2.1", "deep-equal": "2.2.3", "diff-match-patch-ts": "^0.6.0", - "dompurify": "^3.2.5", + "dompurify": "^3.4.0", "electron-context-menu": "^3.6.1", "electron-updater": "^6.6.2", "fastq": "^1.19.1",