From 77770ddace28e8a5f0e67f6ae27868f56dd92260 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 28 Jul 2021 01:15:45 +0000 Subject: [PATCH] chore(deps): update dependency typeorm to v0.2.34 --- 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 4ef40d0..c35da4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "rimraf": "3.0.2", "rxjs": "6.6.7", "swagger-ui-express": "4.1.6", - "typeorm": "0.2.32" + "typeorm": "0.2.34" }, "devDependencies": { "@nestjs/cli": "7.6.0", @@ -14084,9 +14084,9 @@ } }, "node_modules/typeorm": { - "version": "0.2.32", - "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.32.tgz", - "integrity": "sha512-LOBZKZ9As3f8KRMPCUT2H0JZbZfWfkcUnO3w/1BFAbL/X9+cADTF6bczDGGaKVENJ3P8SaKheKmBgpt5h1x+EQ==", + "version": "0.2.34", + "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.34.tgz", + "integrity": "sha512-FZAeEGGdSGq7uTH3FWRQq67JjKu0mgANsSZ04j3kvDYNgy9KwBl/6RFgMVgiSgjf7Rqd7NrhC2KxVT7I80qf7w==", "dependencies": { "@sqltools/formatter": "^1.2.2", "app-root-path": "^3.0.0", @@ -26215,9 +26215,9 @@ } }, "typeorm": { - "version": "0.2.32", - "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.32.tgz", - "integrity": "sha512-LOBZKZ9As3f8KRMPCUT2H0JZbZfWfkcUnO3w/1BFAbL/X9+cADTF6bczDGGaKVENJ3P8SaKheKmBgpt5h1x+EQ==", + "version": "0.2.34", + "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.2.34.tgz", + "integrity": "sha512-FZAeEGGdSGq7uTH3FWRQq67JjKu0mgANsSZ04j3kvDYNgy9KwBl/6RFgMVgiSgjf7Rqd7NrhC2KxVT7I80qf7w==", "requires": { "@sqltools/formatter": "^1.2.2", "app-root-path": "^3.0.0", diff --git a/package.json b/package.json index 24ba8e5..3e193e6 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "rimraf": "3.0.2", "rxjs": "6.6.7", "swagger-ui-express": "4.1.6", - "typeorm": "0.2.32" + "typeorm": "0.2.34" }, "devDependencies": { "@nestjs/cli": "7.6.0",