From daca9efc66c804e9ba8e7a99863277c28c850003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Sep 2021 16:21:43 +0000 Subject: [PATCH] chore(deps): bump jwt-decode from 2.2.0 to 3.1.2 Bumps [jwt-decode](https://github.com/auth0/jwt-decode) from 2.2.0 to 3.1.2. - [Release notes](https://github.com/auth0/jwt-decode/releases) - [Changelog](https://github.com/auth0/jwt-decode/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/jwt-decode/compare/v2.2.0...v3.1.2) --- updated-dependencies: - dependency-name: jwt-decode 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 39e2228..cfd8fa9 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "helmet": "^4.0.0", "http-errors": "^1.8.0", "jsonwebtoken": "^8.5.1", - "jwt-decode": "^2.2.0", + "jwt-decode": "^3.1.2", "rand-token": "^1.0.1", "typescript": "^3.9.6" },