Skip to content

Commit

Permalink
fix: upgrade dompurify from 2.3.3 to 2.3.4 (#2078)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade dompurify from 2.3.3 to 2.3.4.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/auth0-sdks/project/42f9738c-6d9c-4c05-9008-8b4db478c2af?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: Steve Hobbs <[email protected]>
  • Loading branch information
snyk-bot and Steve Hobbs authored Jan 7, 2022
1 parent 4ca0e71 commit b3dd8a9
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 @@ -109,7 +109,7 @@
"auth0-password-policies": "^1.0.2",
"blueimp-md5": "^2.19.0",
"classnames": "^2.3.1",
"dompurify": "^2.2.8",
"dompurify": "^2.3.4",
"immutable": "^3.7.3",
"jsonp": "^0.2.1",
"node-fetch": "^2.6.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3317,10 +3317,10 @@ domhandler@^4.0.0, domhandler@^4.2.0:
dependencies:
domelementtype "^2.2.0"

dompurify@^2.2.8:
version "2.3.3"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.3.tgz#c1af3eb88be47324432964d8abc75cf4b98d634c"
integrity sha512-dqnqRkPMAjOZE0FogZ+ceJNM2dZ3V/yNOuFB7+39qpO93hHhfRpHw3heYQC7DPK9FqbQTfBKUJhiSfz4MvXYwg==
dompurify@^2.3.4:
version "2.3.4"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.4.tgz#1cf5cf0105ccb4debdf6db162525bd41e6ddacc6"
integrity sha512-6BVcgOAVFXjI0JTjEvZy901Rghm+7fDQOrNIcxB4+gdhj6Kwp6T9VBhBY/AbagKHJocRkDYGd6wvI+p4/10xtQ==

domutils@^2.5.2, domutils@^2.6.0, domutils@^2.7.0:
version "2.8.0"
Expand Down

0 comments on commit b3dd8a9

Please sign in to comment.