From 33a03741e5b3cacee105fcbe007aae9584d85d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:02:08 +0000 Subject: [PATCH] build(deps): bump graphql from 14.7.0 to 16.12.0 in /webapp Bumps [graphql](https://github.com/graphql/graphql-js) from 14.7.0 to 16.12.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v14.7.0...v16.12.0) --- updated-dependencies: - dependency-name: graphql dependency-version: 16.12.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- webapp/package.json | 2 +- webapp/yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index 9325a52b7..1d85bc3b6 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -36,7 +36,7 @@ "cropperjs": "^1.6.2", "cross-env": "~10.1.0", "date-fns": "2.22.1", - "graphql": "14.7.0", + "graphql": "15.10.1", "intersection-observer": "^0.12.0", "jest-serializer-vue": "^3.1.0", "linkify-it": "~5.0.0", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 2ec24c31c..c3009cac9 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -12097,14 +12097,14 @@ graphql-upload@^8.0.2: http-errors "^1.7.3" object-path "^0.11.4" -"graphql@14.0.2 - 14.2.0 || ^14.3.1", graphql@14.7.0, graphql@^14.5.8: +"graphql@14.0.2 - 14.2.0 || ^14.3.1", graphql@^14.5.8: version "14.7.0" resolved "https://registry.yarnpkg.com/graphql/-/graphql-14.7.0.tgz#7fa79a80a69be4a31c27dda824dc04dac2035a72" integrity sha512-l0xWZpoPKpppFzMfvVyFmp9vLN7w/ZZJPefUicMCepfJeQ8sMcztloGYY9DfjVPo6tIUDzU5Hw3MUbIjj9AVVA== dependencies: iterall "^1.2.2" -graphql@^15.3.0: +graphql@15.10.1, graphql@^15.3.0: version "15.10.1" resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.10.1.tgz#e9ff3bb928749275477f748b14aa5c30dcad6f2f" integrity sha512-BL/Xd/T9baO6NFzoMpiMD7YUZ62R6viR5tp/MULVEnbYJXZA//kRNW7J0j1w/wXArgL0sCxhDfK5dczSKn3+cg==