Skip to content

Commit e0596af

Browse files
fix(deps): update dependency graphql to v15.10.0
1 parent 97592c1 commit e0596af

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@n1ru4l/socket-io-graphql-server": "0.12.0",
4040
"@tinyhttp/app": "1.3.15",
4141
"@tinyhttp/cors": "1.3.2",
42-
"graphql": "15.4.0-experimental-stream-defer.1",
42+
"graphql": "15.10.0",
4343
"graphql-helix": "1.10.3",
4444
"graphql-ws": "5.5.5",
4545
"socket.io": "4.4.0",
@@ -54,6 +54,6 @@
5454
"write-schema": "ts-node --project ./server/tsconfig.json ./scripts/write-graphql-schema.ts"
5555
},
5656
"resolutions": {
57-
"graphql": "15.4.0-experimental-stream-defer.1"
57+
"graphql": "15.10.0"
5858
}
5959
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,10 +1378,10 @@ graphql-ws@^4.3.2:
13781378
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-4.8.0.tgz#4b0a82fa1ad00a3baa1cae980032dcaaad08b339"
13791379
integrity sha512-0jk0c7GPfAlQfA7xZ4CKlLvFF4JBPYbczIHIXl/tk/fXoCLzmrmwQ/HNwOoOHfFMS3usbD1nt77k67pgXx2BYQ==
13801380

1381-
graphql@15.4.0-experimental-stream-defer.1:
1382-
version "15.4.0-experimental-stream-defer.1"
1383-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.4.0-experimental-stream-defer.1.tgz#46ae3fd2b532284575e7ddcf6c4f08aa7fe53fa3"
1384-
integrity sha512-zlGgY7aLlIofjO0CfTpCYK/tMccnj+5jvjnkTnW5qOxYhgEltuCvpMNYOJ67gz6L1flTIigt5BVEM8JExgtW3w==
1381+
graphql@15.10.0:
1382+
version "15.10.0"
1383+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.10.0.tgz#1e59d233eb1b4d44009fde7c7b3408ca69a26524"
1384+
integrity sha512-mEXSGwjH+3hl7R4svIjeAuNSOmW5omelVI32eTtHp2kr4a+xo57NrV8Kh+1MsENUKxRfiWAH2FZFyK86tgoWSA==
13851385

13861386
13871387
version "1.1.0"

0 commit comments

Comments
 (0)