From b0995c466f6fd6bb734af7ec16f658335fa41709 Mon Sep 17 00:00:00 2001 From: Ricardo Viera Date: Fri, 5 Dec 2025 01:00:35 -0700 Subject: [PATCH] fix: resolve TypeScript Buffer type conflicts in CI - Update yarn.lock to resolve @types/node version conflicts - Fix deployment failures caused by Buffer interface incompatibility - Addresses multiple conflicting versions: v18.19.130, v20.5.1, v22.19.1, v24.10.1 --- yarn.lock | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index 6659a61..8f10959 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2386,7 +2386,7 @@ dependencies: "@types/node" "*" -"@types/node@*", "@types/node@^24.10.1": +"@types/node@*": version "24.10.1" resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.1.tgz#91e92182c93db8bd6224fca031e2370cef9a8f01" integrity sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ== @@ -2405,6 +2405,13 @@ dependencies: undici-types "~5.26.4" +"@types/node@^20.0.0": + version "20.19.25" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.19.25.tgz#467da94a2fd966b57cc39c357247d68047611190" + integrity sha512-ZsJzA5thDQMSQO788d7IocwwQbI8B5OPzmqNvpf3NY/+MHDAS759Wo0gd2WQeXYt5AAAQjzcrTVC6SKCuYgoCQ== + dependencies: + undici-types "~6.21.0" + "@types/node@^22.5.5": version "22.19.1" resolved "https://registry.yarnpkg.com/@types/node/-/node-22.19.1.tgz#1188f1ddc9f46b4cc3aec76749050b4e1f459b7b"