Skip to content

Commit af0a6b1

Browse files
committed
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>
1 parent b8e7c4b commit af0a6b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"Idle.Js": "git+https://github.com/shawnmclean/Idle.js",
1919
"async": "^2.1.4",
2020
"aws-sdk": "^2.7.20",
21-
"base64url": "^2.0.0",
21+
"base64url": "^3.0.0",
2222
"blueimp-md5": "^2.6.0",
2323
"body-parser": "^1.15.2",
2424
"bootstrap": "^3.3.7",

0 commit comments

Comments
 (0)