From 196b60448705fb0eb712d2d4c1c9a7fe2a2f8129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 14:24:51 +0000 Subject: [PATCH] Bump typeorm from 0.3.5 to 0.3.6 Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/typeorm/typeorm/releases) - [Changelog](https://github.com/typeorm/typeorm/blob/0.3.6/CHANGELOG.md) - [Commits](https://github.com/typeorm/typeorm/compare/0.3.5...0.3.6) --- 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 220e702..fd15cf1 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.3.5" + "typeorm": "^0.3.6" }, "devDependencies": { "@types/node": "^17.0.23", diff --git a/yarn.lock b/yarn.lock index ddd7e4b..2ea6154 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1197,10 +1197,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typeorm@^0.3.5: - version "0.3.5" - resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.3.5.tgz#8fe50d517de5ec6f4b38856ea0f180e4a60cf7e4" - integrity sha512-KL4c8nQqouHaXs4m1J3xh7oXWqX4+A9poExbceLxBRtlavpJQYqiSnqt3JYGpy7Tl9vD5DG5DrmZrSslTkkW5Q== +typeorm@^0.3.6: + version "0.3.6" + resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.3.6.tgz#65203443a1b684bb746785913fe2b0877aa991c0" + integrity sha512-DRqgfqcelMiGgWSMbBmVoJNFN2nPNA3EeY2gC324ndr2DZoGRTb9ILtp2oGVGnlA+cu5zgQ6it5oqKFNkte7Aw== dependencies: "@sqltools/formatter" "^1.2.2" app-root-path "^3.0.0"