From 042d3bb39e5ea9f87fb22b98b15227de0965d093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 21:11:15 +0000 Subject: [PATCH] Bump njwt from 0.3.2 to 1.0.0 in /Scenario2/lambda/CustomAuth 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] --- Scenario2/lambda/CustomAuth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Scenario2/lambda/CustomAuth/package.json diff --git a/Scenario2/lambda/CustomAuth/package.json b/Scenario2/lambda/CustomAuth/package.json old mode 100755 new mode 100644 index 5163a51..51eda51 --- a/Scenario2/lambda/CustomAuth/package.json +++ b/Scenario2/lambda/CustomAuth/package.json @@ -9,7 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "njwt": "^0.3.2" + "njwt": "^1.0.0" } }