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"