diff --git a/package-lock.json b/package-lock.json index 8476debe..258e8faa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@astrojs/rss": "^4.0.19", "@tailwindcss/vite": "^4.3.3", "astro": "^7.2.2", - "dompurify": "^3.4.12", + "dompurify": "^3.4.14", "tailwindcss": "^4.3.0" }, "devDependencies": { @@ -3979,9 +3979,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.13", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.13.tgz", - "integrity": "sha512-2vmYIoqjze2d+kakP8S/nS5shfsl587kzwEjcGlTdiksUVgFHnFCsLYDVj/JNqJVOQZGSYBTmuycv0PodwmnMQ==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.14.tgz", + "integrity": "sha512-dVoH9z+MY+C9IilgGCk3YfFqjLi3fChm2OiKJMzh6axrJ5qwxqWaZamgmHrpv22CN/KdbZJuGEGgfQoL00LTdg==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index a2ea9a3a..2ad3ef65 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@astrojs/rss": "^4.0.19", "@tailwindcss/vite": "^4.3.3", "astro": "^7.2.2", - "dompurify": "^3.4.12", + "dompurify": "^3.4.14", "tailwindcss": "^4.3.0" }, "devDependencies": {