diff --git a/package.json b/package.json index 73655ef..795b209 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "pg": "^8.4.0", "reflect-metadata": "^0.1.13", "tsyringe": "^4.6.0", - "typeorm": "0.3.6" + "typeorm": "0.3.11" }, "devDependencies": { "@types/express": "^4.17.13", diff --git a/yarn.lock b/yarn.lock index 014eddc..51bd9b5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1295,10 +1295,10 @@ type-is@~1.6.18: media-typer "0.3.0" mime-types "~2.1.24" -typeorm@0.3.6: - version "0.3.6" - resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.3.6.tgz#65203443a1b684bb746785913fe2b0877aa991c0" - integrity sha512-DRqgfqcelMiGgWSMbBmVoJNFN2nPNA3EeY2gC324ndr2DZoGRTb9ILtp2oGVGnlA+cu5zgQ6it5oqKFNkte7Aw== +typeorm@0.3.11: + version "0.3.11" + resolved "https://registry.yarnpkg.com/typeorm/-/typeorm-0.3.11.tgz#09b6ab0b0574bf33c1faf7344bab6c363cf28921" + integrity sha512-pzdOyWbVuz/z8Ww6gqvBW4nylsM0KLdUCDExr2gR20/x1khGSVxQkjNV/3YqliG90jrWzrknYbYscpk8yxFJVg== dependencies: "@sqltools/formatter" "^1.2.2" app-root-path "^3.0.0"