diff --git a/package-lock.json b/package-lock.json index 7a809af83..36b243fc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@vueuse/integrations": "^14.3.0", "axios": "^1.17.0", "core-js": "^3.47.0", - "dompurify": "^3.4.7", + "dompurify": "^3.4.9", "file-saver": "^2.0.5", "linkify-string": "^4.3.3", "linkify-urls": "^5.2.0", @@ -6057,9 +6057,9 @@ } }, "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.9", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.9.tgz", + "integrity": "sha512-4dPSRMRDqHvs0V4YDFCsaIZo4if5u0xM+llyxiM2fwuZFdKArUBAF3VtI2+n8NKg9P870WMdYk0UhqQNoWXbfQ==", "license": "(MPL-2.0 OR Apache-2.0)", "optionalDependencies": { "@types/trusted-types": "^2.0.7" diff --git a/package.json b/package.json index b4a82dda6..9f0a52975 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@vueuse/integrations": "^14.3.0", "axios": "^1.17.0", "core-js": "^3.47.0", - "dompurify": "^3.4.7", + "dompurify": "^3.4.9", "file-saver": "^2.0.5", "linkify-string": "^4.3.3", "linkify-urls": "^5.2.0",