This repository was archived by the owner on Mar 13, 2025. It is now read-only.
Commit 7894fa4
Bump undici version and minimum node version (#333)
* Bump undici version and minimum node version
To target security vulnerabilities in undici, we update to the latest version.
From undici v5.7.0, we require a node >=16.8.0 - here we update the minimum to 16.13.0 (the first Node 16 LTS release)
* Pin undici version
We should pin the version of undici
* Wrap `Body#formData()` `Buffer` chunks in `Uint8Array`s
Workaround for nodejs/undici#1601
* Delay freed check in `HTMLRewriter` `ArrayBuffer(View)` chunk test
Co-authored-by: MrBBot <[email protected]>1 parent 5a48285 commit 7894fa4
File tree
31 files changed
+87
-85
lines changed- .github/workflows
- docs/src/content/get-started
- packages
- cache
- cli-parser
- core
- src
- plugins
- standards
- durable-objects
- html-rewriter
- test
- http-server
- jest-environment-miniflare
- kv
- miniflare
- r2
- runner-vm
- scheduler
- sites
- storage-file
- storage-memory
- storage-redis
- watcher
- web-sockets
- scripts
31 files changed
+87
-85
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments