From 74933288bd9bcda9446075ad6784ef91cb16fbcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 02:19:42 +0000 Subject: [PATCH] chore(deps): Bump graphql from 15.7.2 to 16.4.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.7.2 to 16.4.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.7.2...v16.4.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4bc36bb..0e6118c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4626,9 +4626,9 @@ "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" }, "graphql": { - "version": "15.7.2", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.7.2.tgz", - "integrity": "sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A==" + "version": "16.4.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.4.0.tgz", + "integrity": "sha512-tYDNcRvKCcfHREZYje3v33NSrSD/ZpbWWdPtBtUUuXx9NCo/2QDxYzNqCnMvfsrnbwRpEHMovVrPu/ERoLrIRg==" }, "graphql-tag": { "version": "2.12.6", diff --git a/package.json b/package.json index f1e2b59..adeda71 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "focus-visible": "^5.2.0", "framer-motion": "^3.2.1", "get-youtube-id": "^1.0.1", - "graphql": "^15.5.0", + "graphql": "^16.4.0", "next": "^12.0.4", "next-auth": "^3.3.0", "next-mdx-remote": "^2.1.4",