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

Commit ea6d0b3

Browse files
committed
fix(deps): update dependency graphql to v16
1 parent 7e46a0d commit ea6d0b3

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-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.17.2",
4949
"express-jwt": "6.1.0",
5050
"glob": "7.2.0",
51-
"graphql": "15.8.0",
51+
"graphql": "16.2.0",
5252
"graphql-fields": "2.0.3",
5353
"graphql-scalars": "1.14.1",
5454
"handlebars": "4.7.7",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@react-navigation/stack": "6.0.11",
3333
"expo": "44.0.5",
3434
"expo-status-bar": "1.2.0",
35-
"graphql": "15.8.0",
35+
"graphql": "16.2.0",
3636
"graphql-tag": "2.12.6",
3737
"native-base": "3.3.2",
3838
"polished": "4.1.3",

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": "6.16.1",
3737
"dayjs": "1.10.7",
3838
"framer-motion": "5.6.0",
39-
"graphql": "15.8.0",
39+
"graphql": "16.2.0",
4040
"next": "12.0.8",
4141
"next-http-proxy-middleware": "1.1.2",
4242
"next-transpile-modules": "9.0.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9655,7 +9655,12 @@ graphql-ws@^5.4.1:
96559655
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.5.5.tgz#f375486d3f196e2a2527b503644693ae3a8670a9"
96569656
integrity sha512-hvyIS71vs4Tu/yUYHPvGXsTgo0t3arU820+lT5VjZS2go0ewp2LqyCgxEN56CzOG7Iys52eRhHBiD1gGRdiQtw==
96579657

9658-
[email protected], graphql@^15.3.0:
9658+
9659+
version "16.2.0"
9660+
resolved "https://registry.yarnpkg.com/graphql/-/graphql-16.2.0.tgz#de3150e80f1fc009590b92a9d16ab1b46e12b656"
9661+
integrity sha512-MuQd7XXrdOcmfwuLwC2jNvx0n3rxIuNYOxUtiee5XOmfrWo613ar2U8pE7aHAKh8VwfpifubpD9IP+EdEAEOsA==
9662+
9663+
graphql@^15.3.0:
96599664
version "15.8.0"
96609665
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38"
96619666
integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==

0 commit comments

Comments
 (0)