From 0cd0a9b31ff8cd162f7d6fc61796dafadabe2a6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:57:24 -0400 Subject: build(deps): bump graphql-request from 7.2.0 to 7.3.0 in /src/main/webui (#738) Bumps [graphql-request](https://github.com/jasonkuhrt/graphql-request) from 7.2.0 to 7.3.0. - [Release notes](https://github.com/jasonkuhrt/graphql-request/releases) - [Commits](https://github.com/jasonkuhrt/graphql-request/compare/7.2.0...v7.3.0) --- updated-dependencies: - dependency-name: graphql-request dependency-version: 7.3.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 dde1ee9..16405c3 100644 --- a/src/main/webui/yarn.lock +++ b/src/main/webui/yarn.lock @@ -4362,14 +4362,14 @@ eslint@latest: languageName: node linkType: hard -"graphql-request@npm:7.2.0": - version: 7.2.0 - resolution: "graphql-request@npm:7.2.0" +"graphql-request@npm:7.3.0": + version: 7.3.0 + resolution: "graphql-request@npm:7.3.0" dependencies: "@graphql-typed-document-node/core": ^3.2.0 peerDependencies: graphql: 14 - 16 - checksum: 039a42f4be7bf71e1b4ae97c2994c5b80f5eb431ea3d5c2119e770fc3d0238be40b6c853e78e2ddc8c73c2e95144940dda095f93ba7dc27590c53fa995bba511 + checksum: ce9588df750994334cb0e21cd9b1e33f7c0a674cef36f87e0f47ab8f1ef11da4897c1160468ef01f70aef223609012fcd205124364f4607f5aa1f3b950fe81b5 languageName: node linkType: hard @@ -5921,7 +5921,7 @@ eslint@latest: flowbite: ^3.1.2 flowbite-react: ^0.12.9 graphql: ^16.11.0 - graphql-request: 7.2.0 + graphql-request: 7.3.0 prettier: latest react: 19.2.0 react-dom: 19.2.0 -- cgit