From b5525780b661e59664ca1945acc985fe570a229c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 15:24:39 +0000 Subject: [PATCH] build(deps): bump jose from 6.2.3 to 6.2.4 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] --- 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 ecdc88d369c..70403d8943b 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 @@ -3776,8 +3776,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==} @@ -9270,7 +9270,7 @@ snapshots: isexe@2.0.0: {} - jose@6.2.3: {} + jose@6.2.4: {} js-cookie@3.0.8: {} @@ -9848,7 +9848,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 9dd30929e47..24d15da62ca 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",