Add Sanitize HTML

This commit is contained in:
Dana Lee 2025-01-13 16:13:49 +01:00
parent a0b7cac3a5
commit ba14c91255
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View file

@ -840,6 +840,7 @@
"@types/nodemailer": "^6.4.14",
"@types/promise-ftp": "^1.3.4",
"@types/rfc2047": "^2.0.1",
"@types/sanitize-html": "^2.11.0",
"@types/showdown": "^1.9.4",
"@types/snowflake-sdk": "^1.6.24",
"@types/ssh2-sftp-client": "^5.1.0",
@ -905,6 +906,7 @@
"rhea": "1.0.24",
"rrule": "2.8.1",
"rss-parser": "3.13.0",
"sanitize-html": "2.12.1",
"semver": "7.5.4",
"showdown": "2.1.0",
"simple-git": "3.17.0",

View file

@ -1851,6 +1851,9 @@ importers:
rss-parser:
specifier: 3.13.0
version: 3.13.0
sanitize-html:
specifier: 2.12.1
version: 2.12.1
semver:
specifier: ^7.5.4
version: 7.6.0
@ -1936,6 +1939,9 @@ importers:
'@types/rfc2047':
specifier: ^2.0.1
version: 2.0.1
'@types/sanitize-html':
specifier: ^2.11.0
version: 2.11.0
'@types/showdown':
specifier: ^1.9.4
version: 1.9.4