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> --- .../graphql-npm-16.11.0-836e6ade28-65bc206edb.zip | Bin 433672 -> 0 bytes .../graphql-npm-16.12.0-6b85a803c3-c0d2435425.zip | Bin 0 -> 445077 bytes src/main/webui/package.json | 2 +- src/main/webui/yarn.lock | 10 +++++----- 4 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 src/main/webui/.yarn/cache/graphql-npm-16.11.0-836e6ade28-65bc206edb.zip create mode 100644 src/main/webui/.yarn/cache/graphql-npm-16.12.0-6b85a803c3-c0d2435425.zip diff --git a/src/main/webui/.yarn/cache/graphql-npm-16.11.0-836e6ade28-65bc206edb.zip b/src/main/webui/.yarn/cache/graphql-npm-16.11.0-836e6ade28-65bc206edb.zip deleted file mode 100644 index 5dbcbc6..0000000 Binary files a/src/main/webui/.yarn/cache/graphql-npm-16.11.0-836e6ade28-65bc206edb.zip and /dev/null differ diff --git a/src/main/webui/.yarn/cache/graphql-npm-16.12.0-6b85a803c3-c0d2435425.zip b/src/main/webui/.yarn/cache/graphql-npm-16.12.0-6b85a803c3-c0d2435425.zip new file mode 100644 index 0000000..cdd328f Binary files /dev/null and b/src/main/webui/.yarn/cache/graphql-npm-16.12.0-6b85a803c3-c0d2435425.zip differ 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", diff --git a/src/main/webui/yarn.lock b/src/main/webui/yarn.lock index 32ab009..eaee407 100644 --- a/src/main/webui/yarn.lock +++ b/src/main/webui/yarn.lock @@ -4438,10 +4438,10 @@ eslint@latest: languageName: node linkType: hard -"graphql@npm:^16.11.0": - version: 16.11.0 - resolution: "graphql@npm:16.11.0" - checksum: 65bc206edbe980f2759a8e4cf324873f75a66ab48263961472716e50127ae446739be20f926bb7f036a8d199bd4de072f684fd147c285bd6ba965d98cebb6200 +"graphql@npm:^16.12.0": + version: 16.12.0 + resolution: "graphql@npm:16.12.0" + checksum: c0d2435425270c575091861c9fd82d7cebc1fb1bd5461e05c36521a988f69c5074461e27b89ab70851fabc72ec9d988235f288ba7bbeff67d08a973e8b9d6d3d languageName: node linkType: hard @@ -5921,7 +5921,7 @@ eslint@latest: eslint-plugin-react: latest flowbite: ^3.1.2 flowbite-react: ^0.12.10 - graphql: ^16.11.0 + graphql: ^16.12.0 graphql-request: 7.3.1 prettier: latest react: 19.2.0 -- cgit