diff --git a/THIRD_PARTY_LICENSES.txt b/THIRD_PARTY_LICENSES.txt index 1d799486d..0c05c560b 100644 --- a/THIRD_PARTY_LICENSES.txt +++ b/THIRD_PARTY_LICENSES.txt @@ -30660,7 +30660,7 @@ SOFTWARE. The following npm package may be included in this product: - - dompurify@3.4.12 + - dompurify@3.4.13 This package contains the following license: diff --git a/package-lock.json b/package-lock.json index 71735b76c..d5ded7782 100644 --- a/package-lock.json +++ b/package-lock.json @@ -156,7 +156,7 @@ "dayjs": "1.11.21", "decimal.js": "10.6.0", "deepmerge-ts": "7.1.5", - "dompurify": "3.4.12", + "dompurify": "3.4.13", "dotenv": "16.6.1", "embla-carousel-react": "8.6.0", "fast-deep-equal": "3.1.3", @@ -27671,9 +27671,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.12", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.12.tgz", - "integrity": "sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg==", + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.13.tgz", + "integrity": "sha512-2vmYIoqjze2d+kakP8S/nS5shfsl587kzwEjcGlTdiksUVgFHnFCsLYDVj/JNqJVOQZGSYBTmuycv0PodwmnMQ==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index fa22cc2fd..3b684b0aa 100644 --- a/package.json +++ b/package.json @@ -180,7 +180,7 @@ "dayjs": "1.11.21", "decimal.js": "10.6.0", "deepmerge-ts": "7.1.5", - "dompurify": "3.4.12", + "dompurify": "3.4.13", "dotenv": "16.6.1", "embla-carousel-react": "8.6.0", "fast-deep-equal": "3.1.3",