fix: package.json & package-lock.json to reduce vulnerabilities #916
dispatch.yml
on: push
Build & Test
/
Build Node.js
20s
Lint
/
Broken Markdown links
53s
Lint
/
Super Linter
1m 36s
Release
/
Semantic Release
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-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-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#L75
Class static side 'typeof CheqdSigningStargateClient' incorrectly extends base class static side 'typeof SigningStargateClient'.
|
Build & Test / Build Node.js:
src/signer.ts#L87
Type 'Registry | Registry' is not assignable to type 'Registry | undefined'.
|
Build & Test / Build Node.js:
src/signer.ts#L97
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.
|