diff --git a/packages/kysely-tailordb-codegen/package.json b/packages/kysely-tailordb-codegen/package.json index 7ebc67c..254d6d4 100644 --- a/packages/kysely-tailordb-codegen/package.json +++ b/packages/kysely-tailordb-codegen/package.json @@ -31,7 +31,7 @@ "@tailor-platform/function-types": "workspace:*", "@types/fs-extra": "11.0.4", "@types/node": "22.19.15", - "esbuild": "0.27.4", + "esbuild": "0.28.1", "kysely": "0.28.17", "kysely-codegen": "0.18.5", "typescript": "5.9.3", diff --git a/packages/typeorm-tailordb-codegen/package.json b/packages/typeorm-tailordb-codegen/package.json index 4dfb88d..e927aed 100644 --- a/packages/typeorm-tailordb-codegen/package.json +++ b/packages/typeorm-tailordb-codegen/package.json @@ -31,7 +31,7 @@ "@tailor-platform/function-types": "workspace:*", "@types/fs-extra": "11.0.4", "@types/node": "22.19.15", - "esbuild": "0.27.4", + "esbuild": "0.28.1", "fs-extra": "11.3.4", "typescript": "5.9.3", "unenv": "1.10.0" diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index ca6e6ba..ced025e 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -9,3 +9,5 @@ onlyBuiltDependencies: minimumReleaseAgeExclude: # Renovate security update: kysely@0.28.17 - kysely@0.28.17 + # Renovate security update: esbuild@0.28.1 + - esbuild@0.28.1