chore: upgrade libpdf (#2406)

This commit is contained in:
Lucas Smith
2026-01-22 12:45:20 +11:00
committed by GitHub
parent a7963b385a
commit fd3ebc08ec
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -16,7 +16,7 @@
"@ai-sdk/google-vertex": "3.0.81",
"@documenso/pdf-sign": "^0.1.0",
"@documenso/prisma": "*",
"@libpdf/core": "^0.1.0",
"@libpdf/core": "^0.1.1",
"@lingui/conf": "^5.6.0",
"@lingui/core": "^5.6.0",
"ai": "^5.0.104",
@@ -4286,9 +4286,9 @@
"license": "MIT"
},
"node_modules/@libpdf/core": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@libpdf/core/-/core-0.1.0.tgz",
"integrity": "sha512-VXxnNfYW9OED+XIBi9PVms3ahnK7DEUZRvkQdHJwZTV/iO9F7zfwvWRLjKy0Tg6h5CIzETgQgkE1kyEbq+2PsA==",
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@libpdf/core/-/core-0.1.1.tgz",
"integrity": "sha512-rnYa0LGIi6SsTjxYveDXovRMQzRl9o2LmZKavxJFLPHA8cS7fOgARWnn26bx/ZCDj3Pb6hxXAOAQYws+vITnrg==",
"license": "MIT",
"dependencies": {
"@noble/ciphers": "^2.1.1",