diff --git a/package-lock.json b/package-lock.json index 87d56e1..113d8f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "dependencies": { "@fontsource/jetbrains-mono": "^5.2.8", "@xyflow/react": "^12.11.0", - "dompurify": "^3.4.8", + "dompurify": "^3.4.9", "js-yaml": "^4.2.0", "marked": "^17.0.3", "react": "^18.2.0", @@ -4223,9 +4223,9 @@ } }, "node_modules/dompurify": { - "version": "3.4.8", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.8.tgz", - "integrity": "sha512-yb1cEmaOum7wFvOCSQxyfgVlv5D47Rc30iZWoMpbDIWTnJ6grDDQyu2KFJzB2k7u0pMuJcQ1zphH//fFnw2tjQ==", + "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 5d6330a..c90176e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dependencies": { "@fontsource/jetbrains-mono": "^5.2.8", "@xyflow/react": "^12.11.0", - "dompurify": "^3.4.8", + "dompurify": "^3.4.9", "js-yaml": "^4.2.0", "marked": "^17.0.3", "react": "^18.2.0",