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
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,20 @@ updates:
open-pull-requests-limit: 5
labels:
- dependencies

# The benchmark fixture is a real npm dependency tree, and nothing watched it.
# `next` sat at 16.3.0 through two critical advisories — unauthenticated RCE
# in the image-optimization API and on Windows-hosted servers, both fixed in
# 16.3.3 — and they surfaced only through advisory scanning, which opens no
# pull request. Bun reads the same manifest and lockfile the npm ecosystem
# does, so Dependabot can keep this current the way it keeps the other two.
- package-ecosystem: npm
directory: /benchmark/bun-next
schedule:
interval: weekly
day: monday
time: "07:00"
timezone: Asia/Almaty
open-pull-requests-limit: 5
labels:
- dependencies
24 changes: 12 additions & 12 deletions benchmark/bun-next/bun.lock

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

2 changes: 1 addition & 1 deletion benchmark/bun-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "bun test"
},
"dependencies": {
"next": "16.3.0",
"next": "16.3.3",
"react": "19.2.8",
"react-dom": "19.2.8"
},
Expand Down
Loading