diff --git a/.nvmrc b/.nvmrc index 3516580..1d9b783 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.17.0 +22.12.0 diff --git a/bun.lockb b/bun.lockb index f12733f..c012ade 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index c818789..6fcb426 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.10.2", "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 6aca032..6e9509b 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.10.2", "typescript": "5.5.4" } } diff --git a/pkg/nestjs/package.json b/pkg/nestjs/package.json index 25e5cf4..7ac8870 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.10.2", "@types/supertest": "6.0.2", "supertest": "7.0.0", "typescript": "5.5.4"