Skip to content

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

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

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

Triggered via pull request June 29, 2023 12:02
Status Failure
Total duration 5m 34s
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.