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/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 cb99dd0..04f7e5c 100644 --- a/src/main/webui/package.json +++ b/src/main/webui/package.json @@ -27,7 +27,7 @@ "@tailwindcss/postcss": "^4.1.17", "flowbite": "^3.1.2", "flowbite-react": "^0.12.10", - "graphql": "^16.11.0", + "graphql": "^16.12.0", "graphql-request": "7.3.1", "react": "19.2.0", "react-dom": "19.2.0", -- cgit