From fffee4832775b877a335bf063347da5475790c85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Aug 2021 17:37:06 +0000 Subject: [PATCH] chore:(deps): bump graphql from 15.5.1 to 15.5.2 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.5.1 to 15.5.2. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.5.1...v15.5.2) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4b5ab5956..b6f73c5cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "d3-shape": "^1.3.5", "d3-transition": "^1.2.0", "d3-zoom": "^1.8.3", - "graphql": "^15.5.1", + "graphql": "^15.5.2", "graphql-tag": "^2.12.5", "iso8601-duration": "^1.3.0", "lodash-es": "^4.17.21", @@ -12397,9 +12397,9 @@ "dev": true }, "node_modules/graphql": { - "version": "15.5.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.1.tgz", - "integrity": "sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw==", + "version": "15.5.2", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.2.tgz", + "integrity": "sha512-dZjLPWNQqYv0dqV2RNbiFed0LtSp6yd4jchsDGnuhDKa9OQHJYCfovaOEvY91w9gqbYO7Se9LKDTl3xxYva/3w==", "engines": { "node": ">= 10.x" } @@ -39467,9 +39467,9 @@ "dev": true }, "graphql": { - "version": "15.5.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.1.tgz", - "integrity": "sha512-FeTRX67T3LoE3LWAxxOlW2K3Bz+rMYAC18rRguK4wgXaTZMiJwSUwDmPFo3UadAKbzirKIg5Qy+sNJXbpPRnQw==" + "version": "15.5.2", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.5.2.tgz", + "integrity": "sha512-dZjLPWNQqYv0dqV2RNbiFed0LtSp6yd4jchsDGnuhDKa9OQHJYCfovaOEvY91w9gqbYO7Se9LKDTl3xxYva/3w==" }, "graphql-tag": { "version": "2.12.5", diff --git a/package.json b/package.json index 84bf001e0..5eb000614 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "d3-shape": "^1.3.5", "d3-transition": "^1.2.0", "d3-zoom": "^1.8.3", - "graphql": "^15.5.1", + "graphql": "^15.5.2", "graphql-tag": "^2.12.5", "iso8601-duration": "^1.3.0", "lodash-es": "^4.17.21",