diff --git a/juniper/CHANGELOG.md b/juniper/CHANGELOG.md
index 317f9fc96..d316e86c8 100644
--- a/juniper/CHANGELOG.md
+++ b/juniper/CHANGELOG.md
@@ -82,7 +82,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
### Changed
-- Upgraded [GraphiQL] to [4.1.0 version](https://github.com/graphql/graphiql/blob/graphiql%404.1.0/packages/graphiql/CHANGELOG.md#410). ([#1323])
+- Upgraded [GraphiQL] to [4.1.1 version](https://github.com/graphql/graphiql/blob/graphiql%404.1.1/packages/graphiql/CHANGELOG.md#411). ([#1325])
### Fixed
@@ -103,7 +103,7 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
[#1293]: /../../pull/1293
[#1311]: /../../pull/1311
[#1318]: /../../pull/1318
-[#1323]: /../../pull/1323
+[#1325]: /../../pull/1325
[1b1fc618]: /../../commit/1b1fc61879ffdd640d741e187dc20678bf7ab295
[20609366]: /../../commit/2060936635609b0186d46d8fbd06eb30fce660e3
diff --git a/juniper/package.json b/juniper/package.json
index 1d50546e2..d552597cd 100644
--- a/juniper/package.json
+++ b/juniper/package.json
@@ -4,7 +4,7 @@
"postinstall": "make graphiql graphql-playground"
},
"dependencies": {
- "graphiql": "4.1.0",
+ "graphiql": "4.1.1",
"graphql-playground-react": "1.7.28"
}
}
diff --git a/juniper/src/http/graphiql.html b/juniper/src/http/graphiql.html
index 4bb429edc..088ae6c61 100644
--- a/juniper/src/http/graphiql.html
+++ b/juniper/src/http/graphiql.html
@@ -31,11 +31,11 @@