diff --git a/bun.lockb b/bun.lockb index ad9cb51..1a742f0 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 7340638..33e8513 100644 --- a/package.json +++ b/package.json @@ -51,16 +51,16 @@ "pretty-print": "bunx prettier --write *.{mjs,ts,json} src/*.*" }, "devDependencies": { - "@types/node": "^20.11.5", - "@types/web": "^0.0.135", - "bun-types": "^1.0.23", - "np": "^9.2.0", - "open": "^10.0.3", - "prettier": "3.2.4", + "@types/node": "^20.11.28", + "@types/web": "^0.0.142", + "bun-types": "^1.0.31", + "np": "^10.0.1", + "open": "^10.1.0", + "prettier": "3.2.5", "prettier-plugin-organize-imports": "3.2.4", - "tsup": "^8.0.1", - "typedoc": "^0.25.7", - "typescript": "^5.3.3" + "tsup": "^8.0.2", + "typedoc": "^0.25.12", + "typescript": "^5.4.2" }, "engines": { "node": ">=16"