From 6de63fe892c9f21d290a3d8465cb909801a94e3c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 12:59:08 +0000 Subject: [PATCH] Bump jwt-decode in /{{cookiecutter.project_slug}}/frontend Bumps [jwt-decode](https://github.com/auth0/jwt-decode) from 2.2.0 to 3.0.0. - [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.0.0) Signed-off-by: dependabot-preview[bot] --- {{cookiecutter.project_slug}}/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/frontend/package.json b/{{cookiecutter.project_slug}}/frontend/package.json index 65256eb0..497db0b0 100644 --- a/{{cookiecutter.project_slug}}/frontend/package.json +++ b/{{cookiecutter.project_slug}}/frontend/package.json @@ -12,7 +12,7 @@ "react-scripts": "3.4.3", "react-truncate": "^2.4.0", "standard": "^14.3.3", - "jwt-decode": "^2.2.0", + "jwt-decode": "^3.0.0", "@material-ui/lab": "^4.0.0-alpha.54" }, "scripts": {