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/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/webui/package.json') diff --git a/src/main/webui/package.json b/src/main/webui/package.json index f3dc062..17908a6 100644 --- a/src/main/webui/package.json +++ b/src/main/webui/package.json @@ -28,7 +28,7 @@ "flowbite": "^3.1.2", "flowbite-react": "^0.12.9", "graphql": "^16.11.0", - "graphql-request": "7.2.0", + "graphql-request": "7.3.0", "react": "19.2.0", "react-dom": "19.2.0", "react-redux": "^9.2.0", -- cgit