From 621897f4b38d982cea0b4a9e46d65f44edc613ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 00:37:57 +0000 Subject: [PATCH] build(deps): bump graphiql in /modules/jooby-graphiql Bumps [graphiql](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql) from 4.1.1 to 4.1.2. - [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.1.2/packages/graphiql) --- updated-dependencies: - dependency-name: graphiql dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modules/jooby-graphiql/package-lock.json | 8 ++++---- modules/jooby-graphiql/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/jooby-graphiql/package-lock.json b/modules/jooby-graphiql/package-lock.json index 9d630ac3aa..b766d252be 100644 --- a/modules/jooby-graphiql/package-lock.json +++ b/modules/jooby-graphiql/package-lock.json @@ -9,7 +9,7 @@ "version": "3.0.0", "license": "ASF", "dependencies": { - "graphiql": "^4.1.1", + "graphiql": "^4.1.2", "graphql": "^16.11.0" } }, @@ -1196,9 +1196,9 @@ } }, "node_modules/graphiql": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/graphiql/-/graphiql-4.1.1.tgz", - "integrity": "sha512-B0PD6YDG/999VF1luabIUfOSZT14a85JEVqhjWxF+k5kxDz7DPkp9DrpOhY3a0ot0iuWR03K+ESZo7wd5F5q6A==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/graphiql/-/graphiql-4.1.2.tgz", + "integrity": "sha512-rNlzQIAzm6i2KBXmVQWBgLvt0TloxFVB2d18bukvdsvjEuFDHsKx5IVOomL1W1o5WW+tE54+ioHb2AEKzO2cUg==", "license": "MIT", "dependencies": { "@graphiql/plugin-doc-explorer": "^0.2.2", diff --git a/modules/jooby-graphiql/package.json b/modules/jooby-graphiql/package.json index 1e924e918f..7c2c1884de 100644 --- a/modules/jooby-graphiql/package.json +++ b/modules/jooby-graphiql/package.json @@ -5,6 +5,6 @@ "license": "ASF", "dependencies": { "graphql": "^16.11.0", - "graphiql": "^4.1.1" + "graphiql": "^4.1.2" } }