From c49ae1dbd70e5d607a75e4d84422b4875b718cd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:46:13 -0500 Subject: build(deps): bump graphql-request from 7.3.3 to 7.3.4 in /src/main/webui (#763) Bumps [graphql-request](https://github.com/graffle-js/graffle) from 7.3.3 to 7.3.4. - [Release notes](https://github.com/graffle-js/graffle/releases) - [Commits](https://github.com/graffle-js/graffle/compare/graphql-request@7.3.3...graphql-request@7.3.4) --- updated-dependencies: - dependency-name: graphql-request dependency-version: 7.3.4 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 ff0f186..64c01cb 100644 --- a/src/main/webui/package.json +++ b/src/main/webui/package.json @@ -28,7 +28,7 @@ "flowbite": "^4.0.1", "flowbite-react": "^0.12.10", "graphql": "^16.12.0", - "graphql-request": "7.3.3", + "graphql-request": "7.3.4", "react": "19.2.0", "react-dom": "19.2.0", "react-redux": "^9.2.0", -- cgit