[Snyk] Fix for 2 vulnerabilities #188
Annotations
4 errors and 10 warnings
Compile:
node_modules/@tsoa/runtime/dist/routeGeneration/templateHelpers.d.ts#L22
Type 'Buffer' is not generic.
|
Compile:
src/utils/TsyringeAdapter.ts#L6
Type '<T>(controller: { prototype: T; }) => T' is not assignable to type '{ <T>(controller: ServiceIdentifier<T>): T; <T>(controller: ServiceIdentifier<T>): Promise<T>; }'.
|
Compile:
src/utils/tsyringeTsoaIocContainer.ts#L6
Type '<T>(controller: { prototype: T; }) => T' is not assignable to type '{ <T>(controller: ServiceIdentifier<T>): T; <T>(controller: ServiceIdentifier<T>): Promise<T>; }'.
|
Compile
Process completed with exit code 2.
|
Linting:
src/authentication.ts#L12
Unexpected any. Specify a different type
|
Linting:
src/cliAgent.ts#L419
Caution: `jwt` also has a named export `sign`. Check if you meant to write `import {sign} from 'jsonwebtoken'` instead
|
Linting:
src/controllers/did/DidController.ts#L354
Unexpected any. Specify a different type
|
Linting:
src/controllers/multi-tenancy/MultiTenancyController.ts#L371
Unexpected any. Specify a different type
|
Linting:
src/controllers/multi-tenancy/MultiTenancyController.ts#L426
Unexpected any. Specify a different type
|
Linting:
src/controllers/multi-tenancy/MultiTenancyController.ts#L461
Unexpected any. Specify a different type
|
Linting:
src/controllers/multi-tenancy/MultiTenancyController.ts#L795
Unexpected any. Specify a different type
|
Linting:
src/controllers/multi-tenancy/MultiTenancyController.ts#L796
Unexpected any. Specify a different type
|
Linting:
src/controllers/multi-tenancy/MultiTenancyController.ts#L830
Unexpected any. Specify a different type
|
Linting:
src/controllers/multi-tenancy/MultiTenancyController.ts#L865
Unexpected any. Specify a different type
|
Loading