Skip to content

Commit

Permalink
fix: upgrade dompurify from 2.4.9 to 2.5.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade dompurify from 2.4.9 to 2.5.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/jumpinjackie/project/237aa0ce-9fa8-40ed-aa0f-0fdb7e4e2a3f?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Apr 9, 2024
1 parent 43a7abc commit a2ae551
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 @@ -56,7 +56,7 @@
"dependencies": {
"@blueprintjs/core": "^3.53.0",
"colorbrewer": "^1.5.6",
"dompurify": "^2.4.9",
"dompurify": "^2.5.0",
"expr-eval": "2.0.2",
"geojson-vt": "^3.2.1",
"immutability-helper": "^3.1.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6134,10 +6134,10 @@ dompurify@^2.3.1, dompurify@^2.3.2:
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.5.tgz#c83ed5a3ae5ce23e52efe654ea052ffb358dd7e3"
integrity sha512-kD+f8qEaa42+mjdOpKeztu9Mfx5bv9gVLO6K9jRx4uGvh6Wv06Srn4jr1wPNY2OOUGGSKHNFN+A8MA3v0E0QAQ==

dompurify@^2.4.9:
version "2.4.9"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.4.9.tgz#9ccdd9e1780653156b09de873f5372bc1eaf2c40"
integrity sha512-iHtnxYMotKgOTvxIqq677JsKHvCOkAFqj9x8Mek2zdeHW1XjuFKwjpmZeMaXQRQ8AbJZDbcRz/+r1QhwvFtmQg==
dompurify@^2.5.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.5.0.tgz#13b1115d79b9340e6db80b4624653f665885b15f"
integrity sha512-5RXhAXSCrKTqt9pSbobT9PVRX+oPpENplTZqCiK1l0ya+ZOzwo9kqsGLbYRsAhzIiLCwKEy99XKSSrqnRTLVcw==

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

0 comments on commit a2ae551

Please sign in to comment.