From c0e09c12935e38a5caf690ee3b51235067b883c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 13:03:22 +0000 Subject: [PATCH] Bump graphiql from 1.11.5 to 2.0.8 in /modules/jooby-graphiql Bumps [graphiql](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql) from 1.11.5 to 2.0.8. - [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@2.0.8/packages/graphiql) --- updated-dependencies: - dependency-name: graphiql 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 1b53a7a1dc..6bc578faea 100644 --- a/modules/jooby-graphiql/package.json +++ b/modules/jooby-graphiql/package.json @@ -5,6 +5,6 @@ "license": "ASF", "dependencies": { "graphql": "^16.3.0", - "graphiql": "^1.8.3" + "graphiql": "^2.0.8" } }