From 4a2a1cc60a6786c7abd05d704bffc15c7e0e1ba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:10:02 +0000 Subject: [PATCH 1/3] Bump graphiql from 3.0.6 to 3.0.7 in /juniper Bumps [graphiql](https://github.com/graphql/graphiql/tree/HEAD/packages/graphiql) from 3.0.6 to 3.0.7. - [Release notes](https://github.com/graphql/graphiql/releases) - [Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql/CHANGELOG.md) - [Commits](https://github.com/graphql/graphiql/commits/graphiql@3.0.7/packages/graphiql) --- updated-dependencies: - dependency-name: graphiql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- juniper/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper/package.json b/juniper/package.json index 44ffc1160..1795335cc 100644 --- a/juniper/package.json +++ b/juniper/package.json @@ -4,7 +4,7 @@ "postinstall": "make graphiql graphql-playground" }, "dependencies": { - "graphiql": "3.0.6", + "graphiql": "3.0.7", "graphql-playground-react": "1.7.28" } } From efa38ad4d7100857548bba1dae40869b9f694524 Mon Sep 17 00:00:00 2001 From: tyranron Date: Wed, 1 Nov 2023 14:25:54 +0200 Subject: [PATCH 2/3] Update HTML --- juniper/src/http/graphiql.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/juniper/src/http/graphiql.html b/juniper/src/http/graphiql.html index 13487a111..c96ae40b6 100644 --- a/juniper/src/http/graphiql.html +++ b/juniper/src/http/graphiql.html @@ -42,10 +42,10 @@ favored resource bundler. --> - + From 726a115d6d853e8e73421d1121030b596f362454 Mon Sep 17 00:00:00 2001 From: tyranron Date: Wed, 1 Nov 2023 14:27:32 +0200 Subject: [PATCH 3/3] Mention in CHANGELOG --- juniper/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/juniper/CHANGELOG.md b/juniper/CHANGELOG.md index 1693e1316..a7041f5c4 100644 --- a/juniper/CHANGELOG.md +++ b/juniper/CHANGELOG.md @@ -51,7 +51,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi - Disabled `chrono` [Cargo feature] by default. - Removed `scalar-naivetime` [Cargo feature]. - Removed lifetime parameter from `ParseError`, `GraphlQLError`, `GraphQLBatchRequest` and `GraphQLRequest`. ([#1081], [#528]) -- Upgraded [GraphiQL] to 3.0.6 version (requires new [`graphql-transport-ws` GraphQL over WebSocket Protocol] integration on server, see `juniper_warp/examples/subscription.rs`). ([#1188], [#1193]) +- Upgraded [GraphiQL] to 3.0.7 version (requires new [`graphql-transport-ws` GraphQL over WebSocket Protocol] integration on server, see `juniper_warp/examples/subscription.rs`). ([#1188], [#1193], [#1201]) ### Added @@ -126,6 +126,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi [#1188]: /../../pull/1188 [#1190]: /../../pull/1190 [#1193]: /../../pull/1193 +[#1201]: /../../pull/1201 [ba1ed85b]: /../../commit/ba1ed85b3c3dd77fbae7baf6bc4e693321a94083 [CVE-2022-31173]: /../../security/advisories/GHSA-4rx6-g5vg-5f3j