From bc56a461a02893780c18669e9b6061d547af0550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Nov 2020 18:33:14 +0000 Subject: [PATCH] chore(deps): bump typeorm-transactional-cls-hooked from 0.1.16 to 0.1.17 Bumps [typeorm-transactional-cls-hooked](https://github.com/odavid/typeorm-transactional-cls-hooked) from 0.1.16 to 0.1.17. - [Release notes](https://github.com/odavid/typeorm-transactional-cls-hooked/releases) - [Changelog](https://github.com/odavid/typeorm-transactional-cls-hooked/blob/master/CHANGELOG.md) - [Commits](https://github.com/odavid/typeorm-transactional-cls-hooked/compare/v0.1.16...v0.1.17) Signed-off-by: dependabot[bot] --- apps/core/package.json | 2 +- yarn.lock | 16 ++++------------ 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/apps/core/package.json b/apps/core/package.json index 3830e01d..2f492e32 100644 --- a/apps/core/package.json +++ b/apps/core/package.json @@ -42,7 +42,7 @@ "typeorm": "0.2.29", "typeorm-naming-strategies": "^2.0.0", "typeorm-test-transactions": "^1.9.0", - "typeorm-transactional-cls-hooked": "0.1.16" + "typeorm-transactional-cls-hooked": "0.1.17" }, "devDependencies": { "@nestjs/cli": "7.5.3", diff --git a/yarn.lock b/yarn.lock index f24c9704..152e5d51 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12685,18 +12685,10 @@ typeorm-test-transactions@^1.9.0: dependencies: typeorm-transactional-cls-hooked "^0.1.12" -typeorm-transactional-cls-hooked@0.1.16: - version "0.1.16" - resolved "https://registry.yarnpkg.com/typeorm-transactional-cls-hooked/-/typeorm-transactional-cls-hooked-0.1.16.tgz#e54c1bdf572fe63fba64a20da2825263fddd2e76" - integrity sha512-pzjBoO5ejO31Tvqn9Hg1HTnFgZ1VIfb56BNfVeYeMdEZdHlBEck4JUf9MEXChMIlX1wx8kd/yKI3waix4DS2mA== - dependencies: - "@types/cls-hooked" "^4.2.1" - cls-hooked "^4.2.2" - -typeorm-transactional-cls-hooked@^0.1.12: - version "0.1.12" - resolved "https://registry.yarnpkg.com/typeorm-transactional-cls-hooked/-/typeorm-transactional-cls-hooked-0.1.12.tgz#30f6985655505475922da0bcd88a04ee72073760" - integrity sha512-kCKYVzmE+re8AbMCUR2hgXYFjhsTUo2L0r2ypo1mU8KY7WG+7S5o2LDhONX3OYJ12V81SOWHHmxGRwU82nYtWg== +typeorm-transactional-cls-hooked@0.1.17, typeorm-transactional-cls-hooked@^0.1.12: + version "0.1.17" + resolved "https://registry.yarnpkg.com/typeorm-transactional-cls-hooked/-/typeorm-transactional-cls-hooked-0.1.17.tgz#7d7743836f487c3ba6fc777780e6c0e9a9101326" + integrity sha512-iuDh0/vsQBVvQmjZ5KKZHhlbsgQLD8uUKZypzaMFOh9/N99j9fxgz4NCLBCDl4K30vCi7SROpiuEXAPtMxy+ew== dependencies: "@types/cls-hooked" "^4.2.1" cls-hooked "^4.2.2"