Skip to content

Commit

Permalink
fix(deps): update dependency dompurify to v3 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 16, 2023
1 parent 3a7b633 commit 9f8cb15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"@slickgrid-universal/event-pub-sub": "~2.4.0",
"@slickgrid-universal/pagination-component": "~2.4.1",
"dequal": "^2.0.3",
"dompurify": "^2.4.4",
"dompurify": "^3.0.0",
"font-awesome": "^4.7.0",
"i18next": ">=22.0.0",
"jquery": "^3.6.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6272,10 +6272,10 @@ dompurify@^2.4.3:
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.4.3.tgz#f4133af0e6a50297fc8874e2eaedc13a3c308c03"
integrity sha512-q6QaLcakcRjebxjg8/+NP+h0rPfatOgOzc46Fst9VAA3jF2ApfKBNKMzdP4DYTqtUMXSCd5pRS/8Po/OmoCHZQ==

dompurify@^2.4.4:
version "2.4.4"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.4.4.tgz#c17803931dd524e1b68e0e940a84567f9498f4bd"
integrity sha512-1e2SpqHiRx4DPvmRuXU5J0di3iQACwJM+mFGE2HAkkK7Tbnfk9WcghcAmyWc9CRrjyRRUpmuhPUH6LphQQR3EQ==
dompurify@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.0.0.tgz#6adc6f918376d93419ed1ee35811850680027cba"
integrity sha512-0g/yr2IJn4nTbxwL785YxS7/AvvgGFJw6LLWP+BzWzB1+BYOqPUT9Hy0rXrZh5HLdHnxH72aDdzvC9SdTjsuaA==

domutils@^1.7.0:
version "1.7.0"
Expand Down

0 comments on commit 9f8cb15

Please sign in to comment.