Skip to content

Commit 18b694d

Browse files
chore(deps): update dependency ox to v0.14.5 (#236)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [ox](https://wevm.dev) ([source](https://redirect.github.com/wevm/ox)) | dependencies | patch | [`0.14.1` → `0.14.5`](https://renovatebot.com/diffs/npm/ox/0.14.1/0.14.5) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/wevm/ox/badge)](https://securityscorecards.dev/viewer/?uri=github.com/wevm/ox) | --- ### Release Notes <details> <summary>wevm/ox (ox)</summary> ### [`v0.14.5`](https://redirect.github.com/wevm/ox/releases/tag/ox%400.14.5) [Compare Source](https://redirect.github.com/wevm/ox/compare/ox@0.14.4...ox@0.14.5) ##### Patch Changes - [`6dcde2c`](https://redirect.github.com/wevm/ox/commit/6dcde2c34ae05928c9e7fd021af3731390b39619) Thanks [@&#8203;jxom](https://redirect.github.com/jxom)! - Fixed type incompatibility between ox's `CredentialCreationOptions`/`CredentialRequestOptions` and the DOM's built-in types. ### [`v0.14.4`](https://redirect.github.com/wevm/ox/releases/tag/ox%400.14.4) [Compare Source](https://redirect.github.com/wevm/ox/compare/ox@0.14.3...ox@0.14.4) ##### Patch Changes - [`0189572`](https://redirect.github.com/wevm/ox/commit/0189572f95c96bb9fed70966f7e0fa0eb951dee2) Thanks [@&#8203;jxom](https://redirect.github.com/jxom)! - `ox/tempo`: Fixed sender recovery for fee payer transactions. ### [`v0.14.3`](https://redirect.github.com/wevm/ox/releases/tag/ox%400.14.3) [Compare Source](https://redirect.github.com/wevm/ox/compare/ox@0.14.2...ox@0.14.3) ##### Patch Changes - [`3f7b80c`](https://redirect.github.com/wevm/ox/commit/3f7b80cb6537b407318abb6c6824b9daf91f02ef) Thanks [@&#8203;jxom](https://redirect.github.com/jxom)! - Updated `TempoAddress` to new format. ### [`v0.14.2`](https://redirect.github.com/wevm/ox/releases/tag/ox%400.14.2) [Compare Source](https://redirect.github.com/wevm/ox/compare/ox@0.14.1...ox@0.14.2) ##### Patch Changes - [`3dbb585`](https://redirect.github.com/wevm/ox/commit/3dbb5851fb486bdb2af5083f989018e6b2489847) Thanks [@&#8203;jxom](https://redirect.github.com/jxom)! - Fixed `Registration.create` and `Authentication.sign` throwing "Permission denied to access object" in Firefox with the 1Password extension. Replaced `.bind()` defaults on `navigator.credentials.create`/`.get` with arrow functions, eagerly read credential response properties (`attestationObject`, `clientDataJSON`, `authenticatorData`, `signature`, `id`) before subsequent access is blocked by the cross-compartment proxy, and passed the already-read `attestationObject` to `parseCredentialPublicKey` so the 1Password fallback path no longer re-accesses the proxy. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/settlemint/network-bootstrapper). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3f32fe0 commit 18b694d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"commander": "14.0.3",
4444
"multiformats": "13.4.2",
4545
"lefthook": "2.1.4",
46-
"ox": "0.14.1",
46+
"ox": "0.14.5",
4747
"viem": "2.47.2",
4848
"yaml": "2.8.2",
4949
"zod": "4.3.6"

0 commit comments

Comments
 (0)