Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions docs/releases/UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ GitHub release description, then reset it after the release is published.

## Internal/release changes

- None yet.
- Raised the vulnerable `fast-uri` and `hono` overrides, plus lockfile
resolutions for both `brace-expansion` majors, `fast-uri`, `hono`,
`ip-address`, and `nanoid`, to patched releases.

## Validation

### Tested

- Not tested yet.
- Pinned Bun 1.3.12 CI: frozen install, typecheck, lint, 1,133 tests pass,
one skips, coverage passes at 82.48% lines, and build passes.
- The pinned OSV Scanner v2.3.8 image reports no unfiltered advisories.

### Not tested yet

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"overrides": {
"body-parser": "2.3.0",
"fast-uri": "3.1.4",
"hono": "4.12.27",
"fast-uri": "3.1.5",
"hono": "4.12.34",
"postcss": "^8.5.18"
},
"scripts": {
Expand Down
Loading