From 1ca366041b61e7a13a7305d3942641839acb27f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:44:50 +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 3116fbe..6d09343 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "reflect-metadata": "^0.1.13", "rimraf": "^3.0.0", "rxjs": "^6.5.3", - "type-graphql": "^0.17.5", + "type-graphql": "^0.17.6", "typeorm": "^0.2.21" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index ad24a14..efabfbf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7314,10 +7314,10 @@ type-fest@^0.8.1: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d" integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== -type-graphql@^0.17.3, 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.3, 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"