Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
fix: add dompurify (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
taustad authored Oct 11, 2023
1 parent efbb1c9 commit dfdad25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
"ag-charts-react": "^7.3.0",
"axios": "^1.3.4",
"core-js": "^3.31.1",
"dompurify": "^3.0.6",
"downshift": "^7.6.0",
"re-resizable": "^6.9.9",
"react": "^18.2.0",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5763,6 +5763,11 @@ domexception@^4.0.0:
dependencies:
webidl-conversions "^7.0.0"

dompurify@^3.0.6:
version "3.0.6"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.0.6.tgz#925ebd576d54a9531b5d76f0a5bef32548351dae"
integrity sha512-ilkD8YEnnGh1zJ240uJsW7AzE+2qpbOUYjacomn3AvJ6J4JhKGSZ2nh4wUIXPZrEPppaCLx5jFe8T89Rk8tQ7w==

downshift@^7.6.0:
version "7.6.2"
resolved "https://registry.npmjs.org/downshift/-/downshift-7.6.2.tgz"
Expand Down

0 comments on commit dfdad25

Please sign in to comment.