From 79bb29acc8031f277c4ec29cfd7abc2428aaadec Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 09:13:29 +0000 Subject: [PATCH] build(deps): bump graphql-shield from 7.0.1 to 7.0.2 in /backend Bumps [graphql-shield](https://github.com/maticzav/graphql-shield) from 7.0.1 to 7.0.2. - [Release notes](https://github.com/maticzav/graphql-shield/releases) - [Commits](https://github.com/maticzav/graphql-shield/compare/v7.0.1...v7.0.2) Signed-off-by: dependabot-preview[bot] --- backend/package-lock.json | 6 +++--- backend/package.json | 2 +- backend/yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 6b9dd36ef..71736c2ae 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -5803,9 +5803,9 @@ } }, "graphql-shield": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/graphql-shield/-/graphql-shield-7.0.1.tgz", - "integrity": "sha512-wDKpnMeou/XNkHCzRQHsi9kit5FkO1uAu+9UL/erJPEpwO4yaSkkGPNELsTTQdxhsX3SzWly792dqIj2T8suAw==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/graphql-shield/-/graphql-shield-7.0.2.tgz", + "integrity": "sha512-ZgCQ9efzgehkIVMFoxaOubnvwHVqthtsIXA+xRu8B4ga2Ch/EHiswNCDKpTXTBQZmjeDCSHeAj4XDmbzR4Trxw==", "requires": { "@types/yup": "0.26.24", "object-hash": "^2.0.0", diff --git a/backend/package.json b/backend/package.json index 717ccaa00..e96ecabff 100644 --- a/backend/package.json +++ b/backend/package.json @@ -64,7 +64,7 @@ "graphql-iso-date": "~3.6.1", "graphql-middleware": "~4.0.2", "graphql-middleware-sentry": "^3.2.1", - "graphql-shield": "~7.0.1", + "graphql-shield": "~7.0.2", "graphql-tag": "~2.10.1", "helmet": "~3.21.2", "jsonwebtoken": "~8.5.1", diff --git a/backend/yarn.lock b/backend/yarn.lock index d635ed7bc..1519f71ed 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -4018,10 +4018,10 @@ graphql-request@~1.8.2: dependencies: cross-fetch "2.2.2" -graphql-shield@~7.0.1: - version "7.0.1" - resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-7.0.1.tgz#4d9b5a0e1b169ebe5ee786a4bad102c5fe3354b7" - integrity sha512-wDKpnMeou/XNkHCzRQHsi9kit5FkO1uAu+9UL/erJPEpwO4yaSkkGPNELsTTQdxhsX3SzWly792dqIj2T8suAw== +graphql-shield@~7.0.2: + version "7.0.2" + resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-7.0.2.tgz#65d51528b4e36c4a5023276267abbd1abb57ce0b" + integrity sha512-ZgCQ9efzgehkIVMFoxaOubnvwHVqthtsIXA+xRu8B4ga2Ch/EHiswNCDKpTXTBQZmjeDCSHeAj4XDmbzR4Trxw== dependencies: "@types/yup" "0.26.24" object-hash "^2.0.0"