diff options
author | Sheogorath | 2018-05-17 15:18:18 +0200 |
---|---|---|
committer | Sheogorath | 2018-05-17 15:19:24 +0200 |
commit | af0a6b1d767511c6900aac178f7ff8782e75aeac (patch) | |
tree | 3e85ca91e09efb8cfee622edaba2bc9eef2651b4 | |
parent | b8e7c4b97a2a8369c9f1989352dec65867d838ac (diff) |
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 <sheogorath@shivering-isles.com>
Diffstat (limited to '')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |