From ef5c46ae2c0ba0912edac15de9b04bbd2565a503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 13:36:06 +0000 Subject: [PATCH] chore(deps): bump jose from 4.11.0 to 4.15.5 in /platform/starbase Bumps [jose](https://github.com/panva/jose) from 4.11.0 to 4.15.5. - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/v4.15.5/CHANGELOG.md) - [Commits](https://github.com/panva/jose/compare/v4.11.0...v4.15.5) --- updated-dependencies: - dependency-name: jose dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- platform/starbase/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/starbase/package.json b/platform/starbase/package.json index 583d5fb7c3..bd458fbd8f 100644 --- a/platform/starbase/package.json +++ b/platform/starbase/package.json @@ -36,7 +36,7 @@ "@proofzero/utils": "workspace:*", "@trpc/server": "10.8.1", "do-proxy": "1.3.3", - "jose": "4.11.0", + "jose": "4.15.5", "lodash": "4.17.21", "multiformats": "10.0.2", "tiny-invariant": "1.3.1",