From 1f0445a0f49574a657673e6ef86853b3f991ec96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 15:05:03 +0000 Subject: [PATCH] build(deps): bump jose from 5.10.0 to 6.2.8 in /api Bumps [jose](https://github.com/panva/jose) from 5.10.0 to 6.2.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.2.8) --- updated-dependencies: - dependency-name: jose dependency-version: 6.2.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- api/package-lock.json | 8 ++++---- api/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/package-lock.json b/api/package-lock.json index 16002d7..2cb06b5 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -17,7 +17,7 @@ "@azure/storage-blob": "^12.31.0", "@microsoft/microsoft-graph-client": "^3.0.7", "applicationinsights": "^3.15.1", - "jose": "^5.10.0", + "jose": "^6.2.8", "json-canonicalize": "^1.2.0" }, "devDependencies": { @@ -4897,9 +4897,9 @@ "license": "ISC" }, "node_modules/jose": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/jose/-/jose-5.10.0.tgz", - "integrity": "sha512-s+3Al/p9g32Iq+oqXxkW//7jk2Vig6FF1CFqzVXoTUXt2qz89YWbL+OwS17NFYEvxC35n0FKeGO2LGYSxeM2Gg==", + "version": "6.2.8", + "resolved": "https://registry.npmjs.org/jose/-/jose-6.2.8.tgz", + "integrity": "sha512-Bsdjwm3Qsd/P0jR+BHDe3LytDfY7WBq2HmCCLIwuVRHMuEC9ae7/R474GIUdF1NgCyZjzVo/A9DOiOBtXq8ZoQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/panva" diff --git a/api/package.json b/api/package.json index ccaba70..8afeded 100644 --- a/api/package.json +++ b/api/package.json @@ -31,7 +31,7 @@ "@azure/storage-blob": "^12.31.0", "@microsoft/microsoft-graph-client": "^3.0.7", "applicationinsights": "^3.15.1", - "jose": "^5.10.0", + "jose": "^6.2.8", "json-canonicalize": "^1.2.0" }, "devDependencies": {