From 37cb0258116184b4d11b44be53dadf7b10741acc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Oct 2021 02:20:08 +0000 Subject: [PATCH] chore(deps): bump graphql from 15.5.3 to 15.6.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.5.3 to 15.6.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.5.3...v15.6.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 +++++++----- package.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ecee761be..f80598b91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "cross-env": "^7.0.2", "express": "^4.16.4", "glob": "^7.1.2", - "graphql": "^15.5.1", + "graphql": "^15.6.0", "graphql-request": "3.5.0", "graphql-voyager": "^1.0.0-rc.31", "js-cookie": "^2.2.0", @@ -11291,8 +11291,9 @@ "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" }, "node_modules/graphql": { - "version": "15.5.3", - "integrity": "sha512-sM+jXaO5KinTui6lbK/7b7H/Knj9BpjGxZ+Ki35v7YbUJxxdBCUqNM0h3CRVU1ZF9t5lNiBzvBCSYPvIwxPOQA==", + "version": "15.6.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.0.tgz", + "integrity": "sha512-WJR872Zlc9hckiEPhXgyUftXH48jp2EjO5tgBBOyNMRJZ9fviL2mJBD6CAysk6N5S0r9BTs09Qk39nnJBkvOXQ==", "engines": { "node": ">= 10.x" } @@ -31223,8 +31224,9 @@ "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" }, "graphql": { - "version": "15.5.3", - "integrity": "sha512-sM+jXaO5KinTui6lbK/7b7H/Knj9BpjGxZ+Ki35v7YbUJxxdBCUqNM0h3CRVU1ZF9t5lNiBzvBCSYPvIwxPOQA==" + "version": "15.6.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.0.tgz", + "integrity": "sha512-WJR872Zlc9hckiEPhXgyUftXH48jp2EjO5tgBBOyNMRJZ9fviL2mJBD6CAysk6N5S0r9BTs09Qk39nnJBkvOXQ==" }, "graphql-request": { "version": "3.5.0", diff --git a/package.json b/package.json index 73169ffb4..db20673e0 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "cross-env": "^7.0.2", "express": "^4.16.4", "glob": "^7.1.2", - "graphql": "^15.5.1", + "graphql": "^15.6.0", "graphql-request": "3.5.0", "graphql-voyager": "^1.0.0-rc.31", "js-cookie": "^2.2.0",