diff --git a/peertube-plugin-auth-saml2/package.json b/peertube-plugin-auth-saml2/package.json index 131784e..9d374d5 100644 --- a/peertube-plugin-auth-saml2/package.json +++ b/peertube-plugin-auth-saml2/package.json @@ -19,6 +19,6 @@ "clientScripts": [], "translations": {}, "dependencies": { - "saml2-js": "^2.0.5" + "saml2-js": "~3.0.1" } }