diff --git a/package.json b/package.json index 9b300f6..4fc2d49 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@jill64/universal-sanitizer", "description": "💎 Isomorphic html sanitizer by DOMPurify + sanitize-html", - "version": "1.2.10", + "version": "1.2.11", "type": "module", "main": "dist/index.js", "license": "MIT", @@ -27,7 +27,7 @@ "repository": { "type": "git", "url": "https://github.com/jill64/universal-sanitizer.git", - "image": "https://opengraph.githubassets.com/40e0fded5d32a28e49d7d580474e6b2dad163603d8b0d6d00f87fe3d0f860cf5/jill64/universal-sanitizer" + "image": "https://opengraph.githubassets.com/f51d38ee9bcfc6de0323bd3f274b147591323644942288770c17596ecb5bf6c7/jill64/universal-sanitizer" }, "publishConfig": { "access": "public" @@ -61,7 +61,7 @@ "dependencies": { "@types/dompurify": "3.0.5", "@types/sanitize-html": "2.11.0", - "dompurify": "3.1.2", + "dompurify": "3.1.3", "sanitize-html": "2.13.0" } }