From 7ed8a20ead82b3cbdbb09d39282c08ec1293d30b Mon Sep 17 00:00:00 2001 From: Kevin Riehl Date: Sat, 9 May 2026 23:35:04 -0700 Subject: [PATCH] Sync lockfile pdfjs-dist specifier to exact 5.4.296 CI's pnpm install --frozen-lockfile rejected the previous commit because package.json was edited to drop the caret but the lockfile still had ^5.4.296. Regenerate so specifiers match. Co-Authored-By: Claude Opus 4.7 (1M context) --- pnpm-lock.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a5969aa..d9da4b4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -160,7 +160,7 @@ importers: specifier: ^1.8.0 version: 1.8.0(react@19.2.5) pdfjs-dist: - specifier: ^5.4.296 + specifier: 5.4.296 version: 5.4.296 react: specifier: ^19.2.4