Skip to content

Commit c226f4f

Browse files
Version Packages (#9599)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bb2253d commit c226f4f

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/breezy-ravens-think.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cool-lies-fly.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/kit/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sveltejs/kit
22

3+
## 1.15.1
4+
5+
### Patch Changes
6+
7+
- fix: pin undici to 5.20.0 ([#9591](https://github.com/sveltejs/kit/pull/9591))
8+
9+
- fix: address security advisory CVE-2023-29003 by including `text/plain` and `PUT`/`PATCH`/`DELETE` requests in set of blocked cross-origin requests for CSRF protection ([`bb2253d5`](https://github.com/sveltejs/kit/commit/bb2253d51d00aba2e4353952d4fb0dcde6c77123))
10+
311
## 1.15.0
412

513
### Minor Changes

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "1.15.0",
3+
"version": "1.15.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)