chore: Upgrade pdfjs-dist from 4.0.379 to 4.10.38

Updated PDF.js library to version 4.10.38 for improved PDF rendering
and barcode scanning capabilities.

Changes:
- package.json: Updated pdfjs-dist dependency to ^4.10.38
- package-lock.json: Updated dependency tree
- public/pdf.worker.min.mjs: Updated PDF.js worker file
- app/lib/pdf/barcodeDecoder.ts: Removed unused import

This is a minor version update within v4, maintaining API compatibility
while receiving bug fixes and improvements.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Knee Cola
2025-11-23 10:48:51 +01:00
parent 2cfafa6cde
commit 9d53fb1753
4 changed files with 194 additions and 103 deletions

View File

@@ -30,7 +30,7 @@
"next": "^14.0.2",
"next-auth": "^5.0.0-beta.4",
"next-intl": "^3.7.0",
"pdfjs-dist": "^4.0.379",
"pdfjs-dist": "^4.10.38",
"pg": "^8.11.3",
"postcss": "8.4.31",
"react": "18.2.0",