Skip to content

Commit

Permalink
fix(wasm): pin barcode-detector
Browse files Browse the repository at this point in the history
use exact version rather than semver range to prevent users from
unexpectedly hosting a wrong `.wasm` file from `node_modules`
see: #354 (comment)
  • Loading branch information
Sec-ant authored and gruhn committed Sep 17, 2023
1 parent 2604c9f commit be19c85
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dist"
],
"dependencies": {
"barcode-detector": "^2.0.1",
"barcode-detector": "2.0.3",
"webrtc-adapter": "^8.2.3"
},
"devDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be19c85

Please sign in to comment.