uport-project / ethr-did

Create ethr DIDs
Apache License 2.0
259 stars 52 forks source link

fix(deps): Update dependency did-jwt to v6 - autoclosed #88

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
did-jwt ^5.12.3 -> ^6.0.0 age adoption passing confidence

Release Notes

decentralized-identity/did-jwt ### [`v6.0.0`](https://togithub.com/decentralized-identity/did-jwt/blob/HEAD/CHANGELOG.md#​600-httpsgithubcomdecentralized-identitydid-jwtcompare5124600-2022-04-04) [Compare Source](https://togithub.com/decentralized-identity/did-jwt/compare/5.12.4...6.0.0) ##### Bug Fixes - remove parseKey, change ES256K and [`Ed25519`](https://togithub.com/decentralized-identity/did-jwt/commit/Ed25519) signers to Uint8Array only ([#​224](https://togithub.com/decentralized-identity/did-jwt/issues/224)) ([9132caf](https://togithub.com/decentralized-identity/did-jwt/commit/9132caf50d58a79ccf42e43664cca048db885c78)), closes [#​222](https://togithub.com/decentralized-identity/did-jwt/issues/222) ##### BREAKING CHANGES - The Signer classes exported by this library no longer accept private keys with string encodings, only `Uint8Array`. This reduces the potential ambiguity between different formats. Some utility methods are exported that allow users to convert some popular encodings to raw `Uint8Array`. #### [5.12.4](https://togithub.com/decentralized-identity/did-jwt/compare/5.12.3...5.12.4) (2022-01-27) ##### Bug Fixes - use uint8arrays instead of Buffer ([#​217](https://togithub.com/decentralized-identity/did-jwt/issues/217)) ([d9de4fc](https://togithub.com/decentralized-identity/did-jwt/commit/d9de4fc30d65569545c1f5d62ee6d1850714232f)), closes [#​216](https://togithub.com/decentralized-identity/did-jwt/issues/216) #### [5.12.3](https://togithub.com/decentralized-identity/did-jwt/compare/5.12.2...5.12.3) (2022-01-13) ##### Bug Fixes - **deps:** bump did-resolver to 3.1.5 ([6f6eca0](https://togithub.com/decentralized-identity/did-jwt/commit/6f6eca08ee8edfd95e8445816c6d1866410642ad)) #### [5.12.2](https://togithub.com/decentralized-identity/did-jwt/compare/5.12.1...5.12.2) (2022-01-10) ##### Bug Fixes - finalize transition to ES modules ([#​211](https://togithub.com/decentralized-identity/did-jwt/issues/211)) ([2de6ac9](https://togithub.com/decentralized-identity/did-jwt/commit/2de6ac932fb7dd3b8bfda7666f0a1dc5d6db4da5)) #### [5.12.1](https://togithub.com/decentralized-identity/did-jwt/compare/5.12.0...5.12.1) (2021-12-03) ##### Bug Fixes - add missing quotes around undefined ([#​207](https://togithub.com/decentralized-identity/did-jwt/issues/207)) ([4abd521](https://togithub.com/decentralized-identity/did-jwt/commit/4abd52125542f4f89998c2d70ee3221b3f41a432)) ### [`v5.12.4`](https://togithub.com/decentralized-identity/did-jwt/blob/HEAD/CHANGELOG.md#​5124-httpsgithubcomdecentralized-identitydid-jwtcompare51235124-2022-01-27) [Compare Source](https://togithub.com/decentralized-identity/did-jwt/compare/5.12.3...5.12.4) ##### Bug Fixes - use uint8arrays instead of Buffer ([#​217](https://togithub.com/decentralized-identity/did-jwt/issues/217)) ([d9de4fc](https://togithub.com/decentralized-identity/did-jwt/commit/d9de4fc30d65569545c1f5d62ee6d1850714232f)), closes [#​216](https://togithub.com/decentralized-identity/did-jwt/issues/216)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.