From 80c0910f8b0408ce8df7d6065143a63cbc39ad2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 19:31:22 +0200 Subject: [PATCH] build(deps): bump jose from 6.2.3 to 6.2.4 (#8065) Bumps [jose](https://github.com/panva/jose) from 6.2.3 to 6.2.4. - [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.2.3...v6.2.4) --- updated-dependencies: - dependency-name: jose dependency-version: 6.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 c09d30b48..6d54f94a9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -242,8 +242,8 @@ importers: specifier: ^2.0.1 version: 2.0.1 jose: - specifier: ^6.2.3 - version: 6.2.3 + specifier: ^6.2.4 + version: 6.2.4 js-cookie: specifier: ^3.0.8 version: 3.0.8 @@ -3837,8 +3837,8 @@ packages: isexe@2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} - jose@6.2.3: - resolution: {integrity: sha512-YYVDInQKFJfR/xa3ojUTl8c2KoTwiL1R5Wg9YCydwH0x0B9grbzlg5HC7mMjCtUJjbQ/YnGEZIhI5tCgfTb4Hw==} + jose@6.2.4: + resolution: {integrity: sha512-N8acGzVsQy6M/fjFcxtysNc4Q379TcM5dM/qKkNtsHFji88yANnXTr7BLeP75iPnFwBfQzM/jg2BZ9+HZrHCZA==} js-cookie@3.0.8: resolution: {integrity: sha512-yeJd4aNAdYZQjaon2bpD/Gb0B/omw7HQOsynXXcOiWVCacbBcPlgn8S/d1X6blFSaHao7ozqtW7NZW19xpCtIw==} @@ -9376,7 +9376,7 @@ snapshots: isexe@2.0.0: {} - jose@6.2.3: {} + jose@6.2.4: {} js-cookie@3.0.8: {} @@ -9954,7 +9954,7 @@ snapshots: '@koa/router': 15.7.0(koa@3.2.1)(supports-color@8.1.1) debug: 4.4.3(supports-color@8.1.1) eta: 4.6.0 - jose: 6.2.3 + jose: 6.2.4 jsesc: 3.1.0 koa: 3.2.1 nanoid: 5.1.16 diff --git a/src/package.json b/src/package.json index ba5d82619..c839728e7 100644 --- a/src/package.json +++ b/src/package.json @@ -46,7 +46,7 @@ "html-to-docx": "^1.8.0", "htmlparser2": "^12.0.0", "http-errors": "^2.0.1", - "jose": "^6.2.3", + "jose": "^6.2.4", "js-cookie": "^3.0.8", "jsdom": "^29.1.1", "jsonc-parser": "^3.3.1",