Skip to content

Commit a7f4f06

Browse files
fix(deps): update dependency graphql to v15.10.1
1 parent 4b09c96 commit a7f4f06

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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": "15.10.1",
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": "15.10.1",
2424
"isomorphic-fetch": "3.0.0",
2525
"js-cookie": "3.0.1",
2626
"jsoneditor": "9.5.6",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14204,16 +14204,16 @@ graphql-ws@^5.4.1:
1420414204
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.5.0.tgz#79f10248d23d104369eaef93acb9f887276a2c42"
1420514205
integrity sha512-WQepPMGQQoqS2VsrI2I3RMLCVz3CW4/6ZqGV6ABDOwH4R62DzjxwMlwZbj6vhSI/7IM3/C911yITwgs77iO/hw==
1420614206

14207+
14208+
version "15.10.1"
14209+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.10.1.tgz#e9ff3bb928749275477f748b14aa5c30dcad6f2f"
14210+
integrity sha512-BL/Xd/T9baO6NFzoMpiMD7YUZ62R6viR5tp/MULVEnbYJXZA//kRNW7J0j1w/wXArgL0sCxhDfK5dczSKn3+cg==
14211+
1420714212
1420814213
version "15.5.3"
1420914214
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.3.tgz#c72349017d5c9f5446a897fe6908b3186db1da00"
1421014215
integrity sha512-sM+jXaO5KinTui6lbK/7b7H/Knj9BpjGxZ+Ki35v7YbUJxxdBCUqNM0h3CRVU1ZF9t5lNiBzvBCSYPvIwxPOQA==
1421114216

14212-
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==
14216-
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"
1421914219
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.5.1.tgz#f2f84415d8985e7b84731e7f3536f8bb9d383aad"

0 commit comments

Comments
 (0)