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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.4",
"solid-js": "^1.9.10",
"solid-js": "^1.9.11",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

critical

The package-lock.json file has not been updated to reflect this version change. This is a critical issue as it can lead to the old, vulnerable version of solid-js being installed, negating the security benefit of this upgrade. As the pull request description warns, you need to manually update the lock file.

Please run npm install and commit the updated package-lock.json.

"solid-start": "^0.2.12",
"undici": "^7.18.2"
},
Expand Down
Loading