Skip to content

Commit

Permalink
chore(deps): update dependency @simplewebauthn/server to v7.4.0 (#9480)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@simplewebauthn/server](https://github.com/MasterKale/SimpleWebAuthn/tree/master/packages/server#readme)
([source](https://github.com/MasterKale/SimpleWebAuthn)) | [`7.3.1` ->
`7.4.0`](https://renovatebot.com/diffs/npm/@simplewebauthn%2fserver/7.3.1/7.4.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@simplewebauthn%2fserver/7.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@simplewebauthn%2fserver/7.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@simplewebauthn%2fserver/7.3.1/7.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@simplewebauthn%2fserver/7.3.1/7.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>MasterKale/SimpleWebAuthn
(@&#8203;simplewebauthn/server)</summary>

###
[`v7.4.0`](https://github.com/MasterKale/SimpleWebAuthn/blob/HEAD/CHANGELOG.md#v740)

[Compare
Source](https://github.com/MasterKale/SimpleWebAuthn/compare/v7.3.1...v7.4.0)

**Packages:**

-
[@&#8203;simplewebauthn/browser](https://github.com/simplewebauthn/browser)[@&#8203;7](https://github.com/7).4.0
-
[@&#8203;simplewebauthn/iso-webcrypto](https://github.com/simplewebauthn/iso-webcrypto)[@&#8203;7](https://github.com/7).4.0
-
[@&#8203;simplewebauthn/server](https://github.com/simplewebauthn/server)[@&#8203;7](https://github.com/7).4.0
-
[@&#8203;simplewebauthn/typescript-types](https://github.com/simplewebauthn/typescript-types)[@&#8203;7](https://github.com/7).4.0

**Changes:**

- **\[browser] \[typescript-types]**
`AuthenticatorAttestationResponseJSON` now includes additional,
optional `publicKeyAlgorithm`, `publicKey`, and `authenticatorData`
convenience values that track
    JSON interface changes in WebAuthn L3 draft

([#&#8203;400](https://github.com/MasterKale/SimpleWebAuthn/pull/400))
-   **\[iso-crypto]** Version sync
- **\[server]** `verifyRegistrationResponse()` and
`verifyAuthenticationResponse()` now return the
matched origin and RP ID in their to output to help RP's that use the
same verification logic with
multiple origins and RP ID's understand where a response was generated
and for which RP

([#&#8203;415](https://github.com/MasterKale/SimpleWebAuthn/pull/415))
- **\[typescript-types]** `"smart-card"` is now a recognized value for
`AuthenticatorTransportFuture`

([#&#8203;399](https://github.com/MasterKale/SimpleWebAuthn/pull/399))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent e974f2e commit be32263
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/cli": "7.23.0",
"@babel/core": "^7.22.20",
"@redwoodjs/api": "6.0.7",
"@simplewebauthn/server": "7.3.1",
"@simplewebauthn/server": "7.4.0",
"@types/md5": "2.3.2",
"@types/uuid": "9.0.2",
"jest": "29.7.0",
Expand Down
38 changes: 19 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8073,7 +8073,7 @@ __metadata:
"@babel/runtime-corejs3": 7.23.2
"@redwoodjs/api": 6.0.7
"@redwoodjs/project-config": 6.0.7
"@simplewebauthn/server": 7.3.1
"@simplewebauthn/server": 7.4.0
"@types/md5": 2.3.2
"@types/uuid": 9.0.2
base64url: 3.0.1
Expand Down Expand Up @@ -9388,41 +9388,34 @@ __metadata:
languageName: node
linkType: hard

"@simplewebauthn/iso-webcrypto@npm:^7.2.0":
version: 7.2.0
resolution: "@simplewebauthn/iso-webcrypto@npm:7.2.0"
"@simplewebauthn/iso-webcrypto@npm:^7.4.0":
version: 7.4.0
resolution: "@simplewebauthn/iso-webcrypto@npm:7.4.0"
dependencies:
"@simplewebauthn/typescript-types": "*"
"@simplewebauthn/typescript-types": ^7.4.0
"@types/node": ^18.11.9
checksum: f4f851a872239fe28835fc06550c4ec196888fae6f03ce84fccc0f4abbf2b57d1ca105191fc7efd82dbc35c79170cf817e54fdcc3f65105e2427486a38189d48
checksum: 66a3eabb8fca5a8f779d428b358c8fc02dd2496f9cafda882f3b19562e5c9d21a8af3082f635c7ff0a1914e33a87817be0d16307f5327606149a52e854406cbb
languageName: node
linkType: hard

"@simplewebauthn/server@npm:7.3.1":
version: 7.3.1
resolution: "@simplewebauthn/server@npm:7.3.1"
"@simplewebauthn/server@npm:7.4.0":
version: 7.4.0
resolution: "@simplewebauthn/server@npm:7.4.0"
dependencies:
"@hexagon/base64": ^1.1.25
"@peculiar/asn1-android": ^2.3.3
"@peculiar/asn1-ecc": ^2.3.4
"@peculiar/asn1-rsa": ^2.3.4
"@peculiar/asn1-schema": ^2.3.3
"@peculiar/asn1-x509": ^2.3.4
"@simplewebauthn/iso-webcrypto": ^7.2.0
"@simplewebauthn/typescript-types": "*"
"@simplewebauthn/iso-webcrypto": ^7.4.0
"@simplewebauthn/typescript-types": ^7.4.0
"@types/debug": ^4.1.7
"@types/node": ^18.11.9
cbor-x: ^1.4.1
cross-fetch: ^3.1.5
debug: ^4.3.2
checksum: 30fee0196bc751c12fdfb9d05297b8c9ef50e87b454b3be9dbdd71b22474922be501ec6494a6820465f2aa1d99afa22850d8638062535b19a7dc54ab55015191
languageName: node
linkType: hard

"@simplewebauthn/typescript-types@npm:*, @simplewebauthn/typescript-types@npm:^7.4.0":
version: 7.4.0
resolution: "@simplewebauthn/typescript-types@npm:7.4.0"
checksum: b7aefd742d2f483531ff96509475571339660addba1f140883d8e489601d6a3a5b1c6759aa5ba27a9da5b502709aee9f060a4d4e57010f32c94eb5c42ef562a3
checksum: 51858ad0bcfb55b96c8dd4a337ed93baf000ccf55cdf13f9f87c96e54c0fa80b0fb0eb96fc570d9e039a2526d770a1a21811a03a15f9ad23a02142ff9ba8ad6e
languageName: node
linkType: hard

Expand All @@ -9433,6 +9426,13 @@ __metadata:
languageName: node
linkType: hard

"@simplewebauthn/typescript-types@npm:^7.4.0":
version: 7.4.0
resolution: "@simplewebauthn/typescript-types@npm:7.4.0"
checksum: b7aefd742d2f483531ff96509475571339660addba1f140883d8e489601d6a3a5b1c6759aa5ba27a9da5b502709aee9f060a4d4e57010f32c94eb5c42ef562a3
languageName: node
linkType: hard

"@sinclair/typebox@npm:^0.27.8":
version: 0.27.8
resolution: "@sinclair/typebox@npm:0.27.8"
Expand Down

0 comments on commit be32263

Please sign in to comment.