Open christopheblin opened 2 years ago
optionalDependencies already update to allow @nestjs/graphql
Please, update @nestjs/graphql to >= 11.0.0, there are conflicts with other packages
@nestjs/graphql is 12.2.0 now, could @ntegral/nestjs-sentry
be optimistically install the latest version like
"optionalDependencies": {
"@nestjs/graphql": "^12.0.11"
}
to fix some existing and potential vulnerability issue
Replace
by
to allow user of nestjs/graphql to upgrade to 10.0.11 without having a duplicate depency on nestjs/graphql 9.1.2 (which is the latest version compatible with the current range)