From a3ade04b8f784977308f1f16556131ed17ed5b8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 10:21:18 +0000 Subject: [PATCH] chore(deps): bump typeorm from 0.3.17 to 0.3.31 in /demo Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.3.17 to 0.3.31. - [Release notes](https://github.com/typeorm/typeorm/releases) - [Changelog](https://github.com/typeorm/typeorm/blob/0.3.31/CHANGELOG.md) - [Commits](https://github.com/typeorm/typeorm/compare/0.3.17...0.3.31) --- updated-dependencies: - dependency-name: typeorm dependency-version: 0.3.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/package.json b/demo/package.json index a73412b..c50ba5b 100644 --- a/demo/package.json +++ b/demo/package.json @@ -4,7 +4,7 @@ "@nativescript-community/sqlite": "*", "@nativescript/core": "8.1.3", "nativescript-theme-core": "^2.0.24", - "typeorm": "0.3.17" + "typeorm": "0.3.31" }, "devDependencies": { "@nativescript/ios": "8.1.0",