Skip to content

Commit 52ee50b

Browse files
fix(deps): update dependency graphql to v16
1 parent 4b09c96 commit 52ee50b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"date-fns": "2.23.0",
7979
"envsub": "4.0.7",
8080
"express": "4.18.2",
81-
"graphql": "15.8.0",
81+
"graphql": "16.10.0",
8282
"graphql-redis-subscriptions": "2.4.2",
8383
"ioredis": "4.28.5",
8484
"jsonwebtoken": "8.5.1",

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"codemirror-graphql": "0.15.2",
2121
"date-fns": "2.23.0",
2222
"graphiql": "1.11.5",
23-
"graphql": "15.8.0",
23+
"graphql": "16.10.0",
2424
"isomorphic-fetch": "3.0.0",
2525
"js-cookie": "3.0.1",
2626
"jsoneditor": "9.5.6",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14209,10 +14209,10 @@ [email protected]:
1420914209
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.3.tgz#c72349017d5c9f5446a897fe6908b3186db1da00"
1421014210
integrity sha512-sM+jXaO5KinTui6lbK/7b7H/Knj9BpjGxZ+Ki35v7YbUJxxdBCUqNM0h3CRVU1ZF9t5lNiBzvBCSYPvIwxPOQA==
1421114211

14212-
graphql@15.8.0:
14213-
version "15.8.0"
14214-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38"
14215-
integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==
14212+
graphql@16.10.0:
14213+
version "16.10.0"
14214+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.10.0.tgz#24c01ae0af6b11ea87bf55694429198aaa8e220c"
14215+
integrity sha512-AjqGKbDGUFRKIRCP9tCKiIGHyriz2oHEbPIbEtcSLSs4YjReZOIPQQWek4+6hjw62H9QShXHyaGivGiYVLeYFQ==
1421614216

1421714217
"graphql@>=0.9 <0.14 || ^14.0.2 || ^15.4.0", "graphql@^0.6.0 || ^0.7.0 || ^0.8.0-b || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.2 || ^15.0.0", graphql@^15.3.0, graphql@^15.4.0:
1421814218
version "15.5.1"

0 commit comments

Comments
 (0)