From 8456e34d887871ac5465223af1e0e56077113640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:27:26 +0000 Subject: [PATCH] build(deps): bump graphql from 16.6.0 to 16.8.1 in /apps/web Bumps [graphql](https://github.com/graphql/graphql-js) from 16.6.0 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.6.0...v16.8.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/package.json b/apps/web/package.json index 615305a..1d74ea8 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -39,7 +39,7 @@ "ethers": "^5.7.2", "formik": "^2.4.0", "framer-motion": "^10.12.16", - "graphql": "^16.6.0", + "graphql": "^16.8.1", "lodash": "^4.17.21", "lucide-react": "^0.233.0", "next": "^13.4.4",