Skip to content

fix(deps): update dependency mongoose to v6.11.3 [security] #5654

fix(deps): update dependency mongoose to v6.11.3 [security]

fix(deps): update dependency mongoose to v6.11.3 [security] #5654

Triggered via pull request July 16, 2023 13:44
Status Failure
Total duration 4m 29s
Artifacts

continuous-integration.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
pr
Argument of type 'Schema<IWatchedEpisode, unknown, unknown, unknown, unknown, unknown, ResolveSchemaOptions<TSchemaOptions>, ResolveTimestamps<ObtainDocumentType<DocType, EnforcedDocType, TSchemaOptions>, TSchemaOptions>>' is not assignable to parameter of type 'Schema<IWatchedEpisode, any, any, {}, {}, {}, DefaultSchemaOptions, IWatchedEpisode> | Schema<IWatchedEpisode & Document<...>, ... 6 more ..., IWatchedEpisode & Document<...>> | undefined'.
pr
Type 'Model<unknown, unknown, unknown, {}, IWatchedEpisode>' is not assignable to type 'Model<IWatchedEpisode, {}, {}, {}, any>'.
pr
Argument of type 'Schema<IFavorite, unknown, unknown, unknown, unknown, unknown, ResolveSchemaOptions<TSchemaOptions>, ResolveTimestamps<ObtainDocumentType<DocType, EnforcedDocType, TSchemaOptions>, TSchemaOptions>>' is not assignable to parameter of type 'Schema<IFavorite, any, any, {}, {}, {}, DefaultSchemaOptions, IFavorite> | Schema<IFavorite & Document<any, any, any>, ... 6 more ..., IFavorite & Document<...>> | undefined'.
pr
Type 'Model<unknown, unknown, unknown, {}, IFavorite>' is not assignable to type 'Model<IFavorite, {}, {}, {}, any>'.
pr
Process completed with exit code 1.