diff --git a/bun.lockb b/bun.lockb index ca92367..3eaf5d2 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index f996db5..24b3955 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@commitlint/prompt-cli": "19.4.1", "@commitlint/types": "19.0.3", "@types/bun": "1.1.8", - "@types/node": "20.16.4", + "@types/node": "20.16.5", "commitlint-config-monorepo": "2.0.2", "glob": "10.4.5", "husky": "9.1.5", diff --git a/pkg/core/package.json b/pkg/core/package.json index 72acc8f..01b692a 100644 --- a/pkg/core/package.json +++ b/pkg/core/package.json @@ -25,7 +25,7 @@ "@a38/biome-config": "0.0.1", "@a38/tsconfig": "0.0.1", "@a38/typedoc": "0.0.1", - "@types/node": "20.16.4", + "@types/node": "20.16.5", "typescript": "5.5.4" } } diff --git a/pkg/nestjs/package.json b/pkg/nestjs/package.json index aec5660..219a0b4 100644 --- a/pkg/nestjs/package.json +++ b/pkg/nestjs/package.json @@ -31,7 +31,7 @@ "@nestjs/graphql": "12.2.0", "@nestjs/platform-express": "10.4.1", "@nestjs/testing": "10.4.1", - "@types/node": "20.16.4", + "@types/node": "20.16.5", "@types/supertest": "6.0.2", "supertest": "7.0.0", "typescript": "5.5.4"