From dd35f1796a78a0b30401463bba48e4e5cd8d5a66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 15:24:53 +0000 Subject: [PATCH] Bump jws from 0.2.6 to 4.0.0 Bumps [jws](https://github.com/brianloveswords/node-jws) from 0.2.6 to 4.0.0. - [Release notes](https://github.com/brianloveswords/node-jws/releases) - [Changelog](https://github.com/auth0/node-jws/blob/master/CHANGELOG.md) - [Commits](https://github.com/brianloveswords/node-jws/compare/v0.2.6...v4.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 111357c..a36bfe3 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "concat-stream": "~1.1.0", "through": "~2.3.4", "buffer-equal": "0.0.0", - "jws": "~0.2.2" + "jws": "~4.0.0" }, "devDependencies": { "oneshot": "~0.1.0",