Skip to content

Commit

Permalink
fix(deps): update dependency dompurify to ^2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 20, 2021
1 parent 22b9911 commit 2133254
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -73,7 +73,7 @@
},
"dependencies": {
"@types/marked": "^3.0.1",
"dompurify": "^2.3.2",
"dompurify": "^2.3.3",
"jsdom": "^17.0.0",
"marked": "^3.0.4"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -492,10 +492,10 @@ domexception@^2.0.1:
dependencies:
webidl-conversions "^5.0.0"

dompurify@^2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.2.tgz#c773efa410abb5c087c7caf44934fefa448f6e60"
integrity sha512-jXJnvWloI+scD+N5uBikpUMsYXZb0LCAXxLFAOLS5duCzKfXLqBCpuINvFOiI4eJgTLggrngljT18HNoakHUsA==
dompurify@^2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.3.tgz#c1af3eb88be47324432964d8abc75cf4b98d634c"
integrity sha512-dqnqRkPMAjOZE0FogZ+ceJNM2dZ3V/yNOuFB7+39qpO93hHhfRpHw3heYQC7DPK9FqbQTfBKUJhiSfz4MvXYwg==

emoji-regex@^8.0.0:
version "8.0.0"
Expand Down

0 comments on commit 2133254

Please sign in to comment.