chore: bump dompurify to 3.4.11 and expand VS Code tasks

- override dompurify to ^3.4.11 (fixes setConfig hook-pollution XSS advisory in the transitive swagger-ui-react dep)
- add frontend tasks (build, dev, gen, lint, test, typecheck, install, ncu) and go tasks (fmt, modernize, modernize -fix)
- add compound tasks: build:full (frontend + go) and check:all
This commit is contained in:
MHSanaei
2026-06-20 22:40:24 +02:00
parent 1eaa73e7c6
commit 0537cbfb10
3 changed files with 223 additions and 7 deletions
+1
View File
@@ -61,6 +61,7 @@
"vitest": "^4.1.9"
},
"overrides": {
"dompurify": "^3.4.11",
"react-copy-to-clipboard": "^5.1.1",
"react-inspector": "^9.0.0",
"react-debounce-input": {