From 779cb08976515cbf805f3e70fb98a78a1459b3bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 22:14:44 +0000 Subject: [PATCH] chore(deps): bump dompurify from 3.2.4 to 3.3.2 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.2.4 to 3.3.2. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.2.4...3.3.2) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/studio/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/studio/package.json b/apps/studio/package.json index 225c1b47a..0c2c2d2ec 100644 --- a/apps/studio/package.json +++ b/apps/studio/package.json @@ -76,7 +76,7 @@ "core-js": "^3", "dateformat": "^3.0.3", "diff-match-patch": "^1.0.5", - "dompurify": "^3.2.4", + "dompurify": "^3.3.2", "driver.js": "^1.3.6", "electron-devtools-installer": "^3.2.1", "electron-log": "^5.1.5", diff --git a/yarn.lock b/yarn.lock index 65c35bd46..115ee05f0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8105,10 +8105,10 @@ domexception@^4.0.0: dependencies: webidl-conversions "^7.0.0" -dompurify@^3.2.4: - version "3.2.4" - resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.4.tgz#af5a5a11407524431456cf18836c55d13441cd8e" - integrity sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg== +dompurify@^3.3.2: + version "3.3.2" + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.3.2.tgz#58c515d0f8508b8749452a028aa589ad80b36325" + integrity sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ== optionalDependencies: "@types/trusted-types" "^2.0.7"