From 0c08ca78896c8ef4016940de1b2fbe2292fd8fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 20:19:23 +0000 Subject: [PATCH] :arrow_up: 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-lock.json | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6bf6f7fe..8ea5745b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "clsx": "^1.2.1", "date-fns": "^2.29.3", "graphql": "16.8.1", - "jwt-decode": "^3.1.2", + "jwt-decode": "^4.0.0", "next": "15.5.4", "next-pwa": "^5.6.0", "object-path": "^0.11.7", @@ -13371,9 +13371,13 @@ } }, "node_modules/jwt-decode": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/jwt-decode/-/jwt-decode-3.1.2.tgz", - "integrity": "sha512-UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A==" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jwt-decode/-/jwt-decode-4.0.0.tgz", + "integrity": "sha512-+KJGIyHgkGuIq3IEBNftfhW/LfWhXUIY6OmyVWjliu5KH1y0fw7VQ8YndE2O4qZdMSd9SqbnC8GOcZEy0Om7sA==", + "license": "MIT", + "engines": { + "node": ">=18" + } }, "node_modules/keyv": { "version": "4.5.4", diff --git a/package.json b/package.json index fd0b6bfc..2cea9963 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "clsx": "^1.2.1", "date-fns": "^2.29.3", "graphql": "16.8.1", - "jwt-decode": "^3.1.2", + "jwt-decode": "^4.0.0", "next": "15.5.4", "next-pwa": "^5.6.0", "object-path": "^0.11.7",