decentralized-identity / .well-known

Specs and documentation for all DID-related /.well-known resources
https://identity.foundation/.well-known
Apache License 2.0
55 stars 15 forks source link

Bump jose from 3.2.0 to 3.11.4 in /resources/did-configuration/generate-config #66

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps jose from 3.2.0 to 3.11.4.

Release notes

Sourced from jose's releases.

v3.11.4

Bug Fixes

v3.11.3

Bug Fixes

  • node: check CryptoKey algorithm & usage before exporting KeyObject (dab4b2f)

v3.11.2

Bug Fixes

  • assert KeyLike input types, change "any" types to "unknown" (edb83a8)

v3.11.1

Bug Fixes

  • node: crypto.verify callback invocation with a private keyobject (d3d4acd)

v3.11.0

Features

  • export error codes as static properties (89d8003), closes #170

v3.10.0

Features

  • node: use libuv threadpool to sign in node >= 15.12.0 (cf5074e)
  • node: use libuv threadpool to verify in node >= 15.12.0 (ae9a7f4)
  • node: use native JWK export in node >= 15.9.0 (7f3cc44)
  • node: use native JWK import in node >= 15.12.0 (f0c2a64)

v3.9.0

Features

  • add named exports for all modules (5cba6b0)

v3.8.0

Features

  • publish alternative Node.js and Browser specific distributions (7856dad)

v3.7.1

Bug Fixes

  • swallow invalid signature encoding errors (e0adf49)

v3.7.0

... (truncated)

Changelog

Sourced from jose's changelog.

3.11.4 (2021-04-09)

Bug Fixes

  • defer AES CBC w/ HMAC decryption after tag verification passes (579485c)

3.11.3 (2021-04-01)

Bug Fixes

  • node: check CryptoKey algorithm & usage before exporting KeyObject (dab4b2f)

3.11.2 (2021-03-30)

Bug Fixes

  • assert KeyLike input types, change "any" types to "unknown" (edb83a8)

3.11.1 (2021-03-26)

Bug Fixes

  • node: crypto.verify callback invocation with a private keyobject (d3d4acd)

3.11.0 (2021-03-24)

Features

  • export error codes as static properties (89d8003), closes #170

3.10.0 (2021-03-18)

Features

  • node: use libuv threadpool to sign in node >= 15.12.0 (cf5074e)
  • node: use libuv threadpool to verify in node >= 15.12.0 (ae9a7f4)
  • node: use native JWK export in node >= 15.9.0 (7f3cc44)
  • node: use native JWK import in node >= 15.12.0 (f0c2a64)

3.9.0 (2021-03-15)

Features

... (truncated)

Commits
  • 5a7078a chore(release): 3.11.4
  • 579485c fix: defer AES CBC w/ HMAC decryption after tag verification passes
  • d0a26bd refactor(node,webcrypto): remove unnecessary workaround
  • ad03597 chore(release): 3.11.3
  • dab4b2f fix(node): check CryptoKey algorithm & usage before exporting KeyObject
  • 0f990a4 docs: add notes about algorithm allow list defaults
  • 8282c28 docs: add note about createRemoteJWKSet to get key interfaces
  • cb856c8 docs: cleanup changelog
  • b70d0c2 ci: update karma reporter
  • fbb336b chore: update esbuild
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/decentralized-identity/.well-known/network/alerts).
dependabot[bot] commented 2 years ago

Superseded by #83.