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
fix: upgrade wireit from 0.14.4 to 0.14.12
Snyk has created this PR to upgrade wireit from 0.14.4 to 0.14.12.

See this package in npm:
wireit

See this project in Snyk:
https://app.snyk.io/org/noflbeta/project/51a38b9e-3016-4d78-86d9-9de96a25065c?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Aug 12, 2025
commit 70a1ea6e10a3a4b347f61a981463526a3ae87f63
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