From 89527a3ffd2b4f7043de92f6bf99f564ea59da3e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 04:15:21 +0000 Subject: [PATCH] build(deps): bump graphql-shield from 7.2.1 to 7.2.2 in /backend Bumps [graphql-shield](https://github.com/maticzav/graphql-shield) from 7.2.1 to 7.2.2. - [Release notes](https://github.com/maticzav/graphql-shield/releases) - [Commits](https://github.com/maticzav/graphql-shield/compare/v7.2.1...v7.2.2) 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 45b600584..decd1ea24 100644 --- a/backend/package.json +++ b/backend/package.json @@ -62,7 +62,7 @@ "graphql-middleware": "~4.0.2", "graphql-middleware-sentry": "^3.2.1", "graphql-redis-subscriptions": "^2.2.1", - "graphql-shield": "~7.2.1", + "graphql-shield": "~7.2.2", "graphql-tag": "~2.10.3", "helmet": "~3.22.0", "ioredis": "^4.16.0", diff --git a/backend/yarn.lock b/backend/yarn.lock index 28b6e085d..d41c03467 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -1635,10 +1635,10 @@ dependencies: "@types/yargs-parser" "*" -"@types/yup@0.26.33": - version "0.26.33" - resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.26.33.tgz#301faab47b952a4a5f9a06246942cc7cbd09cd95" - integrity sha512-QzgcNfDtRIph8CjfoWiu+MJiOUp25Yo7FthuOHLVbtCTyonjOo2YRsFzKo3csDWbTXlw5NedOFH0Nje7yipCrA== +"@types/yup@0.26.34": + version "0.26.34" + resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.26.34.tgz#199329f9fee5074a7385b4a4a25d1559db628aef" + integrity sha512-/zH/Yuwl2vC5fgPE+Qtv67iI/o50qLJJsR0KVc86cpDlY2IsRv3yJop1v/9hfNrgy7J8J5BpJM4BMhyFE3QE4w== "@types/zen-observable@^0.8.0": version "0.8.0" @@ -4580,12 +4580,12 @@ graphql-redis-subscriptions@^2.2.1: optionalDependencies: ioredis "^4.6.3" -graphql-shield@~7.2.1: - version "7.2.1" - resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-7.2.1.tgz#baca0c31a19593ede41a4bb4d476f9edd1d0eb78" - integrity sha512-EEoVYvXuqAGXGH1i9Aot4MJIUlRABVycwKRGaBreabys7yTd+0zGwudKB9yZiW3SEMIjHkz3a0r/ILhYzq0uiw== +graphql-shield@~7.2.2: + version "7.2.2" + resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-7.2.2.tgz#daf9a91c6b8487b5f00dea12c8ab3bb85947471a" + integrity sha512-Zab6O+xHHfyxVoyEROnkjw3Ep23C7oYtqYKbuXEyenaPgif9ncUp+JKA3GA2HEzVjkxw/psfSeaQWWz3VFtXeA== dependencies: - "@types/yup" "0.26.33" + "@types/yup" "0.26.34" object-hash "^2.0.3" yup "^0.28.3"