From c2fd4484d25864486602c1ee0326dfa610a86b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 19:14:18 +0000 Subject: [PATCH] Bump graphql from 14.7.0 to 15.10.1 in /webapp (#8157) Bumps [graphql](https://github.com/graphql/graphql-js) from 14.7.0 to 15.10.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v14.7.0...v15.10.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webapp/package.json | 2 +- webapp/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/webapp/package.json b/webapp/package.json index 0f3371b95..c56684325 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -39,7 +39,7 @@ "cross-env": "~7.0.3", "date-fns": "2.22.1", "express": "~5.1.0", - "graphql": "~14.7.0", + "graphql": "~15.10.1", "intersection-observer": "^0.12.0", "jest-serializer-vue": "^3.1.0", "jsonwebtoken": "~9.0.2", diff --git a/webapp/yarn.lock b/webapp/yarn.lock index 6295a5bc0..1c3212c89 100644 --- a/webapp/yarn.lock +++ b/webapp/yarn.lock @@ -11196,17 +11196,17 @@ 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.5.8, graphql@~14.7.0: +"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: - version "15.4.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.4.0.tgz#e459dea1150da5a106486ba7276518b5295a4347" - integrity sha512-EB3zgGchcabbsU9cFe1j+yxdzKQKAbGUWRb13DsrsMN1yyfmmIq+2+L5MqVWcDCE4V89R5AyUOi7sMOGxdsYtA== +graphql@^15.3.0, graphql@~15.10.1: + 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== grid-index@^1.1.0: version "1.1.0"