From ef484be008cee0e9531571754b153a9ac323d107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 00:13:49 +0000 Subject: [PATCH] :arrow_up: Bump graphql from 15.2.0 to 15.3.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.2.0 to 15.3.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.2.0...v15.3.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3458c4da7..10b55f97e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7216,9 +7216,9 @@ "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==" }, "graphql": { - "version": "15.2.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.2.0.tgz", - "integrity": "sha512-tsceRyHfgzZo+ee0YK3o8f0CR0cXAXxRlxoORWFo/CoM1bVy3UXGWeyzBcf+Y6oqPvO27BDmOEVATcunOO/MrQ==" + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz", + "integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==" }, "graphql-language-service-interface": { "version": "2.4.0", diff --git a/package.json b/package.json index 3a825c4b7..0618c249b 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@nuxtjs/toast": "^3.3.0", "ace-builds": "^1.4.11", "firebase": "^7.15.5", - "graphql": "^15.2.0", + "graphql": "^15.3.0", "graphql-language-service-interface": "^2.4.0", "nuxt": "^2.12.2", "nuxt-i18n": "^6.13.1",