From 31ad0ecf8cdc8c22039dce2864ab5aeff1c05361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 17:54:23 +0000 Subject: build(deps): bump graphql from 16.11.0 to 16.12.0 in /src/main/webui (#750) Bumps [graphql](https://github.com/graphql/graphql-js) from 16.11.0 to 16.12.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.11.0...v16.12.0) --- updated-dependencies: - dependency-name: graphql dependency-version: 16.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/main/webui/yarn.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/main/webui/yarn.lock') diff --git a/src/main/webui/yarn.lock b/src/main/webui/yarn.lock index 32ab009..eaee407 100644 --- a/src/main/webui/yarn.lock +++ b/src/main/webui/yarn.lock @@ -4438,10 +4438,10 @@ eslint@latest: languageName: node linkType: hard -"graphql@npm:^16.11.0": - version: 16.11.0 - resolution: "graphql@npm:16.11.0" - checksum: 65bc206edbe980f2759a8e4cf324873f75a66ab48263961472716e50127ae446739be20f926bb7f036a8d199bd4de072f684fd147c285bd6ba965d98cebb6200 +"graphql@npm:^16.12.0": + version: 16.12.0 + resolution: "graphql@npm:16.12.0" + checksum: c0d2435425270c575091861c9fd82d7cebc1fb1bd5461e05c36521a988f69c5074461e27b89ab70851fabc72ec9d988235f288ba7bbeff67d08a973e8b9d6d3d languageName: node linkType: hard @@ -5921,7 +5921,7 @@ eslint@latest: eslint-plugin-react: latest flowbite: ^3.1.2 flowbite-react: ^0.12.10 - graphql: ^16.11.0 + graphql: ^16.12.0 graphql-request: 7.3.1 prettier: latest react: 19.2.0 -- cgit