Skip to content

Commit be19c85

Browse files
Sec-antgruhn
authored andcommitted
fix(wasm): pin barcode-detector
use exact version rather than semver range to prevent users from unexpectedly hosting a wrong `.wasm` file from `node_modules` see: #354 (comment)
1 parent 2604c9f commit be19c85

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dist"
3737
],
3838
"dependencies": {
39-
"barcode-detector": "^2.0.1",
39+
"barcode-detector": "2.0.3",
4040
"webrtc-adapter": "^8.2.3"
4141
},
4242
"devDependencies": {

pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)