Commit f619b63
Dependencies security updates (#36)
* fix: update dependencies for security vulnerabilities
**Direct dependency updates:**
- happy-dom: ^17.4.4 → ^20.3.1 (critical: VM Context Escape fix)
- playwright: ^1.52.0 → ^1.57.0 (high: SSL certificate verification fix)
- next: 15.3.6 → 15.5.9 (moderate: Server Actions Source Code Exposure fix)
- vite: ^6.3.5 → ^6.4.1 (low: middleware and fs settings fixes)
- vitest: ^3.2.4 → ^4.0.17 (fixes glob vulnerability)
- @vitest/coverage-v8: ^3.2.4 → ^4.0.17
- @vitest/browser: ^3.1.2 → ^4.0.17
- eslint: ^9.34.0 → ^9.39.2 (fixes @eslint/plugin-kit ReDoS)
- @eslint/js: ^9.26.0 → ^9.39.2
- @next/eslint-plugin-next: ^15.3.6 → ^15.5.9
- vite-plugin-node-polyfills: ^0.23.0 → ^0.25.0
**pnpm overrides for transitive dependencies:**
- glob: >=10.5.0 (high: command injection fix)
- form-data: >=4.0.4 (critical: unsafe random fix)
- axios: >=1.12.0 (high: SSRF and DoS fixes)
- qs: >=6.14.1 (high: DoS via memory exhaustion fix)
- js-yaml: >=4.1.1 (moderate: prototype pollution fix)
- tmp: >=0.2.4 (low: symlink dir fix)
- mermaid: >=11.10.0 (moderate: vulnerabilities fix)
- mdast-util-to-hast: >=13.2.1 (moderate: unsanitized class fix)
- pbkdf2: >=3.1.3 (critical: Uint8Array input fix)
- sha.js: >=2.4.12 (critical: hash rewind fix)
Reduced vulnerabilities from 35 to 4 (3 low, 1 moderate).
Remaining issues are unfixable transitive dependencies:
- vite in @vitest/browser (needs vitest update)
- elliptic (no patch available)
Co-authored-by: greg <greg@gnazar.io>
* test: update fetchNameFromAddress snapshot for changed on-chain data
The ANS name for address 0xfb385da49059a1a0617f085eddeeb67ef2b0f4d0ca0b3e324f36af35650351fa
changed from 'rasa.apt' to 'fasterandmorefuriouser.apt' on testnet.
Co-authored-by: greg <greg@gnazar.io>
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>1 parent eee357e commit f619b63
File tree
8 files changed
+855
-1688
lines changed- apps/docs
- examples/vite
- packages
- eslint-config
- js-pro/src/queries
- react
- src/queries
8 files changed
+855
-1688
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
40 | 52 | | |
41 | 53 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
0 commit comments