From 78fa264df0c52d0f7a2430d48496a77156d472f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 21:16:24 +0000 Subject: [PATCH] Bump njwt from 0.3.2 to 1.0.0 Bumps [njwt](https://github.com/jwtk/njwt) from 0.3.2 to 1.0.0. - [Release notes](https://github.com/jwtk/njwt/releases) - [Changelog](https://github.com/jwtk/njwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jwtk/njwt/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d19ef6..8ebf73c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "json-lint": "^0.1.0", "markdown": "^0.5.0", "marked": "^0.3.5", - "njwt": "^0.3.0", + "njwt": "^1.0.0", "vue-resource": "^0.8.0" } }