X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=ad9e74340d799a469261a0ad374943f896467f3e;hb=c8e226af6234cdeb65eb3f7ce5e2306afc34dc56;hp=7cbc33b3fdd38b00f15cd19baef0048c86109a52;hpb=2ab2627de427eebbde87a8ced3aaaeddf8c66bc9;p=squeep-authentication-module diff --git a/package.json b/package.json index 7cbc33b..ad9e743 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.2.5", + "version": "1.2.6", "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { @@ -32,18 +32,18 @@ "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/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.5", + "@squeep/mystery-box": "^1.1.0" }, "optionalDependencies": { - "argon2": "^0.28.5", + "argon2": "^0.28.7", "node-linux-pam": "^0.2.1" }, "devDependencies": { - "eslint": "^8.18.0", + "eslint": "^8.20.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-security": "^1.5.0", - "eslint-plugin-sonarjs": "^0.13.0", + "eslint-plugin-sonarjs": "^0.14.0", "html-minifier-lint": "^2.0.0", "mocha": "^10.0.0", "nyc": "^15.1.0",