From ded9b93c417d8006569a382462ab8a907f197ce1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 13:54:17 +0000 Subject: [PATCH 1/3] fix(deps): update dependency dompurify to v3.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b300f6..5cc6deb 100644 --- a/package.json +++ b/package.json @@ -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" } } From 8d78b3308734872760fffd5971c543dd262271b1 Mon Sep 17 00:00:00 2001 From: "wraith-ci[bot]" Date: Sat, 11 May 2024 13:54:43 +0000 Subject: [PATCH 2/3] chore: bump to 1.2.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5cc6deb..b2d7861 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", From 3e89656e593d91892d859db9477263edc0d3ec8d Mon Sep 17 00:00:00 2001 From: "wraith-ci[bot]" Date: Sat, 11 May 2024 13:55:08 +0000 Subject: [PATCH 3/3] chore: synchronize README.md --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b2d7861..4fc2d49 100644 --- a/package.json +++ b/package.json @@ -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"