From 2da65e9b1c0b06c5f2757a912450f2bd8b3d2f66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 05:41:44 +0000 Subject: [PATCH] Bump graphql from 14.7.0 to 15.5.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 14.7.0 to 15.5.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v14.7.0...v15.5.0) Signed-off-by: dependabot[bot] --- src/jojo/graphql/package.json | 2 +- yarn.lock | 14 ++++++-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/jojo/graphql/package.json b/src/jojo/graphql/package.json index 1f3a339..634e1ba 100644 --- a/src/jojo/graphql/package.json +++ b/src/jojo/graphql/package.json @@ -6,7 +6,7 @@ "dependencies": { "class-validator": "^0.11.0", "express-graphql": "^0.11.0", - "graphql": "^14.5.8", + "graphql": "^15.5.0", "graphql-type-json": "^0.3.0", "type-graphql": "^0.17.5", "typedi": "^0.8.0" diff --git a/yarn.lock b/yarn.lock index d38b8d5..9ebf2e8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1639,20 +1639,18 @@ graphql-type-json@^0.3.0: resolved "https://registry.yarnpkg.com/graphql-type-json/-/graphql-type-json-0.3.2.tgz#f53a851dbfe07bd1c8157d24150064baab41e115" integrity sha512-J+vjof74oMlCWXSvt0DOf2APEdZOCdubEvGDUAlqH//VBYcOYsGgRW7Xzorr44LvkjiuvecWc8fChxuZZbChtg== -graphql@*, graphql@^14.5.3: +graphql@*, graphql@^15.5.0: + version "15.5.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.0.tgz#39d19494dbe69d1ea719915b578bf920344a69d5" + integrity sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA== + +graphql@^14.5.3: version "14.5.8" resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.5.8.tgz#504f3d3114cb9a0a3f359bbbcf38d9e5bf6a6b3c" integrity sha512-MMwmi0zlVLQKLdGiMfWkgQD7dY/TUKt4L+zgJ/aR0Howebod3aNgP5JkgvAULiR2HPVZaP2VEElqtdidHweLkg== dependencies: iterall "^1.2.2" -graphql@^14.5.8: - version "14.7.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.7.0.tgz#7fa79a80a69be4a31c27dda824dc04dac2035a72" - integrity sha512-l0xWZpoPKpppFzMfvVyFmp9vLN7w/ZZJPefUicMCepfJeQ8sMcztloGYY9DfjVPo6tIUDzU5Hw3MUbIjj9AVVA== - dependencies: - iterall "^1.2.2" - growl@1.10.5: version "1.10.5" resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"