Fixed XSS Vulnerability in Image Selector

This commit is contained in:
Ahmad 2024-10-13 23:42:12 -04:00
parent b2a08879d1
commit a050779523
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
3 changed files with 30 additions and 1 deletions

View file

@ -34,6 +34,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dompurify": "^3.1.7",
"eslint-plugin-react-compiler": "0.0.0-experimental-7670337-20240918",
"lodash": "^4.17.21",
"lucide-react": "^0.451.0",
@ -54,6 +55,7 @@
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@next/eslint-plugin-next": "^14.2.15",
"@types/dompurify": "^3",
"@types/lodash": "^4.17.10",
"@types/node": "^22.7.5",
"@types/react": "npm:types-react@rc",