X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=blobdiff_plain;f=package.json;h=02226db6c3b01da1e7c559c1d293390e243c782d;hp=f19f283cb6aeb0483e3d7e50b611c2cd33b4ca49;hb=05f10d7419d363570d3c553afc0aed211afecb4b;hpb=a821a0f79c42f8ea55aec503c992650113d82028 diff --git a/package.json b/package.json index f19f283..02226db 100644 --- a/package.json +++ b/package.json @@ -30,25 +30,25 @@ "coverage-check" ], "dependencies": { - "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.9", + "@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" }, "optionalDependencies": { - "argon2": "^0.30.3", + "argon2": "^0.31.0", "node-linux-pam": "^0.2.1" }, "devDependencies": { - "eslint": "^8.42.0", + "eslint": "^8.48.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-security": "^1.7.1", - "eslint-plugin-sonarjs": "^0.19.0", + "eslint-plugin-sonarjs": "^0.21.0", "html-minifier-lint": "^2.0.0", "mocha": "^10.2.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^15.1.0" + "sinon": "^15.2.0" } }