From ed705e2e703949011c9af436d9ce892512a997a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 13:36:08 +0000 Subject: [PATCH] chore(deps): bump jose from 4.11.0 to 4.15.5 in /platform/account 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/account/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/account/package.json b/platform/account/package.json index 19fd2321d3..04ae55902c 100644 --- a/platform/account/package.json +++ b/platform/account/package.json @@ -37,7 +37,7 @@ "@types/node": "18.15.3", "@zerodevapp/sdk": "3.1.57", "do-proxy": "1.3.3", - "jose": "4.11.0", + "jose": "4.15.5", "random-words": "2.0.0", "remix-auth-google": "1.2.0", "viem": "1.20.0",