From 921c9879c45c187c21291e7d95d21a3d747c6b1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Nov 2021 09:50:29 +0000 Subject: [PATCH] chore(deps): bump graphql from 15.5.3 to 16.0.1 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.5.3 to 16.0.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.5.3...v16.0.1) --- 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 bab725b5c..19ff94c53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "express": "^4.16.4", "g2": "^2.3.13", "glob": "^7.1.2", - "graphql": "^15.5.1", + "graphql": "^16.0.1", "graphql-request": "3.5.0", "graphql-voyager": "^1.0.0-rc.31", "izitoast": "^1.4.0", @@ -11843,10 +11843,11 @@ "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" }, "node_modules/graphql": { - "version": "15.5.3", - "integrity": "sha512-sM+jXaO5KinTui6lbK/7b7H/Knj9BpjGxZ+Ki35v7YbUJxxdBCUqNM0h3CRVU1ZF9t5lNiBzvBCSYPvIwxPOQA==", + "version": "16.0.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.0.1.tgz", + "integrity": "sha512-oPvCuu6dlLdiz8gZupJ47o1clgb72r1u8NDBcQYjcV6G/iEdmE11B1bBlkhXRvV0LisP/SXRFP7tT6AgaTjpzg==", "engines": { - "node": ">= 10.x" + "node": "^12.22.0 || ^14.16.0 || >=16.0.0" } }, "node_modules/graphql-request": { @@ -32615,8 +32616,9 @@ "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" }, "graphql": { - "version": "15.5.3", - "integrity": "sha512-sM+jXaO5KinTui6lbK/7b7H/Knj9BpjGxZ+Ki35v7YbUJxxdBCUqNM0h3CRVU1ZF9t5lNiBzvBCSYPvIwxPOQA==" + "version": "16.0.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.0.1.tgz", + "integrity": "sha512-oPvCuu6dlLdiz8gZupJ47o1clgb72r1u8NDBcQYjcV6G/iEdmE11B1bBlkhXRvV0LisP/SXRFP7tT6AgaTjpzg==" }, "graphql-request": { "version": "3.5.0", diff --git a/package.json b/package.json index 38622cdfe..d943167fc 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "express": "^4.16.4", "g2": "^2.3.13", "glob": "^7.1.2", - "graphql": "^15.5.1", + "graphql": "^16.0.1", "graphql-request": "3.5.0", "graphql-voyager": "^1.0.0-rc.31", "izitoast": "^1.4.0",