From 7b76b0ac2c1f7d74deeed0fc7f08f946d55888e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 30 Mar 2018 18:08:11 +0000 Subject: [PATCH] Bump graphql from 0.13.0 to 0.13.2 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 0e73cd09..52489c30 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 224dcea5..533fe7bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4026,11 +4026,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" @@ -4846,9 +4846,9 @@ istanbul-reports@^1.1.4: 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"