From 84e81f88c4c41b7b5242870ba5be7ff8066e8f92 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2019 04:22:55 +0000 Subject: [PATCH] Bump graphql from 14.3.1 to 14.4.0 in /webapp Bumps [graphql](https://github.com/graphql/graphql-js) from 14.3.1 to 14.4.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v14.3.1...v14.4.0) 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 98dd8b057..a8fcf463d 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -62,7 +62,7 @@ "cross-env": "~5.2.0", "date-fns": "2.0.0-alpha.37", "express": "~4.17.1", - "graphql": "~14.3.1", + "graphql": "~14.4.0", "jsonwebtoken": "~8.5.1", "linkify-it": "~2.1.0", "nuxt": "~2.8.1", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 4bf473c52..ee700727b 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.3.1: - version "14.3.1" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.3.1.tgz#b3aa50e61a841ada3c1f9ccda101c483f8e8c807" - integrity sha512-FZm7kAa3FqKdXy8YSSpAoTtyDFMIYSpCDOr+3EqlI1bxmtHu+Vv/I2vrSeT1sBOEnEniX3uo4wFhFdS/8XN6gA== +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== dependencies: iterall "^1.2.2"