From 2a8a4c553bb6a322557880a309fc8a33be0cfbce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 23:37:25 +0000 Subject: [PATCH] Bump base64url from 2.0.0 to 3.0.1 in /src 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] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 5584e4f..a74029c 100644 --- a/src/package.json +++ b/src/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "apidoc": "^0.17.7", - "base64url": "^2.0.0", + "base64url": "^3.0.1", "body-parser": "~1.16.0", "client-certificate-auth": "^0.3.0", "cookie-parser": "~1.4.3",