From bde1eed247fc7a3ebaa41dece6b476cc3613581b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 00:05:35 +0000 Subject: [PATCH] build(deps): bump graphiql in /modules/jooby-graphiql Bumps [graphiql](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql) from 3.9.0 to 4.0.1. - [Release notes](https://github.com/graphql/graphiql/releases) - [Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql/CHANGELOG.md) - [Commits](https://github.com/graphql/graphiql/commits/graphiql@4.0.1/packages/graphiql) --- updated-dependencies: - dependency-name: graphiql dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- modules/jooby-graphiql/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/jooby-graphiql/package.json b/modules/jooby-graphiql/package.json index 97ac71c501..68d15f284b 100644 --- a/modules/jooby-graphiql/package.json +++ b/modules/jooby-graphiql/package.json @@ -5,6 +5,6 @@ "license": "ASF", "dependencies": { "graphql": "^16.8.2", - "graphiql": "^3.2.3" + "graphiql": "^4.0.1" } }