From 19a87836331e822965e296f80ac3d6533f447757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 19:51:11 +0000 Subject: [PATCH] Bump jwt-decode from 3.1.2 to 4.0.0 Bumps [jwt-decode](https://github.com/auth0/jwt-decode) from 3.1.2 to 4.0.0. - [Release notes](https://github.com/auth0/jwt-decode/releases) - [Changelog](https://github.com/auth0/jwt-decode/blob/main/CHANGELOG.md) - [Commits](https://github.com/auth0/jwt-decode/compare/v3.1.2...v4.0.0) --- updated-dependencies: - dependency-name: jwt-decode dependency-version: 4.0.0 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 b96a985..b37f605 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "@supercharge/strings": "^1.17.1", "express": "^4.17.1", "jsonwebtoken": "^8.5.1", - "jwt-decode": "^3.1.2" + "jwt-decode": "^4.0.0" } }