From aa9493aaf75eac3ed74f7f2e9fdb4d4d579afdb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 00:44:01 +0000 Subject: [PATCH] chore(deps): bump jose from 4.15.9 to 5.9.3 Bumps [jose](https://github.com/panva/jose) from 4.15.9 to 5.9.3. - [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.9.3) --- 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..9fc0834 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.9.3" }, "devDependencies": { "@types/bun": "1.1.6",