From 2b8ea7352b99bc83aac088b0106ba90130d639d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Aug 2022 18:47:28 +0000 Subject: [PATCH] chore(deps): update dependency typeorm to v0.3.9 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index b8859a9..99e1435 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "rimraf": "3.0.2", "rxjs": "7.5.6", "swagger-ui-express": "4.5.0", - "typeorm": "0.3.8" + "typeorm": "0.3.9" }, "devDependencies": { "@nestjs/cli": "8.2.8", @@ -11663,9 +11663,9 @@ "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" }, "node_modules/typeorm": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.8.tgz", - "integrity": "sha512-77PNamypfwieZlhwbUAjMudX2T+5F6JCoNR18RdKenJ5Uu+9gc9AWa1kmz/2hH84MU23lGqPCu8u2lKnlfsN2g==", + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.9.tgz", + "integrity": "sha512-xNcE44D4hn74n7pjuMog9hRgep+BiO3IBpjEaQZ8fb56zsDz7xHT1GAeWwmGuuU+4nDEELp2mIqgSCR+zxR7Jw==", "dependencies": { "@sqltools/formatter": "^1.2.2", "app-root-path": "^3.0.0", @@ -21019,9 +21019,9 @@ "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" }, "typeorm": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.8.tgz", - "integrity": "sha512-77PNamypfwieZlhwbUAjMudX2T+5F6JCoNR18RdKenJ5Uu+9gc9AWa1kmz/2hH84MU23lGqPCu8u2lKnlfsN2g==", + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.9.tgz", + "integrity": "sha512-xNcE44D4hn74n7pjuMog9hRgep+BiO3IBpjEaQZ8fb56zsDz7xHT1GAeWwmGuuU+4nDEELp2mIqgSCR+zxR7Jw==", "requires": { "@sqltools/formatter": "^1.2.2", "app-root-path": "^3.0.0", diff --git a/package.json b/package.json index d54b472..5ecba8e 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "rimraf": "3.0.2", "rxjs": "7.5.6", "swagger-ui-express": "4.5.0", - "typeorm": "0.3.8" + "typeorm": "0.3.9" }, "devDependencies": { "@nestjs/cli": "8.2.8",