Commit 49fa667
chore(deps) Fix/security vulnerabilities (#114)
* fix(security): update vulnerable dependencies
Update dompurify, hono, @hono/node-server, and multer to patched
versions in testplanit. Run npm audit fix in forge-app to resolve
transitive dependency vulnerabilities.
Remaining unresolvable vulns are in transitive deps locked by
eslint-config-next, shadcn, swagger-ui-react, @svgr/webpack, and pm2.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix(security): update overrides for vulnerable transitive dependencies
Update pnpm overrides to resolve Dependabot security alerts:
- @hono/node-server: 1.19.9 → 1.19.10 (authorization bypass)
- hono: >=4.11.10 → >=4.12.4 (serveStatic file access, SSE injection, cookie injection)
- dompurify: ^3.2.4 → ^3.3.2 (XSS vulnerability)
- svgo: add override >=3.3.3 (DoS via entity expansion)
- minimatch@3: ^3.1.3 → ^3.1.4 (ReDoS)
- serialize-javascript: add override >=7.0.3 (RCE via RegExp/Date)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* chore(deps): update dependencies in testplanit
- Bump @tanstack/react-virtual from ^3.13.20 to ^3.13.21
- Update @tiptap/core and related extensions from ^3.20.0 to ^3.20.1
- Update ioredis from 5.10.0 to 5.9.2
- Update @types/node from ^25.3.0 to ^25.3.5
- Update dompurify from ^3.2.4 to ^3.3.2
- Update hono from >=4.11.10 to >=4.12.4
- Update @hono/node-server from 1.19.9 to 1.19.10
- Update various other dependencies to their latest versions
This update includes minor version bumps and security patches to ensure stability and security of the project.
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3af81c0 commit 49fa667
7 files changed
Lines changed: 6431 additions & 8206 deletions
File tree
- cli
- forge-app
- testplanit
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
0 commit comments