From 221f64c2f660dbd364d14b49534cb56bcc764689 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:55:55 +0000 Subject: [PATCH] chore(deps-dev): bump dompurify from 2.3.6 to 2.5.6 Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.6 to 2.5.6. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.3.6...2.5.6) --- updated-dependencies: - dependency-name: dompurify dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- yarn.lock | 6 +++--- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa5a38c..9ad8320 100644 --- a/package-lock.json +++ b/package-lock.json @@ -767,11 +767,10 @@ } }, "node_modules/dompurify": { - "version": "2.3.6", - "resolved": "https://registry.npmmirror.com/dompurify/-/dompurify-2.3.6.tgz", - "integrity": "sha512-OFP2u/3T1R5CEgWCEONuJ1a5+MFKnOYpkywpUSxv/dj1LeBT1erK+JwM7zK0ROy2BRhqVCf0LRw/kHqKuMkVGg==", - "dev": true, - "license": "(MPL-2.0 OR Apache-2.0)" + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.6.tgz", + "integrity": "sha512-zUTaUBO8pY4+iJMPE1B9XlO2tXVYIcEA4SNGtvDELzTSCQO7RzH+j7S180BmhmJId78lqGU2z19vgVx2Sxs/PQ==", + "dev": true }, "node_modules/domutils": { "version": "2.8.0", @@ -3500,9 +3499,9 @@ } }, "dompurify": { - "version": "2.3.6", - "resolved": "https://registry.npmmirror.com/dompurify/-/dompurify-2.3.6.tgz", - "integrity": "sha512-OFP2u/3T1R5CEgWCEONuJ1a5+MFKnOYpkywpUSxv/dj1LeBT1erK+JwM7zK0ROy2BRhqVCf0LRw/kHqKuMkVGg==", + "version": "2.5.6", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.6.tgz", + "integrity": "sha512-zUTaUBO8pY4+iJMPE1B9XlO2tXVYIcEA4SNGtvDELzTSCQO7RzH+j7S180BmhmJId78lqGU2z19vgVx2Sxs/PQ==", "dev": true }, "domutils": { diff --git a/yarn.lock b/yarn.lock index f2b2177..abce1d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -426,9 +426,9 @@ domhandler@^4.0.0, domhandler@^4.2.0, domhandler@^4.2.2: domelementtype "^2.2.0" dompurify@^2.3.0: - version "2.3.6" - resolved "https://registry.npmmirror.com/dompurify/-/dompurify-2.3.6.tgz" - integrity sha512-OFP2u/3T1R5CEgWCEONuJ1a5+MFKnOYpkywpUSxv/dj1LeBT1erK+JwM7zK0ROy2BRhqVCf0LRw/kHqKuMkVGg== + version "2.5.6" + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.5.6.tgz#8402b501611eaa7fb3786072297fcbe2787f8592" + integrity sha512-zUTaUBO8pY4+iJMPE1B9XlO2tXVYIcEA4SNGtvDELzTSCQO7RzH+j7S180BmhmJId78lqGU2z19vgVx2Sxs/PQ== domutils@^2.5.2, domutils@^2.8.0: version "2.8.0"