diff --git a/bun.lockb b/bun.lockb index 481e420..dc575c4 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 9199f9a..c18ef11 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ } }, "engines": { - "node": "22.x" + "node": ">=20.x" }, "scripts": { "update-deps": "bunx npm-check-updates --root --format group -i", @@ -60,11 +60,11 @@ "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/bun": "latest", - "@types/node": "^22.8.6", + "@types/node": "^22.8.7", "@vitest/coverage-v8": "^2.1.4", "copyfiles": "^2.4.1", "del-cli": "^6.0.0", - "effect-errors": "^1.7.26", + "effect-errors": "^1.7.27", "readme-package-icons": "^1.1.16", "ts-paths-resolver": "^1.1.9", "typescript": "5.6.3",