X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=blobdiff_plain;f=package.json;h=a1b37a526406191430a467bc75921d0dfbfab31c;hp=a1a55c42765181e3a46cd112b1a67fd152a1f65a;hb=2ca511865b0caf3108819cfd6ee775124ea70dff;hpb=8b998e55749e8613c0dece7a156b5edf83fb3608 diff --git a/package.json b/package.json index a1a55c4..a1b37a5 100644 --- a/package.json +++ b/package.json @@ -33,14 +33,15 @@ "@squeep/api-dingus": "v2.0.0", "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.4.0", "@squeep/indieauth-helper": "^1.3.0", - "@squeep/mystery-box": "^2.0.1" + "@squeep/mystery-box": "^2.0.1", + "@squeep/totp": "git+https://git.squeep.com/squeep-totp#v1.1.0" }, "optionalDependencies": { - "argon2": "^0.31.0", + "argon2": "^0.31.1", "node-linux-pam": "^0.2.1" }, "devDependencies": { - "eslint": "^8.48.0", + "eslint": "^8.50.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-security": "^1.7.1", @@ -49,6 +50,6 @@ "mocha": "^10.2.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^15.2.0" + "sinon": "^16.0.0" } }