Update npm dependencies

barcode-detector 3.0.0 => 3.0.1
This commit is contained in:
Claudio Ortolina
2025-02-23 16:45:02 +00:00
parent 1685354487
commit 1193fa5914
+9 -9
View File
@@ -14,11 +14,11 @@
"integrity": "sha512-MD2JJ25S4tnjnhjWyalMS6K6p0h+zQV6+Ylm+aGbiS8tSn/aHLSGNzBgduj6FB4zH0ax2GRMGYi/8G1uOxhXWA=="
},
"node_modules/barcode-detector": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/barcode-detector/-/barcode-detector-3.0.0.tgz",
"integrity": "sha512-BABMtctq2a5TxTG41xgdPC+rkuTn9Hsh07EAJ3l4bVM1cj0iA6CbXHyCgdjHPaFJCYnhDbiEJF22DSrw8Hr/vg==",
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/barcode-detector/-/barcode-detector-3.0.1.tgz",
"integrity": "sha512-3fCzG/Py4SVgZJhubD1mt7rVprtHEVWrxQN4FUOG0oulPE4193evbgyptxcOYsfTNEtMlWc+Ec9tdxhjlR4/Ww==",
"dependencies": {
"zxing-wasm": "^2.0.1"
"zxing-wasm": "^2.1.0"
}
},
"node_modules/type-fest": {
@@ -33,12 +33,12 @@
}
},
"node_modules/zxing-wasm": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/zxing-wasm/-/zxing-wasm-2.0.1.tgz",
"integrity": "sha512-C0xM9zqHnZ7Y2quc3aEutAl56qyLzryn72qDUyccsw/DlL8+VG2ZZWxslfy0cDEH0xDtFQwV1sOiC7H40WpGhQ==",
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/zxing-wasm/-/zxing-wasm-2.1.0.tgz",
"integrity": "sha512-CvuwDZHRHwg6PeCARaCDIp3dauD4cin0mbHrQQZtMDrr5mblPzCimAjdw/XMhD/Au10q/f5+SAupvYqYvUOg1Q==",
"dependencies": {
"@types/emscripten": "^1.39.13",
"type-fest": "^4.33.0"
"@types/emscripten": "^1.40.0",
"type-fest": "^4.35.0"
},
"peerDependencies": {
"@types/emscripten": ">=1.39.6"