From 85aa03d0dbe453097e11eb02b0b4235cd4207cc9 Mon Sep 17 00:00:00 2001
From: Alexandre Paradis <service.paradis@gmail.com>
Date: Tue, 15 Feb 2022 09:04:35 -0500
Subject: [PATCH] Add @nestjs/passport to Nest monorepo (#14239)

---
 lib/config/presets/internal/monorepo.ts | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts
index 94328ae1d3..943ed85807 100644
--- a/lib/config/presets/internal/monorepo.ts
+++ b/lib/config/presets/internal/monorepo.ts
@@ -133,7 +133,10 @@ const repoGroups = {
   'mikro-orm': 'https://github.com/mikro-orm/mikro-orm',
   mockito: 'https://github.com/mockito/mockito',
   mstest: 'https://github.com/microsoft/testfx',
-  nest: 'https://github.com/nestjs/nest',
+  nest: [
+    'https://github.com/nestjs/nest',
+    'https://github.com/nestjs/passport',
+  ],
   netty: 'https://github.com/netty/netty',
   neutrino: [
     'https://github.com/neutrinojs/neutrino',
-- 
GitLab