Skip to content

Commit fe86acb

Browse files
committed
release: v4.5.7
1 parent f4d3c46 commit fe86acb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/vite/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## <small>4.5.7 (2025-01-20)</small>
2+
3+
* fix: `crypto.getRandomValues` is not available in old Node versions (#19237) ([f4d3c46](https://github.com/vitejs/vite/commit/f4d3c46)), closes [#19237](https://github.com/vitejs/vite/issues/19237)
4+
5+
6+
17
## <small>4.5.6 (2025-01-20)</small>
28

39
* fix!: check host header to prevent DNS rebinding attacks and introduce `server.allowedHosts` ([ef1049d](https://github.com/vitejs/vite/commit/ef1049d))

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite",
3-
"version": "4.5.6",
3+
"version": "4.5.7",
44
"type": "module",
55
"license": "MIT",
66
"author": "Evan You",

0 commit comments

Comments
 (0)