Skip to content

Commit

Permalink
update dompurify (#44)
Browse files Browse the repository at this point in the history
* update dompurify

* bump version
  • Loading branch information
asnewman authored Nov 11, 2024
1 parent dadb908 commit c37660d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ditto-react",
"version": "1.6.2-alpha.0",
"version": "1.6.3",
"description": "React SDK for using product copy from Ditto in development.",
"author": "Ditto Tech Inc.",
"license": "MIT",
Expand Down Expand Up @@ -60,6 +60,6 @@
"dist"
],
"dependencies": {
"dompurify": "^3.0.5"
"dompurify": "^3.2.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5197,10 +5197,10 @@ domhandler@^4.0.0, domhandler@^4.2.0:
dependencies:
domelementtype "^2.2.0"

dompurify@^3.0.5:
version "3.0.5"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.0.5.tgz#eb3d9cfa10037b6e73f32c586682c4b2ab01fbed"
integrity sha512-F9e6wPGtY+8KNMRAVfxeCOHU0/NPWMSENNq4pQctuXRqqdEPW7q3CrLbR5Nse044WwacyjHGOMlvNsBe1y6z9A==
dompurify@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.0.tgz#53c414317c51503183696fcdef6dd3f916c607ed"
integrity sha512-AMdOzK44oFWqHEi0wpOqix/fUNY707OmoeFDnbi3Q5I8uOpy21ufUA5cDJPr0bosxrflOVD/H2DMSvuGKJGfmQ==

domutils@^1.7.0:
version "1.7.0"
Expand Down

0 comments on commit c37660d

Please sign in to comment.