File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
dev-packages/node-integration-tests Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 2626 },
2727 "dependencies" : {
2828 "@hapi/hapi" : " ^20.3.0" ,
29- "@nestjs/common" : " ^10.3.3 " ,
29+ "@nestjs/common" : " ^10.3.7 " ,
3030 "@nestjs/core" : " ^10.3.3" ,
3131 "@nestjs/platform-express" : " ^10.3.3" ,
3232 "@prisma/client" : " 5.9.1" ,
Original file line number Diff line number Diff line change 1+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
2+ // @ts -nocheck These are only tests
13/* eslint-disable @typescript-eslint/naming-convention */
24/* eslint-disable @typescript-eslint/explicit-member-accessibility */
35import { loggingTransport , sendPortToRunner } from '@sentry-internal/node-integration-tests' ;
@@ -45,7 +47,7 @@ class AppModule {}
4547
4648async function init ( ) : Promise < void > {
4749 const app = await NestFactory . create ( AppModule ) ;
48- await app . listen ( ) ;
50+ await app . listen ( port ) ;
4951 sendPortToRunner ( port ) ;
5052}
5153
Original file line number Diff line number Diff line change 43934393 resolved "https://registry.yarnpkg.com/@lukeed/csprng/-/csprng-1.1.0.tgz#1e3e4bd05c1cc7a0b2ddbd8a03f39f6e4b5e6cfe"
43944394 integrity sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==
43954395
4396- "@nestjs/common@^10.3.3 ":
4397- version "10.3.3 "
4398- resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-10.3.3 .tgz#ba20f756dbed62f5fe29737c42384ad41156c9e9 "
4399- integrity sha512-LAkTe8/CF0uNWM0ecuDwUNTHCi1lVSITmmR4FQ6Ftz1E7ujQCnJ5pMRzd8JRN14vdBkxZZ8VbVF0BDUKoKNxMQ ==
4396+ "@nestjs/common@^10.3.7 ":
4397+ version "10.3.7 "
4398+ resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-10.3.7 .tgz#38ab5ff92277cf1f26f4749c264524e76962cfff "
4399+ integrity sha512-gKFtFzcJznrwsRYjtNZoPAvSOPYdNgxbTYoAyLTpoy393cIKgLmJTHu6ReH8/qIB9AaZLdGaFLkx98W/tFWFUw ==
44004400 dependencies:
44014401 uid "2.0.2"
44024402 iterare "1.2.1"
You can’t perform that action at this time.
0 commit comments