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 code/frameworks/preact-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"prep": "jiti ../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/builder-vite": "workspace:*",
"@storybook/builder-vite": "0.1.22",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

security-critical critical

The dependency @storybook/builder-vite has been updated to version 0.1.22 in package.json. However, the PR description explicitly states that yarn.lock failed to update. For this security upgrade to be effective and to ensure consistent builds, it is critical that the yarn.lock file is regenerated and committed to reflect this version change. Failure to do so could mean the vulnerable version is still used in some environments, negating the purpose of this security fix.

"@storybook/preact": "workspace:*"
},
"devDependencies": {
Expand Down
Loading