From 2a525352a0a572ab1a7ca23749d56cf0a7dd0fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 15:59:17 +0000 Subject: [PATCH] Bump jose from 5.10.0 to 6.0.8 Bumps [jose](https://github.com/panva/jose) from 5.10.0 to 6.0.8. - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md) - [Commits](https://github.com/panva/jose/compare/v5.10.0...v6.0.8) --- updated-dependencies: - dependency-name: jose dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 9 +++++++-- src/package.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3d3ab4387c9..ce9b5f2bfc2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -183,8 +183,8 @@ importers: specifier: ^2.0.0 version: 2.0.0 jose: - specifier: ^5.10.0 - version: 5.10.0 + specifier: ^6.0.8 + version: 6.0.8 js-cookie: specifier: ^3.0.5 version: 3.0.5 @@ -3545,6 +3545,9 @@ packages: jose@5.10.0: resolution: {integrity: sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==} + jose@6.0.8: + resolution: {integrity: sha512-EyUPtOKyTYq+iMOszO42eobQllaIjJnwkZ2U93aJzNyPibCy7CEvT9UQnaCVB51IAd49gbNdCew1c0LcLTCB2g==} + js-cookie@3.0.5: resolution: {integrity: sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==} engines: {node: '>=14'} @@ -8550,6 +8553,8 @@ snapshots: jose@5.10.0: {} + jose@6.0.8: {} + js-cookie@3.0.5: {} js-tokens@4.0.0: {} diff --git a/src/package.json b/src/package.json index 903bc7ed5e6..0cc1abe0ffd 100644 --- a/src/package.json +++ b/src/package.json @@ -44,7 +44,7 @@ "find-root": "1.1.0", "formidable": "^3.5.2", "http-errors": "^2.0.0", - "jose": "^5.10.0", + "jose": "^6.0.8", "js-cookie": "^3.0.5", "jsdom": "^26.0.0", "jsonminify": "0.4.2",