Skip to content

Commit

Permalink
fix(deps): update dependency graphql to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent 91e7006 commit 2950490
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"express": "4.18.2",
"express-jwt": "6.1.2",
"glob": "8.1.0",
"graphql": "15.8.0",
"graphql": "16.8.1",
"graphql-fields": "2.0.3",
"graphql-scalars": "1.22.4",
"handlebars": "4.7.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@react-navigation/stack": "6.3.20",
"expo": "45.0.8",
"expo-status-bar": "1.7.1",
"graphql": "15.8.0",
"graphql": "16.8.1",
"graphql-tag": "2.12.6",
"native-base": "3.4.28",
"polished": "4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@sentry/nextjs": "7.80.1",
"dayjs": "1.11.10",
"framer-motion": "6.5.1",
"graphql": "15.8.0",
"graphql": "16.8.1",
"next": "12.3.4",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10559,7 +10559,7 @@ graphql-ws@^5.4.1:
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-5.7.0.tgz#4b9d7a0ee9555804582f27f5d7695d10aafdbdc8"
integrity sha512-8yYuvnyqIjlJ/WfebOyu2GSOQeFauRxnfuTveY9yvrDGs2g3kR9Nv4gu40AKvRHbXlSJwTbMJ6dVxAtEyKwVRA==

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

0 comments on commit 2950490

Please sign in to comment.