From 4cbab1135d61a2687672be461e69fb144b67eb65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 03:34:18 +0000 Subject: [PATCH] chore(deps): bump dompurify in /samples/react-sp-tinymce Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.3.2 to 3.4.0. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.3.2...3.4.0) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/react-sp-tinymce/package-lock.json | 17 +++++++---------- samples/react-sp-tinymce/package.json | 2 +- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/samples/react-sp-tinymce/package-lock.json b/samples/react-sp-tinymce/package-lock.json index f182e1d772..246e32df18 100644 --- a/samples/react-sp-tinymce/package-lock.json +++ b/samples/react-sp-tinymce/package-lock.json @@ -21,7 +21,7 @@ "@pnp/spfx-property-controls": "^3.14.0-beta.4786980", "@tinymce/tinymce-react": "4.3.0", "antd": "^5.0.0", - "dompurify": "^3.3.2", + "dompurify": "^3.4.0", "html-react-parser": "^4.0.0", "office-ui-fabric-react": "^7.199.1", "react": "17.0.1", @@ -21288,12 +21288,9 @@ } }, "node_modules/dompurify": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.2.tgz", - "integrity": "sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ==", - "engines": { - "node": ">=20" - }, + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.0.tgz", + "integrity": "sha512-nolgK9JcaUXMSmW+j1yaSvaEaoXYHwWyGJlkoCTghc97KgGDDSnpoU/PlEnw63Ah+TGKFOyY+X5LnxaWbCSfXg==", "optionalDependencies": { "@types/trusted-types": "^2.0.7" } @@ -54555,9 +54552,9 @@ } }, "dompurify": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.2.tgz", - "integrity": "sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ==", + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.0.tgz", + "integrity": "sha512-nolgK9JcaUXMSmW+j1yaSvaEaoXYHwWyGJlkoCTghc97KgGDDSnpoU/PlEnw63Ah+TGKFOyY+X5LnxaWbCSfXg==", "requires": { "@types/trusted-types": "^2.0.7" } diff --git a/samples/react-sp-tinymce/package.json b/samples/react-sp-tinymce/package.json index 0f41723a96..69d35f68c0 100644 --- a/samples/react-sp-tinymce/package.json +++ b/samples/react-sp-tinymce/package.json @@ -25,7 +25,7 @@ "@pnp/spfx-property-controls": "^3.14.0-beta.4786980", "@tinymce/tinymce-react": "4.3.0", "antd": "^5.0.0", - "dompurify": "^3.3.2", + "dompurify": "^3.4.0", "html-react-parser": "^4.0.0", "office-ui-fabric-react": "^7.199.1", "react": "17.0.1",