From 284887464bb54c967b286f0465f49ccebfe1eb0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 01:19:55 +0000 Subject: [PATCH] Bump graphql-shield from 5.7.3 to 6.0.6 Bumps [graphql-shield](https://github.com/maticzav/graphql-shield) from 5.7.3 to 6.0.6. - [Release notes](https://github.com/maticzav/graphql-shield/releases) - [Commits](https://github.com/maticzav/graphql-shield/compare/v5.7.3...v6.0.6) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index cf83014..7685191 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "bcrypt": "3.0.6", "canvas": "^2.6.0", "cuid": "^2.1.6", - "graphql-shield": "5.7.3", + "graphql-shield": "6.0.6", "graphql-yoga": "1.18.3", "jsonwebtoken": "8.5.1", "mime-types": "^2.1.24", diff --git a/yarn.lock b/yarn.lock index 23f4965..83f734f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -214,10 +214,10 @@ resolved "https://registry.yarnpkg.com/@types/webgl2/-/webgl2-0.0.4.tgz#c3b0f9d6b465c66138e84e64cb3bdf8373c2c279" integrity sha512-PACt1xdErJbMUOUweSrbVM7gSIYm1vTncW2hF6Os/EeWi6TXYAYMPp+8v6rzHmypE5gHrxaxZNXgMkJVIdZpHw== -"@types/yup@0.26.18": - version "0.26.18" - resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.26.18.tgz#7f76ad65b385577fb89936ce26a7f830a9560a9c" - integrity sha512-bKGlHqe+SrvdZONwB+H7hihsvl4yAaOIhN6Sgnnuo6NQOJ0bBNc53Ztfe8ORZHBcPC/OVxhFrxnJIjsGsDbR8w== +"@types/yup@0.26.23": + version "0.26.23" + resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.26.23.tgz#00721a3b675e7609e5bcccb94234e86b754bcd04" + integrity sha512-+tipAL6prdInS/avA6QityIFBDvHnqk1Tv9L5JMEws5IZC6agymBGAoDsrPyYp42wGcktyQtYKv9kvGPEKd4Qg== "@types/zen-observable@^0.5.3": version "0.5.4" @@ -944,12 +944,12 @@ graphql-playground-middleware-lambda@1.7.12: dependencies: graphql-playground-html "1.6.12" -graphql-shield@5.7.3: - version "5.7.3" - resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-5.7.3.tgz#308daa76b66fae0ae4cc8d491b7bf1221b87f569" - integrity sha512-RFy+wK0EUshhWBThA8YDUghRPNRMYcCetjVO3eu4xAdWf5K366gt5ekz0eWkYp2bR6g+t0/9O0pKW4yw/gkCHA== +graphql-shield@6.0.6: + version "6.0.6" + resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-6.0.6.tgz#ef8c53f1dd972c2d1828ffd45ce9b1f877576534" + integrity sha512-rwhno5ZvEBbedQ8mEOi/Lk71J5CrpQCOcyuDIO+qb1hqm7cvWLtLVyZFrhVp7vN/vULV9oX30j0clC/1d05LpQ== dependencies: - "@types/yup" "0.26.18" + "@types/yup" "0.26.23" lightercollective "^0.3.0" object-hash "^1.3.1" yup "^0.27.0"