diff --git a/package-lock.json b/package-lock.json index 6a65f909..2db6f61b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "date-fns": "4.1.0", - "dompurify": "3.2.1", + "dompurify": "3.2.2", "highlight.js": "11.10.0", "lodash.debounce": "4.0.8", "marked": "4.3.0", @@ -3557,9 +3557,10 @@ } }, "node_modules/dompurify": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.1.tgz", - "integrity": "sha512-NBHEsc0/kzRYQd+AY6HR6B/IgsqzBABrqJbpCDQII/OK6h7B7LXzweZTDsqSW2LkTRpoxf18YUP+YjGySk6B3w==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.2.2.tgz", + "integrity": "sha512-YMM+erhdZ2nkZ4fTNRTSI94mb7VG7uVF5vj5Zde7tImgnhZE3R6YW/IACGIHb2ux+QkEXMhe591N+5jWOmL4Zw==", + "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" } diff --git a/package.json b/package.json index dc3ee099..15ccabd3 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "date-fns": "4.1.0", - "dompurify": "3.2.1", + "dompurify": "3.2.2", "highlight.js": "11.10.0", "lodash.debounce": "4.0.8", "marked": "4.3.0",