Skip to content

Commit

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

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 Feb 14, 2023
1 parent 3e5c1e7 commit 6ce7969
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.54.0",
"colorbrewer": "^1.5.3",
"dompurify": "^2.4.2",
"dompurify": "^2.4.4",
"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 @@ -5869,10 +5869,10 @@ dompurify@^2.3.1, dompurify@^2.3.2:
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.6.tgz#2e019d7d7617aacac07cbbe3d88ae3ad354cf875"
integrity sha512-OFP2u/3T1R5CEgWCEONuJ1a5+MFKnOYpkywpUSxv/dj1LeBT1erK+JwM7zK0ROy2BRhqVCf0LRw/kHqKuMkVGg==

dompurify@^2.4.2:
version "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==

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

0 comments on commit 6ce7969

Please sign in to comment.