Skip to content

Commit

Permalink
Merge pull request #97 from jill64/renovate/dompurify-3.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency dompurify to v3.1.2
  • Loading branch information
wraith-ci[bot] authored Apr 30, 2024
2 parents 2a40ac8 + 303e7fa commit 9b0146d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@jill64/universal-sanitizer",
"description": "💎 Isomorphic html sanitizer by DOMPurify + sanitize-html",
"version": "1.2.9",
"version": "1.2.10",
"type": "module",
"main": "dist/index.js",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"repository": {
"type": "git",
"url": "https://github.com/jill64/universal-sanitizer.git",
"image": "https://opengraph.githubassets.com/3487d8c4181d09a518cbbbed1bf5fa7b8f992cc4522e101ccf618bbd60484c55/jill64/universal-sanitizer"
"image": "https://opengraph.githubassets.com/a58a119251d8700f6173b69e4096decd449e969b45aae4bdb02b2cede5bcb7f9/jill64/universal-sanitizer"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -61,7 +61,7 @@
"dependencies": {
"@types/dompurify": "3.0.5",
"@types/sanitize-html": "2.11.0",
"dompurify": "3.1.1",
"dompurify": "3.1.2",
"sanitize-html": "2.13.0"
}
}

0 comments on commit 9b0146d

Please sign in to comment.