From de6a57ebe71aff5486cd42066cb89ac0a0879dc4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2019 10:20:48 +0000 Subject: [PATCH] Bump graphql from 14.4.0 to 14.4.2 in /webapp Bumps [graphql](https://github.com/graphql/graphql-js) from 14.4.0 to 14.4.2. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v14.4.0...v14.4.2) Signed-off-by: dependabot-preview[bot] --- webapp/package.json | 2 +- webapp/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index ab5f3a5fe..4515fdce9 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -62,7 +62,7 @@ "cross-env": "~5.2.0", "date-fns": "2.0.0-beta.2", "express": "~4.17.1", - "graphql": "~14.4.0", + "graphql": "~14.4.2", "jsonwebtoken": "~8.5.1", "linkify-it": "~2.1.0", "nuxt": "~2.8.1", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 7162319c4..c5799a28b 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -5216,10 +5216,10 @@ graphql-upload@^8.0.2: http-errors "^1.7.2" object-path "^0.11.4" -graphql@^14.1.1, graphql@~14.4.0: - version "14.4.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.4.0.tgz#e97086acfc0338e4fdc8f7dba519c6b8a6badfd9" - integrity sha512-E55z1oK6e4cGxCqlSsRWytYDPcIUxky3XkbuQUf6TIjCmn6C7CuBJpmkMF1066q95yPAGOZVPTVT7jABKbRFSA== +graphql@^14.1.1, graphql@~14.4.2: + version "14.4.2" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.4.2.tgz#553a7d546d524663eda49ed6df77577be3203ae3" + integrity sha512-6uQadiRgnpnSS56hdZUSvFrVcQ6OF9y6wkxJfKquFtHlnl7+KSuWwSJsdwiK1vybm1HgcdbpGkCpvhvsVQ0UZQ== dependencies: iterall "^1.2.2"