diff --git a/THIRD_PARTY_LICENSES.txt b/THIRD_PARTY_LICENSES.txt index ad9e7ae4b..c1a87b48c 100644 --- a/THIRD_PARTY_LICENSES.txt +++ b/THIRD_PARTY_LICENSES.txt @@ -24368,7 +24368,7 @@ permission of its copyright owner. The following npm package may be included in this product: - - dompurify@3.2.7 + - dompurify@3.3.2 This package contains the following license: diff --git a/package-lock.json b/package-lock.json index c79e5806d..d24dba72d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -158,7 +158,7 @@ "decimal.js": "10.4.3", "decompress": "4.2.1", "deepmerge-ts": "7.1.0", - "dompurify": "3.2.7", + "dompurify": "3.3.2", "dotenv": "16.4.5", "embla-carousel-react": "8.1.8", "fast-deep-equal": "3.1.3", @@ -20753,6 +20753,9 @@ "darwin" ] }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "optional": true + }, "node_modules/@rollup/rollup-linux-arm-musleabihf": { "version": "4.24.0", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.24.0.tgz", @@ -34333,10 +34336,13 @@ } }, "node_modules/dompurify": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.7.tgz", - "integrity": "sha512-WhL/YuveyGXJaerVlMYGWhvQswa7myDG17P7Vu65EWC05o8vfeNbvNf4d/BOvH99+ZW+LlQsc1GDKMa1vNK6dw==", + "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/package.json b/package.json index 5ff9761a6..08e759ca9 100644 --- a/package.json +++ b/package.json @@ -181,7 +181,7 @@ "decimal.js": "10.4.3", "decompress": "4.2.1", "deepmerge-ts": "7.1.0", - "dompurify": "3.2.7", + "dompurify": "3.3.2", "dotenv": "16.4.5", "embla-carousel-react": "8.1.8", "fast-deep-equal": "3.1.3",