From cd68a02fa7661d30e4637ef7559d7b0378fdb9c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:37:26 +0000 Subject: [PATCH] fix(deps): update dependency jose to v5.7.0 (#442) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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.6.3` -> `5.7.0`](https://renovatebot.com/diffs/npm/jose/5.6.3/5.7.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/jose/5.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/jose/5.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/jose/5.6.3/5.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/jose/5.6.3/5.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
panva/jose (jose) ### [`v5.7.0`](https://togithub.com/panva/jose/blob/HEAD/CHANGELOG.md#570-2024-08-19) [Compare Source](https://togithub.com/panva/jose/compare/v5.6.3...v5.7.0) ##### Features - graduate jwksCache to stable API ([0f09c12](https://togithub.com/panva/jose/commit/0f09c124529bf84f027e57ce1f769319e7d42185))
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/smartive/zitadel-node). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 63fa47c9..994d62b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "axios": "1.7.4", - "jose": "5.6.3", + "jose": "5.7.0", "long": "5.2.3", "nice-grpc": "2.1.9", "node-rsa": "1.1.1", @@ -1870,9 +1870,9 @@ } }, "node_modules/jose": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/jose/-/jose-5.6.3.tgz", - "integrity": "sha512-1Jh//hEEwMhNYPDDLwXHa2ePWgWiFNNUadVmguAAw2IJ6sj9mNxV5tGXJNqlMkJAybF6Lgw1mISDxTePP/187g==", + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/jose/-/jose-5.7.0.tgz", + "integrity": "sha512-3P9qfTYDVnNn642LCAqIKbTGb9a1TBxZ9ti5zEVEr48aDdflgRjhspWFb6WM4PzAfFbGMJYC4+803v8riCRAKw==", "funding": { "url": "https://github.com/sponsors/panva" } @@ -5070,9 +5070,9 @@ } }, "jose": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/jose/-/jose-5.6.3.tgz", - "integrity": "sha512-1Jh//hEEwMhNYPDDLwXHa2ePWgWiFNNUadVmguAAw2IJ6sj9mNxV5tGXJNqlMkJAybF6Lgw1mISDxTePP/187g==" + "version": "5.7.0", + "resolved": "https://registry.npmjs.org/jose/-/jose-5.7.0.tgz", + "integrity": "sha512-3P9qfTYDVnNn642LCAqIKbTGb9a1TBxZ9ti5zEVEr48aDdflgRjhspWFb6WM4PzAfFbGMJYC4+803v8riCRAKw==" }, "js-string-escape": { "version": "1.0.1", diff --git a/package.json b/package.json index c3fb7404..5fd53205 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ }, "dependencies": { "axios": "1.7.4", - "jose": "5.6.3", + "jose": "5.7.0", "long": "5.2.3", "nice-grpc": "2.1.9", "node-rsa": "1.1.1",