From af0a6b1d767511c6900aac178f7ff8782e75aeac Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Thu, 17 May 2018 15:18:18 +0200 Subject: Upgrade base64url package There was recently a possible security problem with base64url. Shouldn't really hit us but it doesn't hurt. Details: https://snyk.io/vuln/npm:base64url:20180511 Signed-off-by: Sheogorath --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43eb9250..da9a181f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "Idle.Js": "git+https://github.com/shawnmclean/Idle.js", "async": "^2.1.4", "aws-sdk": "^2.7.20", - "base64url": "^2.0.0", + "base64url": "^3.0.0", "blueimp-md5": "^2.6.0", "body-parser": "^1.15.2", "bootstrap": "^3.3.7", -- cgit v1.2.3