Update npm dependencies

barcode-detector 3.0.5 => 3.0.6
This commit is contained in:
Claudio Ortolina
2025-09-30 11:44:18 +03:00
parent ec40f357d5
commit 42a9a450c8
+28 -13
View File
@@ -37,12 +37,12 @@
"license": "MIT"
},
"node_modules/barcode-detector": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/barcode-detector/-/barcode-detector-3.0.5.tgz",
"integrity": "sha512-SWeGhJ8SEW0T3Anbr2wEugUXW2bSCld3PauZh+LjTgN1lSInnIrI+RnG53NkzS4pl3cfPCl1AZ10Rq+hSkXBSw==",
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/barcode-detector/-/barcode-detector-3.0.6.tgz",
"integrity": "sha512-v4xTr6B+FINl/p1RDl38qzIwF+Repfo+k/a/HlKTJKAJpNvACD6v7AH7LSPvfR4AdzXXuwai04huA4TWn02Znw==",
"license": "MIT",
"dependencies": {
"zxing-wasm": "2.2.0"
"zxing-wasm": "2.2.2"
}
},
"node_modules/canvas-confetti": {
@@ -86,6 +86,18 @@
"node": ">=4"
}
},
"node_modules/tagged-tag": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz",
"integrity": "sha512-yEFYrVhod+hdNyx7g5Bnkkb0G6si8HJurOoOEgC8B/O0uXLHlaey/65KRv6cuWBNhBgHKAROVpc7QyYqE5gFng==",
"license": "MIT",
"engines": {
"node": ">=20"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/tailwindcss": {
"version": "4.1.13",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.13.tgz",
@@ -95,12 +107,15 @@
"peer": true
},
"node_modules/type-fest": {
"version": "4.41.0",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz",
"integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==",
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.0.1.tgz",
"integrity": "sha512-9MpwAI52m8H6ssA542UxSLnSiSD2dsC3/L85g6hVubLSXd82wdI80eZwTWhdOfN67NlA+D+oipAs1MlcTcu3KA==",
"license": "(MIT OR CC0-1.0)",
"dependencies": {
"tagged-tag": "^1.0.0"
},
"engines": {
"node": ">=16"
"node": ">=20"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
@@ -114,13 +129,13 @@
"license": "MIT"
},
"node_modules/zxing-wasm": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/zxing-wasm/-/zxing-wasm-2.2.0.tgz",
"integrity": "sha512-RyHxVaAHsLSDzmwcAG05IF8sVOE5Ta2JT1dRDh0mzVZOIiDXZstsjkqvKHasN1n4lvFSbX7ngkHDufnt/XI07Q==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/zxing-wasm/-/zxing-wasm-2.2.2.tgz",
"integrity": "sha512-Q9/B9whEwAUABvr7ScHl36wVZTBWVHAaumx45uGQLl2GGRp5ZRtDtwbz5scOwl/xzL07fximIqoQqqmzf9eJJA==",
"license": "MIT",
"dependencies": {
"@types/emscripten": "^1.40.1",
"type-fest": "^4.41.0"
"@types/emscripten": "^1.41.2",
"type-fest": "^5.0.1"
},
"peerDependencies": {
"@types/emscripten": ">=1.39.6"