From f54ee51c7c3da4f86c5b5d246e2659588be7340a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 15:48:42 +0200 Subject: [PATCH] build(deps): bump jose from 6.0.13 to 6.1.0 (#7105) Bumps [jose](https://github.com/panva/jose) from 6.0.13 to 6.1.0. - [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/v6.0.13...v6.1.0) --- updated-dependencies: - dependency-name: jose dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 12 ++++++------ src/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3e754dab0..8204d0692 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -174,8 +174,8 @@ importers: specifier: ^2.0.0 version: 2.0.0 jose: - specifier: ^6.0.13 - version: 6.0.13 + specifier: ^6.1.0 + version: 6.1.0 js-cookie: specifier: ^3.0.5 version: 3.0.5 @@ -3080,8 +3080,8 @@ packages: engines: {node: '>=10'} hasBin: true - jose@6.0.13: - resolution: {integrity: sha512-Yms4GpbmdANamS51kKK6w4hRlKx8KTxbWyAAKT/MhUMtqbIqh5mb2HjhTNUbk7TFL8/MBB5zWSDohL7ed4k/UA==} + jose@6.1.0: + resolution: {integrity: sha512-TTQJyoEoKcC1lscpVDCSsVgYzUDg/0Bt3WE//WiTPK6uOCQC2KZS4MpugbMWt/zyjkopgZoXhZuCi00gLudfUA==} js-cookie@3.0.5: resolution: {integrity: sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==} @@ -7554,7 +7554,7 @@ snapshots: filelist: 1.0.4 minimatch: 3.1.2 - jose@6.0.13: {} + jose@6.1.0: {} js-cookie@3.0.5: {} @@ -8031,7 +8031,7 @@ snapshots: '@koa/router': 14.0.0 debug: 4.4.1(supports-color@8.1.1) eta: 3.5.0 - jose: 6.0.13 + jose: 6.1.0 jsesc: 3.1.0 koa: 3.0.1 nanoid: 5.1.5 diff --git a/src/package.json b/src/package.json index 18f3d9ad0..f422ad435 100644 --- a/src/package.json +++ b/src/package.json @@ -43,7 +43,7 @@ "find-root": "1.1.0", "formidable": "^3.5.4", "http-errors": "^2.0.0", - "jose": "^6.0.13", + "jose": "^6.1.0", "js-cookie": "^3.0.5", "jsdom": "^26.1.0", "jsonminify": "0.4.2",