diff --git a/package-lock.json b/package-lock.json index c010192b8..d933474f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "aos": "^2.3.4", "axios": "^1.16.1", "dayjs": "^1.11.21", - "dompurify": "^3.4.7", + "dompurify": "^3.4.8", "lodash-es": "^4.18.1", "marked": "^18.0.4", "pinia": "^3.0.4", @@ -5396,9 +5396,9 @@ "integrity": "sha512-6QvTW9mrGeIegrFXdtQi9pk7O/nSK6lSdXW2eqUspN5LWD7UTji2Fqw5V2YLjBpHEoU9Xl/eUWNpDeZvoyOv2w==" }, "node_modules/dompurify": { - "version": "3.4.7", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.7.tgz", - "integrity": "sha512-2jBxDJY4RR06tQNy4w5FlFH7kfxsQZlufd0sbv+chfHCxeJwrFw2baUDsSwvBISD4K4RDbd0PTfy3uNXsR6siA==", + "version": "3.4.8", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.8.tgz", + "integrity": "sha512-yb1cEmaOum7wFvOCSQxyfgVlv5D47Rc30iZWoMpbDIWTnJ6grDDQyu2KFJzB2k7u0pMuJcQ1zphH//fFnw2tjQ==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index e33d4a383..1b64469c0 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "aos": "^2.3.4", "axios": "^1.16.1", "dayjs": "^1.11.21", - "dompurify": "^3.4.7", + "dompurify": "^3.4.8", "lodash-es": "^4.18.1", "marked": "^18.0.4", "pinia": "^3.0.4",