Skip to content

Commit

Permalink
fix(deps): update dependency jose to v5.6.2 (#420)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [jose](https://togithub.com/panva/jose) | [`5.5.0` ->
`5.6.2`](https://renovatebot.com/diffs/npm/jose/5.5.0/5.6.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/jose/5.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/jose/5.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/jose/5.5.0/5.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jose/5.5.0/5.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>panva/jose (jose)</summary>

###
[`v5.6.2`](https://togithub.com/panva/jose/blob/HEAD/CHANGELOG.md#562-2024-06-27)

[Compare
Source](https://togithub.com/panva/jose/compare/v5.6.1...v5.6.2)

##### Refactor

- CryptoKey normalization is not always async
([b7751f5](https://togithub.com/panva/jose/commit/b7751f58743c837f5bc76df301430c9b7c72dd85))
- weak cache normalized CryptoKey instances
([32b25a5](https://togithub.com/panva/jose/commit/32b25a5c94febe79dcfa7b2e62e432d1dce1cd44))

##### Fixes

- ensure KeyObject type in Web API encrypt/decrypt
([b7920bd](https://togithub.com/panva/jose/commit/b7920bd635d1b7642307709e888ea3dcaf3e9b6f))

###
[`v5.6.1`](https://togithub.com/panva/jose/blob/HEAD/CHANGELOG.md#561-2024-06-27)

[Compare
Source](https://togithub.com/panva/jose/compare/v5.6.0...v5.6.1)

##### Refactor

- normalize is always defined for Web API runtimes
([7bcb103](https://togithub.com/panva/jose/commit/7bcb10392cb7ff6bd17ebeb27f95f334d799fdb8))

##### Fixes

- workaround turbo's eager optimizations
([723a042](https://togithub.com/panva/jose/commit/723a04264e03daa5e311055ad2672e6ae5dfd1e3)),
closes [#&#8203;690](https://togithub.com/panva/jose/issues/690)

###
[`v5.6.0`](https://togithub.com/panva/jose/blob/HEAD/CHANGELOG.md#560-2024-06-27)

[Compare
Source](https://togithub.com/panva/jose/compare/v5.5.0...v5.6.0)

##### Features

- support KeyObject inputs in WebCryptoAPI runtimes given compatibility
([e178b8f](https://togithub.com/panva/jose/commit/e178b8f0fbdd0313f5327a8e9e48ef7233060e0c))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone
Europe/Zurich, 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/smartive/zitadel-node).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent 3fe8236 commit fb42cd7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"axios": "1.7.2",
"jose": "5.5.0",
"jose": "5.6.2",
"long": "5.2.3",
"nice-grpc": "2.1.9",
"node-rsa": "1.1.1",
Expand Down

0 comments on commit fb42cd7

Please sign in to comment.