Skip to content

Commit

Permalink
fix: use graphql latest version and resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
schettn committed Jul 9, 2024
1 parent f646a55 commit caeb9b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/pylon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@
},
"dependencies": {
"@sentry/bun": "^7.106.0",
"graphql": "^16.6.0",
"graphql": "^16.9.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"openid-client": "^5.6.4",
"winston": "^3.8.2"
},
"resolutions": {
"graphql": "^16.9.0"
}
}

0 comments on commit caeb9b8

Please sign in to comment.