diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 23b5cf2..fa1fb9a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -26,7 +26,7 @@ "axios": "^1.18.1", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "dompurify": "^3.4.12", + "dompurify": "^3.4.14", "i18next": "^26.3.6", "i18next-browser-languagedetector": "^8.2.1", "lucide-react": "^1.24.0", @@ -2484,9 +2484,9 @@ "license": "MIT" }, "node_modules/dompurify": { - "version": "3.4.12", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.12.tgz", - "integrity": "sha512-zQvGet8Z2sWbQhCmfFz/T5QWH2oBmjnqK3qvOjaqaNLrLEF912WamU+ohnTp0TCep/MFVHpdJuCZEdFOdTnEFg==", + "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/frontend/package.json b/frontend/package.json index f989ffa..fc99222 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -32,7 +32,7 @@ "axios": "^1.18.1", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", - "dompurify": "^3.4.12", + "dompurify": "^3.4.14", "i18next": "^26.3.6", "i18next-browser-languagedetector": "^8.2.1", "lucide-react": "^1.24.0",