From de0c5f20dae65870fe1b57e79f56b5f9f15b9fec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:35:24 +0000 Subject: [PATCH] Bump type-graphql from 0.17.5 to 0.17.6 Bumps [type-graphql](https://github.com/MichalLytek/type-graphql) from 0.17.5 to 0.17.6. - [Release notes](https://github.com/MichalLytek/type-graphql/releases) - [Changelog](https://github.com/MichalLytek/type-graphql/blob/master/CHANGELOG.md) - [Commits](https://github.com/MichalLytek/type-graphql/compare/v0.17.5...v0.17.6) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6cf4aca..168fc7e 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "graphql": "^14.5.8", "reflect-metadata": "^0.1.10", "sqlite3": "^4.1.0", - "type-graphql": "^0.17.5", + "type-graphql": "^0.17.6", "typeorm": "0.2.20" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index cb2a3c9..2dc0af6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3335,10 +3335,10 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0: resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64" integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q= -type-graphql@^0.17.5: - version "0.17.5" - resolved "https://registry.yarnpkg.com/type-graphql/-/type-graphql-0.17.5.tgz#7f2f189ff7b9faef33537291ef333ff9adbee21c" - integrity sha512-wscr63K0j9UKcX/nBTySamLd7nMZeYKmADk8A9sVmcPh+clNJUAw96784dg2VZn/sUdmN1y2AeKzmTjCfVB5sA== +type-graphql@^0.17.6: + version "0.17.6" + resolved "https://registry.yarnpkg.com/type-graphql/-/type-graphql-0.17.6.tgz#2a939df607f7ca2924986fd0c0b8c753835d7d01" + integrity sha512-UFZaMMnpae3zeu9qCdWN82hm8wQeYu/+sQFbG5v3vlTtctZ9Xle9bvNi/rzSbQaG94K9Y5O5AGxjVKKMpEAMYA== dependencies: "@types/glob" "^7.1.1" "@types/node" "^12.6.2"