From aa812342ec1fe76609f1bfaa921c7961b5e86da7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 17:26:54 +0000 Subject: [PATCH] [DEPENDABOT]: Bump graphql from 15.3.0 to 15.5.3 in /front Bumps [graphql](https://github.com/graphql/graphql-js) from 15.3.0 to 15.5.3. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.3.0...v15.5.3) --- 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..8badf2d 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.5.3", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.3.tgz", + "integrity": "sha512-sM+jXaO5KinTui6lbK/7b7H/Knj9BpjGxZ+Ki35v7YbUJxxdBCUqNM0h3CRVU1ZF9t5lNiBzvBCSYPvIwxPOQA==" }, "graphql-config": { "version": "3.1.0", diff --git a/front/package.json b/front/package.json index 7001676..8ab7fad 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.5.3", "lodash": "^4.17.19", "material-table": "^1.64.0", "react": "^16.14.0",