fix(deps): update dependency @bifravst/aws-ssm-settings-helpers to ^1… #1351
Annotations
10 warnings
Check source code with eslint:
src/api/getAccountInfo.spec.ts#L15
Unsafe return of an `any` typed value
|
Check source code with eslint:
src/api/getCurrentMonthlyCosts.spec.ts#L14
Unsafe return of an `any` typed value
|
Check source code with eslint:
src/api/getDeviceShadow.spec.ts#L19
Unsafe argument of type `any` assigned to a parameter of type `{ (input: URL | RequestInfo, init?: RequestInit | undefined): Promise<Response>; (input: string | URL | Request, init?: RequestInit | undefined): Promise<...>; } | undefined`
|
Check source code with eslint:
src/api/getFOTABundle.spec.ts#L65
Unsafe argument of type `any` assigned to a parameter of type `{ (input: URL | RequestInfo, init?: RequestInit | undefined): Promise<Response>; (input: string | URL | Request, init?: RequestInit | undefined): Promise<...>; } | undefined`
|
Check source code with eslint:
src/api/getLocationHistory.spec.ts#L15
Unsafe return of an `any` typed value
|
Check source code with eslint:
src/api/getLocationHistory.spec.ts#L24
Unsafe argument of type `any` assigned to a parameter of type `AsyncMatcher<false | { pageNextToken?: string | undefined; total: number; items: { anchors?: { name?: string | undefined; macAddress: string; }[] | undefined; id: string; deviceId: string; serviceType: LocationHistoryServiceType; ... 4 more ...; uncertainty: string; }[]; }>`
|
Check source code with eslint:
src/api/validatedFetch.spec.ts#L21
Unsafe argument of type `any` assigned to a parameter of type `{ (input: URL | RequestInfo, init?: RequestInit | undefined): Promise<Response>; (input: string | URL | Request, init?: RequestInit | undefined): Promise<...>; } | undefined`
|
Check source code with eslint:
src/api/validatedFetch.spec.ts#L49
Unsafe return of an `any` typed value
|
Check source code with eslint:
src/api/validatedFetch.spec.ts#L66
Unsafe argument of type `any` assigned to a parameter of type `{ (input: URL | RequestInfo, init?: RequestInit | undefined): Promise<Response>; (input: string | URL | Request, init?: RequestInit | undefined): Promise<...>; } | undefined`
|
Check source code with eslint:
src/api/validatedFetch.spec.ts#L104
Unsafe argument of type `any` assigned to a parameter of type `{ (input: URL | RequestInfo, init?: RequestInit | undefined): Promise<Response>; (input: string | URL | Request, init?: RequestInit | undefined): Promise<...>; } | undefined`
|
Loading