X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=blobdiff_plain;f=package.json;h=5e7dfabe857784ce95cb16266b22656ccdf7d8c1;hp=a2d80738c333fee1aa03abbca6e6c7ba6423ad6f;hb=812f4a60c4e7901e81445aa7f75cbb7f772534b7;hpb=69041023d56cd6f36ebc838bac931bba7e032c40 diff --git a/package.json b/package.json index a2d8073..5e7dfab 100644 --- a/package.json +++ b/package.json @@ -30,24 +30,24 @@ "coverage-check" ], "dependencies": { - "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.5", - "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.1.1", - "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.1", - "@squeep/mystery-box": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.6" + "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.7", + "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.2.0", + "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.2", + "@squeep/mystery-box": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.7" }, "optionalDependencies": { - "argon2": "^0.28.4", + "argon2": "^0.28.5", "node-linux-pam": "^0.2.1" }, "devDependencies": { - "eslint": "^8.12.0", + "eslint": "^8.14.0", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-security": "^1.4.0", + "eslint-plugin-security": "^1.5.0", "eslint-plugin-sonarjs": "^0.13.0", "html-minifier-lint": "^2.0.0", - "mocha": "^9.2.2", + "mocha": "^10.0.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^13.0.1" + "sinon": "^13.0.2" } }