chore: upgrade libpdf (#2409)

This commit is contained in:
Lucas Smith
2026-01-26 12:20:33 +11:00
committed by GitHub
parent 67da488f63
commit 42d6e1cbbd
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -15,7 +15,7 @@
"dependencies": {
"@ai-sdk/google-vertex": "3.0.81",
"@documenso/prisma": "*",
"@libpdf/core": "^0.2.0",
"@libpdf/core": "^0.2.2",
"@lingui/conf": "^5.6.0",
"@lingui/core": "^5.6.0",
"ai": "^5.0.104",
@@ -4155,9 +4155,9 @@
"license": "MIT"
},
"node_modules/@libpdf/core": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@libpdf/core/-/core-0.2.0.tgz",
"integrity": "sha512-rVY2QvTYhc9L8Z9JKEjfVF/eHLc5cnjeRQ8C5G/FnOrwATQOcrNI4lgagQ3wzL6YFy97t6NP41E/vt5q2Ve3Hw==",
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/@libpdf/core/-/core-0.2.2.tgz",
"integrity": "sha512-qxYHUirZc4YSxTYkUVtLHqM9ypC9iKPOpHYfpDIUYAZyDGgcHh4SOwhkInHY/Q51TBajXRv6ZZd9fjSPvoQZnw==",
"license": "MIT",
"dependencies": {
"@noble/ciphers": "^2.1.1",
+1 -1
View File
@@ -86,7 +86,7 @@
"dependencies": {
"@ai-sdk/google-vertex": "3.0.81",
"@documenso/prisma": "*",
"@libpdf/core": "^0.2.0",
"@libpdf/core": "^0.2.2",
"@lingui/conf": "^5.6.0",
"@lingui/core": "^5.6.0",
"ai": "^5.0.104",