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 @@ -47,7 +47,7 @@
"typescript": "~5.5.3",
"vite": "^5.4.21",
"vue-tsc": "^2.0.26",
"wrangler": "3.102.0"
"wrangler": "3.114.17"

Choose a reason for hiding this comment

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

critical

The package.json file correctly updates the wrangler dependency. However, the PR description indicates that the package-lock.json file was not updated. For a dependency upgrade, especially a security one, it is critical to update the lock file to ensure consistent and reproducible builds across all environments. This prevents potential issues where different environments might resolve different transitive dependencies, possibly reintroducing the vulnerability or causing unexpected behavior. Please regenerate and commit the package-lock.json file by running npm install or yarn install.

},
"volta": {
"node": "20.15.0"
Expand Down