From 738d21c6e9462fd0cfbe71b3b4a05d0f5c1ed302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 19:04:59 +0000 Subject: [PATCH] Bump graphql from 16.8.0 to 16.8.1 in /kitsune-fe (#353) Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.0 to 16.8.1. - [Release notes](https://github.com/graphql/graphql-js/releases) - [Commits](https://github.com/graphql/graphql-js/compare/v16.8.0...v16.8.1) --- updated-dependencies: - dependency-name: graphql dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- kitsune-fe/package.json | 2 +- kitsune-fe/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kitsune-fe/package.json b/kitsune-fe/package.json index 3f0f384cd..d575f301b 100644 --- a/kitsune-fe/package.json +++ b/kitsune-fe/package.json @@ -25,7 +25,7 @@ "@zxcvbn-ts/language-common": "^3.0.3", "@zxcvbn-ts/language-en": "^3.0.1", "floating-vue": "^2.0.0-beta.24", - "graphql": "^16.6.0", + "graphql": "^16.8.1", "lodash": "^4.17.21", "pinia": "^2.1.6", "pinia-plugin-persistedstate": "^3.2.0", diff --git a/kitsune-fe/yarn.lock b/kitsune-fe/yarn.lock index bf0635866..f13439604 100644 --- a/kitsune-fe/yarn.lock +++ b/kitsune-fe/yarn.lock @@ -3043,10 +3043,10 @@ graphql-ws@^5.14.0: resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.14.0.tgz#766f249f3974fc2c48fae0d1fb20c2c4c79cd591" integrity sha512-itrUTQZP/TgswR4GSSYuwWUzrE/w5GhbwM2GX3ic2U7aw33jgEsayfIlvaj7/GcIvZgNMzsPTrE5hqPuFUiE5g== -graphql@^16.6.0: - version "16.8.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.0.tgz#374478b7f27b2dc6153c8f42c1b80157f79d79d4" - integrity sha512-0oKGaR+y3qcS5mCu1vb7KG+a89vjn06C7Ihq/dDl3jA+A8B3TKomvi3CiEcVLJQGalbu8F52LxkOym7U5sSfbg== +graphql@^16.8.1: + version "16.8.1" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07" + integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw== has-flag@^3.0.0: version "3.0.0"