From 24cc391c1a234092ab4b0f7194673f264fc33899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 21:22:48 +0000 Subject: [PATCH] Bump base64url from 2.0.0 to 3.0.1 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 601e27ab..8ee947c1 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "babel-core": "^6.26.0", "babel-preset-es2015-node": "^6.1.1", "babelify": "^8.0.0", - "base64url": "^2.0.0", + "base64url": "^3.0.1", "bencode": "^1.0.0", "body-parser": "1.13.3", "bootstrap": "4.0.0-alpha.6",