From 18bc8b4168e97af8e084067beff742d23cea5cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 14:58:18 -0500 Subject: build(deps): bump graphql-request from 7.3.0 to 7.3.1 in /src/main/webui (#742) Bumps [graphql-request](https://github.com/graffle-js/graffle) from 7.3.0 to 7.3.1. - [Release notes](https://github.com/graffle-js/graffle/releases) - [Commits](https://github.com/graffle-js/graffle/compare/v7.3.0...graphql-request@7.3.1) --- updated-dependencies: - dependency-name: graphql-request dependency-version: 7.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 caf0e48..ff7ebff 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.10", "graphql": "^16.11.0", - "graphql-request": "7.3.0", + "graphql-request": "7.3.1", "react": "19.2.0", "react-dom": "19.2.0", "react-redux": "^9.2.0", -- cgit