From 4bfbf926c916a5959d88265ee2ffb95fb44a1582 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 16:35:48 +0000 Subject: [PATCH] chore(deps): update dependency typeorm to v0.3.10 --- 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 5aef4a7..9efe1e7 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.9" + "typeorm": "0.3.10" }, "devDependencies": { "@nestjs/cli": "8.2.8", @@ -11666,9 +11666,9 @@ "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" }, "node_modules/typeorm": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.9.tgz", - "integrity": "sha512-xNcE44D4hn74n7pjuMog9hRgep+BiO3IBpjEaQZ8fb56zsDz7xHT1GAeWwmGuuU+4nDEELp2mIqgSCR+zxR7Jw==", + "version": "0.3.10", + "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.10.tgz", + "integrity": "sha512-VMKiM84EpJQ+Mz9xDIPqnfplWhyUy1d8ccaKdMY9obifxJOTFnv8GYVyPsGwG8Lk7Nb8MlttHyHWENGAhBA3WA==", "dependencies": { "@sqltools/formatter": "^1.2.2", "app-root-path": "^3.0.0", @@ -21029,9 +21029,9 @@ "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" }, "typeorm": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.9.tgz", - "integrity": "sha512-xNcE44D4hn74n7pjuMog9hRgep+BiO3IBpjEaQZ8fb56zsDz7xHT1GAeWwmGuuU+4nDEELp2mIqgSCR+zxR7Jw==", + "version": "0.3.10", + "resolved": "https://registry.npmjs.org/typeorm/-/typeorm-0.3.10.tgz", + "integrity": "sha512-VMKiM84EpJQ+Mz9xDIPqnfplWhyUy1d8ccaKdMY9obifxJOTFnv8GYVyPsGwG8Lk7Nb8MlttHyHWENGAhBA3WA==", "requires": { "@sqltools/formatter": "^1.2.2", "app-root-path": "^3.0.0", diff --git a/package.json b/package.json index c09fab2..894ed36 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.9" + "typeorm": "0.3.10" }, "devDependencies": { "@nestjs/cli": "8.2.8",