From c29323656fccc277cef72675aa21e9ab2c4e5683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:33:46 +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 af9ac35..409f343 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "jsonwebtoken": "^8.5.1", "pg": "^7.3.0", "reflect-metadata": "^0.1.10", - "type-graphql": "^0.17.5", + "type-graphql": "^0.17.6", "typeorm": "0.2.19" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index 6fac74d..91caf2c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3110,10 +3110,10 @@ tslib@^1.10.0, tslib@^1.9.0, tslib@^1.9.3: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a" integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ== -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"