Commit a064103
authored
fix(security): fix npm audit (#7824)
# Motivation
Npm detected a security vulnerability:
```
@sveltejs/kit <=2.57.0
Severity: high
@sveltejs/kit: Unvalidated redirect in handle hook causes Denial-of-Service - GHSA-3f6h-2hrp-w5wx
@sveltejs/adapter-node has a BODY_SIZE_LIMIT bypass - GHSA-2crg-3p73-43xp
fix available via `npm audit fix`
```
# Changes
Run npm audit fix + fix TS new detection.
# Tests
Tests should pass.
# Todos
- [x] Accessibility (a11y) – any impact?
- [x] Changelog – is it needed?1 parent 87857e4 commit a064103
File tree
3 files changed
+17
-6
lines changed- frontend
- src
- lib/utils
3 files changed
+17
-6
lines changedSome 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 | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments