From d39d629d791afd22f881463637d13d2f3c1fdced Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:40:30 +0000 Subject: [PATCH] build(deps): bump graphql from 16.7.1 to 16.8.1 Bumps [graphql](https://github.com/graphql/graphql-js) from 16.7.1 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.7.1...v16.8.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/orchestrator-ui-components/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/orchestrator-ui-components/package.json b/packages/orchestrator-ui-components/package.json index fe4aadc..5c26d1b 100644 --- a/packages/orchestrator-ui-components/package.json +++ b/packages/orchestrator-ui-components/package.json @@ -17,7 +17,7 @@ "@emotion/css": "^11.10.5", "@emotion/react": "11.11.1", "core-js": "^3.6.5", - "graphql": "^16.6.0", + "graphql": "^16.8.1", "graphql-request": "^5.1.0", "moment": "^2.29.4", "next": "13.4.10", diff --git a/yarn.lock b/yarn.lock index 4e1a711..bd5bd09 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3703,10 +3703,10 @@ graphql-ws@5.12.1: resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.12.1.tgz#c62d5ac54dbd409cc6520b0b39de374b3d59d0dd" integrity sha512-umt4f5NnMK46ChM2coO36PTFhHouBrK9stWWBczERguwYrGnPNxJ9dimU6IyOBfOkC6Izhkg4H8+F51W/8CYDg== -graphql@^16.6.0: - version "16.7.1" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.7.1.tgz#11475b74a7bff2aefd4691df52a0eca0abd9b642" - integrity sha512-DRYR9tf+UGU0KOsMcKAlXeFfX89UiiIZ0dRU3mR0yJfu6OjZqUcp68NnFLnqQU5RexygFoDy1EW+ccOYcPfmHg== +graphql@^16.8.1: + version "16.8.1" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07" + integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw== handlebars@^4.4.3: version "4.7.7"