X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=9c664a2e632042758a83d6f9b2e2c402bf5aa059;hb=8d7748eeddb569dd756db41a8dba0e55d2fff139;hp=e3c741892e784059eb79037c6b7cd0e859ee8662;hpb=873f3b3feb15ac7d06a239f62d341b69f8c69cd9;p=squeep-authentication-module diff --git a/package.json b/package.json index e3c7418..9c664a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.2.5", + "version": "1.2.9", "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.5", - "@squeep/mystery-box": "^1.1.0" + "@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.6", + "@squeep/mystery-box": "^1.2.0" }, "optionalDependencies": { - "argon2": "^0.28.7", + "argon2": "^0.29.1", "node-linux-pam": "^0.2.1" }, "devDependencies": { - "eslint": "^8.20.0", + "eslint": "^8.23.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-security": "^1.5.0", - "eslint-plugin-sonarjs": "^0.14.0", + "eslint-plugin-sonarjs": "^0.15.0", "html-minifier-lint": "^2.0.0", "mocha": "^10.0.0", "nyc": "^15.1.0",