Skip to content

fix(deps): update middy-js monorepo to v6 #704

fix(deps): update middy-js monorepo to v6

fix(deps): update middy-js monorepo to v6 #704

Triggered via push December 21, 2024 01:22
Status Success
Total duration 47s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
tests: src/addVersionHeader.ts#L10
Async arrow function 'setVersionHeader' has no 'await' expression
tests: src/addVersionHeader.ts#L12
Unsafe assignment of an `any` value
tests: src/addVersionHeader.ts#L14
Unsafe assignment of an `any` value
tests: src/addVersionHeader.ts#L15
Unsafe member access .headers on an `any` value
tests: src/corsOPTIONS.ts#L11
Async arrow function 'setCorsHeaders' has no 'await' expression
tests: src/corsOPTIONS.ts#L16
Unsafe assignment of an `any` value
tests: src/corsOPTIONS.ts#L18
Unsafe assignment of an `any` value
tests: src/corsOPTIONS.ts#L19
Unsafe member access .headers on an `any` value
tests: src/corsOPTIONS.ts#L20
Unsafe argument of type `any` assigned to a parameter of type `{ headers: APIGatewayProxyEventHeaders; }`
tests: src/corsOPTIONS.ts#L25
Async method 'before' has no 'await' expression