diff --git a/bun.lockb b/bun.lockb index a0c41b3..ea9bc8e 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/client/package.json b/client/package.json index bf004a0..5524996 100644 --- a/client/package.json +++ b/client/package.json @@ -58,6 +58,6 @@ "packageManager": "bun@1.1.8", "dependencies": { "@badgateway/oauth2-client": "^2.4.2", - "zod": "^3.23.8" + "zod": "^3.24.1" } } diff --git a/federation/package.json b/federation/package.json index e053d63..89574ac 100644 --- a/federation/package.json +++ b/federation/package.json @@ -71,7 +71,7 @@ "dependencies": { "magic-regexp": "^0.8.0", "mime-types": "^2.1.35", - "zod": "^3.23.8", + "zod": "^3.24.1", "zod-validation-error": "^3.4.0" }, "devDependencies": { diff --git a/package.json b/package.json index 3c5d3fe..ae99e48 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,12 @@ "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/bun": "^1.1.14", - "@types/node": "^22.10.1", + "@types/node": "^22.10.3", "bun-plugin-dts": "^0.3.0" }, "trustedDependencies": ["@biomejs/biome"], "dependencies": { - "chalk": "^5.3.0", + "chalk": "^5.4.1", "ora": "^8.1.1" } }