From db524dcfc5703bf226bb8c9c130f4604ee6437c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 12:46:35 +0000 Subject: [PATCH] Bump graphql from 15.5.0 to 16.5.0 in /ui Bumps [graphql](https://github.com/graphql/graphql-js) from 15.5.0 to 16.5.0. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v15.5.0...v16.5.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 d2a8b49bfb623..0df67d5756a84 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.5.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 bc9a3d2d740f4..42dfb6f069f32 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -10279,10 +10279,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.5.0: + version "16.5.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.5.0.tgz#41b5c1182eaac7f3d47164fb247f61e4dfb69c85" + integrity sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA== growl@1.10.5: version "1.10.5"