From c01b5e3b1b6762c66246a3a9bc058ecdfbb11068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 3 Apr 2018 16:18:31 +0200 Subject: [PATCH] Bump graphql from 0.13.0 to 0.13.2 (#388) Bumps [graphql](https://github.com/graphql/graphql-js) from 0.13.0 to 0.13.2. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v0.13.0...v0.13.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 0f2c14d5..9e0aeeb2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "apollo-link-error": "^1.0.7", "debounce-promise": "^3.1.0", "formik": "^0.11.11", - "graphql": "0.13.0", + "graphql": "0.13.2", "graphql-tag": "^2.8.0", "lodash": "^4.17.5", "react": "^16.3.0", diff --git a/yarn.lock b/yarn.lock index 93cf45b1..3e71289e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4328,11 +4328,11 @@ graphql-tag@^2.8.0: version "2.8.0" resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.8.0.tgz#52cdea07a842154ec11a2e840c11b977f9b835ce" -graphql@0.13.0: - version "0.13.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.0.tgz#d1b44a282279a9ce0a6ec1037329332f4c1079b6" +graphql@0.13.2: + version "0.13.2" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-0.13.2.tgz#4c740ae3c222823e7004096f832e7b93b2108270" dependencies: - iterall "1.1.x" + iterall "^1.2.1" growly@^1.3.0: version "1.3.0" @@ -5275,9 +5275,9 @@ istanbul-reports@^1.3.0: dependencies: handlebars "^4.0.3" -iterall@1.1.x: - version "1.1.4" - resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.1.4.tgz#0db40d38fdcf53ae14dc8ec674e62ab190d52cfc" +iterall@^1.2.1: + version "1.2.2" + resolved "https://registry.yarnpkg.com/iterall/-/iterall-1.2.2.tgz#92d70deb8028e0c39ff3164fdbf4d8b088130cd7" jest-changed-files@^20.0.3: version "20.0.3"