chore(deps): update dependency @graphql-yoga/plugin-graphql-sse to v3.2.0 (#4340)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-03-26 09:22:19 +02:00 committed by GitHub
parent da70b7baae
commit 459d179063
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -64,7 +64,7 @@
"@graphql-tools/schema": "10.0.3",
"@graphql-yoga/plugin-defer-stream": "3.2.0",
"@graphql-yoga/plugin-disable-introspection": "2.2.0",
"@graphql-yoga/plugin-graphql-sse": "3.1.1",
"@graphql-yoga/plugin-graphql-sse": "3.2.0",
"@graphql-yoga/plugin-response-cache": "3.4.0",
"@types/async-retry": "1.4.8",
"body-parser": "1.20.2",

View file

@ -453,8 +453,8 @@ importers:
specifier: 2.2.0
version: 2.2.0(graphql-yoga@5.2.0)(graphql@16.8.1)
'@graphql-yoga/plugin-graphql-sse':
specifier: 3.1.1
version: 3.1.1(graphql-yoga@5.2.0)(graphql@16.8.1)
specifier: 3.2.0
version: 3.2.0(graphql-yoga@5.2.0)(graphql@16.8.1)
'@graphql-yoga/plugin-response-cache':
specifier: 3.4.0
version: 3.4.0(@envelop/core@5.0.0)(graphql-yoga@5.2.0)(graphql@16.8.1)
@ -7361,12 +7361,12 @@ packages:
graphql-yoga: 5.2.0(graphql@16.8.1)
dev: true
/@graphql-yoga/plugin-graphql-sse@3.1.1(graphql-yoga@5.2.0)(graphql@16.8.1):
resolution: {integrity: sha512-cqjx6DU2eHh1xA+AHQ6mUAZyUwAN9RW39XP7xq2vjRMlwMVyaCPGbkIf0H6YHMzmvYpvxajIQYfscnx6iOKJAQ==}
/@graphql-yoga/plugin-graphql-sse@3.2.0(graphql-yoga@5.2.0)(graphql@16.8.1):
resolution: {integrity: sha512-6KB9jiWtOLYTjc95nRjTF8CrEqYgmiZJ+06SAKe2tE7GKmcmnezCIjpHH4Jl4xSw2qsP8tu/gFg8sK/CXP46gg==}
engines: {node: '>=18.0.0'}
peerDependencies:
graphql: ^15.2.0 || ^16.0.0
graphql-yoga: ^5.1.1
graphql-yoga: ^5.2.0
dependencies:
graphql: 16.8.1
graphql-sse: 2.5.2(graphql@16.8.1)