Skip to content

Commit

Permalink
fix(deps): update dependency @simplewebauthn/browser to v7.4.0 (#9454)
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/browser](https://togithub.com/MasterKale/SimpleWebAuthn/tree/master/packages/browser#readme)
([source](https://togithub.com/MasterKale/SimpleWebAuthn)) | [`7.2.0` ->
`7.4.0`](https://renovatebot.com/diffs/npm/@simplewebauthn%2fbrowser/7.2.0/7.4.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@simplewebauthn%2fbrowser/7.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@simplewebauthn%2fbrowser/7.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@simplewebauthn%2fbrowser/7.2.0/7.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@simplewebauthn%2fbrowser/7.2.0/7.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

**Packages:**

-
[@&#8203;simplewebauthn/browser](https://togithub.com/simplewebauthn/browser)[@&#8203;7](https://togithub.com/7).4.0
-
[@&#8203;simplewebauthn/iso-webcrypto](https://togithub.com/simplewebauthn/iso-webcrypto)[@&#8203;7](https://togithub.com/7).4.0
-
[@&#8203;simplewebauthn/server](https://togithub.com/simplewebauthn/server)[@&#8203;7](https://togithub.com/7).4.0
-
[@&#8203;simplewebauthn/typescript-types](https://togithub.com/simplewebauthn/typescript-types)[@&#8203;7](https://togithub.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://togithub.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://togithub.com/MasterKale/SimpleWebAuthn/pull/415))
- **\[typescript-types]** `"smart-card"` is now a recognized value for
`AuthenticatorTransportFuture`

([#&#8203;399](https://togithub.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 4eefeaf commit 92d12fc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.23.2",
"@redwoodjs/cli-helpers": "6.0.7",
"@simplewebauthn/browser": "7.2.0",
"@simplewebauthn/browser": "7.4.0",
"core-js": "3.33.2",
"prompts": "2.4.2",
"terminal-link": "2.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.23.2",
"@redwoodjs/auth": "6.0.7",
"@simplewebauthn/browser": "7.2.0",
"@simplewebauthn/browser": "7.4.0",
"core-js": "3.33.2"
},
"devDependencies": {
Expand Down
23 changes: 15 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8111,7 +8111,7 @@ __metadata:
"@babel/core": ^7.22.20
"@babel/runtime-corejs3": 7.23.2
"@redwoodjs/cli-helpers": 6.0.7
"@simplewebauthn/browser": 7.2.0
"@simplewebauthn/browser": 7.4.0
"@simplewebauthn/typescript-types": 7.0.0
"@types/yargs": 17.0.24
core-js: 3.33.2
Expand All @@ -8130,7 +8130,7 @@ __metadata:
"@babel/core": ^7.22.20
"@babel/runtime-corejs3": 7.23.2
"@redwoodjs/auth": 6.0.7
"@simplewebauthn/browser": 7.2.0
"@simplewebauthn/browser": 7.4.0
"@simplewebauthn/typescript-types": 7.0.0
"@types/react": 18.2.14
core-js: 3.33.2
Expand Down Expand Up @@ -9396,12 +9396,12 @@ __metadata:
languageName: node
linkType: hard

"@simplewebauthn/browser@npm:7.2.0":
version: 7.2.0
resolution: "@simplewebauthn/browser@npm:7.2.0"
"@simplewebauthn/browser@npm:7.4.0":
version: 7.4.0
resolution: "@simplewebauthn/browser@npm:7.4.0"
dependencies:
"@simplewebauthn/typescript-types": "*"
checksum: 7a12b06bb20e1f6214524603b5d030ec110c85dee1399946400315ee4fb9e1fcc79809a41851445b7f09513b56fb6e6fca5c78365e04dee7244e19b985672cb4
"@simplewebauthn/typescript-types": ^7.4.0
checksum: cd69d51511e1bb75603b254b706194e8b7c3849e8f02fcb373cc8bb8c789df803a1bb900de7853c0cc63c0ad81fd56497ca63885638d566137afa387674099ad
languageName: node
linkType: hard

Expand Down Expand Up @@ -9436,7 +9436,14 @@ __metadata:
languageName: node
linkType: hard

"@simplewebauthn/typescript-types@npm:*, @simplewebauthn/typescript-types@npm:7.0.0":
"@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
languageName: node
linkType: hard

"@simplewebauthn/typescript-types@npm:7.0.0":
version: 7.0.0
resolution: "@simplewebauthn/typescript-types@npm:7.0.0"
checksum: 4682a353bace25f195b6621d4b96e9db48562edc68a005785230519c71838028de20154a842c4c1859f605562668ff689ab532b0afdce926d5720e7573160da4
Expand Down

0 comments on commit 92d12fc

Please sign in to comment.