diff --git a/packages/typeorm-tailordb/package.json b/packages/typeorm-tailordb/package.json index 4823bc4..f6e12e5 100644 --- a/packages/typeorm-tailordb/package.json +++ b/packages/typeorm-tailordb/package.json @@ -36,7 +36,7 @@ "@tailor-platform/function-types": "workspace:*", "@tsconfig/recommended": "1.0.13", "tsup": "8.5.1", - "typeorm": "0.3.28", + "typeorm": "0.3.29", "typescript": "5.9.3" }, "peerDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c788153..0372f1a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -94,8 +94,8 @@ importers: specifier: 8.5.1 version: 8.5.1(typescript@5.9.3) typeorm: - specifier: 0.3.28 - version: 0.3.28 + specifier: 0.3.29 + version: 0.3.29 typescript: specifier: 5.9.3 version: 5.9.3 @@ -1749,8 +1749,8 @@ packages: resolution: {integrity: sha512-nAYYwfY3qnzX30IkA6AQZjVbtK6duGontcQm1WSG1MD94YLqK0515GNApXkoxKOWMusVssAHWLh9SeaoefYFGw==} engines: {node: '>= 0.4'} - typeorm@0.3.28: - resolution: {integrity: sha512-6GH7wXhtfq2D33ZuRXYwIsl/qM5685WZcODZb7noOOcRMteM9KF2x2ap3H0EBjnSV0VO4gNAfJT5Ukp0PkOlvg==} + typeorm@0.3.29: + resolution: {integrity: sha512-wwPEX/df4l72gCmOsrs0otJZYLGA9lLQkUZCkukbsymEycV4zXv2KM7wU7v2r8L01TaCgY9ApSSqHQWBOUhEoQ==} engines: {node: '>=16.13.0'} hasBin: true peerDependencies: @@ -1826,8 +1826,8 @@ packages: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} engines: {node: '>= 10.0.0'} - uuid@11.1.0: - resolution: {integrity: sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==} + uuid@11.1.1: + resolution: {integrity: sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==} hasBin: true webidl-conversions@3.0.1: @@ -3303,7 +3303,7 @@ snapshots: es-errors: 1.3.0 is-typed-array: 1.1.15 - typeorm@0.3.28: + typeorm@0.3.29: dependencies: '@sqltools/formatter': 1.2.5 ansis: 4.2.0 @@ -3318,7 +3318,7 @@ snapshots: sha.js: 2.4.12 sql-highlight: 6.1.0 tslib: 2.8.1 - uuid: 11.1.0 + uuid: 11.1.1 yargs: 17.7.2 transitivePeerDependencies: - babel-plugin-macros @@ -3342,7 +3342,7 @@ snapshots: universalify@2.0.1: {} - uuid@11.1.0: {} + uuid@11.1.1: {} webidl-conversions@3.0.1: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index ced025e..5c268e2 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -11,3 +11,5 @@ minimumReleaseAgeExclude: - kysely@0.28.17 # Renovate security update: esbuild@0.28.1 - esbuild@0.28.1 + # Renovate security update: typeorm@0.3.29 + - typeorm@0.3.29