X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=blobdiff_plain;f=package.json;h=759c879962972734f92f9ef6e22477b821cce835;hp=7cbc33b3fdd38b00f15cd19baef0048c86109a52;hb=bf14939f630dac71d286d499d6c096a003232148;hpb=2ab2627de427eebbde87a8ced3aaaeddf8c66bc9 diff --git a/package.json b/package.json index 7cbc33b..759c879 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.2.5", + "version": "1.2.8", "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { @@ -31,19 +31,19 @@ ], "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.2.1", - "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.4", - "@squeep/mystery-box": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.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/mystery-box": "^1.2.0" }, "optionalDependencies": { - "argon2": "^0.28.5", + "argon2": "^0.29.1", "node-linux-pam": "^0.2.1" }, "devDependencies": { - "eslint": "^8.18.0", + "eslint": "^8.23.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-security": "^1.5.0", - "eslint-plugin-sonarjs": "^0.13.0", + "eslint-plugin-sonarjs": "^0.15.0", "html-minifier-lint": "^2.0.0", "mocha": "^10.0.0", "nyc": "^15.1.0",