From 8700ea03fb07973d172e9dcec81366b9f5952bb7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 30 Dec 2022 18:40:27 +0000 Subject: [PATCH] fix: upgrade typeorm from 0.3.6 to 0.3.11 Snyk has created this PR to upgrade typeorm from 0.3.6 to 0.3.11. See this package in npm: See this project in Snyk: https://app.snyk.io/org/raphaelcaputo2/project/ef1b9a31-bc04-4ed0-8ff6-308cc93f6593?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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"