google / webauthndemo

An example Node.js Relying Party implementation of the WebAuthn specification
https://try-webauthn.appspot.com
Apache License 2.0
549 stars 120 forks source link

Bump jsrsasign and @simplewebauthn/server #126

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 6 months ago

Removes jsrsasign. It's no longer used after updating ancestor dependency @simplewebauthn/server. These dependencies need to be updated together.

Removes jsrsasign

Updates @simplewebauthn/server from 6.3.0-alpha.1 to 8.3.6

Release notes

Sourced from @​simplewebauthn/server's releases.

v8.3.6

Packages

  • @​simplewebauthn/server@​8.3.6

Changes

  • [server] Updated dependencies to fix an issue with ASN.1 parsing when calling verifyAuthenticationResponse() (#499)

v8.3.5

Packages

  • @​simplewebauthn/server@​8.3.5

Changes

  • [server] Use of the Web Crypto API in edge runtimes has been improved (#472)

v8.3.4

Packages

  • @​simplewebauthn/browser@.3.4
  • @​simplewebauthn/server@.3.4
  • @​simplewebauthn/typescript-types@.3.4

Changes

  • [server] The library will now try to use globalThis.crypto first before trying to import Node's node:crypto as a fallback (#468)
  • [browser, types] Version sync

v8.3.3

Packages

  • @​simplewebauthn/browser@​8.3.3
  • @​simplewebauthn/server@​8.3.3
  • @​simplewebauthn/typescript-types@​8.3.3

Changes

  • [server, types] deno vendor will no longer error out because typescript-types/src/dom.ts is missing (#466)
  • [server] Authenticator data will now be preserved after bad CBOR encoding is detected and temporarily fixed when handling security key responses from Firefox (#465)
  • [browser] Version sync due to changes in typescript-types

v8.3.2

... (truncated)

Changelog

Sourced from @​simplewebauthn/server's changelog.

v8.3.6

Packages

  • @​simplewebauthn/server@​8.3.6

Changes

  • [server] Updated dependencies to fix an issue with ASN.1 parsing when calling verifyAuthenticationResponse() (#499)

v8.3.5

Packages

  • @​simplewebauthn/server@​8.3.5

Changes

  • [server] Use of the Web Crypto API in edge runtimes has been improved (#472)

v8.3.4

Packages

  • @​simplewebauthn/browser@.3.4
  • @​simplewebauthn/server@.3.4
  • @​simplewebauthn/typescript-types@.3.4

Changes

  • [server] The library will now try to use globalThis.crypto first before trying to import Node's node:crypto as a fallback (#468)
  • [browser, types] Version sync

v8.3.3

Packages

  • @​simplewebauthn/browser@​8.3.3
  • @​simplewebauthn/server@​8.3.3
  • @​simplewebauthn/typescript-types@​8.3.3

Changes

  • [server, types] deno vendor will no longer error out because typescript-types/src/dom.ts is missing (#466)
  • [server] Authenticator data will now be preserved after bad CBOR encoding is detected and temporarily fixed when handling security key responses from Firefox

... (truncated)

Commits


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/google/webauthndemo/network/alerts).
dependabot[bot] commented 2 months ago

Superseded by #132.