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 Jun 26, 2024
1 parent 75e8c33 commit d095e01
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.19.2",
"express-jwt": "6.1.2",
"glob": "8.1.0",
"graphql": "15.9.0",
"graphql": "16.9.0",
"graphql-fields": "2.0.3",
"graphql-scalars": "1.23.0",
"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.29",
"expo": "45.0.8",
"expo-status-bar": "1.12.1",
"graphql": "15.9.0",
"graphql": "16.9.0",
"graphql-tag": "2.12.6",
"native-base": "3.4.28",
"polished": "4.3.1",
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.118.0",
"dayjs": "1.11.11",
"framer-motion": "6.5.1",
"graphql": "15.9.0",
"graphql": "16.9.0",
"next": "12.3.4",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11590,10 +11590,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38"
integrity sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==

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

[email protected]:
version "4.7.8"
Expand Down

0 comments on commit d095e01

Please sign in to comment.