Skip to content

Commit

Permalink
fix: update DOMPurify to 2.5.7 (#624)
Browse files Browse the repository at this point in the history
Co-authored-by: web-padawan <[email protected]>
  • Loading branch information
DiegoCardoso and web-padawan authored Oct 25, 2024
1 parent e1a1599 commit ca45c00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"highcharts": "6.1.4",
"polymer": "^2.0.0",
"DOMPurify": "2.0.5",
"DOMPurify": "2.5.7",
"vaadin-themable-mixin": "vaadin/vaadin-themable-mixin#^1.5.2",
"vaadin-license-checker": "vaadin/license-checker#^2.1.0",
"vaadin-element-mixin": "vaadin/vaadin-element-mixin#^2.3.2"
Expand Down
8 changes: 4 additions & 4 deletions package-lock-p3.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@vaadin/vaadin-element-mixin": "^2.3.2",
"@vaadin/vaadin-license-checker": "^2.1.0",
"@vaadin/vaadin-themable-mixin": "^1.5.2",
"dompurify": "2.0.5",
"dompurify": "2.5.7",
"highcharts": "6.1.4"
},
"devDependencies": {
Expand Down Expand Up @@ -4409,9 +4409,9 @@
}
},
"node_modules/dompurify": {
"version": "2.0.5",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.0.5.tgz",
"integrity": "sha512-DErslJjzL8PoJOkPm3mfQsBPH9Kn05WdGyV7yxX/KpSf9r54TfnUf12HfBYL55KBlM/DUin2y9FkuPlI5OxRlQ=="
"version": "2.5.7",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.7.tgz",
"integrity": "sha512-2q4bEI+coQM8f5ez7kt2xclg1XsecaV9ASJk/54vwlfRRNQfDqJz2pzQ8t0Ix/ToBpXlVjrRIx7pFC/o8itG2Q=="
},
"node_modules/dot-prop": {
"version": "4.2.1",
Expand Down

0 comments on commit ca45c00

Please sign in to comment.