From e1c636eb5939c85f8327d4e5f045aa2035d68ae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 20:53:53 +0000 Subject: [PATCH] Bump base64url from 2.0.0 to 3.0.1 in /nodejs Bumps [base64url](https://github.com/brianloveswords/base64url) from 2.0.0 to 3.0.1. - [Release notes](https://github.com/brianloveswords/base64url/releases) - [Commits](https://github.com/brianloveswords/base64url/compare/v2.0.0...v3.0.1) Signed-off-by: dependabot[bot] --- nodejs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs/package.json b/nodejs/package.json index 7a8caca..655a264 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -2,7 +2,7 @@ "name": "node-authentication", "main": "server.js", "dependencies": { - "base64url": "~2.0.0", + "base64url": "~3.0.1", "bcrypt-nodejs": "latest", "body-parser": "^1.0.2", "connect-flash": "~0.1.1",