Skip to content

fix: package.json & package-lock.json to reduce vulnerabilities #863

fix: package.json & package-lock.json to reduce vulnerabilities

fix: package.json & package-lock.json to reduce vulnerabilities #863

Triggered via push November 23, 2023 15:05
Status Failure
Total duration 1m 46s
Artifacts

dispatch.yml

on: push
Build & Test  /  Build Node.js
16s
Build & Test / Build Node.js
Build & Test  /  Integration Tests
0s
Build & Test / Integration Tests
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Build & Test / Build Node.js: src/index.ts#L108
Type 'import("/home/runner/work/sdk/sdk/node_modules/@cosmjs/proto-signing/build/registry").Registry' is not assignable to type 'import("/home/runner/work/sdk/sdk/node_modules/@cosmjs/stargate/node_modules/@cosmjs/proto-signing/build/registry").Registry'.
Build & Test / Build Node.js: src/modules/did.ts#L162
Conversion of type 'import("/home/runner/work/sdk/sdk/node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/query/v1beta1/pagination").PageRequest' to type 'import("/home/runner/work/sdk/sdk/node_modules/@cheqd/ts-proto/cosmos/base/query/v1beta1/pagination").PageRequest' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Build & Test / Build Node.js: src/modules/resource.ts#L76
Conversion of type 'import("/home/runner/work/sdk/sdk/node_modules/@cosmjs/stargate/node_modules/cosmjs-types/cosmos/base/query/v1beta1/pagination").PageRequest' to type 'import("/home/runner/work/sdk/sdk/node_modules/@cheqd/ts-proto/cosmos/base/query/v1beta1/pagination").PageRequest' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Build & Test / Build Node.js: src/registry.ts#L7
Argument of type '[string, GeneratedType][]' is not assignable to parameter of type 'Iterable<[string, GeneratedType]>'.
Build & Test / Build Node.js: src/registry.ts#L10
Argument of type 'readonly [string, GeneratedType][]' is not assignable to parameter of type 'Iterable<[string, GeneratedType]>'.
Build & Test / Build Node.js: src/signer.ts#L76
Class static side 'typeof CheqdSigningStargateClient' incorrectly extends base class static side 'typeof SigningStargateClient'.
Build & Test / Build Node.js: src/signer.ts#L88
Type 'Registry | Registry' is not assignable to type 'Registry | undefined'.
Build & Test / Build Node.js: src/signer.ts#L98
Argument of type 'import("/home/runner/work/sdk/sdk/node_modules/@cosmjs/proto-signing/build/signer").OfflineSigner' is not assignable to parameter of type 'import("/home/runner/work/sdk/sdk/node_modules/@cosmjs/stargate/node_modules/@cosmjs/proto-signing/build/signer").OfflineSigner'.
Build & Test / Build Node.js
Process completed with exit code 2.