diff --git a/package-lock.json b/package-lock.json index 6336cc1..d1cfd96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@tailwindcss/postcss": "^4.3.3", "@tailwindcss/vite": "^4.3.3", "@vueuse/core": "^14.4.0", - "dompurify": "^3.4.13", + "dompurify": "^3.4.14", "leaflet": "^1.9.4", "marked": "^18.0.9", "minisearch": "^7.2.0", @@ -3482,9 +3482,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 d4daaaa..20f59f7 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@tailwindcss/postcss": "^4.3.3", "@tailwindcss/vite": "^4.3.3", "@vueuse/core": "^14.4.0", - "dompurify": "^3.4.13", + "dompurify": "^3.4.14", "leaflet": "^1.9.4", "minisearch": "^7.2.0", "marked": "^18.0.9",