From b9d96d0406484538d965460d9932ad8a2dce1660 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 13:45:19 +0300 Subject: [PATCH] Bump typeorm from 0.3.9 to 0.3.10 (#47) Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.3.9 to 0.3.10. - [Release notes](https://github.com/typeorm/typeorm/releases) - [Changelog](https://github.com/typeorm/typeorm/blob/0.3.10/CHANGELOG.md) - [Commits](https://github.com/typeorm/typeorm/compare/0.3.9...0.3.10) --- updated-dependencies: - dependency-name: typeorm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 7ed554c..c7b880a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "nunjucks": "^3.2.3", "passport": "~0.6.0", "sequelize": "^6.21.6", - "typeorm": "^0.3.9", + "typeorm": "^0.3.10", "validator": "^13.7.0" }, "devDependencies": { @@ -2658,9 +2658,9 @@ } }, "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", @@ -5050,9 +5050,9 @@ } }, "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 cf2dec4..ed15d06 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "nunjucks": "^3.2.3", "passport": "~0.6.0", "sequelize": "^6.21.6", - "typeorm": "^0.3.9", + "typeorm": "^0.3.10", "validator": "^13.7.0" }, "devDependencies": {