From 3deb55e6d1eef366c6b6fda0c0edf795637fd8e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 10:42:18 +0000 Subject: [PATCH] Bump graphql from 15.5.0 to 16.1.0 in /ui Bumps [graphql](https://github.com/graphql/graphql-js) from 15.5.0 to 16.1.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.5.0...v16.1.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 0be9b46d961c2..a57356534f301 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.1.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 43ee1a7a3054f..d72f045dd4569 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -10250,10 +10250,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.1.0: + version "16.1.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.1.0.tgz#83bebeae6e119766d04966f09de9305be7fd44e5" + integrity sha512-+PIjmhqGHMIxtnlEirRXDHIzs0cAHAozKG5M2w2N4TnS8VzCxO3bbv1AW9UTeycBfl2QsPduxcVrBvANFKQhiw== growl@1.10.5: version "1.10.5"