diff options
| author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-10-01 04:17:34 -0400 |
|---|---|---|
| committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-10-01 04:17:34 -0400 |
| commit | 111a4775788a52b218d5dbb49ef8c2d83d90ff3e (patch) | |
| tree | 92d5cbd85fc0a956295a7d71a1f500479c06c941 /package.json | |
| parent | 96883cb177d44ed9e06e800de9b35bda36e6fd1c (diff) | |
added dompurify
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index a1def81de..f0fa676a6 100644 --- a/package.json +++ b/package.json @@ -37,6 +37,7 @@ "@types/cookie-session": "^2.0.48", "@types/d3": "^7.4.3", "@types/dom-mediacapture-record": "^1.0.19", + "@types/dompurify": "^3.0.5", "@types/exif": "^0.6.5", "@types/express": "^5.0.0", "@types/express-session": "^1.17.10", @@ -173,6 +174,7 @@ "D": "^1.0.0", "d3": "^7.8.5", "depcheck": "^1.4.7", + "dompurify": "^3.1.7", "dotenv": "^16.4.5", "eslint-webpack-plugin": "^4.1.0", "exif": "^0.6.0", |
