From d4628132958969fa0f6bb324cf18613bcc8efc53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:57:24 +0000 Subject: [PATCH] Bump jwt-decode from 3.1.2 to 4.0.0 in /public 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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- public/packages/app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/packages/app/package.json b/public/packages/app/package.json index 4914c6bc..c76d0155 100644 --- a/public/packages/app/package.json +++ b/public/packages/app/package.json @@ -30,7 +30,7 @@ "echarts-for-react": "^3.0.2", "history": "^5.3.0", "husky": "^8.0.3", - "jwt-decode": "^3.1.2", + "jwt-decode": "^4.0.0", "prismjs": "^1.28.0", "process": "^0.11.10", "react": "17.0.2",