diff --git a/bun.lockb b/bun.lockb index 3ffcc49..0a46bb1 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 9f45dd2..315902a 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "^4.20231016.0", - "@types/node": "^20.11.24", + "@types/node": "^22.0.0", "@types/semver": "^7.5.8", "@types/supertest": "^2.0.12", "@vitest/coverage-v8": "^1.3.0", diff --git a/playground/node/package.json b/playground/node/package.json index 4ee7358..401bcee 100644 --- a/playground/node/package.json +++ b/playground/node/package.json @@ -16,6 +16,6 @@ "tsx": "^4.0.0", "ofetch": "^1.3.3", "bun-types": "latest", - "@types/node": "^20.6.0" + "@types/node": "^22.0.0" } }