From 1dcfb4d51de9222c3414e951189213a4a28d0420 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 01:12:49 +0000 Subject: [PATCH] Bump graphql-shield from 6.0.3 to 6.0.6 Bumps [graphql-shield](https://github.com/maticzav/graphql-shield) from 6.0.3 to 6.0.6. - [Release notes](https://github.com/maticzav/graphql-shield/releases) - [Commits](https://github.com/maticzav/graphql-shield/compare/v6.0.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 b03be05..3710c6f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "concurrently": "^4.1.1", "graphql": "^14.4.2", "graphql-middleware": "^3.0.2", - "graphql-shield": "^6.0.3", + "graphql-shield": "^6.0.6", "lodash": "^4.17.14", "ts-node": "^8.3.0", "typescript": "^3.5.3" diff --git a/yarn.lock b/yarn.lock index f775e2a..cca8e49 100644 --- a/yarn.lock +++ b/yarn.lock @@ -224,10 +224,10 @@ resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-12.0.12.tgz#45dd1d0638e8c8f153e87d296907659296873916" integrity sha512-SOhuU4wNBxhhTHxYaiG5NY4HBhDIDnJF60GU+2LqHAdKKer86//e4yg69aENCtQ04n0ovz+tq2YPME5t5yp4pw== -"@types/yup@0.26.21": - version "0.26.21" - resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.26.21.tgz#bfca27a02a0631495bfd25b6c63647a125e6944e" - integrity sha512-1C45M7hZrVsl8bXxYV01bitRp0r35djt+eX5HWFH3NdH+8ejqta3KM7rmQLRLrupkhF7jRkAtXl2EgDsriIqwA== +"@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== "@wry/equality@^0.1.2": version "0.1.9" @@ -829,12 +829,12 @@ graphql-middleware@^3.0.2: dependencies: graphql-tools "^4.0.4" -graphql-shield@^6.0.3: - version "6.0.3" - resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-6.0.3.tgz#a79ca8b2fe58fb9558ffc0e64fa8aa19f63af1b3" - integrity sha512-+yVT/dRWsRqeJOTHcEElJVfvIRPrhBqPlg5FHLmSkWNdGMR4AFqAQGrJteuZuNDvJ3bt380CZ96Bvf4J9hUpKA== +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.21" + "@types/yup" "0.26.23" lightercollective "^0.3.0" object-hash "^1.3.1" yup "^0.27.0"