Skip to content
Merged
Changes from 1 commit
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"dependencies": {
"esptool-js": "^0.5.7",
"vite": "^7.1.9"
"vite": "^7.1.11"
Comment on lines 69 to +71

Choose a reason for hiding this comment

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

P1 Badge Update lockfile for Vite patch upgrade

Changing dependencies.vite to ^7.1.11 alone does not actually install the patched version because pnpm-lock.yaml still locks [email protected] (e.g. around line 2957). pnpm install will continue to resolve 7.1.9 and the directory traversal CVE remains present. Please regenerate the lockfile so the lock also points at 7.1.11.

Useful? React with 👍 / 👎.

},
"engines": {
"node": ">=24.7.0",
Expand Down
Loading