From c3c84ad85c9dc3bcf021b4a22b0293a3fe735783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 14:27:48 +0000 Subject: [PATCH] Bump typeorm from 0.2.43 to 0.2.44 Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.2.43 to 0.2.44. - [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.2.43...0.2.44) --- updated-dependencies: - dependency-name: typeorm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 455fb77..65a6f4d 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "mysql2": "^2.3.3", "reflect-metadata": "^0.1.13", "socket.io-client": "^4.4.1", - "typeorm": "^0.2.43" + "typeorm": "^0.2.44" }, "devDependencies": { "@types/node": "^17.0.19", diff --git a/yarn.lock b/yarn.lock index 31eb8c2..61198b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1202,10 +1202,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typeorm@^0.2.43: - version "0.2.43" - resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.2.43.tgz#110d629ed5d0b014c735f0213f06b34abb32d298" - integrity sha512-j4SU8I0PsMWtF64s/9tOJmlexzfDsvXhTjSE2GXdSseUN8TYyfbCm/fJnC6lx3uHgBJL4z9bE8U/7qyC/FVmNw== +typeorm@^0.2.44: + version "0.2.44" + resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.2.44.tgz#4cc07eb1eb7a0e7f3ec9e65ded9eb3c3aedbb3e1" + integrity sha512-yFyb9Ts73vGaS/O06TvLpzvT5U/ngO31GeciNc0eoH7P1QcG8kVZdOy9FHJqkTeDmIljMRgWjbYUoMw53ZY7Xw== dependencies: "@sqltools/formatter" "^1.2.2" app-root-path "^3.0.0"