diff --git a/package-lock.json b/package-lock.json index 4bc36bb..7ea4fc1 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.3.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.3.0.tgz", + "integrity": "sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A==" }, "graphql-tag": { "version": "2.12.6", diff --git a/package.json b/package.json index f1e2b59..6cd9842 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.3.0", "next": "^12.0.4", "next-auth": "^3.3.0", "next-mdx-remote": "^2.1.4",