From 57fb2b7876a7f42922651eb98babfcd6e7450fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Dec 2021 02:08:35 +0000 Subject: [PATCH] chore(deps): Bump graphql from 15.7.2 to 16.1.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.7.2 to 16.1.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.7.2...v16.1.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..4d6d34f 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.1.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.1.0.tgz", + "integrity": "sha512-+PIjmhqGHMIxtnlEirRXDHIzs0cAHAozKG5M2w2N4TnS8VzCxO3bbv1AW9UTeycBfl2QsPduxcVrBvANFKQhiw==" }, "graphql-tag": { "version": "2.12.6", diff --git a/package.json b/package.json index f1e2b59..53bca40 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.1.0", "next": "^12.0.4", "next-auth": "^3.3.0", "next-mdx-remote": "^2.1.4",