Merge pull request #25 from scub-france/fix/security-dependabot

Fix/security dependabot
This commit is contained in:
Pier-Jean Malandrino 2026-03-29 21:12:37 +02:00 committed by GitHub
commit 31ccd076c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 434 additions and 445 deletions

File diff suppressed because it is too large Load diff

View file

@ -16,6 +16,7 @@
"format:check": "prettier --check src/"
},
"dependencies": {
"@vitest/mocker": "^4.1.2",
"dompurify": "^3.3.3",
"marked": "^17.0.4",
"pinia": "^2.3.0",
@ -25,14 +26,14 @@
"devDependencies": {
"@eslint/js": "^9.0.0",
"@types/dompurify": "^3.2.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vitejs/plugin-vue": "^6.0.5",
"eslint": "^9.0.0",
"eslint-plugin-vue": "^9.32.0",
"prettier": "^3.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.1",
"vite": "^5.4.0",
"vitest": "^2.1.0",
"vite": "^6.4.1",
"vitest": "^4.1.2",
"vue-tsc": "^2.2.12"
}
}