From 998207f961e2490fffe08f55dfd19a0bce5f9e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:22:32 +0000 Subject: [PATCH] Bump dompurify from 3.2.3 to 3.2.4 in /account-gui Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.2.3 to 3.2.4. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.2.3...3.2.4) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- account-gui/package.json | 2 +- account-gui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/account-gui/package.json b/account-gui/package.json index e88521dd..67b7acbc 100644 --- a/account-gui/package.json +++ b/account-gui/package.json @@ -40,7 +40,7 @@ "dependencies": { "save-dev": "^0.0.1-security", "@github/webauthn-json": "^2.1.1", - "dompurify": "^3.2.2", + "dompurify": "^3.2.4", "i18n-js": "^4.5.1", "js-cookie": "^3.0.5", "postcss": "^8.4.49", diff --git a/account-gui/yarn.lock b/account-gui/yarn.lock index 5b951d97..23b15c74 100644 --- a/account-gui/yarn.lock +++ b/account-gui/yarn.lock @@ -2231,10 +2231,10 @@ domhandler@^4.2.0, domhandler@^4.3.1: dependencies: domelementtype "^2.2.0" -dompurify@^3.2.2: - version "3.2.3" - resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.3.tgz#05dd2175225324daabfca6603055a09b2382a4cd" - integrity sha512-U1U5Hzc2MO0oW3DF+G9qYN0aT7atAou4AgI0XjWz061nyBPbdxkfdhfy5uMgGn6+oLFCfn44ZGbdDqCzVmlOWA== +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== optionalDependencies: "@types/trusted-types" "^2.0.7"