Skip to content
This repository was archived by the owner on Nov 17, 2024. It is now read-only.

Commit 2950490

Browse files
fix(deps): update dependency graphql to v16
1 parent 91e7006 commit 2950490

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"express": "4.18.2",
4949
"express-jwt": "6.1.2",
5050
"glob": "8.1.0",
51-
"graphql": "15.8.0",
51+
"graphql": "16.8.1",
5252
"graphql-fields": "2.0.3",
5353
"graphql-scalars": "1.22.4",
5454
"handlebars": "4.7.8",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@react-navigation/stack": "6.3.20",
3434
"expo": "45.0.8",
3535
"expo-status-bar": "1.7.1",
36-
"graphql": "15.8.0",
36+
"graphql": "16.8.1",
3737
"graphql-tag": "2.12.6",
3838
"native-base": "3.4.28",
3939
"polished": "4.2.2",

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@sentry/nextjs": "7.80.1",
3737
"dayjs": "1.11.10",
3838
"framer-motion": "6.5.1",
39-
"graphql": "15.8.0",
39+
"graphql": "16.8.1",
4040
"next": "12.3.4",
4141
"react": "17.0.2",
4242
"react-dom": "17.0.2",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10559,7 +10559,7 @@ graphql-ws@^5.4.1:
1055910559
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.7.0.tgz#4b9d7a0ee9555804582f27f5d7695d10aafdbdc8"
1056010560
integrity sha512-8yYuvnyqIjlJ/WfebOyu2GSOQeFauRxnfuTveY9yvrDGs2g3kR9Nv4gu40AKvRHbXlSJwTbMJ6dVxAtEyKwVRA==
1056110561

10562-
graphql@*:
10562+
graphql@*, [email protected]:
1056310563
version "16.8.1"
1056410564
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.8.1.tgz#1930a965bef1170603702acdb68aedd3f3cf6f07"
1056510565
integrity sha512-59LZHPdGZVh695Ud9lRzPBVTtlX9ZCV150Er2W43ro37wVof0ctenSaskPPjN7lVTIN8mSZt8PHUNKZuNQUuxw==

0 commit comments

Comments
 (0)