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 wasm/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"esbuild": "^0.20.1",
"esbuild-plugin-wasm": "github:Tschrock/esbuild-plugin-wasm#04ce98be15b9471980c150eb142d51b20a7dd8bd",
"vitest": "^1.3.1",
"wireit": "^0.14.4"
"wireit": "^0.14.12"

Choose a reason for hiding this comment

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

critical

While updating the wireit version here is correct, the package-lock.json file for this sub-project (wasm/hello-world/package-lock.json) has not been updated in this pull request. To ensure that the new, secure version of the dependency is actually installed in all environments, the lock file must be updated and committed as well. Please run npm install in the wasm/hello-world directory and commit the updated package-lock.json.

},
"dependencies": {
"fastestsmallesttextencoderdecoder": "^1.0.22"
Expand Down