From 72534665925827bbb42f7aa68e6469762872f703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 22:42:59 +0000 Subject: [PATCH] chore(deps): bump @graphql-codegen/typescript from 2.8.2 to 2.8.8 Bumps [@graphql-codegen/typescript](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript) from 2.8.2 to 2.8.8. - [Release notes](https://github.com/dotansimha/graphql-code-generator/releases) - [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/typescript/CHANGELOG.md) - [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript@2.8.8/packages/plugins/typescript/typescript) --- updated-dependencies: - dependency-name: "@graphql-codegen/typescript" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 590eb7fd9..f65815a70 100644 --- a/web/package.json +++ b/web/package.json @@ -55,7 +55,7 @@ }, "dependencies": { "@graphql-codegen/cli": "^2.13.11", - "@graphql-codegen/typescript": "^2.8.1", + "@graphql-codegen/typescript": "^2.8.8", "@graphql-codegen/typescript-operations": "^2.5.6", "@kleros/kleros-v2-contracts": "workspace:^", "@kleros/ui-components-library": "^1.9.0",