X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=e54cc50cb4b04d5fb79093a39ccf8ce98d305e96;hb=9a7d5352698481c0857ba8827e31c7cb97625133;hp=5dad4462898ba5dd0e18a4428c7dd1cf6fcfd5e0;hpb=5028bec16711c1306859abcdb005051e79fb3768;p=squeep-authentication-module diff --git a/package.json b/package.json index 5dad446..e54cc50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.2.7", + "version": "1.2.12", "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { @@ -30,24 +30,25 @@ "coverage-check" ], "dependencies": { - "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.8", - "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.3.0", - "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.5", + "@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/mystery-box": "^1.2.0" }, "optionalDependencies": { - "argon2": "^0.29.1", + "argon2": "^0.30.1", "node-linux-pam": "^0.2.1" }, "devDependencies": { - "eslint": "^8.23.1", + "eslint": "^8.26.0", "eslint-plugin-node": "^11.1.0", + "eslint-plugin-promise": "^6.1.1", "eslint-plugin-security": "^1.5.0", - "eslint-plugin-sonarjs": "^0.15.0", + "eslint-plugin-sonarjs": "^0.16.0", "html-minifier-lint": "^2.0.0", - "mocha": "^10.0.0", + "mocha": "^10.1.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^14.0.0" + "sinon": "^14.0.1" } }