From 827ab692581693b726449b2604dcccffbdb089fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 19:47:38 +0000 Subject: [PATCH] Bump typeorm from 0.3.20 to 0.3.26 in /test Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.3.20 to 0.3.26. - [Release notes](https://github.com/typeorm/typeorm/releases) - [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md) - [Commits](https://github.com/typeorm/typeorm/compare/0.3.20...0.3.26) --- updated-dependencies: - dependency-name: typeorm dependency-version: 0.3.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/package.json b/test/package.json index bf367da35ca0b9..18588c2fe6986f 100644 --- a/test/package.json +++ b/test/package.json @@ -99,7 +99,7 @@ "svelte": "5.20.4", "tsyringe": "4.8.0", "type-graphql": "2.0.0-rc.2", - "typeorm": "0.3.20", + "typeorm": "0.3.26", "typescript": "5.9.2", "undici": "5.20.0", "unzipper": "0.12.3",