Skip to content
Open
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
2 changes: 1 addition & 1 deletion apps/admin_dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"jsdom": "29.1.1",
"shadcn": "4.7.0",
"typescript": "6.0.3",
"vite": "8.0.13",
"vite": "8.0.16",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Update the Bun lockfile with this dependency bump

This changes the manifest to require vite 8.0.16, but apps/admin_dashboard/bun.lock still records the root devDependency as vite 8.0.13 and resolves the vite package entry to 8.0.13. I checked bun install --help, where --frozen-lockfile is documented as disallowing lockfile changes, so any frozen/reproducible install will either fail or continue from the stale lock instead of applying this security patch. Please regenerate and commit bun.lock along with the manifest change.

Useful? React with 👍 / 👎.

"vitest": "4.1.6"
}
}