From cdf593510f880aca29106758878c9f6a5626ab12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 14:07:11 +0000 Subject: [PATCH] Bump dompurify from 3.2.2 to 3.2.3 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.2.2 to 3.2.3. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.2.2...3.2.3) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0fcf39..f5af50f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "axios": "^1.7.9", "classnames": "^2.5.1", "cross-spawn": "^7.0.6", - "dompurify": "^3.2.2", + "dompurify": "^3.2.3", "entities": "^5.0.0", "lodash": "^4.17.21", "prompts": "^2.4.2", @@ -14835,10 +14835,9 @@ } }, "node_modules/dompurify": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.2.tgz", - "integrity": "sha512-YMM+erhdZ2nkZ4fTNRTSI94mb7VG7uVF5vj5Zde7tImgnhZE3R6YW/IACGIHb2ux+QkEXMhe591N+5jWOmL4Zw==", - "license": "(MPL-2.0 OR Apache-2.0)", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.3.tgz", + "integrity": "sha512-U1U5Hzc2MO0oW3DF+G9qYN0aT7atAou4AgI0XjWz061nyBPbdxkfdhfy5uMgGn6+oLFCfn44ZGbdDqCzVmlOWA==", "optionalDependencies": { "@types/trusted-types": "^2.0.7" } diff --git a/package.json b/package.json index 1467a07..74eca3a 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "axios": "^1.7.9", "classnames": "^2.5.1", "cross-spawn": "^7.0.6", - "dompurify": "^3.2.2", + "dompurify": "^3.2.3", "entities": "^5.0.0", "lodash": "^4.17.21", "prompts": "^2.4.2",