From 43260f182aef623b2766e0d288374bfdee688407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 07:48:25 +0000 Subject: [PATCH] Bump jwt-simple from 0.5.1 to 0.5.3 Bumps [jwt-simple](https://github.com/hokaccha/node-jwt-simple) from 0.5.1 to 0.5.3. - [Release notes](https://github.com/hokaccha/node-jwt-simple/releases) - [Changelog](https://github.com/hokaccha/node-jwt-simple/blob/master/History.md) - [Commits](https://github.com/hokaccha/node-jwt-simple/compare/v0.5.1...v0.5.3) Signed-off-by: dependabot[bot] --- package-lock.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 196bfea..0f1748a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4065,9 +4065,9 @@ "integrity": "sha1-5hD7b86nnPDMnye6p7Vjd9SwuzY=" }, "jwt-simple": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/jwt-simple/-/jwt-simple-0.5.1.tgz", - "integrity": "sha1-eeoBiRth3mto4T5nwLS1vak3spQ=" + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/jwt-simple/-/jwt-simple-0.5.3.tgz", + "integrity": "sha512-mGXp4PTJalEBh5WGe/Ow0P6g+Q4tM/9qAysX7YxCdB/xahDoBKrASZKf7hXT/qTREhOTPJvi4WWpabT2WXh1BQ==" }, "keygrip": { "version": "1.0.2", @@ -4767,6 +4767,7 @@ "version": "0.1.4", "bundled": true, "dev": true, + "optional": true, "requires": { "kind-of": "^3.0.2", "longest": "^1.0.1", @@ -5949,7 +5950,8 @@ "longest": { "version": "1.0.1", "bundled": true, - "dev": true + "dev": true, + "optional": true }, "loose-envify": { "version": "1.3.1",