Skip to content

Commit 0dd301e

Browse files
committed
fix(deps): update dependency graphql to v16
1 parent 843c895 commit 0dd301e

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.1",
81-
"graphql": "15.7.2",
81+
"graphql": "16.0.1",
8282
"graphql-redis-subscriptions": "2.4.2",
8383
"ioredis": "4.28.0",
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.1",
23-
"graphql": "15.7.2",
23+
"graphql": "16.0.1",
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
@@ -12701,10 +12701,10 @@ [email protected]:
1270112701
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.3.tgz#c72349017d5c9f5446a897fe6908b3186db1da00"
1270212702
integrity sha512-sM+jXaO5KinTui6lbK/7b7H/Knj9BpjGxZ+Ki35v7YbUJxxdBCUqNM0h3CRVU1ZF9t5lNiBzvBCSYPvIwxPOQA==
1270312703

12704-
graphql@15.7.2:
12705-
version "15.7.2"
12706-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.7.2.tgz#85ab0eeb83722977151b3feb4d631b5f2ab287ef"
12707-
integrity sha512-AnnKk7hFQFmU/2I9YSQf3xw44ctnSFCfp3zE0N6W174gqe9fWG/2rKaKxROK7CcI3XtERpjEKFqts8o319Kf7A==
12704+
graphql@16.0.1:
12705+
version "16.0.1"
12706+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.0.1.tgz#93a13cd4e0e38ca8d0832e79614c8578bfd34f10"
12707+
integrity sha512-oPvCuu6dlLdiz8gZupJ47o1clgb72r1u8NDBcQYjcV6G/iEdmE11B1bBlkhXRvV0LisP/SXRFP7tT6AgaTjpzg==
1270812708

1270912709
"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:
1271012710
version "15.5.1"

0 commit comments

Comments
 (0)