mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-05 05:03:08 +00:00
Fixed XSS Vulnerability in Image Selector
This commit is contained in:
parent
b2a08879d1
commit
a050779523
3 changed files with 30 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue