diff --git a/.nvmrc b/.nvmrc index 3516580..7af24b7 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.17.0 +22.11.0 diff --git a/bun.lockb b/bun.lockb index f12733f..4c5e5da 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index c818789..2af93ef 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@commitlint/prompt-cli": "19.5.0", "@commitlint/types": "19.5.0", "@types/bun": "1.1.9", - "@types/node": "20.16.5", + "@types/node": "22.8.5", "commitlint-config-monorepo": "2.0.2", "glob": "10.4.5", "husky": "9.1.6", diff --git a/pkg/core/package.json b/pkg/core/package.json index 01b692a..8b86992 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.5", + "@types/node": "22.8.5", "typescript": "5.5.4" } } diff --git a/pkg/nestjs/package.json b/pkg/nestjs/package.json index 219a0b4..b6b539b 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.5", + "@types/node": "22.8.5", "@types/supertest": "6.0.2", "supertest": "7.0.0", "typescript": "5.5.4"