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

Commit d095e01

Browse files
fix(deps): update dependency graphql to v16
1 parent 75e8c33 commit d095e01

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.19.2",
4949
"express-jwt": "6.1.2",
5050
"glob": "8.1.0",
51-
"graphql": "15.9.0",
51+
"graphql": "16.9.0",
5252
"graphql-fields": "2.0.3",
5353
"graphql-scalars": "1.23.0",
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.29",
3434
"expo": "45.0.8",
3535
"expo-status-bar": "1.12.1",
36-
"graphql": "15.9.0",
36+
"graphql": "16.9.0",
3737
"graphql-tag": "2.12.6",
3838
"native-base": "3.4.28",
3939
"polished": "4.3.1",

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.118.0",
3737
"dayjs": "1.11.11",
3838
"framer-motion": "6.5.1",
39-
"graphql": "15.9.0",
39+
"graphql": "16.9.0",
4040
"next": "12.3.4",
4141
"react": "17.0.2",
4242
"react-dom": "17.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11590,10 +11590,10 @@ [email protected]:
1159011590
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38"
1159111591
integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==
1159211592

11593-
graphql@15.9.0:
11594-
version "15.9.0"
11595-
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.9.0.tgz#4e8ca830cfd30b03d44d3edd9cac2b0690304b53"
11596-
integrity sha512-GCOQdvm7XxV1S4U4CGrsdlEN37245eC8P9zaYCMr6K1BG0IPGy5lUwmJsEOGyl1GD6HXjOtl2keCP9asRBwNvA==
11593+
graphql@16.9.0:
11594+
version "16.9.0"
11595+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.9.0.tgz#1c310e63f16a49ce1fbb230bd0a000e99f6f115f"
11596+
integrity sha512-GGTKBX4SD7Wdb8mqeDLni2oaRGYQWjWHGKPQ24ZMnUtKfcsVoiv4uX8+LJr1K6U5VW2Lu1BwJnj7uiori0YtRw==
1159711597

1159811598
1159911599
version "4.7.8"

0 commit comments

Comments
 (0)