From ec2c56f0b1c0626a6dc772b9b48c1e72e28d7c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:46:20 +0000 Subject: [PATCH] Bump dompurify from 2.2.3 to 2.5.6 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.2.3 to 2.5.6. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.2.3...2.5.6) --- updated-dependencies: - dependency-name: dompurify dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ yarn.lock | 5 +++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a23305..b2b4105 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1602,9 +1602,9 @@ } }, "node_modules/dompurify": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.3.tgz", - "integrity": "sha512-8Hv7Q0FuwD9rWoB6qI2eZsfKbGXfoUVuGHHrE15vgk4ReOKwOkSgbqb2OMFtc0d5besOEkoLkcyuV10zQ2X5gw==", + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.6.tgz", + "integrity": "sha512-zUTaUBO8pY4+iJMPE1B9XlO2tXVYIcEA4SNGtvDELzTSCQO7RzH+j7S180BmhmJId78lqGU2z19vgVx2Sxs/PQ==", "dev": true, "optional": true }, @@ -6586,9 +6586,9 @@ } }, "dompurify": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.2.3.tgz", - "integrity": "sha512-8Hv7Q0FuwD9rWoB6qI2eZsfKbGXfoUVuGHHrE15vgk4ReOKwOkSgbqb2OMFtc0d5besOEkoLkcyuV10zQ2X5gw==", + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.6.tgz", + "integrity": "sha512-zUTaUBO8pY4+iJMPE1B9XlO2tXVYIcEA4SNGtvDELzTSCQO7RzH+j7S180BmhmJId78lqGU2z19vgVx2Sxs/PQ==", "dev": true, "optional": true }, diff --git a/yarn.lock b/yarn.lock index 53c70ac..4fa9dee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -877,8 +877,9 @@ dom-serialize@^2.2.1: void-elements "^2.0.0" dompurify@^2.2.0: - version "2.2.3" - resolved "https://registry.npmjs.org/dompurify/-/dompurify-2.2.3.tgz" + version "2.5.6" + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.5.6.tgz#8402b501611eaa7fb3786072297fcbe2787f8592" + integrity sha512-zUTaUBO8pY4+iJMPE1B9XlO2tXVYIcEA4SNGtvDELzTSCQO7RzH+j7S180BmhmJId78lqGU2z19vgVx2Sxs/PQ== ee-first@1.1.1: version "1.1.1"