Skip to content

Commit 215459c

Browse files
committed
Fix test?
1 parent 0e6d4e2 commit 215459c

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

dev-packages/node-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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",

dev-packages/node-integration-tests/suites/tracing/nestjs/scenario.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
2-
// @ts-nocheck These are only tests
31
/* eslint-disable @typescript-eslint/naming-convention */
42
/* eslint-disable @typescript-eslint/explicit-member-accessibility */
53
import { loggingTransport, sendPortToRunner } from '@sentry-internal/node-integration-tests';

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4393,10 +4393,10 @@
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"

0 commit comments

Comments
 (0)