X-Git-Url: https://git.squeep.com/?p=squeep-authentication-module;a=blobdiff_plain;f=package.json;fp=package.json;h=b61183ae0330d6b43ec559c28e9318ab80141106;hp=e54cc50cb4b04d5fb79093a39ccf8ce98d305e96;hb=ec28f878b0d51ba03a0302060eb86aa5c69646b7;hpb=328932bc7484022cb9b2de808cbf18ecd5d7f206 diff --git a/package.json b/package.json index e54cc50..b61183a 100644 --- a/package.json +++ b/package.json @@ -32,23 +32,23 @@ "dependencies": { "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.9", "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.4.0", - "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.7", + "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.2.0", "@squeep/mystery-box": "^1.2.0" }, "optionalDependencies": { - "argon2": "^0.30.1", + "argon2": "^0.30.3", "node-linux-pam": "^0.2.1" }, "devDependencies": { - "eslint": "^8.26.0", + "eslint": "^8.34.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-security": "^1.5.0", - "eslint-plugin-sonarjs": "^0.16.0", + "eslint-plugin-security": "^1.7.1", + "eslint-plugin-sonarjs": "^0.18.0", "html-minifier-lint": "^2.0.0", - "mocha": "^10.1.0", + "mocha": "^10.2.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^14.0.1" + "sinon": "^15.0.1" } }