Commit f80e92c
committed
chore(deps): fix all 7 npm audit vulnerabilities
- vite: ^6 -> ^8.0.9 (fix path traversal GHSA-4w7w-66w2-5vf9)
- vitest: ^2 -> ^4.1.4 (transitive fixes via vite)
- @vitejs/plugin-react: ^4.3 -> ^6.0.0 (required voor vite@8 compat)
- Override fast-xml-parser naar ^5.5.7 voor alle transitive deps
(upstream @thatopen/components 3.4.2 shipt nog kwetsbare 5.3.7)
Verificatie:
- npm audit: found 0 vulnerabilities (was: 1 high, 5 moderate, 1 low)
- npm run build: slaagt in 3.5s, 161 modules
Bekende pre-existing issue (niet upgrade-gerelateerd):
- bcfSlice.test.ts heeft 22 tests die addBcfIssue/getBcfStats aanroepen,
functies die niet meer in de store staan na refactor in commit 95901d9.
Separaat op te lossen.
Fixes #1 dependabot alert.1 parent 93c0692 commit f80e92c
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
0 commit comments