From d8425f28588ed8988084c0ef068f43bd2c3a8c07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 07:21:32 +0000 Subject: [PATCH] chore(deps): bump dompurify in /samples/react-application-news-ticker Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/3.3.1...3.3.2) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../react-application-news-ticker/package-lock.json | 11 +++++++---- samples/react-application-news-ticker/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/samples/react-application-news-ticker/package-lock.json b/samples/react-application-news-ticker/package-lock.json index 963af9e9d..59d8f07c5 100644 --- a/samples/react-application-news-ticker/package-lock.json +++ b/samples/react-application-news-ticker/package-lock.json @@ -18,7 +18,7 @@ "@microsoft/sp-http": "1.21.1", "@microsoft/sp-webpart-base": "1.21.1", "@types/dompurify": "^3.2.0", - "dompurify": "^3.3.1", + "dompurify": "^3.3.2", "react": "17.0.1", "react-dom": "17.0.1", "tslib": "2.8.0" @@ -23000,10 +23000,13 @@ } }, "node_modules/dompurify": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.1.tgz", - "integrity": "sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.2.tgz", + "integrity": "sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ==", "license": "(MPL-2.0 OR Apache-2.0)", + "engines": { + "node": ">=20" + }, "optionalDependencies": { "@types/trusted-types": "^2.0.7" } diff --git a/samples/react-application-news-ticker/package.json b/samples/react-application-news-ticker/package.json index e6dc6e870..a5f55aa89 100644 --- a/samples/react-application-news-ticker/package.json +++ b/samples/react-application-news-ticker/package.json @@ -20,7 +20,7 @@ "@microsoft/sp-http": "1.21.1", "@microsoft/sp-webpart-base": "1.21.1", "@types/dompurify": "^3.2.0", - "dompurify": "^3.3.1", + "dompurify": "^3.3.2", "react": "17.0.1", "react-dom": "17.0.1", "tslib": "2.8.0"