From 827f84fdf68fe616310c2dc71c3c5766b76e027d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:54:31 +0200 Subject: [PATCH] build(deps): bump graphql from 16.8.1 to 16.9.0 (#1225) Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.1 to 16.9.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.8.1...v16.9.0) --- updated-dependencies: - dependency-name: graphql 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> --- libraries/hermes/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libraries/hermes/package.json b/libraries/hermes/package.json index 786264c1d..716111f16 100644 --- a/libraries/hermes/package.json +++ b/libraries/hermes/package.json @@ -33,7 +33,7 @@ "deepdash-es": "^5.3.9", "express": "~4.21.1", "express-winston": "^4.2.0", - "graphql": "^16.8.1", + "graphql": "^16.9.0", "graphql-parse-resolve-info": "^4.13.0", "graphql-tools": "^9.0.0", "graphql-type-json": "^0.3.2", diff --git a/yarn.lock b/yarn.lock index 1d1bf088f..4b26c4e78 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9083,10 +9083,10 @@ graphql@^14.5.3: dependencies: iterall "^1.2.2" -graphql@^16.8.1: - version "16.8.1" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07" - integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw== +graphql@^16.9.0: + version "16.9.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.9.0.tgz#1c310e63f16a49ce1fbb230bd0a000e99f6f115f" + integrity sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw== gtoken@^7.0.0: version "7.0.1"