From 23e036dc88b78fa349dac5e7a86cdeb6068c5265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 May 2021 13:17:45 +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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 168eed9..a759463 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4439,9 +4439,9 @@ "dev": true }, "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==" }, "kind-of": { "version": "3.2.2", diff --git a/package.json b/package.json index 87b7aef..9430133 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "express-acl": "^1.0.0", "helmet": "^3.2.0", "install": "^0.8.4", - "jwt-simple": "^0.5.0", + "jwt-simple": "^0.5.3", "method-override": "^2.3.6", "moment": "^2.15.2", "node-uuid": "^1.4.7",