From 9ec0ff065da89bb743d5db972eae5a96fb2861a6 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 4 Jun 2026 10:41:54 +0100 Subject: [PATCH] add missing mongo dependencies (#34298) * add missing mongo dependency for analytics * update build scripts for analytics * add missing mongo dependency for third-party-datastore * update build scripts for third-party-datastore * add missing mongo dependency for third-party-references * update build scripts for third-party-references * update yarn.lock for buildscript changes GitOrigin-RevId: 1c42e49af5075529a334d50648da990e4cedb1b4 --- yarn.lock | 3 +++ 1 file changed, 3 insertions(+) diff --git a/yarn.lock b/yarn.lock index c8548b78b4..5ba68c1939 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6351,6 +6351,7 @@ __metadata: "@overleaf/fetch-utils": "workspace:*" "@overleaf/logger": "workspace:*" "@overleaf/metrics": "workspace:*" + "@overleaf/migrations": "workspace:*" "@overleaf/o-error": "workspace:*" "@overleaf/promise-utils": "workspace:*" "@overleaf/redis-wrapper": "workspace:*" @@ -7137,6 +7138,7 @@ __metadata: "@overleaf/fetch-utils": "workspace:*" "@overleaf/logger": "workspace:*" "@overleaf/metrics": "workspace:*" + "@overleaf/migrations": "workspace:*" "@overleaf/mongo-utils": "workspace:*" "@overleaf/o-error": "workspace:*" "@overleaf/promise-utils": "workspace:*" @@ -7178,6 +7180,7 @@ __metadata: "@overleaf/fetch-utils": "workspace:*" "@overleaf/logger": "workspace:*" "@overleaf/metrics": "workspace:*" + "@overleaf/migrations": "workspace:*" "@overleaf/o-error": "workspace:*" "@overleaf/promise-utils": "workspace:*" "@overleaf/settings": "workspace:*"