From 80ac466ddd23a92464f0ee421c8a8f497893b0fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Apr 2023 05:53:02 +0000 Subject: [PATCH] fix: example/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:base64url:20180511 --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index 7fc631d..b3e199f 100644 --- a/example/package.json +++ b/example/package.json @@ -11,6 +11,6 @@ "dependencies": { "hapi": "8.x.x", "hapi-auth-jwt": "2.x.x", - "jsonwebtoken": "1.3.x" + "jsonwebtoken": "5.0.0" } }