Skip to content

Commit 518ea26

Browse files
committed
fix(deps): update dependency graphql to v16
1 parent 4e8140f commit 518ea26

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.17.2",
81-
"graphql": "15.8.0",
81+
"graphql": "16.3.0",
8282
"graphql-redis-subscriptions": "2.4.2",
8383
"ioredis": "4.28.3",
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.5.16",
23-
"graphql": "15.8.0",
23+
"graphql": "16.3.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
@@ -13278,10 +13278,10 @@ [email protected]:
1327813278
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.3.tgz#c72349017d5c9f5446a897fe6908b3186db1da00"
1327913279
integrity sha512-sM+jXaO5KinTui6lbK/7b7H/Knj9BpjGxZ+Ki35v7YbUJxxdBCUqNM0h3CRVU1ZF9t5lNiBzvBCSYPvIwxPOQA==
1328013280

13281-
graphql@15.8.0:
13282-
version "15.8.0"
13283-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38"
13284-
integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==
13281+
graphql@16.3.0:
13282+
version "16.3.0"
13283+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.3.0.tgz#a91e24d10babf9e60c706919bb182b53ccdffc05"
13284+
integrity sha512-xm+ANmA16BzCT5pLjuXySbQVFwH3oJctUVdy81w1sV0vBU0KgDdBGtxQOUd5zqOBk/JayAFeG8Dlmeq74rjm/A==
1328513285

1328613286
"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:
1328713287
version "15.5.1"

0 commit comments

Comments
 (0)