Skip to content

Commit

Permalink
HTML content sanitization and parsing for html tags inside toast (#350)
Browse files Browse the repository at this point in the history
* Add HTML content sanitization using DOMPurify for parsing html tags inside toast

* Add HTML content sanitization using DOMPurify for parsing html tags inside toast

* regenerate package-lock.json file, updated pnpm-lock.yaml
  • Loading branch information
borisadamyan authored Mar 10, 2024
1 parent 4088630 commit 9ddd0e6
Show file tree
Hide file tree
Showing 3 changed files with 1,017 additions and 1,043 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@
},
"devDependencies": {
"@playwright/test": "^1.30.0",
"@types/dompurify": "^3.0.5",
"@types/node": "^18.11.13",
"@types/react": "^18.0.26",
"dompurify": "^3.0.9",
"prettier": "^2.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -52,4 +54,4 @@
"react-dom": "^18.0.0"
},
"packageManager": "pnpm@6.32.11"
}
}
Loading

0 comments on commit 9ddd0e6

Please sign in to comment.