From 189422c10d5829b46fcc79253bdfac734818016b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 10:03:06 +0000 Subject: [PATCH] chore(deps): bump jose from 4.15.9 to 5.8.0 Bumps [jose](https://github.com/panva/jose) from 4.15.9 to 5.8.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/v4.15.9...v5.8.0) --- updated-dependencies: - dependency-name: jose dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b142070..bcda118 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "release": "npm run build && npm run test && npm publish --access public" }, "dependencies": { - "jose": "^4.14.4" + "jose": "^5.8.0" }, "devDependencies": { "@types/bun": "1.1.6",