Release action fixes, pdfjs version fixed

This commit is contained in:
MichalKinas
2025-08-11 15:16:30 +02:00
parent 18fa874682
commit 6768b966bc
3 changed files with 5 additions and 6 deletions
+4 -4
View File
@@ -25986,15 +25986,15 @@
"license": "MIT"
},
"node_modules/pdfjs-dist": {
"version": "5.4.54",
"resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-5.4.54.tgz",
"integrity": "sha512-TBAiTfQw89gU/Z4LW98Vahzd2/LoCFprVGvGbTgFt+QCB1F+woyOPmNNVgLa6djX9Z9GGTnj7qE1UzpOVJiINw==",
"version": "5.3.31",
"resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-5.3.31.tgz",
"integrity": "sha512-EhPdIjNX0fcdwYQO+e3BAAJPXt+XI29TZWC7COhIXs/K0JHcUt1Gdz1ITpebTwVMFiLsukdUZ3u0oTO7jij+VA==",
"license": "Apache-2.0",
"engines": {
"node": ">=20.16.0 || >=22.3.0"
},
"optionalDependencies": {
"@napi-rs/canvas": "^0.1.74"
"@napi-rs/canvas": "^0.1.67"
}
},
"node_modules/picocolors": {