From fa11886eaaae480de2af6bbdf630c75bcae66249 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 04:25:30 +0000 Subject: [PATCH] Bump graphql-shield from 6.0.4 to 6.0.5 in /backend Bumps [graphql-shield](https://github.com/maticzav/graphql-shield) from 6.0.4 to 6.0.5. - [Release notes](https://github.com/maticzav/graphql-shield/releases) - [Commits](https://github.com/maticzav/graphql-shield/compare/v6.0.4...v6.0.5) Signed-off-by: dependabot-preview[bot] --- backend/package.json | 2 +- backend/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/backend/package.json b/backend/package.json index 290244edd..4fde3ea4c 100644 --- a/backend/package.json +++ b/backend/package.json @@ -66,7 +66,7 @@ "graphql-iso-date": "~3.6.1", "graphql-middleware": "~3.0.5", "graphql-middleware-sentry": "^3.2.0", - "graphql-shield": "~6.0.4", + "graphql-shield": "~6.0.5", "graphql-tag": "~2.10.1", "helmet": "~3.20.0", "jsonwebtoken": "~8.5.1", diff --git a/backend/yarn.lock b/backend/yarn.lock index 0cd1ce266..071a21fd3 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -1377,10 +1377,10 @@ dependencies: "@types/yargs-parser" "*" -"@types/yup@0.26.22": - version "0.26.22" - resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.26.22.tgz#66da181bfddaf797192f5fc2795583e033568407" - integrity sha512-AhUPifCc7j2BEfp+wye3Mj7v3mMhbtu5BbO7n0zpwC/NVSETc8+MHENRmoxjE8wLC8AmFr5+uEhg5cvqusaRFQ== +"@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.8.0": version "0.8.0" @@ -4183,12 +4183,12 @@ graphql-request@~1.8.2: dependencies: cross-fetch "2.2.2" -graphql-shield@~6.0.4: - version "6.0.4" - resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-6.0.4.tgz#f7c5b4e09ddcf5483ef7e653176b5d67d2a24518" - integrity sha512-0atSTooJcIcRv/qqIdhAkD8XPYCuwJqeAzoYwdLUp7LFmsSWK6wmHHmYSPcCscBZMI+8f2T0I8eA6yuv5SAvOA== +graphql-shield@~6.0.5: + version "6.0.5" + resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-6.0.5.tgz#e55c7eb1984c684863c897746044bb216a285b41" + integrity sha512-+uRVptAv6RvaM5GVqZjEsanlZ2OTmUgDu+x/UW/qD6+Zb+I6nTGZ7nII8LTFHuUdXrCICfxesyMODhQYXcEZWQ== dependencies: - "@types/yup" "0.26.22" + "@types/yup" "0.26.23" lightercollective "^0.3.0" object-hash "^1.3.1" yup "^0.27.0"