fix: cross site scripting issue on /share pages (#16255)

This commit is contained in:
Jason Rasmussen
2025-02-22 06:32:53 -05:00
committed by GitHub
parent caea3a0812
commit e4b6efc1f5
4 changed files with 58 additions and 11 deletions

View File

@@ -85,6 +85,7 @@
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1",
"sanitize-filename": "^1.6.3",
"sanitize-html": "^2.14.0",
"semver": "^7.6.2",
"sharp": "^0.33.0",
"sirv": "^3.0.0",
@@ -117,6 +118,7 @@
"@types/picomatch": "^3.0.0",
"@types/pngjs": "^6.0.5",
"@types/react": "^19.0.0",
"@types/sanitize-html": "^2.13.0",
"@types/semver": "^7.5.8",
"@types/supertest": "^6.0.0",
"@types/ua-parser-js": "^0.7.36",