Skip to content

Commit 8b72346

Browse files
authored
chore: upgrade dompurify dependency to latest version (#11854) (#11856)
1 parent 5fcf925 commit 8b72346

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

‎packages/markdown/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@open-wc/dedupe-mixin": "^1.3.0",
3737
"@vaadin/component-base": "~25.0.12",
3838
"@vaadin/vaadin-themable-mixin": "~25.0.12",
39-
"dompurify": "^3.3.1",
39+
"dompurify": "^3.4.7",
4040
"lit": "^3.0.0",
4141
"marked": "^16.0.0"
4242
},

‎yarn.lock‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4330,10 +4330,10 @@ domhandler@^5.0.2, domhandler@^5.0.3:
43304330
dependencies:
43314331
domelementtype "^2.3.0"
43324332

4333-
dompurify@^3.3.1:
4334-
version "3.3.1"
4335-
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.3.1.tgz#c7e1ddebfe3301eacd6c0c12a4af284936dbbb86"
4336-
integrity sha512-qkdCKzLNtrgPFP1Vo+98FRzJnBRGe4ffyCea9IwHB1fyxPOeNTHpLKYGd4Uk9xvNoH0ZoOjwZxNptyMwqrId1Q==
4333+
dompurify@^3.4.7:
4334+
version "3.4.7"
4335+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.4.7.tgz#e2702ea4fd5d83467f1baef62309466ce7d44a82"
4336+
integrity sha512-2jBxDJY4RR06tQNy4w5FlFH7kfxsQZlufd0sbv+chfHCxeJwrFw2baUDsSwvBISD4K4RDbd0PTfy3uNXsR6siA==
43374337
optionalDependencies:
43384338
"@types/trusted-types" "^2.0.7"
43394339

0 commit comments

Comments
 (0)