diff --git a/bun.lockb b/bun.lockb index 3579383..505e49b 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 3f4f561..9d88b3c 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.2", + "@types/node": "20.16.3", "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 0912594..e165803 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.2", + "@types/node": "20.16.3", "typescript": "5.5.4" } } diff --git a/pkg/nestjs/package.json b/pkg/nestjs/package.json index e0574cc..9d4702f 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.2", + "@types/node": "20.16.3", "@types/supertest": "6.0.2", "supertest": "7.0.0", "typescript": "5.5.4"