Skip to content

Commit

Permalink
Merge pull request #26 from blockchain-certificates/feat/bump-deps
Browse files Browse the repository at this point in the history
feat(Deps): bump jsonld-signatures to latest version
  • Loading branch information
lemoustachiste authored Jul 3, 2023
2 parents b2eb75b + 458a66f commit 78ee44c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 221 deletions.
243 changes: 24 additions & 219 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"hash-base": "github:blockchain-certificates/hash-base",
"js-sha3": "^0.8.0",
"jsonld": "^8.2.0",
"jsonld-signatures": "^9.3.1",
"jsonld-signatures": "^11.2.1",
"lodash.clonedeep": "^4.5.0",
"secp256k1": "^4.0.3",
"sha256": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/contract/vc.js.contract.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('Contract test suite', function () {
Headers
}
});
});
}, 60000);

describe('vc.js compatibility', function () {
it('should verify a MerkleProof2019 signed document', async function () {
Expand Down

0 comments on commit 78ee44c

Please sign in to comment.