Skip to content

Commit d9e9828

Browse files
authored
Merge pull request #1486 from privy-open-source/renovate/jill64-universal-sanitizer-1.x
fix(deps): update dependency @jill64/universal-sanitizer to v1.3.3
2 parents be93331 + 74fc8b0 commit d9e9828

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

packages/persona/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"dependencies": {
6161
"@floating-ui/dom": "1.6.11",
62-
"@jill64/universal-sanitizer": "1.3.2",
62+
"@jill64/universal-sanitizer": "1.3.3",
6363
"@juggle/resize-observer": "3.4.0",
6464
"@nuxt/kit": "3.13.2",
6565
"@splidejs/splide": "4.1.4",

yarn.lock

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2916,15 +2916,15 @@ __metadata:
29162916
languageName: node
29172917
linkType: hard
29182918

2919-
"@jill64/universal-sanitizer@npm:1.3.2":
2920-
version: 1.3.2
2921-
resolution: "@jill64/universal-sanitizer@npm:1.3.2"
2919+
"@jill64/universal-sanitizer@npm:1.3.3":
2920+
version: 1.3.3
2921+
resolution: "@jill64/universal-sanitizer@npm:1.3.3"
29222922
dependencies:
29232923
"@types/dompurify": "npm:3.0.5"
29242924
"@types/sanitize-html": "npm:2.13.0"
29252925
dompurify: "npm:3.1.7"
2926-
sanitize-html: "npm:2.13.0"
2927-
checksum: 10/e39f147249b4f61c919d79088d86ddcf8dfb081692e415d4a88705a447715b473826303bd5911a311aa3577e620557956f8164364619c648da036f0a1e113dea
2926+
sanitize-html: "npm:2.13.1"
2927+
checksum: 10/99d4089e829a21ed28fbafe22b8848665ea1a148e530d6c3b4b059818c4240f5aa9b1cb2d3d1147e74b58932455ecb9f6cb7dcef4ea556881439632c0405c0ba
29282928
languageName: node
29292929
linkType: hard
29302930

@@ -3935,7 +3935,7 @@ __metadata:
39353935
resolution: "@privyid/persona@workspace:packages/persona"
39363936
dependencies:
39373937
"@floating-ui/dom": "npm:1.6.11"
3938-
"@jill64/universal-sanitizer": "npm:1.3.2"
3938+
"@jill64/universal-sanitizer": "npm:1.3.3"
39393939
"@juggle/resize-observer": "npm:3.4.0"
39403940
"@nuxt/kit": "npm:3.13.2"
39413941
"@nuxt/module-builder": "npm:0.8.4"
@@ -18182,6 +18182,20 @@ __metadata:
1818218182
languageName: node
1818318183
linkType: hard
1818418184

18185+
"sanitize-html@npm:2.13.1":
18186+
version: 2.13.1
18187+
resolution: "sanitize-html@npm:2.13.1"
18188+
dependencies:
18189+
deepmerge: "npm:^4.2.2"
18190+
escape-string-regexp: "npm:^4.0.0"
18191+
htmlparser2: "npm:^8.0.0"
18192+
is-plain-object: "npm:^5.0.0"
18193+
parse-srcset: "npm:^1.0.2"
18194+
postcss: "npm:^8.3.11"
18195+
checksum: 10/c6c3218ebd4d50650efc6927eb988e1fe501f9d4d8a5cefaa7c60a158c004f0cde4f3c580b0f74f37d4c640e9cc912b763fa7a154fd121173bcdd9f3f72dbc11
18196+
languageName: node
18197+
linkType: hard
18198+
1818518199
"sax@npm:>=0.6.0, sax@npm:^1.2.4":
1818618200
version: 1.2.4
1818718201
resolution: "sax@npm:1.2.4"

0 commit comments

Comments
 (0)