Corriger pb de vulnérabilités (jsPDF >= 3.0.0)

This commit is contained in:
C. Fuhrman 2025-04-10 21:29:04 -04:00
parent aa50af402e
commit 4895b2b8a7
2 changed files with 208 additions and 155 deletions

353
client/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -18,18 +18,18 @@
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^7.0.1",
"@mui/icons-material": "^7.0.2",
"@mui/lab": "^5.0.0-alpha.153",
"@mui/material": "^7.0.1",
"@mui/material": "^7.0.2",
"@types/uuid": "^9.0.7",
"axios": "^1.8.1",
"dompurify": "^3.2.5",
"esbuild": "^0.25.2",
"gift-pegjs": "^2.0.0-beta.1",
"jest-environment-jsdom": "^29.7.0",
"jspdf": "^2.5.2",
"jspdf": "^3.0.1",
"jwt-decode": "^4.0.0",
"katex": "^0.16.11",
"katex": "^0.16.22",
"marked": "^15.0.8",
"nanoid": "^5.1.5",
"qrcode.react": "^4.2.0",
@ -74,7 +74,7 @@
"ts-jest": "^29.3.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.1",
"vite": "^6.2.0",
"vite": "^6.2.6",
"vite-plugin-environment": "^1.1.3"
}
}