This repository was archived by the owner on May 29, 2026. It is now read-only.
Commit f2d3a2f
chore(deps): fix Dependabot security alerts (#101)
* chore(deps): fix Dependabot security alerts
Resolves 6 open advisories:
- vite ^5.0.0 → ^6.4.2 — fixes GHSA-4w7w-66w2-5vf9 path traversal
in optimized deps .map handling (alerts #234, #235).
- postcss override <8.5.10 → ^8.5.10 — fixes GHSA-qx2v-qp2m-jg93
XSS via unescaped </style> (alert #262). Pulled in transitively
by vite.
- uuid override <11.1.1 → ^11.1.1 — fixes GHSA-w5hq-g745-h8pq
missing buffer bounds check (alert #246). Transitive via
@muyajs/core → mermaid.
- lodash-es override <4.18.0 → ^4.18.0 — fixes GHSA-r5fr-rjxr-66jc
(_.template code injection) and GHSA-f23m-r3pf-42rh
(_.unset/_.omit prototype pollution); alerts #230, #231.
Transitive via @muyajs/core → mermaid → dagre-d3-es.
Vite stays on v6 because CI (.github/workflows/deploy.yml) pins
Node 18, and vite 7+ requires Node 20.19+.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore(lint): restore eslint config for React + TS
The Vue-era .eslintrc.js was deleted in a33f339 (vue-to-react
refactor) but the `lint` script in package.json still references
eslint, so `pnpm lint` errored with "couldn't find a configuration
file" on every run.
Add a standard Vite-React-TS .eslintrc.cjs aligned with the
already-installed plugins (@typescript-eslint, react,
react-hooks, react-refresh). Escape two apostrophes in Sponsor.tsx
that the new react/no-unescaped-entities rule flagged.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3d692cb commit f2d3a2f
4 files changed
Lines changed: 267 additions & 153 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
33 | 40 | | |
34 | 41 | | |
0 commit comments