Skip to content

Commit 84ecc9d

Browse files
committed
fix(deps): update dependency dompurify to ^2.4.1
1 parent 349373d commit 84ecc9d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@slickgrid-universal/rxjs-observable": "2.0.0",
5959
"@types/jquery": "^3.5.14",
6060
"dequal": "^2.0.3",
61-
"dompurify": "^2.4.0",
61+
"dompurify": "^2.4.1",
6262
"jquery": "^3.6.1",
6363
"rxjs": ">=7.5.0",
6464
"sortablejs": "^1.15.0"

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -4682,6 +4682,11 @@ dompurify@^2.4.0:
46824682
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.4.0.tgz#c9c88390f024c2823332615c9e20a453cf3825dd"
46834683
integrity sha512-Be9tbQMZds4a3C6xTmz68NlMfeONA//4dOavl/1rNw50E+/QO0KVpbcU0PcaW0nsQxurXls9ZocqFxk8R2mWEA==
46844684

4685+
dompurify@^2.4.1:
4686+
version "2.4.1"
4687+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.4.1.tgz#f9cb1a275fde9af6f2d0a2644ef648dd6847b631"
4688+
integrity sha512-ewwFzHzrrneRjxzmK6oVz/rZn9VWspGFRDb4/rRtIsM1n36t9AKma/ye8syCpcw+XJ25kOK/hOG7t1j2I2yBqA==
4689+
46854690
domutils@^2.8.0:
46864691
version "2.8.0"
46874692
resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.8.0.tgz#4437def5db6e2d1f5d6ee859bd95ca7d02048135"

0 commit comments

Comments
 (0)