From a1fb5fdc6c56da2569e1ffeeadbd8d51f95f9891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 May 2022 02:21:19 +0000 Subject: [PATCH] chore(deps): Bump graphql from 15.7.2 to 16.5.0 Bumps [graphql](https://github.com/graphql/graphql-js) from 15.7.2 to 16.5.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.7.2...v16.5.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..97f9ec8 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.5.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.5.0.tgz", + "integrity": "sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA==" }, "graphql-tag": { "version": "2.12.6", diff --git a/package.json b/package.json index f1e2b59..1476efe 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.5.0", "next": "^12.0.4", "next-auth": "^3.3.0", "next-mdx-remote": "^2.1.4",