From c03975468aa5d341094ec77a81a8166d80f93b42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 01:17:32 +0000 Subject: [PATCH] chore(deps): 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 5ac46a8..e8022e3 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "cors": "^2.8.5", "dotenv": "^8.2.0", "graphql": "14.6.0", - "graphql-shield": "5.7.3", + "graphql-shield": "6.0.6", "graphql-yoga": "1.18.3", "jsonwebtoken": "8.5.1", "lodash": "^4.17.15", diff --git a/yarn.lock b/yarn.lock index f5bf423..1450df7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -159,10 +159,10 @@ dependencies: "@types/node" "*" -"@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" @@ -776,12 +776,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"