From 0da17782958208dc7421b786c1925ffde0f98afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 18:58:14 +0000 Subject: [PATCH] Bump graphql from 15.5.0 to 16.3.0 in /ui Bumps [graphql](https://github.com/graphql/graphql-js) from 15.5.0 to 16.3.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.5.0...v16.3.0) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/apps/platform/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/apps/platform/package.json b/ui/apps/platform/package.json index 0ba650c977789..d1c5c43af57f2 100644 --- a/ui/apps/platform/package.json +++ b/ui/apps/platform/package.json @@ -36,7 +36,7 @@ "file-saver": "^2.0.5", "formik": "^2.2.9", "framer-motion": "^2.6.13", - "graphql": "^15.5.0", + "graphql": "^16.3.0", "history": "^4.9.0", "html2canvas": "1.0.0-rc.7", "js-base64": "^3.7.2", diff --git a/ui/yarn.lock b/ui/yarn.lock index ad8e412511753..71655ba82ed65 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -10276,10 +10276,10 @@ graphql-tag@^2.12.3: dependencies: tslib "^2.1.0" -graphql@^15.5.0: - version "15.5.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.0.tgz#39d19494dbe69d1ea719915b578bf920344a69d5" - integrity sha512-OmaM7y0kaK31NKG31q4YbD2beNYa6jBBKtMFT6gLYJljHLJr42IqJ8KX08u3Li/0ifzTU5HjmoOOrwa5BRLeDA== +graphql@^16.3.0: + version "16.3.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.3.0.tgz#a91e24d10babf9e60c706919bb182b53ccdffc05" + integrity sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A== growl@1.10.5: version "1.10.5"