From 2d7b9cef03ae30c9af5ac81aefedc5e5a3b01bd5 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 12:50:49 +0000 Subject: [PATCH] build(deps): bump graphql-shield from 7.0.11 to 7.0.13 in /backend Bumps [graphql-shield](https://github.com/maticzav/graphql-shield) from 7.0.11 to 7.0.13. - [Release notes](https://github.com/maticzav/graphql-shield/releases) - [Commits](https://github.com/maticzav/graphql-shield/compare/v7.0.11...v7.0.13) 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 4d5c6e26f..692627590 100644 --- a/backend/package.json +++ b/backend/package.json @@ -61,7 +61,7 @@ "graphql-middleware": "~4.0.2", "graphql-middleware-sentry": "^3.2.1", "graphql-redis-subscriptions": "^2.1.2", - "graphql-shield": "~7.0.11", + "graphql-shield": "~7.0.13", "graphql-tag": "~2.10.3", "helmet": "~3.21.2", "ioredis": "^4.14.1", diff --git a/backend/yarn.lock b/backend/yarn.lock index 8c81759b7..2a89a9aae 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -1607,10 +1607,10 @@ dependencies: "@types/yargs-parser" "*" -"@types/yup@0.26.30": - version "0.26.30" - resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.26.30.tgz#0d6066505bb67e7b9b161b2082c4cdfcdafd6a6b" - integrity sha512-b/uklO68T/eShWnxjlgwOJlEFOQ11ib3i1wQQiLmHqFJTxDMvz+tb4XzThGQISzOcelMnoSdb1Po4s69YkEQeg== +"@types/yup@0.26.32": + version "0.26.32" + resolved "https://registry.yarnpkg.com/@types/yup/-/yup-0.26.32.tgz#bd356fb405f3d641eff963854edf7ad854a8e829" + integrity sha512-55WFAq8lNYXdRzSP1cenMFFXtPRe7PWsqn5y9ibqKHOQZ/cSLErkcnB1LE89M7W2TSXVDFtx+T7eFePkGoB+xw== "@types/zen-observable@^0.8.0": version "0.8.0" @@ -4494,12 +4494,12 @@ graphql-redis-subscriptions@^2.1.2: optionalDependencies: ioredis "^4.6.3" -graphql-shield@~7.0.11: - version "7.0.11" - resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-7.0.11.tgz#78d49f346326be71090d35d8f5843da9ee8136e2" - integrity sha512-iWn/aiom2c8NuOj60euWTmsKKUjX1DB4ynBcDitQOLXG3WrWgss2Iolzr553qooJvkR5czeAFgPlZgI+nUgwsQ== +graphql-shield@~7.0.13: + version "7.0.13" + resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-7.0.13.tgz#ea7f797981504b203779f30d52c822c9c966c992" + integrity sha512-yNe40EPow9ic+mn2mgoOzA76QnXIyNd3zm9CeSJjd3pI9dwhkHlWWsMV8/WGVpcKswf/CBWZIG9qTNFocWkTDg== dependencies: - "@types/yup" "0.26.30" + "@types/yup" "0.26.32" object-hash "^2.0.0" yup "^0.28.0"