From f704df312cde825ed4aaaad06e9a9a829f09c915 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 17:29:04 +0000 Subject: [PATCH] [DEPENDABOT]: Bump graphql from 15.3.0 to 15.6.0 in /front Bumps [graphql](https://github.com/graphql/graphql-js) from 15.3.0 to 15.6.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.3.0...v15.6.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- front/package-lock.json | 6 +++--- front/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/front/package-lock.json b/front/package-lock.json index f9cb2fb..5fad0bf 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -10310,9 +10310,9 @@ "dev": true }, "graphql": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.3.0.tgz", - "integrity": "sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==" + "version": "15.6.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.0.tgz", + "integrity": "sha512-WJR872Zlc9hckiEPhXgyUftXH48jp2EjO5tgBBOyNMRJZ9fviL2mJBD6CAysk6N5S0r9BTs09Qk39nnJBkvOXQ==" }, "graphql-config": { "version": "3.1.0", diff --git a/front/package.json b/front/package.json index 7001676..243236b 100644 --- a/front/package.json +++ b/front/package.json @@ -15,7 +15,7 @@ "apollo-boost": "^0.4.9", "date-fns": "^2.14.0", "fontsource-roboto": "^2.1.4", - "graphql": "^15.3.0", + "graphql": "^15.6.0", "lodash": "^4.17.19", "material-table": "^1.64.0", "react": "^16.14.0",