From 194c826e8c53d975ed0fa3311c2b6d1b475005d2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 08:37:10 +0000 Subject: [PATCH] build(deps): bump graphql-shield from 7.0.0 to 7.0.1 in /backend Bumps [graphql-shield](https://github.com/maticzav/graphql-shield) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/maticzav/graphql-shield/releases) - [Commits](https://github.com/maticzav/graphql-shield/compare/v7.0.0...v7.0.1) Signed-off-by: dependabot-preview[bot] --- backend/package-lock.json | 12 +++--------- backend/package.json | 2 +- backend/yarn.lock | 14 ++++---------- 3 files changed, 8 insertions(+), 20 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 17ea7753c..f688f79f1 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -5785,12 +5785,11 @@ } }, "graphql-shield": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/graphql-shield/-/graphql-shield-7.0.0.tgz", - "integrity": "sha512-hr0PR6t/UXAO5+BMOOD2W3zTIKbtO/u8twjLn8hw4646E08NeLrIxDAmUFKKlLhyTe5JzlH4nNflP6SRtL6Q2A==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/graphql-shield/-/graphql-shield-7.0.1.tgz", + "integrity": "sha512-wDKpnMeou/XNkHCzRQHsi9kit5FkO1uAu+9UL/erJPEpwO4yaSkkGPNELsTTQdxhsX3SzWly792dqIj2T8suAw==", "requires": { "@types/yup": "0.26.24", - "lightercollective": "^0.3.0", "object-hash": "^2.0.0", "yup": "^0.27.0" } @@ -8120,11 +8119,6 @@ "xml2js": "^0.4.17" } }, - "lightercollective": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/lightercollective/-/lightercollective-0.3.0.tgz", - "integrity": "sha512-RFOLSUVvwdK3xA0P8o6G7QGXLIyy1L2qv5caEI7zXN5ciaEjbAriRF182kbsoJ1S1TgvpyGcN485fMky6qxOPw==" - }, "linkifyjs": { "version": "2.1.8", "resolved": "https://registry.npmjs.org/linkifyjs/-/linkifyjs-2.1.8.tgz", diff --git a/backend/package.json b/backend/package.json index 622a8313d..426092cff 100644 --- a/backend/package.json +++ b/backend/package.json @@ -64,7 +64,7 @@ "graphql-iso-date": "~3.6.1", "graphql-middleware": "~4.0.1", "graphql-middleware-sentry": "^3.2.1", - "graphql-shield": "~7.0.0", + "graphql-shield": "~7.0.1", "graphql-tag": "~2.10.1", "helmet": "~3.21.2", "jsonwebtoken": "~8.5.1", diff --git a/backend/yarn.lock b/backend/yarn.lock index e6c662229..a99a01445 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -4036,13 +4036,12 @@ graphql-request@~1.8.2: dependencies: cross-fetch "2.2.2" -graphql-shield@~7.0.0: - version "7.0.0" - resolved "https://registry.yarnpkg.com/graphql-shield/-/graphql-shield-7.0.0.tgz#0cdca5c16af4ba7dd4fbcce6df279c5c8e463452" - integrity sha512-hr0PR6t/UXAO5+BMOOD2W3zTIKbtO/u8twjLn8hw4646E08NeLrIxDAmUFKKlLhyTe5JzlH4nNflP6SRtL6Q2A== +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== dependencies: "@types/yup" "0.26.24" - lightercollective "^0.3.0" object-hash "^2.0.0" yup "^0.27.0" @@ -5491,11 +5490,6 @@ libphonenumber-js@^1.6.4: minimist "^1.2.0" xml2js "^0.4.17" -lightercollective@^0.3.0: - version "0.3.0" - resolved "https://registry.yarnpkg.com/lightercollective/-/lightercollective-0.3.0.tgz#1f07638642ec645d70bdb69ab2777676f35a28f0" - integrity sha512-RFOLSUVvwdK3xA0P8o6G7QGXLIyy1L2qv5caEI7zXN5ciaEjbAriRF182kbsoJ1S1TgvpyGcN485fMky6qxOPw== - linkifyjs@~2.1.8: version "2.1.8" resolved "https://registry.yarnpkg.com/linkifyjs/-/linkifyjs-2.1.8.tgz#2bee2272674dc196cce3740b8436c43df2162f9c"