From 2a0635a835a444af7e2302f7d9c3db02ad5681cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 21:29:09 +0000 Subject: [PATCH] chore(deps): bump graphql from 15.5.3 to 16.3.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.5.3 to 16.3.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.5.3...v16.3.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 ++++++++------ package.json | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e28e0a87..32198488b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "express": "^4.16.4", "g2": "^2.3.13", "glob": "^7.1.2", - "graphql": "^15.5.1", + "graphql": "^16.3.0", "graphql-request": "3.5.0", "graphql-voyager": "^1.0.0-rc.31", "izitoast": "^1.4.0", @@ -13359,10 +13359,11 @@ "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" }, "node_modules/graphql": { - "version": "15.5.3", - "integrity": "sha512-sM+jXaO5KinTui6lbK/7b7H/Knj9BpjGxZ+Ki35v7YbUJxxdBCUqNM0h3CRVU1ZF9t5lNiBzvBCSYPvIwxPOQA==", + "version": "16.3.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.3.0.tgz", + "integrity": "sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A==", "engines": { - "node": ">= 10.x" + "node": "^12.22.0 || ^14.16.0 || >=16.0.0" } }, "node_modules/graphql-request": { @@ -36666,8 +36667,9 @@ "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" }, "graphql": { - "version": "15.5.3", - "integrity": "sha512-sM+jXaO5KinTui6lbK/7b7H/Knj9BpjGxZ+Ki35v7YbUJxxdBCUqNM0h3CRVU1ZF9t5lNiBzvBCSYPvIwxPOQA==" + "version": "16.3.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.3.0.tgz", + "integrity": "sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A==" }, "graphql-request": { "version": "3.5.0", diff --git a/package.json b/package.json index f95d8c9e7..cd03c0f74 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "express": "^4.16.4", "g2": "^2.3.13", "glob": "^7.1.2", - "graphql": "^15.5.1", + "graphql": "^16.3.0", "graphql-request": "3.5.0", "graphql-voyager": "^1.0.0-rc.31", "izitoast": "^1.4.0",